/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----



------------------------------*/
.start_at {
    color: white;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 5px;
    font-weight: 100;
    text-transform: lowercase;
}
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
	content: "";
	display: table;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	zoom: 1;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity = 0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	zoom: 1;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	zoom: 1;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 15px 0px;
	position: relative;
	text-align: center;
	color: #555656;
}

.ui-dialog .ui-dialog-title {
	float: none;
	margin: .1em auto .1em;
	font-family: "museo-slab",Georgia,serif;
	color: #666666;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 28px !important;
	margin: -20px 0 0 0;
	padding: 0px;
	height: 28px !important;
	border: 0px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 0px;
	border: 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0; /*background:#36b9bb;*/
}

.ui-dialog .ui-dialog-titlebar-close:hover:before {
	content: '×';
	font-size: 17px;
	position: absolute;
	color: #fff;
	left: 2px;
	top: -5px;
	font-weight: bold;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
	display:none !important;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
	font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
	font-size: 1em;
	outline: none;
}

.ui-widget-content {
	border: 0 /*1px solid #36b9bb /*{borderColorContent}*/;
	background: #ffffff /*{bgColorContent}*/  
		url(../images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)
		/*{bgImgUrlContent}*/   50% /*{bgContentXPos}*/   50%
		/*{bgContentYPos}*/   repeat-x /*{bgContentRepeat}*/;
	color: #222222 /*{fcContent}*/;
	font-size: 16px !important;
	color: #a7a7a7;
}

.ui-widget-content a {
	color: #36b9bb /*{fcContent}*/;
}

.ui-dialog-titlebar.ui-widget-header {
	border: 0px solid #36b9bb /*{borderColorHeader}*/;
	background: #fff /*{bgColorHeader}*/  
		/*url(../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png)*/
		/*{bgImgUrlHeader}*/   50% /*{bgHeaderXPos}*/   50% /*{bgHeaderYPos}*/
		  repeat-x /*{bgHeaderRepeat}*/;
	color: #222222 /*{fcHeader}*/;
	font-weight: bold;
	font-size: 30px;
}

.ui-dialog-titlebar.ui-widget-header a {
	color: #222222 /*{fcHeader}*/;
}

/* Welcome Popup */
.btn-facebook {
	background: url(../images/btn-facebook.png) no-repeat 36px 11px #3b5a98;
	color: #fff !important;
	padding: 15px 0px 15px 0px;
	display: block;
	/*font-family: "museo-slab",Georgia,serif;*/
	font-size: 22px;
	text-align: center;
}

.or-sep {
	background: url(../images/sep-or.png) repeat-x left center;
	display: block;
	text-align: center;
	/*font-family: "museo-slab",Georgia,serif;*/
}

.or-sep span {
	background: #FFFFFF;
	padding: 0px 25px;
}

.btn-email {
	background: url(../images/btn-email.png) no-repeat 36px 18px #4db7b4;
	color: #fff !important;
	padding: 15px 0px 15px 0px;
	display: block;
	/*font-family: "museo-slab",Georgia,serif;*/
	font-size: 22px;
	text-align: center;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: sub;
	background: url(../images/check_radio_sheet.png) left top no-repeat;
	cursor: pointer;
}

span#read_m {
    font-weight: 900;
    font-size: 14px;
    /*font-family:'gotham_htflight';*/
    opacity: 1;
    color: black;
}


input[type="checkbox"]:checked+label span {
	background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}
.login_link {
    /*font-family: "museo-slab",Georgia,serif;*/
}

.view-filters input[type="checkbox"]+span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 3px 4px 0 20px;
	vertical-align: middle;
	background: url(../images/check_radio_sheet.png) left top no-repeat;
	cursor: pointer;
	float: left;
}

.view-filters input[type="checkbox"]:checked+span {
	background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.DynamicDialogStyle.ui-draggable.ui-resizable {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.givenow .ui-dialog-titlebar.ui-widget-header{ background:white!important; }
#check-in.text.checkin.focus::-webkit-input-placeholder,
#check-in.text.checkin.focus::-moz-placeholder,
#check-in.text.checkin.focus:-ms-input-placeholder,
#check-in.text.checkin.focus:-moz-placeholder{ color:#ff0000!important;}


/* .checkout {
	position: relative;
	background: #ffffff;
	border: 3px solid #E5E5E5;
	margin-left: -260px;
	margin-top: 18px;
}
.checkout:after, .checkout:before {
	bottom: 100%;
	left: 60%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.checkout:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.checkout:before {
	border-color: rgba(229, 229, 229, 0);
	border-bottom-color: #E5E5E5;
	border-width: 14px;
	margin-left: -14px;
}

.checkin {
	position: relative;
	background: #ffffff;
	border: 3px solid #E5E5E5;
	margin-left: -89px;
    margin-top: 18px;
}
.checkin:after, .checkin:before {
	bottom: 100%;
	left: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.checkin:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.checkin:before {
	border-color: rgba(229, 229, 229, 0);
	border-bottom-color: #E5E5E5;
	border-width: 14px;
	margin-left: -14px;
} */
#header_filter .close {
    background: rgba(0, 0, 0, 0) url("../images/btn-close-2.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: absolute;
    text-indent: -9999px;
    width: 32px;
}
#header_filter .close:hover {
    background: #999999 url("../images/btn-close-2.png") no-repeat scroll 0 0;
    border-radius: 12px;
}

.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.checkindate {
    opacity: 0.7;
}
.view-header input.text{color: transparent;opacity: 1;}
.view-header input.text:focus{ cursor:none; outline: none;}
.view-hotels-filter .view-header ol li ul.select-dropdown li{
	padding-left: 10px;
}
/* .page-node-6 .checkin{
	 margin-left: -95px;
}
.node-type-property .checkin{
	 margin-left: -109px;
} */

.daterangepicker_input{
	display: none;
}
.end-picker::before, .end-picker::after{
	margin-left: 280px;
}
.start-picker::before, .start-picker::after{
	margin-left: 100px;
}
.daterangepicker.opensright:after {
    left: 50% !important;
    transform: translateX(-50%);
}
.daterangepicker.opensright:before {
    left: 50% !important;
    transform: translateX(-50%);
}
.daterangepicker.dropdown-menu.show-calendar::before, .daterangepicker.dropdown-menu.show-calendar::after {
	margin-left: 0px !important;
}
input#check-in::-webkit-input-placeholder, input#check-out::-webkit-input-placeholder, input#check-in, input#check-out {
    color: #444344 !important;
    border: none;
    background: none;
    font-size: 1rem;
    width: 180px;
    text-align: center;
	-webkit-user-select: none
}
.node-property .detail-header ol.inputs {
    /*margin-left: 20%;*/
}
.node-property .detail-header ol.inputs input#check-out {
    border-right: 2px solid #000;
}

.node-property .detail-header ol.inputs label.select-dropdown {
    margin-left: 3rem;
}
h3.localCharity {
    margin: 0.5rem 0;
    /*font-family: 'gotham_htflight';*/
    color: black;
    font-weight: 700;
}
.node-property a.local-charity-link {
    width: 65%;
    height: unset;
    display: flex;
}
.node-property .textHeading {
    width: 25%;
    text-align: center;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.node-property .textHeading h3 {
    font-size: 2.1rem;
    margin: 0;
    font-weight:700;
    /*font-family: 'gotham_htflight';*/
}
.amenityWrapper {
    display: flex;
}

.amenityWrapper div#kind-factors {
    width: 65%;
    border-right: 1px solid #ccc;
}
.amenityWrapper div#kind-factors ul.factors-list {
    display: flex;
    flex-wrap: wrap;
}

.amenityWrapper div#kind-factors ul.factors-list li {
    width: 77px;
    height: unset;
}
.amenityWrapper div#kind-factors .factors-list li:nth-child(4n+0) {
    margin: 0 20px 20px 0;
}
.node-property ul.amenities-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.node-property ul.amenities-list li {
    text-align: center;
}
.amenityWrapper div#kind-factors ul.factors-list li p {
    font-size: 0.8rem;
   /* font-family: 'gotham_htflight';*/
    color: #000;
}
.amenityWrapper .detail-right {
    border: none;
    margin-top: unset;
    
}
.amenityWrapper .detail-right hr:first-child {
    display: none;
}
.amenities-list img.factors-image {
    height: 100px;
}
hr.nodePropertyDivider {
    margin: 0;
    background: none;
    border-top: 1px solid #ccc;
    margin-bottom: 18px;
}
span.promoPrice {
    margin-left: unset;
    margin-right: 34px;
}
.pricedisplay {
    float: unset;
    width: unset;
}
.detail-pricing-left.pricedisplay1 {
    background: #444;
    padding: 1.55rem;
}
strong.average-price {
    color: #fff;
    font-size: 40px;
    margin-left: 0px;
    display: inline-block;
    font-weight: 800;
}
.detail-pricing-left.pricedisplay1 + a.button.button-green.button-xtra-large.button-block {
    background: #e41f6d;
    font-weight: bold;
}
.give-amount em {
    /* color: #e41f6d; */
    color: #b575b1;
    font-style: normal;
    font-weight: bold;
}

.get-amount em {
    /* color: #89cb97; */
    color: #88ca97;
    font-style: normal;
    font-weight: bold;
}
.section1 {
    display: flex;
    width: 100%;
        display: flex;
    width: 100%;
    position: relative;
    height: 186px;
}

.wrapper .section1 h2 {
    padding: 0px;
    width: 67%;
    margin: 0;
    font-style: italic;
    font-weight: 700;
    color: black;
}
.localCharityWrap {
    display: flex;
        flex-wrap: wrap;
}
.wrapper .section1 .bookNow {
    position: relative;
    top: -82px;
}
.section1 {
    display: flex;
    width: 100%;
    align-items: center;
   /* position: relative;*/
}
.bookOnOffer .detail-pricing-left.pricedisplay1 {
    display: block !important;
    background: #000;
}
.wrapper .section1 .bookNow.bookOnOffer  span.flag-wrapper {
    display: block;
        background: #000;
        /*font-family: 'gotham_htflight';*/
        color: white;
        /* text-align: center; */
        padding-top: 10px;
}
.bookOnOffer .detail-pricing-left.pricedisplay1 span.price-note > span {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: 'museo-slab', 'Georgia', serif;
    font-style: italic;
}
.wrapper .section1 .bookNow.bookOnOffer  span.flag-wrapper a.flag.flag-action {
 /* display: block;  */
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 10px;
        font-style: italic;
    font-size: 16px;
}

.wrapper .section1 .bookNow.bookOnOffer span.flag-wrapper a{
	color: white;
	font-weight: bold;
	/*font-family: 'gotham_htflight';*/
	font-size: 16px;
	font-style: italic;

}

   .abouts h5{
   	  /* line-height: 0;*/
   }

   .abouts p {
    text-align: justify;
}

.contentWrapper p {
    text-align: justify;
}


/* hearth */
#heart{
	    margin-right: 8%;
    margin-left: 8%;
}

.guest_bottom p {
    margin-top: 10px;
    margin-bottom: 0%;
}


.footer-full {
    width: 100%;
    overflow: hidden;
}
.wrapper .section1 .bookNow {
    position: absolute;
    bottom: 0px !important;
    right: auto;
    right: 0px !important;
    top: auto !important;
}
@media (min-width: 1440px) { 
    .wrapper .section1 .bookNow {
        right: -36px !important;   
    }   
}
.bookNow.bookOnOffer a.button.button-green.button-xtra-large.button-block {
    margin-bottom: 0;
	text-decoration: none;
    color: #fff;
}
.bookNow.bookOnOffer .give-now .give-get-base em {
    font-size: 18px;
}

.bookNow.bookOnOffer .give-now .give-get-base strong {
    font-size: 39px;
}

.bookNow.bookOnOffer .give-now a.fancybox.button.button-green.button-xtra-large.button-block {
    margin-top: 0;
}
.node-property .detail-header ol li:first-child input.text {
    border-right: 2px solid #222 !important;
}
.detail-header ol label.select-dropdown {
    border: none;
    background: none;
}
.contentSel ol.inputs.destination-2 li:nth-child(3) label.select-dropdown span.label {
    white-space: nowrap;
}
input#check-in.focus::-webkit-input-placeholder, input#check-out.focus::-webkit-input-placeholder, input#check-in.focus, input#check-out.focus{
    /*color: #1294A5;*/
    color: #000;
    opacity: 1;
}

/* Firefox < 19 */
input#check-in:-moz-placeholder, input#check-out:-moz-placeholder {
    color: #999999;
    font-weight: bold;
    text-shadow: 0 0 0 #999999;
}
input#check-in.focus:-moz-placeholder, input#check-out.focus:-moz-placeholder{
    color: #44C7C8;
    opacity: 1;
    text-shadow: 0 0 0 #44C7C8;
}
/*
input#check-in.focus,
input#check-out.focus{ cursor:none!important}
*/

/* Firefox > 19 */
input#check-in::-moz-placeholder, input#check-out::-moz-placeholder {
    color: #44C7C8;
    font-weight: bold;
    text-shadow: 0 0 0 #999999;
}
input#check-in.focus::-moz-placeholder, input#check-out.focus::-moz-placeholder,
body input#check-in.focus::-webkit-input-placeholder, body input#check-out.focus::-webkit-input-placeholder{
    color: #44C7C8!important;
    opacity: 1;
    text-shadow: 0 0 0 #44C7C8;
}

/* Internet Explorer 10 */
input#check-in:-ms-input-placeholder, input#check-out:-ms-input-placeholder {
    color: #999999;
    font-weight: bold;
    text-shadow: 0 0 0 #999999;
}
input#check-in.focus:-ms-input-placeholder, input#check-out.focus:-ms-input-placeholder {
    color: #44C7C8;
    opacity: 1;
    text-shadow: 0 0 0 #44C7C8;
}
.section-destinations #check-in.focus, .section-destinations #check-out.focus,{
	color: #44C7C8!important;
	text-shadow: 0 0 0 #3cbfc0;
	opacity: 1;
	font-weight: bold;
	/* background: #99ede6 none repeat scroll 0 0;
    border-color: #99ede6;
    border-radius: 3px; */
}

/* .property-dropdown input.text {
    background: #fff url("../images/icon-calendar.png") no-repeat scroll 110px 5px;
} */

  
#header_filter #search_datebox .select-dropdown.active1.active{ border:}


input#check-in:disabled,input#check-out:disabled{
    color: #44C7C8;
    opacity: 1;
    text-shadow: 0 0 0 #44C7C8;
	/*-webkit-text-fill-color:#44C7C8*/
}

.guest_roominner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guest_roomimg{
    width: 70%;
}
.rightcontent{
    width: 30%;
    text-align: center;
}
.rightcontent h2{margin:0; padding: 0}
.rightcontent p{font-weight: 600; font-size: 45px; padding: 24px 0 10px 0;
    margin: 0;}
    .bookbtn .custombtn{background: #e41f6d;
        background: #e41f6d;
    font-weight: bold;
    padding: 1px 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border: 0px;

}


    

    .slides {
    padding: 0;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(255, 255, 255, 0.8);
	border:1px solid #fff;
}


/* new changes  */
p.moretext {
    display: none;
}
.moreless-button{
	color:#000;
	font-weight: 600;
	cursor: pointer;
}
button.btn.btn-default.collaps_text {
    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600;
    /*font-family: 'gotham_htflight';*/
    color: #000;
}
button.btn.btn-default.collaps_text_less_more		 {

    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #000;
}
.mapcontent-block{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.map-block {
    width: 50%;
}
.map-content-block {
    width: 50%;
    padding-left: 30px;
}
.guest_roommain .guest_roominner .guest_roomimg ul.slides .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

#simpleSlider .mySlides {
	display: none;
	height: 350px;
    overflow: hidden;
}
/* Slideshow container */
#simpleSlider .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
#simpleSlider .prev, #simpleSlider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#simpleSlider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#simpleSlider .prev:hover, #simpleSlider .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
#simpleSlider .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
#simpleSlider .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#simpleSlider .dot {
   
    position: relative;
    top: -36px;
    border: 2px solid #fff;
   
}
/* The dots/bullets/indicators */
#simpleSlider .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#simpleSlider .active, #simpleSlider .dot:hover {
  background-color: #717171;
}

/* Fading animation */
#simpleSlider .faded {
  -webkit-animation-name: faded;
  -webkit-animation-duration: 1.5s;
  animation-name: faded;
  animation-duration: 1.5s;
}

@-webkit-keyframes faded {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes faded {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  #simpleSlider .prev, #simpleSlider .next, #simpleSlider .text {font-size: 11px}
}


.custmmm{
	margin-top: -7px !important;
    width: 98% !important;
    background: none !important;
    border-top: 1px solid #ccc !important;
}

.videocss{
	position: absolute;
	width: 100%;
	top: 20px;
	height:680px;
	display: block;
}



.hrtophead{
	margint-top: -6px !important;
}

/*.custmm{
	margin-left: 11% !important;
}*/

ol.inputs.destination-2.custmm {
    margin-left: 18.5% !important;
}


@media(max-width: 1449px){
	ol.inputs.destination-2.custmm {
    margin-left: 11% !important;
}
}

#nightstay{
	font-size: 15px;
}

.textWrap {
    border-top: 3px solid #000;
    margin-top: 14px;
    padding-bottom: 13px;
    padding-top: 13px;
    width:100%;
}
.textWrap:nth-child(1) {
    border: none;
}
.textWrap p {
    font-weight: 800;
    font-size: 30px;
}
del.delt {
    font-size: 13px;
    padding-right: 11px;
    color: #929292;
}

.slideshow-container h6 {
    font-weight: 600 !important;
    font-family: 'Roboto';
}

.slideshow-container img {
    width: 100%;
    height: 420px !important;
}
.price-offer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.price-offer p {
    padding: 0px;
    color: #0c0d0d;
    font-weight: 800;
    margin-right: 55px;
}
.price-offer span.cut-price {
    text-decoration: line-through;
    font-weight: 500;
}
p.refund-non-refund {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 800;
    color: #0c0d0d;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.bookbtn .custombtn {
    width: 100%;
    max-width: 190px;
}

.row.aligned-row {
    align-items: center;
}
.pricedisplay span.promoPrice::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    display: inline-block;
    height: 2px;
    background: #ddd;
    transform: translate(-50%, -50%);
}

.pricedisplay span.promoPrice {
    font-size: 19px;
    color: #d6d6d6;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.price-range {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
strong.average-price {
    display: flex;
}
.detail-pricing-left .averageprice {
    width: 100% !important;
    padding: 0px 14px !important;
}
a.booknow-btn-pop {
    background: #e41f6d;
    transition: .3s all !important;
    font-weight: bold !important;
    padding: 0px 20px !important;
    font-size: 30px !important;
}
.sidebar-list h3 {
    /*font-family: sans-serif;*/
    font-size: 20px;
}



 .hr-width {

    width:91%;
}
.hr-width:nth-child(1) {
    display: none;
}

.lightFont h2 {
	font-weight: 500 !important;
}

.pb20 {
	padding-bottom: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

.show-calendar .close {
    position: absolute;
    bottom: 2px !important;
    right: 0;
    top: auto !important; 
}
.node-type-property .wrapper .section1 h2 {
	padding: 0 6px 0 0px !important; 
}
