@font-face {
font-family: 'Lato';
src: url('font-awesome/fonts/Lato-Regular.ttf') format('truetype');
}

body, html {
	/* color: #541700; */
	color: #000;
	font-family: 'Lato', "Gill Sans Light", "Gill Sans MT", Helvetica, Arial, sans-serif!important;
	}

#header #header_bottom #menu_bottom ul.menu>li>a {
	padding: 0 12px;
}

#header #header_top #lang_container #lang ul li {
	padding: 5px;
}

#header #header_top #logo {
	margin:0 0;
}

#header #header_top #logo img {
	/*max-width: 100px;*/
	max-height: 100px;
}

#header #header_bottom #menu_bottom ul.menu > li .sub-menu > li.current-menu-item > a {
	color: #fbe282;
}

#itinerary_container #itinerary .field.submit a {
	text-transform: capitalize;
}

@media (max-width: 991px) {
	#header #header_top #logo {
		height:100px;
		width: 100%;
	}
}

@media (min-width: 1200px) {

	#header #header_bottom #menu_bottom ul.menu>li>a {
		padding: 0 20px;
	}
}
#header #header_top {
	background: #fff;
	/*margin-top: 52px;*/
	margin-top: 0;
}
	@media (max-width: 991px) {
		#header #header_top #open_menu {
			color: #e93cac; }
			#header #header_top #open_menu:before {
				color: #fff;
				border-color: #e93cac;
				background: #e93cac}
		#header #header_top #open_menu.open:before {
			color: #fff;
			border-color: #F89729;
			background: #F89729; }
		#header #header_top #change_lang {
			/*color: #333;*/ }
			#header #header_top #change_lang select {
				/*background-color: #fff4d5;*/ } }
	@media (max-width: 399px) {
		#header #header_top #change_lang{
			/*width: 100px;*/
		}
	}
	@media (max-width: 991px) {
		#header #header_top #logo {
			/* margin-top: 3px; */
			/*background: #fff4d5*/
			background: #fff;
		}
	}
	#header #header_top #lang_container #lang ul li a:before {
		color: rgba(0, 0, 0, 0.2);
	}
	#header #header_top #lang_container #lang ul li a:hover, #header #header_top #lang_container #lang ul li a.lang_sel_sel {
		color: #E93CAC; }

	#header #header_top #main_book {
		background-color: #E93CAC;
		text-transform: capitalize;
		font-size: 26px;
		color: #fff; }

	#header #header_top #main_book:hover, #header #header_top #main_book:focus {
		background-color: #E93CAC;
		color: #fff; }

	#header #header_top #menu_top ul.menu > li {
		color: #541700;
		border-color: #541700; }

	html[lang="ja"] #header #header_top #menu_top ul.menu > li > a{
		font-size: 23px;
	}

	html[lang="id-ID"] #header #header_top #menu_top ul.menu > li > a {
		font-size: 25px;
	}

	#header #header_top #menu_top ul.menu > li > a {
		color: #333; }
		
		#header #header_top #menu_top ul.menu > li > a:hover, #header #header_top #menu_top ul.menu > li > a:active, #header #header_top #menu_top ul.menu > li > a:focus {
		color: #E93CAC; }

	html[lang="ja"] #header #header_top #menu_top ul.menu > li > a {
		padding: 0 13px;
	}
	@media (max-width: 1200px) {

		html[lang="ja"] #header #header_top #menu_top ul.menu > li > a {
			padding: 0 7px;
		}
		html[lang="zh-hans"] #header #header_top #menu_top ul.menu > li > a {
			padding: 0 7px;
		}
		html[lang="id-ID"] #header #header_top #menu_top ul.menu > li > a {
			padding: 0 8px;
		}
	}
	html[lang="ja"] #header #header_bottom #menu_bottom ul.menu>li>a {
		font-size: 15px;
	}
	#header #header_top #menu_top ul.menu > li:hover > a, #header #header_top #menu_top ul.menu > li:focus > a, #header #header_top #menu_top ul.menu > li.current-menu-item > a, #header #header_top #menu_top ul.menu > li.current-menu-ancestor > a {
			color: #E93CAC; }

	#header #header_top #menu_top ul.menu > li .sub-menu {
			background-color: #aa3dad; }

	#header #header_top #menu_top ul.menu > li .sub-menu > li > a {
		border-color: #541700;
		color: #fff;
		text-transform: capitalize;
	}

	#header #header_top #menu_top ul.menu > li .sub-menu > li > a:hover {
		color: #FDBF57; }

	#header #header_top #menu_top ul.menu > li .sub-menu > li.current-menu-item > a, #header #header_top #menu_top ul.menu > li .sub-menu > li:hover > a, #header #header_top #menu_top ul.menu > li .sub-menu > li:focus > a {
		color: #fbe282; }

	#header #header_bottom #menu_bottom ul.menu>li.current-menu-ancestor>a, #header #header_bottom #menu_bottom ul.menu>li.current-menu-item>a, #header #header_bottom #menu_bottom ul.menu>li:focus>a, #header #header_bottom #menu_bottom ul.menu>li:hover>a{
		color: #fbe282;}

	#header #header_bottom #menu_bottom ul.menu>li .sub-menu>li>a:hover{
		color: #fbe282;}

	#header {
		background-color: #FFFFFF; /* rgba(84, 23, 0, 0.5); */
		/* margin-top: 52px; */ /* to move down section for booking direction */
	}

	#header #header_bottom #menu_bottom ul.menu>li>.sub-menu {
		top: 35px;
		background: #912694;
	}

	#header #header_bottom #menu_bottom ul.menu>li>a {
		display: inline-block;
		text-decoration: none;
		color: #fff;
	}

	#header #header_bottom {
		height: 50px;
		width: 100%;
		position: relative;
		background-color: rgba(84,23,0,);
		z-index: 100;
		-webkit-transition: background-color .3s ease 0s;
		-moz-transition: background-color .3s ease 0s;
		-ms-transition: background-color .3s ease 0s;
		-o-transition: background-color .3s ease 0s;
		transition: background-color .3s ease 0s;
		background-color: rgba(145, 38, 148, 0.9);
	}

#header #header_bottom.dark {
		background-color: rgba(145, 38, 148, 0.9);
}

#slideshow_container, #slideshow_map_container {
    margin-top: 130px; /* to move down section for booking direction */
}

@media (max-width: 991px){
	#mobile_menu_container #mobile_menu ul.menu>li>a{
		background: #912694;
		color: #fff;}

	#mobile_menu_container #mobile_menu ul.menu>li.current-menu-ancestor>a, #mobile_menu_container #mobile_menu ul.menu>li.current-menu-item>a, #mobile_menu_container #mobile_menu ul.menu>li:focus>a, #mobile_menu_container #mobile_menu ul.menu>li:hover>a{
		color: #f89729; }
	#mobile_menu_container #mobile_menu ul.menu>li .sub-menu>li{
		background: #fff4d5;}
	#mobile_menu_container #mobile_menu ul.menu>li .sub-menu>li>a{
		color: #541700;}
	#mobile_menu_container #mobile_menu ul.menu>li .sub-menu>li>a:hover{
		color: #fff4d5;}
	#mobile_menu_container #mobile_menu ul.menu>li .sub-menu>li.current-menu-item>a{
		color: #fff;  }

	#mobile_logo_container {
		background-color: #fff;
	}
	#mobile_menu_container {
		top: 202px !important;
		background: transparent;
	}
	#header #header_top {
		margin-top: 0px;
	}
	#slideshow_container, #slideshow_map_container {
		margin-top: 0;
	}
	.fbdeal__title--open {
		font-size: 10px;
	}
}

#footer_contacts {
	background: #fff;
	border-color: #fff; }
	#footer_contacts .title {
		color: #e93cac;
		text-transform: capitalize;}
	#footer_contacts .contacts .element a {
		color: #e93cac; }
		#footer_contacts .contacts .element a:hover, #footer_contacts .contacts .element a:focus {
			color: #e93cac; }
	#footer_contacts .social.inverse a span[class*="fa"] {
		background-color: #fff;
		color: #e93cac; }
	#footer_contacts .social a {
		border-color: #e93cac }

#footer {
	background: #732975;
	color: #fff;
	}

#footer #footer_menu ul.menu > li {
		color: #fff4d5;
		border-color: rgba(0, 0, 0, 0.3); }
		#footer #footer_menu ul.menu > li > a {
			color: #fff; }
		#footer #footer_menu ul.menu > li:hover > a, #footer #footer_menu ul.menu > li:focus > a, #footer #footer_menu ul.menu > li.current-menu-item > a, #footer #footer_menu ul.menu > li.current-menu-ancestor > a {
			color: #fbe282; }
	#footer .seobar * {
		color: #fff;
		margin-right: 3px;
		text-transform: capitalize;
		}

#footer #copy.element_centered, #footer #gds.element_centered {
	color: #fff4d5;
		text-align: center;

}


#bookingform_container{
	background: url(images/grid.png) top left rgba(29, 29, 27, 0.4); }
#bookingform_container #booking_form .section-submit_wrap #bf_submit{
	color: #541700;
	text-transform: uppercase;
	background: #f89729;}
#bookingform_container #booking_form .section-submit_wrap #bf_submit:focus, #bookingform_container #booking_form .section-submit_wrap #bf_submit:hover{
	color: #541700;
	background: #FDBF57;}
#bookingform_container #booking_form .calendar .ui-state-active, #bookingform_container #booking_form .calendar .ui-widget-content .ui-state-active, #bookingform_container #booking_form .calendar .ui-widget-header .ui-state-active{
	background-color: #d93aa1;
	border-color: #d93aa1;}
#bookingform_container #booking_form #bf_title .best_rate:focus, #bookingform_container #booking_form #bf_title .best_rate:hover{
	color: #FDBF57;
}
#bookingform_container #booking_form .quick-search-cancel:focus, #bookingform_container #booking_form .quick-search-cancel:hover{
	color: #FDBF57;
}
#slideshow_container .arrow {
	background: transparent;
	border-color: #fff; }
	#slideshow_container .arrow:hover, #slideshow_container .arrow:focus {
		background: rgba(0, 0, 0, 0.5); }
	#slideshow_container .arrow .fa {
		color: #fff; }
#slideshow_container #pager span {
	background: rgba(255, 255, 255, 0);
	border-color: #fff; }
	#slideshow_container #pager span.cycle-pager-active, #slideshow_container #pager span:hover {
		background: #fff; }
html[lang="ja"] #bookingform_container #booking_form .section-iata label{
	font-size: 9px;}
html[lang="ja"] #bookingform_container #booking_form .section-iata input{
	font-size: 9px;}

#page_previews .page_preview_wrap .page_preview .title {
		color: #541700;
		background: rgba(255, 255, 255, 0.8);
		line-height: 40px;
		padding: 0 20px;
		text-align: center;
		-webkit-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		font-size: 20px;
		position: absolute;
		z-index: 200;
		bottom: 10px;
		left: 10px;
		display: inline-block;
		text-transform: capitalize;
}
	#page_previews .page_preview_wrap .page_preview .title:hover, #page_previews .page_preview_wrap .page_preview .title:focus {
		background: rgba(255, 255, 255, 0.4);
		color: #541700; }

/*.body_content .the_title {
	color: #878787;
	font-size: 40px;}
.body_content .the_content strong, .body_content .the_content b {
	color: #F89729; }

.section .title {
	color: #333; }*/

	#page_previews .page_preview_wrap .page_preview .title .btn_info {
		color: #541700; }

.body_content .the_title {
	color: #732975;
	font-size: 40px;}
.body_content .the_content strong, .body_content .the_content b {
	color: #e93cac;
	font-weight: bold;
}

.section .title {
	color: #fff; }

.offers_section {
	background-color: #ccc; }
	.offers_section .info {
		color: #fff;
		text-transform: capitalize;
		display: none;
		}
		.offers_section .info:hover, .offers_section .info:focus {
			color: #f89729; }

.promo-wrapper .promotion .clearfix {
	background: #fff;
	}
.promo-wrapper .promotion {
	margin: 10px 0;
	padding: 0px 0px 10px 0px;
}
.promo-wrapper .promotion .title {
	color: #333; }
	.promo-wrapper .promotion .title:hover, .promo-wrapper .promotion .title:focus {
		color: #f89729; }
.promo-wrapper .promotion div.price {
	color: #e93cac;
	text-transform: none;
	height: 24px; /* added to make box heights same even if no price is added */
}

.promo-wrapper .promotion div.price:hover, .promo-wrapper .promotion div.price:focus {
	color: #000; }
.promo-wrapper .promotion .button a {
	background-color: #e93cac;
	color: #fff;
	text-transform: none;	}
.promo-wrapper .promotion .button a:hover, .promo-wrapper .promotion .button a:focus {
	background-color: #732975;
	color: #fff; }
.promo-wrapper .promotion .more a:focus, .promo-wrapper .promotion .more a:hover{
	color: #f89729;}

@media(min-width: 768px ) and (max-width: 991px){
	.promo-wrapper .promotion .button{
		float:left;
		margin: 10px 2px;
		}
}

@media (max-width: 767px) {
	.promo-wrapper .promotion .button{
		float: none;
	}
}

#offer_details{
	margin-top: 20px;}
#offer_details div.price {
	color: #f89729; }

.currency{
	text-transform: uppercase;}
#offer_details .button a {
	background-color: #f89729;
	color: #fff; }
	#offer_details .button a:hover, #offer_details .button a:focus {
		background-color: #FDBF57;
		color: #fff; }

.map-marker-popup .title {
	color: #333; }
.map-marker-popup .book {
	background-color: #fff4d5;
	color: #fff; }
	.map-marker-popup .book:hover, .map-marker-popup .book:focus {
		background-color: #FDBF57;
		color: #fff; }
.gm-style-iw a{
	color: #f89729;
}

.gallery_section {
	background: #00AEC7; }

.children_section .page_wrap .subtitle {
	background-color: #fff;
	color: #562D1E;
	text-transform: none;
}
.children_section .page_wrap .subtitle:hover, .children_section .page_wrap .subtitle:focus {
	background-color: #f89729;
	color: #fff;
}
.children_section .page_wrap .dates,
.children_section .page_wrap .gps_coordinates {
	color: #333; }

#rooms_preview .page_wrap .page_title {
	background-color: #e93cac;
	color: #fff;
	border-color: #e93cac;
	text-transform: capitalize;
}

#rooms_preview .page_wrap .page_title:hover, #rooms_preview .page_wrap .page_title:focus {
	background-color: #e93cac;
	border-color: #e93cac;
	color: #fff;
}

#single_room_offer {
	border-top-color: #ccc; }

@media (min-width: 992px) {
	#itinerary_container #itinerary .title a.fa {
		color: #cccccc; }
		#itinerary_container #itinerary .title a.fa.active {
			color: #333; }
	#itinerary_container #itinerary .field {
		text-transform: none; }
	#itinerary_container #itinerary .field #itineraryFrom {
		border-color: #ccc; }
	#itinerary_container #itinerary .field.submit a {
		color: #fff;
		background: #333; }
	#itinerary_container #itinerary .field.submit a:hover {
		background: #666; }
	#itinerary_container #itinerary .field.submit a {
		background-color: #fff;
		color: #f89729; }
	#itinerary_container #itinerary .field.submit a:hover, #itinerary_container #itinerary .field.submit a:focus {
		background-color: #f89729;
		color: #fff; }

	#map_directions .itineraryPanelWrapper .title {
		color: #F89729; }
	#map_directions .itineraryPanelWrapper .title.ok_message {
		color: #666; }
	#map_directions .close_map:after {
		background: #333;
		color: #fff; }
	#map_directions .close_map:hover:after,
	#map_directions .close_map:focus:after {
		background: #F89729;
		color: #fff; }
	#bookingform_container #booking_form .section-iata input {
		height: 30px;
	}
}
@media (max-width: 991px) {
	#itinerary_mobile {
		background: #fff4d5; }
	#itinerary_mobile a{
		color: #f89729; }
	#itinerary_mobile a:focus, #itinerary_mobile a:hover{
		background-color: #f89729;}
}
.directions_section {
	background: #00AEC7; }
	@media (max-width: 991px) {
		.directions_section .directions_box {
			border-bottom-color: #ccc; } }

.item_details_meta_container {
	border-color: #ccc;
	background: #fff4d5; }
	.item_details_meta_container .item_details_meta {
		border-bottom-color: #ccc; }
		.item_details_meta_container .item_details_meta a {
			color: #F89729; }
			.item_details_meta_container .item_details_meta a:hover {
				color: #000; }

#form fieldset .field input {
	border-color: #fff4d5;
	background: #fff4d5; }
#form fieldset .field textarea {
	border-color: #fff4d5;
	background: #fff4d5; }
#form fieldset .form-submit input {
	background-color: #5c5d5d;
	color: #fff; }
	#form fieldset .form-submit input:hover, #form fieldset .form-submit input:focus {
		background-color: #f89729;
		color: #fff; }

#location_address .element .element_pref {
	color: #000; }
#location_address .element a {
	color: #f89729; }
	#location_address .element a:hover {
		color: #000; }

#faqs .single_faq {
	border-color: #fff4d5; }
	#faqs .single_faq .question {
		color: #333;
		background: #fff4d5; }
		#faqs .single_faq .question:hover, #faqs .single_faq .question:focus {
			background: #333;
			color: #fff; }
	#faqs .single_faq .answer .answer_content {
		background: #fff; }
	#faqs .single_faq.open .question {
		background: #333;
		color: #fff; }

#job_offers .job_offer {
	border-color: #fff4d5; }
	#job_offers .job_offer .question {
		color: #333;
		background: #fff4d5; }
		#job_offers .job_offer .question:hover, #job_offers .job_offer .question:focus {
			background: #333;
			color: #fff; }
	#job_offers .job_offer .excerpt {
		background: #fff; }
	#job_offers .job_offer .answer .answer_content {
		background: #fff;
		border-top-color: #ddd; }
	#job_offers .job_offer.open .question {
		background: #333;
		color: #fff; }

.body_content .the_content a {
		color: #7b2c7c;
		-webkit-transition: color .3s ease 0s;
		-moz-transition: color .3s ease 0s;
		-ms-transition: color .3s ease 0s;
		-o-transition: color .3s ease 0s;
		transition: color .3s ease 0s;
	}

.body_content .the_content a:hover {
		color: #7b2c7c;
		-webkit-transition: color .3s ease 0s;
		-moz-transition: color .3s ease 0s;
		-ms-transition: color .3s ease 0s;
		-o-transition: color .3s ease 0s;
		transition: color .3s ease 0s;
	}

#form fieldset, .clearfix, .promo-wrapper .promotion, .row {
		zoom: 1;
}

#bookingform_container #booking_form .booking-tab .quickbook-form-tab .month{
	text-transform: capitalize;
}

#bookingform_container #booking_form #bf_title {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		line-height: 130%;
		text-transform: capitalize;
	 }
#bookingform_container #booking_form #bf_title .best_rate {
		color: #fff;
		text-decoration: none;
		font-style: italic;
		font-weight: normal;
		display: block;
		font-size: 18px;
		line-height: 130%;
}
#header #header_top #lang_container #lang ul li a {
		display: inline-block;
		border: none;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		white-space: nowrap;
		text-decoration: none;
}
#header #header_top #lang_container #lang ul li a:before {
		content: "| ";
		padding-right: 5px;
		color: rgba(0,0,0,.2);
}

.form__submit {
	width: 100%;
	line-height: 60px;
	border: 0 none;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	background: rgba(233, 60, 172, 0.9);;
}

.form__cancel {
	line-height: 30px;
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.form__cancel:hover {
	color: rgba(233, 60, 172, 0.9);
	text-decoration: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  width: 80%;
  max-width: 535px; /* 800px */
  margin: 20px auto;
}

/* force without using !important */
.offer__title.offer__title.offer__title {
	line-height: 16px;
	margin-bottom: 20px;
	display: inline-block;
	min-height: 0;
}

/* force without using !important */
.offer__title.offer__title.offer__title:hover {
	text-decoration: none;
}

.promo-wrapper .promotion .offer__price:focus,
.promo-wrapper .promotion .offer__price:hover {
	cursor: auto !important;
}

.offer__description {
	margin-bottom: 5px;
	font-size: 16px;
	padding: 10px 20px;
	height: 55px;
	overflow: hidden;
}
@media (min-width: 991px) {
	.offer__description {
		margin-bottom: 20px;
		padding: 0px 20px;
		height: 120px
	}
}

@media (min-width: 1200px) {
	.offer__description {
		margin-bottom: 20px;
	  padding: 0px 20px;
		height: 100px
	}
}
.offer-modal__image {
	width: 100%;
	margin-bottom: 20px;
}


.offer-modal__buttons {
	clear: both;
	margin: 20px 0 0;
}

.offer-modal__price,
.offer-modal__booknow {
	float: right;
}

.offer-modal__price {
	margin-right: 20px;
}

.offer-modal__booknow {
	box-shadow: 2px 0 3px rgba(0,0,0,.4);
	padding: 0 20px;
	display: inline-block;
	background-color: #f89729;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}

.offer-modal__booknow:hover {
	text-decoration: none;
	color: #fff;
}

.promo-wrapper .promotion .button {
    padding: 0px 30px;
}

.promo-wrapper .promotion .more {
    padding: 0 14px;
}

html[lang="id-ID"] .promo-wrapper .promotion .more {
	line-height: 25px;
}

.error {
    font-size: 18px;
}

/* #FB_so_preview_offers .promo-wrapper .promotion {
    padding: 20px 20px;
} */

#header #header_bottom #menu_bottom ul.menu > li > .sub-menu > li > a {
	text-transform: none;
}

.thankyou {
    background: none;
}

#footer_contacts .contacts .element .element_pref {
	text-transform: none;
}

.form-label {
    font-weight: normal;
} 
.form-all {
	font-family: "Lato","Gill Sans Light", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 20px;
}

#widgets .lifestyle {
    height: 40px;
}

#widgets .iprefer {
    max-height: 20px;
}
@media (min-width: 450px) {
	div.mobile-no{
		display: none;
	}
}

@media (max-width: 450px){
	div#mobile_bar.col-xs-16.col-md-14 div.row {
		display:flex;
	}
	
	div.mobile-no {
		
		margin-top: 13px;
		margin-right: 0px;
		margin-left: 20px;
	}

	.col-xs-4 {
		width:18%
	}

	.fa-fw {
		color: black;
		margin-left: 15px;
	}

	#slideshow_container .arrow.prev,#slideshow_container .arrow.next, #pager {
		display: none;
	}
	
	#bookingform_container #booking_form .calendar .ui-datepicker .ui-datepicker-prev span {
		background: url(images/arrows.png) no-repeat;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
	}
	
	#bookingform_container #booking_form .calendar .ui-datepicker .ui-datepicker-next span {
		background: url(images/arrows.png) -40px 0 no-repeat;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 769px) {
	
	body .gform_wrapper .top_label div.ginput_container, .gform_wrapper .gform_footer, .gform_wrapper .gfield_description {
	margin-left: 0px!important;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
		width: 100%!important;
	}
	
	.gform_wrapper .top_label .gfield_label{
		margin-bottom: 0px;
	}

	section #bookingform_container {
		display: none!important;
		
	}
	
	#AccessCode {
		margin-left: 40px;
		margin-bottom: 5px;
	}
}

@media (min-width: 320px) {
	#bookingform_container{
		position: absolute;
    bottom: 40px;
    right: 10%;
    z-index: 300;
    padding: 10px;
	}

	#bookingform_container #booking_form{
		width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
	}

	#bookingform_container #booking_form .booking-tab{
		    width: 90px;
    position: relative;
    background: 0 0;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
	}

	#bookingform_container #booking_form label{
		color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
	}

	#bookingform_container #booking_form .booking-tab .quickbook-form-tab{
		background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
	}

	#bookingform_container #booking_form .calendar{
		    display: none;
    position: absolute;
    top: 100px;
    right: -160px;
    background: #fff;
    z-index: 99999999;
	}

	#bookingform_container #booking_form .booking-tab .quickbook-form-tab .month, #bookingform_container #booking_form .booking-tab .quickbook-form-tab .year{
		color: #666;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
	}

	#bookingform_container #booking_form .booking-tab .quickbook-form-tab .date{
		color: #666;
    line-height: 50px;
    font-size: 32px;
    position: relative;
    width: 70%;
    margin: 0 auto;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #ccc;
	}

	#bookingform_container #booking_form .section-nb_adults{
		    width: 90px;
    position: relative;
    background: 0 0;
    float: left;
	}

	#bookingform_container #booking_form .section-nb_adults select{
		    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 90px;
    margin: 0 auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAB0CAYAAAAB+/V5AAAABHNCS…duX3L3wsAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMw7BefHjzkc8KcHwAAAABJRU5ErkJggg==) center center no-repeat #fff;
    height: 116px;
    font-size: 32px;
    color: #666;
    padding-left: 34px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
	}
}
.gform_wrapper .top_label .gfield_label{
	float:unset;
	margin-bottom: 0px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-left:0px!important;
}

.gform_wrapper .top_label .gfield_label{
	display: unset!important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*styling for table*/
table td, table th {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center;
}

table th {
    background: #ddd;
    border-right-color: #ccc;
}

.page-id-767 .wp-image-3744 {
	display: none;
}

.map_section{
	display: none;
}

/* Client request to hide map 
.page-id-33 #slideshow_map_container, .page-id-33 #itinerary_mobile { 
 display: none;
}*/

.new_button {
  background-color: #E93CAC;
  text-transform: capitalize;
  font-size: 26px;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bolder;
}

/* Revinate form style STARTS */
.revinate_wrapper {
	text-align: center;
}

#revinate_contact_api_form{
	display:inline-block;
}

#revinate_contact_api_form label {
	display: inline-block;
	width: 130px;
}

#revinate_contact_api_form label.required:after {
	content: " *";
	color: red;
}



#revinate_contact_api_form fieldset {
	width: 600px;
	padding: 1em;
	border: 3px solid #CCC;
	text-align: left;
}



#revinate_contact_api_form input {
	margin: 1px 5px 3px 5px;
	width: 145px;
	padding: 3px;
	border-width: 2px;
}

#revinate_contact_api_form input.long {
	width: 300px
}

#revinate_contact_api_form div.button {
	margin-top: 1em;
	text-align: center;

    text-transform: capitalize;
    color: #fff;
}

#revinate_contact_api_form div.button button {
	background: #dd3ea5;
	border-style: none;
	padding: 10px 10px;
}

/* Revinate form style ENDS */