/**************************************************
 * Basic Rotator Styles
 **************************************************/
.page-banner {
	margin-bottom: 60px;
	position: relative;
}
 .banner-rotator {
	background: url('../../images/loader.gif') center center no-repeat;
	position: relative;
	min-height: 540px;
	overflow: hidden;
}
.banner-item {
	background-position: center center;
	background-size: cover;
	position: absolute;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.banner-item.item-active {
	z-index: 2;
}
.banner-item.next {
	z-index: 1;
}
.banner-video video {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}
p.media-credit {
	font-style: italic;
	position: absolute;
	padding: 3px 8px;
	font-size: 14px;
	color: #fff;
	margin: 0;
	top: 20px;
	left: 0;
	
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}
.page-node-16 .daterangepicker.dropdown-menu.ltr.show-calendar.opensright{
	margin-top: 2.8% !important;
	left: 22px !important;
}

/* .daterangepicker.dropdown-menu.ltr.show-calendar.opensright{ */
	/* margin-top: 2.8% !important; */
	/* left: 22px !important; */
/* } */

@media(max-width:1200px)  {
.daterangepicker.dropdown-menu.ltr.show-calendar.opensright{
		    margin-top: 2.2% !important;
   			left: 15px !important; 
	}

}

.view-headerhome #header_filter #search_datebox #check-in.checkin.focus {
	/* color: #44C7C8 !important; */
	color: #268183  !important;
}
.view-headerhome #header_filter #search_datebox #check-out.checkout.focus {
	/* color: #44C7C8 !important;	 */
	color: #268183  !important;	
}


	.view-headerhome #header_filter input#check-out {
	    font-size: 1rem !important;
	}
	.view-headerhome label.select-dropdown span.label {
	    font-size: 1rem;
	}
	.view-headerhome #header_filter #search_datebox #check-in {
	    color: #44c7c8 !important;
	}



.page-banner.home-banner.homepageTop .home_search {
       width: 600px !important;
       margin-left:5%;
}
.area-box {
    background-color: #fff;
    padding: 8px 12px 0;
    border-radius: 4px;
	width: 96%;
}
.area-box-1{
	background-color: #fff;
    padding: 0px 0px 0;
    border-radius: 8px;
}

.AutoCompleteDropdown__Destinations--row:hover{
	/* background:#333; */
	background:#bbb	;
	color: #565656;
	border-radius:10px;
}

.AutoCompleteDropdown__Destinations--row a{
	padding:5px;
	display: block;
}

.AutoCompleteDropdown__Destinations--row a:hover{
	/* color: #fff; */
    /* display: block; */
    width: 100%;
}