
/* Banner Form Element */
.kd-tourform {
	position: absolute;
	left: 0px;
	bottom: 45px;
	width: 100%;
}
.kd-tourform form {
	background-color: rgba(255,255,255,0.7);
	padding: 40px 22px 34px 22px;
	float: left;
	width: 100%;
}
.kd-tourform ul { margin: 0px 0px 0px -30px; }
.kd-tourform ul li {
	float: left;
	list-style: none;
	width: 20%;
	padding: 0px 0px 0px 30px;
}
.kd-tourform ul li input[type="submit"] {
	float: left;
	width: 100%;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	padding: 9px 10px;
	font-size: 14px;
}
.formbtn {
	float: left;
	background-color: rgba(255,255,255,0.7);
	padding: 16px 20px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px 4px 0px 0px;
}
/* Content */
.kd-content {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
/* Modren Title */
.kd-modrentitle {
	float: left;
	width: 100%;
	text-align: center;
}
.kd-modrentitle h3 {
	text-transform: uppercase;
	margin: 0px;
}
.kd-divider {
	display: inline-block;
	margin: 10px;
	margin: -5px;
	overflow: hidden;
	border-bottom: none;
	text-align: center;
	min-width: 164px;
}
.kd-divider span {
	color: #c6c6c6;
	display: inline-block;
	vertical-align: top;
	float: none;
	font-size:30px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}
.short-seprator {
    display: inline-block;
    min-width: 164px;
    overflow: hidden;
}
.short-seprator span { width: auto; }
.kd-divider span:before,.kd-divider span:after {
	content: '';
	width: 9999px;
	height: 4px;
	border-top: 1px solid #cccccc;
	position: absolute;
	top: 23px;
	left: 100%;
	margin-left: 10px;
}
.kd-divider span:after {
	content: '';
	left: auto;
	right: 100%;
	margin-left: 0px;
	margin-right: 10px;
}
.kd-modrentitle p { display: block; }
/* Services */
.kd-services,.kd-services figure img {
	float: left;
	width: 100%;
}
.kd-services article {
	margin: 0px -4px 24px 0px;
}
.kd-services figure {
	float: left;
	width: 270px;
	position: relative;
	overflow: hidden;
}
.kd-services figure:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kd-services article:hover figure:before {
	opacity: 1;
}
.kd-services figure ~ .kd-serviceinfo {
	padding: 24px 0px 0px 295px;
}
.kd-services .kd-serviceinfo h2 {
	margin: 0px 0px 8px 0px;
}
.kd-services .kd-serviceinfo p { margin-bottom: 15px; }
.kd-services .kd-serviceinfo a.kd-readmore {
	display: inline-block;
	padding: 10px 16px;
	color: #333333;
	border-radius: 4px;
	background-color: #e4e4e4;
}
.kd-services .kd-serviceinfo a.kd-readmore:hover { color: #ffffff; }
/* Services Medium */
.kd-services-grid article {
	text-align: center;
	margin-bottom: 35px;
}
.kd-services-grid article figure {
	float: none;
	display: inline-block;
	width: auto;
	padding: 5px;
	box-shadow: 0px 3px 3px 0px #d5d5d5;
}
.kd-services-grid article figure img,.kd-services-grid article figure { border-radius: 100%; }
.kd-services-grid article .kd-serviceinfo {
	float: left;
	width: 100%;
	padding: 0px;
}
/* Package Listing */
.kd-package-list,.kd-package-list figure,.kd-package-list figure img {
	float: left;
	width: 100%;
}
.kd-package-list article { margin-bottom: 30px; }
.kd-package-list figure img { border-radius: 6px; }
.kd-package-list figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.kd-package-list article:hover figure figcaption {
	background-color: rgba(0,0,0,0.3);
}
.kd-package-list figure .package-price {
	position: absolute;
	left: -16px;
	top: 20px;
	padding: 4px 12px 5px 12px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.kd-package-list figure .package-price:before {
	content: '';
	position: absolute;
	left: 1px;
	bottom: -15px;
	border-top: 16px solid #0d486b;
	border-right: 14px solid transparent;
    -webkit-transform: scale(-1) rotate(-90deg);
       -moz-transform: scale(-1) rotate(-90deg);
        -ms-transform: scale(-1) rotate(-90deg);
         -o-transform: scale(-1) rotate(-90deg);
            transform: scale(-1) rotate(-90deg);
}
.kd-bottomelement {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding: 8px 15px 10px 15px;
}
.kd-bottomelement h5 { margin: 0px; }
.kd-bottomelement h5 a { color: #ffffff; }
.days-counter {
	position: absolute;
	right: 15px;
	bottom: -10px;
	width: 65px;
	height: 65px;
	background-color: #55C9B8;
	border: 2px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	border-radius: 100%;
	line-height: 1;
	padding: 9px 0px 0px 0px;
}
.days-counter span {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	display: inline-block;
}
.kd-package-list article:hover .days-counter {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.kd-loadsection {
	float: left;
	width: 100%;
	text-align: center;
}
.kd-loadmorebtn {
	display: inline-block;
	background-color: #fade03;
	font-size: 14px;
	color: #ffffff;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
}
/* Package Detail */
.kd-package-detail,.detail-thumb,.detail-thumb img,.kd-pkg-info,.kd-imageframe {
	float: left;
	width: 100%;
}
