/* Reset CSS */

div#checkboxpro {
    width: 25%;
}

.home .mfp-container .mfp-content .white-popup { transition: .5s ease; }
@media (max-width: 1128px) {
div#checkboxpro {
    width: 50%;
}
}


h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-family: "Lato", Arial, sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	padding-bottom: 0;
}
h1 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.5;
}
h3 {
	font-size: 48px;
	margin: 55px 0 35px;
}
h4,
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4 {
	color: #8d06af;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.5;
}
h5 {
	font-size: 24px;
	padding-bottom: 10px;
}
h6 {
	color: #555;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
}
p {
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 0;
	color: #000;
}
p > span.blurb {
	color: #555;
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p > span.blurb:after {
	display: block;
	content: '';
	border-bottom: 3px solid rgba(139, 1, 174, 0.6);
	width: 50px;
	margin: 10px auto 0;
}
.no-blurb h3 {
	margin-top: 0;
}

/* Custom CSS */
h1:before {
	display: block;
	content: '';
	width: 46px;
	height: 46px;
	background: url(../../../../images/icon-title.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto 20px;
}
h1:after,
.no-blurb h3:after {
	display: block;
	content: '';
	width: 50px;
	border-bottom: 3px solid rgba(139, 1, 174, 0.6);
	margin: 22px auto 0;
}
.et_pb_section {
	padding: 90px 0;
}
.et_pb_row {
	padding: 0;
}
.et_pb_column:first-child,
.et_pb_column:last-child {
	margin-bottom: 0;
}
.et_pb_text ul {
	padding-bottom: 0;
}
.content-col-2 {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

/* Custom Button Style */
.custom-button-style1 .et_pb_button,
.custom-button-style2 .et_pb_button,
.custom-button-style3 .et_pb_button,
.custom-button-style4 .et_pb_button {
	color: #fff !important;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
	letter-spacing: 1px;
	text-transform:none;
}
.custom-button-style1 .et_pb_button {
    font-size: 16px;
}
.custom-button-style2 .et_pb_button {
    color: #fff !important;
}
.custom-button-style4 .et_pb_button,
.custom-button-style1 .et_pb_button:hover,
.custom-button-style3 .et_pb_button:hover{
    color: #8d06af !important;
    background: transparent !important;
    border-color: #8d06af !important;
}
.custom-button-style2 .et_pb_button:hover{
	background: #b764cc!important;
    border-color: #b764cc!important;
	color: #fff !important;
}
.custom-button-style4 .et_pb_button:hover {
	color: #fff !important;
	background: #ab8767!important;
    border-color: #ab8767!important;
}
.custom-button-style1 .et_pb_button:after {
	font-size: 27.2px;
    opacity: 1;
    margin-left: .3em;
    left: auto;
}
.et_pb_button::after,
.et_pb_button:hover::after {
	margin-left: 0 !important;
	top: 7px !important;
}

#offers-fullscreen .et_pb_promo {
	padding-bottom: 20px !important;
}
#offers-fullscreen h3 {
	color: #fff !important;
	font-size: 50px;
	line-height: 1.3em;
}
#offers-fullscreen .et_pb_text {
	max-width: 80%;
	margin-left: auto!important;
	margin-right: auto!important;
}
#offers-fullscreen p {
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
#offers-fullscreen p span {
	font-family: "Lato", Arial, sans-serif;
    font-size: 24px;
	color: #d0ab89;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* Highlight Box */
.highlight-box {
	padding: 50px 0 0 0;
}
.highlight-box h5 {
    font-size: 20px;
    color: #fff;
	padding-bottom: 20px;
}
.highlight-box p {
    color: #fff;
}
/*.highlight-box h4 {
	font-size: 28px !important;
}*/
.highlight-box .et_pb_blurb {
	margin-top: 30px;
	padding: 0 20px 30px;
}
.hotel-map.et_pb_section {
	padding: 0;
}

/**/
.btn-book-text,
.m-nav-text {
	line-height: 69px;
}

#main-header {
	/*background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	margin-top: -1px;
}
#main-header.et-fixed-header {
	background-color: #fff !important;
}

/*Mobile Dropdown*/
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }

#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important; transition: all 1.5s ease-in-out; }
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

#main-header .et_mobile_menu .menu-item-has-children > a span.toggle-menu{ position: absolute; width: 40px; height: 100%; right: 0; top: 0; background: #8d06af; }
#main-header .et_mobile_menu .menu-item-has-children > a span.toggle-menu:before { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; }
#main-header .et_mobile_menu .menu-item-has-children > a span.toggle-menu:before{font-size: 16px; content: '\4c'; padding: 10px 0 0 12px; display: inline-block; color: #fff}
#main-header .et_mobile_menu .menu-item-has-children.visible > a span.toggle-menu:before { content: '\4d'; }

/*   ------- Gradienttop ---------- */
#gradienttop {
    left: 0;
    width: 100%;
    height: 40vh;
    z-index: 10;
}
.et-db #et-boc #gradienttop {
    position: absolute;
}
/*Mobile Dropdown*/

.nav li ul {
	width: 260px;
	padding: 15px 0;
}
#top-menu, #top-menu-nav {
	z-index: 10;
}

.single.et_pb_pagebuilder_layout #main-content{ background-color: transparent;}
.single .et_pb_post{ margin-bottom: 0;}

/* Mobile Menu */
.et_mobile_menu .menu-item-has-children>a {
	font-weight: normal;
}

/* Menu Home 1 */
#main-header .et_menu_container_custom .logo_container {
	z-index: 10;
}
#main-header .et_menu_container_custom #et-top-navigation {
	text-align: left;
	margin-left: -36px;
}
/*.et-fixed-header .et_menu_container_custom .nav li.et-touch-hover > ul, .nav li:hover > ul {
	margin-top: 5px;
}*/
.et_header_style_left .et_menu_container_custom #et-top-navigation {
	/*padding: 23px 0 8px;*/
	padding: 0 !important;
}
.et_header_style_left .et-fixed-header .et_menu_container_custom #et-top-navigation {
	/*padding: 31px 0 0;*/
	padding: 0 !important;
}
.et-fixed-header .et_menu_container_custom #et-top-navigation {
    padding-top: 30px !important;
}
.et_menu_container_custom #et-top-navigation nav > ul > li > a {
	line-height: 69px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
@-moz-document url-prefix() {
	#main-header .et_menu_container_custom .logo_container {
		margin-left: -30px;
	}
	/*.et-fixed-header .et_menu_container_custom .nav li.et-touch-hover > ul, .nav li:hover > ul {
		margin-top: 4px;
	}*/
}
.m-nav-right {
	z-index: 10 !important;
}
.et_menu_container_custom nav#top-menu-nav {
	float: none;
}
.et_menu_container_custom #top-menu-nav {
	line-height: normal;
}
.et_menu_container_custom #top-menu {
	float: none;
	line-height: normal;
}

/* Sliding Panel */
/* Form 1 */
.availability-checker .field_inner {
	width: 47%;
}
.btn-booknow {
	font-size: 16px;
	background: #7C1318;
}
.btn-booknow:hover {
    background-color: #bf161e;
}
.booking-form select,
.booking-form input[type="text"] {
	text-transform: none;
}
.availability-checker .field_inner label {
	text-transform: uppercase;
}
.guarantee ul li {
	font-size: 16px;
	margin-right: 40px;
}
.availability-checker .field_inner.select {
    width: 31.333%;
}

/* Form 2 */
#checkbox2-v2.cd-panel {
	top: 69px;
	z-index: 2;
}
#checkbox2-v2 .cd-panel-container,
#checkbox2-v2 .cd-panel-header {
	width: 100%;
	opacity: 0.98;
}
#checkbox2-v2 .cd-panel-container {
	top: 68px;
	background-color: #333;
}
#checkbox2-v2 .cd-panel-header {
	/*width: 50%;*/
	height: 69px;
	background-color: transparent;
	box-shadow: none;
	z-index: 2;
}
#checkbox2-v2 .cd-panel-header h2 {
	display: none;
	font-size: 24px;
	font-weight: normal;
	line-height: 69px;
	padding: 0;
	margin-left: 30px;
}
#checkbox2-v2.from-right .cd-panel-header,
#checkbox2-v2.from-left .cd-panel-header {
	top: -60px;
}
#checkbox2-v2.cd-panel.is-visible::after {
	background-color: transparent;
}
#checkbox2-v2.is-visible .cd-panel-header {
    top: 80px;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}
/*#checkbox2-v2.is-visible .cd-panel-container {
	top: 69px;
}*/
#checkbox2-v2 .cd-panel-content {
	display: table;
	/*top: 69px !important;*/
	position: absolute;
}
#checkbox2-v2 #booking-box {
    display: table-cell;
    vertical-align: middle;
}
#checkbox2-v2 .booking-box-title span {}
#checkbox2-v2 .booking-box-title span::before {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
}
#checkbox2-v2 .booking-form select,
#checkbox2-v2 .booking-form input[type="text"] {
    font-size: 18px;
    height: 60px;
	/*text-transform: uppercase;*/
}
#checkbox2-v2 .availability-checker label {
	margin-bottom: 5px;
	margin-left: 2px;
}
#checkbox2-v2 .availability-checker i {
	top: 14px;
}
#checkbox2-v2 .field_row {
	margin-bottom: 8px;
}
#checkbox2-v2 .field_inner {
	padding-right: 10px;
	margin-bottom: 10px;
}
#checkbox2-v2 .btn-booknow {
	font-size: 22px;
	line-height: 60px;
    height: 60px;
}
#checkbox2-v2 .cd-panel-close {
	top: 0;
	right: 30px;
}
#checkbox2-v2 .cd-panel-close::before,
#checkbox2-v2 .cd-panel-close::after {
	width: 34px;
	top: 34px;
	background-color: #fff;
}
#checkbox2-v2 .guarantee ul {
	margin-left: 9%;
}
#checkbox2-v2 .guarantee ul li {
	line-height: 44px;
}
#checkbox2-v2 .booking-form input[type="text"].mySelectCalendar {
    background: #fff url('../../../../images/calendar.png') right no-repeat;
}

#btnSearch2 {
    width: 100%;
    font-size: 20px;
    background: #8d06af;
    color: #fff;
    text-transform: uppercase;
	margin-top: 29px;
    height: 60px;
    border-radius: 3px;
}
#btnSearch2:hover {
    background: #b966ce;
}
/* Top Menu */
#top-menu {
	position: relative;
	display: block;
}
#top-menu li {
	line-height: 1.6em;
	padding: 0 15px;
}
#top-menu li::after {
	content: '';
  	display: block;
  	position: absolute;
	width: 1px;
  	height: 0px;
  	background-color: #d9d9dc;
	top: 0;
  	left: calc(50% - 0.5px);
	opacity: 0;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	filter: alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
 	-moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
 	-o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
 	-ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
 	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
#top-menu li:hover::after {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	height: 18px;
}
#top-menu li:nth-child(2)::after,
#top-menu li:nth-child(3)::after {
	left: calc(50% - 10px);
}

#top-menu li li {
	margin: 0;
	padding: 0;
}
#top-menu li li::after {
	display: none;
}
#top-menu li li a {
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px !important;
	font-weight: normal;
	padding: 5px 15px !important;
	margin: 0;
	text-transform: capitalize;
	width: 260px !important;
}
@media (max-width: 980px) {
	nav#top-menu-nav,
	#top-menu,
	nav.fullwidth-menu-nav,
	.fullwidth-menu {
		display: none;
	}
	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
    	position: fixed;
	}
}

/* Button */
/*.btn-book-footer {
	z-index:99;
}*/
.btn-book-footer .btn-book-text {
    font-size: 24px;
    line-height: 60px;
}

/* Slider - Pagination */
#main-slider.et_pb_section {
	position: relative;
	margin-top: -68px;
}
.et-pb-controllers {
	text-align: left;
	left: 40px;
	bottom: 25px;
	z-index: 2;
}
.et-pb-controllers a {
	width: 14px;
	height: 14px;
	opacity: 1;
  	border: 3px solid rgba(255,255,255,0);
  	border-radius: 20px;
	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
	transition: all 0.5s ease 0s;
  	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-ms-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
	vertical-align: middle;
}
.et-pb-controllers .et-pb-active-control {
	width: 20px;
	height: 20px;
	background-color: transparent !important;
  	opacity: 1;
  	border: 3px solid #fff;
  	border-radius: 20px;
	transition: all 0.5s ease 0s;
  	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-ms-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
}

/* Home-accom */
#home-accom h3 {
	padding-bottom: 20px;
}
#home-accom .et_pb_slide_content {
	font-size: 25px !important;
}
.basic-carousel.wrap-room .as_slide_content_wrapper h3 {
    font-size: 26px;
    color: #8d06af!important;
}

/* Anything Slider */
.basic-carousel .slider-box {

}
.basic-carousel .et_pb_section {
	background: transparent;
}
.basic-carousel .et_pb_module {
	margin-bottom: 0 !important;
}
.basic-carousel .et_pb_button {
	color: #fff;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
	text-transform: none;
	line-height: 1.8 !important;
    padding-bottom: 7px;
}

.wrap-room .item {
    min-height: 500px !important;
}
.as_buttons_wrapper {
    position: absolute;
    left: 0;
    right: 0;
	bottom: 20px
}
/*body #page-container .cwp_et_pb_layout_slider_standard_0.owl-carousel .owl-prev a.et_pb_button_prev:after,
body #page-container .cwp_et_pb_layout_slider_standard_0.owl-carousel .owl-next a.et_pb_button_next:after{
	font-size: 64px !important;
	font-weight: 200 !important;
	line-height: 1em !important;
}*/

/* Special Offers */
/*#offers .et_pb_button::after,
#offers .et_pb_button:hover::after {
	margin-left: 0 !important;
	top: 5px !important;
}*/
#offers {
	padding: 0
}
#offers .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding-left: 0;
	padding-right: 0;
}
#offers.et_pb_row,
#offers .et_pb_promo {
	padding-bottom: 0 !important;
}
#offers .et_pb_more_button {
	margin-top: 0;
}
/*#offers .et_pb_button:hover {
	background: rgba(255,255,255,0.6) !important;
	border-color: rgba(255,255,255,0) !important;
}*/
#offers .et_pb_slider_container_inner {
	overflow: hidden;
}
#offers .special-box {
	height: 324px;
	min-height: 324px;
}
#offers .special-box .et_pb_slide {
	height: 324px;
}
#offers .special-box .et_pb_button {
	font-size: 40px;
	color: #bd9672;
	border-width: 0 !important;
	letter-spacing: 0;
	padding: 0;
}
#offers .special-box .et_pb_button:hover {
	color: #bd9672 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
#offers .special-box .et_pb_button:after {
	display: none;
}
#offers .custom-button-style1 {
	padding: 0;
	margin: 0;
}
#offers h6 {
	color: #bd9672;
	font-family: "Fjalla One", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
#offers p {
	color: #555;
	font-size: 15px;
	line-height: 1.4em
}
#offers p > span.blurb:after {
	margin: 10px 0 0;
}

/* Hotel Features */
#hotel-features h3 {
	font-size: 40px;
	margin: 40px 0 20px;
}
#hotel-features p > span.blurb:after {
	margin: 10px 0 0;
}
.feature.et_pb_row {
	width: 89% !important;
	max-width: 89% !important;
	margin-bottom: 5%;
}
.feature.et_pb_row:last-child {
	margin-bottom: 0;
}
.feature.et_pb_row:nth-child(2n+1) .et_pb_column_1_2:nth-child(2n+1) {
	float: right !important;
	margin-right: 0 !important;
}
.feature.et_pb_row:nth-child(2n+1) .et_pb_column_1_2:nth-child(2n) {
	float: left !important;
	margin-right: 5.5% !important;
	padding-top: 5%;
	padding-bottom: 5%;
}
.feature.et_pb_row:nth-child(2n) .et_pb_column_1_2:nth-child(2n+1) {
	float: left !important;
	margin-right: 5.5% !important;
}
.feature.et_pb_row:nth-child(2n) .et_pb_column_1_2:nth-child(2n) {
	float: right !important;
	margin-right: 0 !important;
	padding-top: 5%;
	padding-bottom: 5%;
}
.feature .et_pb_module {
	margin-bottom: 0;
}
.feature .et_pb_promo_description {
	color: #747d88;
	font-size: 18px;
	line-height: 1.8em;
}

/* Newsletter */
.et-db #et-boc #newsletter h6 {
	font-size: 18px;
	padding-bottom: 0;
	color: #fff;
    text-transform: uppercase;
}
#newsletter p {
	font-size: 16px;
	color: #fff;
}
#newsletter .et_pb_newsletter_form p {
	display: inline-block;
	width: 78%;
}
#newsletter .et_pb_newsletter_form p:last-of-type {
	width: 21%;
	margin-left: -5px;
}
#newsletter .et_pb_newsletter_form p input {
	padding: 10px 4% !important;
}
#newsletter .et_pb_button {
	border-radius: 0 3px 3px 0;
	padding: 6px 1em 7px !important;
}
.et-db #et-boc #newsletter .et_pb_newsletter .et_pb_newsletter_fields > p { flex-basis: inherit;}
.newsletter-inner {
    display: flex;}
	.wpcf7-form-control-wrap {
    position: relative;
}
	.news-input {
    width: 50%;
}
.news-input input[type="email"] {
    width: 100%;
    height: 40px;
    text-indent: 5px;
    font-size: 14px;
}
.news-submit {
    width: 22%;
}
.news-submit input[type="submit"] {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 15px;
    color: #fff;
    background: #8d06af;
    text-transform: uppercase;
}
/* Social */
.et-db #et-boc #social h6 {
	font-size: 18px;
	padding-bottom: 0;
	color: #fff;
    text-transform: uppercase;
}
.et-db #et-boc #social p {
	font-size: 16px;
	color: #fff;
}
.et-db #et-boc #social .et_pb_blurb_content {
	max-width: 100%;
	padding: 25px;
}
.et-db #et-boc #social ul {
	padding: 0;
}
/*#social .et_pb_social_media_follow_network_0 a.icon {
	background: none !important;
	padding: 25px;
}*/
.et-db #et-boc #social .et_pb_social_media_follow li a.icon {
	background: none !important;
	padding: 0 25px 25px;
}
.et-db #et-boc #social .et_pb_social_media_follow li.et-social-google-plus a.icon {
		padding-right: 40px;
	}
.et-db #et-boc #social .et_pb_social_media_follow li:first-child a.icon {
	padding: 0 25px 25px 0;
}
.et-db #et-boc #social .et_pb_social_media_follow li a.icon::before {
	font-size: 42px;
	color: #8d06af !important;
}
.et-db #et-boc #social.et_pb_column.et-last-child .et_pb_module {
	/*margin-bottom: 0 */
}

/* Footer */
/* For Widget Custom HTML Footer Menu
footer .container {
	border-top: 1px solid #434343;
	padding-top: 15px;
}
*/
#main-footer p {
	font-size: 14px;
}
#footer-widgets {
	padding: 3% 0 0;
}
#footer-widgets .footer-widget {
	width: 33.999%;
    margin: 0 5.5% 2.5% 0 !important;
}
#footer-widgets .footer-widget:nth-child(3) {
    width: 21%;
	margin-right: 0 !important;
}
#footer-widgets .footer-widget:nth-child(2) div.widget_text:first-child {
    margin-right: 30%;
}
#footer-widgets  .footer-widget .fwidget {
	margin-bottom: 0;
}
#footer-widgets .footer-widget li::before {
	display: none
}
.info-box {
	display: inline-block;
	text-align: left;
}
.info-box .logo-footer {
	display: inline-block;
	width: 100px;
	height: 99px;
	background: url(../../../../images/logo-footer.png) no-repeat 0 0;
}
.info-box .address {
	display: inline-block;
	margin-left: 20px;
}
.info-box .contact-box {
		display: none;
}
.info-box p {
	position: relative;
	color: #d6d6d6;
	top: -9px;
}
.info-box strong {
	font-family: "Fjalla One", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
}

/*Custom Footer*/
footer .container {
	color: #d9d9dc;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 35px;
}
footer .container a {
	color: #8b01ae;
}
footer .container a:hover {
	color: #000;
}
footer .container:last-of-type {
	border-top: 1px solid #000;
	padding: 15px 0;
}
.footer-left-detail .footer-address {
	padding-top: 0;
}
.footer-address strong {
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #8b01ae;
}
.footer-menu-container {
	width: 50%;
}
.footer-right-detail {
	width: 20%;
	color: #000;
}
.bottom-nav {
	padding: 0 0 0 17%;
}
.bottom-nav,
.bottom-nav a,
.bottom-nav li.current-menu-item a {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 1.5em !important;
}
.copyright a,
.websiteby a {
	font-weight: normal;
}
.copyright a:hover,
.websiteby a:hover {
	color: #000;
 	text-decoration: none
}

/* Btn-mouse */
.btn-scroll {
	position: relative;
	bottom: 52px;
	text-align: center;
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  width :34px;
  height: 55px;
  cursor: pointer;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box !important;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* Btn-video */
.btn-video {
	position: absolute;
	right: 40px;
	bottom: 20px;
	z-index: 20;
}
.btn-video a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../../../../images/sprite.png) no-repeat 0 -200px;
}

/* Blurb */
#blurb-location .et_pb_blurb_description {
	width: 180px;
	margin: 0 auto;
}

/* Modules */
.fullwidth-image-h550 {
	height: 550px;
	min-height: 550px;
}
.fullwidth-image-h550.et_pb_section {
	padding-top: 179px !important;
}
.fullwidth-image-h550 h1 {
	color: #555;
	font-size: 60px;
}

/* Experiences */
#feature .feature-box h6 {
	color: #8d06af;
	font-family: "Lato", Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.5;
}
#feature .feature-box h6 + p {
	line-height: 1.5em;
	margin-top: 8px;
}
#feature .feature-box.et_pb_row {
	position: relative;
	height: 684px;
	min-height: 684px;
	padding: 115px 0;
	margin-top: 50px;
}
#feature .feature-box .et_pb_text:first-child {
	padding-top: 70px;
	padding-bottom: 40px;
}
#feature .feature-box .et_pb_module {
	margin-bottom: 0 !important;
}
#feature .feature-box .custom-button-style1 {
	padding: 0 50px 70px;
}

/* Highlight Box */
.hl-box {
	display: inline-block;
	width: 32.80%; /* Can't use 33.33% - it won't fit */
	margin-bottom: 50px;
}
.hl-box h4 {
	color: #bd9672 !important;
}
.highlight.et_pb_section {
	padding-bottom: 70px;
}
.highlight .highlight-box {
	padding-top: 20px;
	padding-bottom: 90px;
}
/* ------ Accommodaiton ------- */
.et_pb_module.et_pb_promo {
    padding: 40px 20px;
}
.et_pb_module.et_pb_promo p {
    color: #000;
}
/* Room Gallery */
.room-gallery.et_pb_section {
	padding-bottom: 0;
}

/* Related Box */
.related.et_pb_section {

}

.sleep {
    text-align: center;
    width: 32.333%;
    display: inline-block;
}

/* General Listing */
.normal .highlight-box {
    padding-top: 50px;
    padding-bottom: 60px;
}
.normal-list ul {
	margin-left: 12%;
}
.normal-list li {
	float: left;
	width: 25%;
	padding-right: 10px;
}

/* Hotel Location */
.pic-listing.et_pb_row {
	margin-bottom: 40px;
}
.pic-listing.et_pb_row:last-of-type {
	margin-bottom: 0;
}
/*.pic-listing .et_pb_column {
	margin-bottom: 40px;
}*/
.pic-listing .et_pb_promo {
	padding: 0;
}
.pic-listing .et_pb_promo_description {
	padding-bottom: 0;
}
.pic-listing h5 {
	font-size: 20px;
	padding-bottom: 0;
	margin-top: 20px;
}
.map.et_pb_section {
	padding-bottom: 0;
}

/* Photo Gallery */
#photo-gallery.et_pb_section {
	padding-bottom: 30px;
}

/* Special Offers*/
.offer-box .et_pb_column_1_2 .no-blurb {
	margin-bottom: 0;
}
.offer-box .no-blurb h3 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 22px;
}
.offer-box .et_pb_column_1_2 .et_pb_module {
	margin-bottom: 30px;
}
.offer-box .et_pb_button {
	margin-bottom: 30px !important;
}
.offer-box .no-blurb h3:after {
	margin: 22px 0 0;
}
.offer-box h4 {
	font-size: 18px;
}
.offer-box h5 {
	font-size: 18px;
	margin-top: 30px;
}
.offer-box p,
.offer-box li {
	font-size: 16px;
}
.offer-row {min-height: 500px;}

/* Contact */
.contact-section h2 {
	font-size: 25px;
	margin-bottom: 15px;
}
.contact-section h4 {
	color: #555;
	font-size: 18px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.contact-section h4:last-child {
	padding-bottom: 0;
}
.contact-section p {
	font-size: 16px;
	line-height: 1.8em
}
.contact-section .et_pb_social_media_follow {
	position: relative;
	left: -8px;
}
.contact-section select,
.contact-section input,
.contact-section textarea{
	font-size: 16px;
	width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    color: #333;
    background-color: #eee;
}
.contact-section .et_pb_contact select,
.contact-section .et_pb_contact input,
.contact-section .et_pb_contact textarea {
	color: #666;
	font-size: 16px;
}
.contact-section .et_pb_contact_captcha {
	position: relative;
	padding: 15px 16px;
	top: -2px;
}
.contact-section select {
    height: 40px;
}
.btn-submit input {
    color: #fff;
    width: 120px;
    float: right;
    text-transform: uppercase;
    background: #8d06af;
    margin: 20px 0px;
    height: auto;
    border: 1px solid #8d06af;
    transition: all 0.4s;
}
.btn-submit input:hover {
    color: #8d06af;
    background: transparent;
    border: 1px solid #8d06af;
}

/* Amenities Listing */
.amenities.et_pb_section {
	padding-bottom: 70px;
}
.amenities-list ul {
	margin-left: 3.2%;
	padding-left: 0;
	padding-bottom: 0;
}
/*.amenities li {
	float: left;
	width: 25%;
	padding-right: 10px;
}*/
.amenities-list li {
	display: inline-block;
	padding: 20px 0;
	text-align: center;
	text-shadow: 0 1px #fff;
	width: 19%;
}

/* Icons */
.amenities-list [class^='icon-'] {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../../../../images/icon-amenities.png);
	background-repeat: no-repeat;
	background-size: 1200%;
	margin: 0 auto 10px;
}

/**/
.amenities-list .icon-wifi 			  { background-position: -5px -5px }
.amenities-list .icon-tv   			  { background-position: -5px -65px }
.amenities-list .icon-balcony   	  { background-position: -5px -125px }
.amenities-list .icon-safebox   	  { background-position: -5px -185px }
.amenities-list .icon-tel   		  { background-position: -5px -245px }
.amenities-list .icon-aircon   		  { background-position: -5px -305px }
.amenities-list .icon-coffee-machine  { background-position: -5px -365px }
.amenities-list .icon-robe   		  { background-position: -5px -425px }
.amenities-list .icon-cd   			  { background-position: -5px -485px }
.amenities-list .icon-mini-bar   	  { background-position: -5px -545px }

/**/
.amenities-list .icon-hair-dryer 	  { background-position: -65px -5px }
.amenities-list .icon-seaview  		  { background-position: -65px -65px }
.amenities-list .icon-bathroom   	  { background-position: -65px -125px }
.amenities-list .icon-desk  		  { background-position: -65px -185px }
.amenities-list .icon-closet   		  { background-position: -65px -245px }
.amenities-list .icon-toiletries  	  { background-position: -65px -305px }
.amenities-list .icon-slippers 		{background-position: -65px -365px;}
/*
.amenities .icon-aaa   		  		  { background-position: -5px -425px }
.amenities .icon-aaa   			  	  { background-position: -5px -485px }
.amenities .icon-aaa   	  		      { background-position: -5px -545px }
*/

/* Facilities Listing */
.facilities-list ul {
	margin-left: 3.2%;
	padding-left: 0;
}
/*.amenities li {
	float: left;
	width: 25%;
	padding-right: 10px;
}*/
.facilities-list li {
	display: inline-block;
	padding: 20px 0;
	text-align: center;
	text-shadow: 0 1px #fff;
	width: 19%;
}

/* Icons */
.facilities-list [class^='icon-'] {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../../../../images/icon-facilities.png);
	background-repeat: no-repeat;
	background-size: 1200%;
	margin: 0 auto 10px;
}

/**/
.facilities-list .icon-swimming-pool 		{ background-position: -5px -5px }
.facilities-list .icon-restaurant   		{ background-position: -5px -65px }
.facilities-list .icon-trolley   		  	{ background-position: -5px -125px }
.facilities-list .icon-car-park   		  	{ background-position: -5px -185px }
.facilities-list .icon-fitness   			{ background-position: -5px -245px }
.facilities-list .icon-room-service   		{ background-position: -5px -305px }
.facilities-list .icon-elevator   			{ background-position: -5px -365px }
.facilities-list .icon-reception   		  	{ background-position: -5px -425px }
.facilities-list .icon-taxi  			  	{ background-position: -5px -485px }
.facilities-list .icon-customer-service   	{ background-position: -5px -545px }

/**/
.facilities-list .icon-currency-exchange	{ background-position: -65px -5px }
.facilities-list .icon-kid-club   		  	{ background-position: -65px -65px }
.facilities-list .icon-beach-activities		{ background-position: -65px -125px }
.facilities-list .icon-bar  			  	{ background-position: -65px -185px }
.facilities-list .icon-snorkel  		  	{ background-position: -65px -245px }
.facilities-list .icon-spa  	  			{ background-position: -65px -305px }
/*
.facilities-list .icon-aaa  				{ background-position: -5px -365px }
.facilities-list .icon-aaa  		  		{ background-position: -5px -425px }
.facilities-list .icon-aaa   			  	{ background-position: -5px -485px }
.facilities-list .icon-aaa   	  			{ background-position: -5px -545px }
*/
/* Location */
#location h1:after {
display: block;
content: '';
border-bottom: 3px solid #d9d9dc;
width: 50px;
margin: 22px auto;
}

/* Lightbox */
.mfp-title,
.mfp-counter {
	font-size: 14px;
}
mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	font-family: Arial, sans-serif;
	font-weight: 300;
	top: -10px;
}
/*.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	font-size: 90px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 200;
	top: 62px;
	right: 16px;
	opacity: 0.5;
}
.mfp-iframe-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:hover {
	top: 62px;
	right: 16px;
}*/

@media (max-width: 1750px) {
	#feature .feature-box .et_pb_column_1_3 {
		width: 33.666%
	}
	#feature .feature-box .et_pb_column_2_3 {
		width: 60.833%
	}
}
@media (max-width: 1550px) {
	#feature .feature-box .et_pb_column_1_3 {
		width: 35.666%
	}
	#feature .feature-box .et_pb_column_2_3 {
		width: 58.833%
	}

	/* Contact */
	.contact-section .et_pb_column_1_3 {
		width: 27.333% !important;
	}
	.contact-section .et_pb_column {
		margin-right: 7% !important;
	}
}
@media (max-width: 1440px) {
	.highlight-box .et_pb_module.et_pb_promo {min-height: 280px;}
	.highlight-box .et_pb_promo .et_pb_button_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
}
@media (max-width: 1389px) {
	/* Footer */
	.footer-menu-container {
		width: 47%;
	}
	.footer-right-detail {
		width: 23%;
	}

	#top-menu li {
    	padding: 0 13px;
	}
	#top-menu li a {
		font-size: 16px !important;
	}
  	/*#feature .et_pb_promo {
		padding: 0 40px 60px !important;
	}*/
	#feature .feature-box .et_pb_column_1_3 {
		width: 40.666%
	}
	#feature .feature-box .et_pb_column_2_3 {
		width: 53.833%
	}
	#social .et_pb_social_media_follow li a.icon {
		padding: 0 20px 25px;
	}

	/* General Listing */
	.normal-list li {
		font-size: 17px;
	}

	/* Amenities + Facilities Listing */
	.amenities-list li,
	.facilities-list li {
		font-size: 17px;
	}
}
@media (max-width: 1259px) {
	h1 {
		font-size: 51px !important;
	}

	/* Menu */
	#top-menu li {
    	padding: 0 10px;
	}
	#top-menu li a {
		font-size: 15px !important;
	}
	.btn-book {
    	width: 140px !important;
	}
	.btn-book-text {
		font-size: 18px;
	}
	.btn-book:after { display: none;}

	/* Menu Home 1 */
	#main-header .et_menu_container_custom #et-top-navigation {
    	margin-left: 0;
	}

	/* Modules */
	.fullwidth-image-h550.et_pb_section {
		padding-top: 200px !important;
	}

	/*.et_pb_text_inner h1 {
		font-size: 51px !important;
	}*/
	#feature .feature-box .et_pb_column_1_3 {
    	width: 45.666%;
	}
	#feature .feature-box .et_pb_column_2_3 {
    	width: 48.833%;
	}

	/* Footer */
	.footer-menu-container {
		width: 42%;
	}
	.footer-right-detail {
		width: 28%;
	}

	/* Offers */
	#offers	.et_pb_promo_description {
		font-size: 13px;
		line-height: 1.4em
	}
	#offers h6.et_pb_module_header {
		font-size: 22px !important;
	}

	#newsletter .et_pb_newsletter_form p {
		width: 71%;
	}
	#newsletter .et_pb_newsletter_form p:last-of-type {
    	width: 28%;
	}
	#social .et_pb_social_media_follow li a.icon {
		padding: 0 10px 25px;
	}
	#social .et_pb_social_media_follow li:first-child a.icon {
    	padding: 0 18px 25px 0;
	}
	#social .et_pb_social_media_follow li.et-social-google-plus a.icon {
		padding-right: 40px;
	}

	/* Footer */
	#footer-widgets .footer-widget {
	  	width: 30.999%;
  	}
  	#footer-widgets .footer-widget:nth-child(3) {
	  	width: 27%;
  	}
	#footer-widgets .footer-widget:nth-child(2) div.widget_text:first-child {
		margin-right: 25%;
	}
	.info-box .logo-footer {
		display: block;
		width: 60px;
		height: 75px;
		background-size: contain;
	}
	.info-box .address {
		margin-left: 0;
	}
	.info-box p {
		position: relative;
		color: #d6d6d6;
		top: -9px;
	}
	.info-box strong {
		font-family: "Fjalla One", Arial, sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 30px;
	}

	/* Form */
	.btn-booknow, .booking-form select,
	.booking-form input[type="text"] {
		font-size: 15px;
	}
	.booking-form select,
	.booking-form input[type="text"] {
		padding-left: 12px;
	}
	.booking-box .availability-checker i {
		font-size: 20px;
		right: 6px;
	}

	/* General Listing */
	.normal-list li {
		width: 33.33%;
		font-size: 16px;
	}

	/* Amenities + Facilities Listing */
	.amenities-list li,
	.facilities-list li {
		width: 31.8%;
		font-size: 16px;
	}
}
@media (max-width: 1189px) {
	h3 {
    	font-size: 34px;
	}
	h4,
	.et_pb_column_1_3 h4,
	.et_pb_column_1_4 h4 {
    	font-size: 24px;
	}
	#feature .feature-box .et_pb_column_1_3 {
		width: 45.666%
	}
	#feature .feature-box .et_pb_column_2_3 {
		width: 48.833%
	}
}
@media (max-width: 1080px) {
#top-menu li {
    	padding: 0 6px;
	}
	#top-menu li a {
    font-size: 14px !important;
}
}
@media (max-width: 1024px) {
	#main-header .et_menu_container_custom #et-top-navigation {
    margin-left: 60px;
}

	/* Form */
	.availability-checker .field_inner {
		width: 50%;
		margin-bottom: 12px;
	}
	.availability-checker .field_inner.select {
    width: 33.333%;
}
	.availability-checker .field_inner:nth-child(2n) {
		padding-right: 0;
	}
	.btn-booknow, .booking-form select,
	.booking-form input[type="text"] {
		font-size: 14px;
	}
	.guarantee ul li {
		font-size: 14px;
	}
	.guarantee ul li i {
		margin-right: 5px;
	}

	/* Checkbox 2 */
	#checkbox2-v2 .guarantee ul li {
		font-size: 16px;
		line-height: 40px;
	}
}
@media (max-width: 980px) {
	h1 {	font-size: 40px !important;	}
h3 {  	font-size: 32px;	}
.et_pb_section {	padding: 60px 0;}

/* Menu Home 1 */
	#main-header {
		background-color: #fff !important;
	}
	/*#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {}*/
	.et_menu_container_custom #logo {
		max-width: 95%;
	}
	#main-header .et_menu_container_custom #et-top-navigation {
		float: right;
		margin-right: 180px;
	}
	.et_fullwidth_nav #main-header .container.et_menu_container_custom {
		padding-left:10px;
	}
	/*.btn-book {
    	width: 100% !important;
	}
	#main-header .m-nav-right {
		display: none;
	}*/
	.btn-book-text, .m-nav-text {
    	line-height: 80px;
	}
	.m-nav-link-languages {
		background: #191919;
	}
	.et_menu_container_custom  #et-top-navigation,
	.et_menu_container_custom .et-fixed-header #et-top-navigation {
    	padding-top: 0 !important;
	}
	.et_menu_container_custom .mobile_menu_bar {
		padding-bottom: 0;
	}
	.mobile_menu_bar::before {
		font-size: 50px;
		line-height: 80px;
		color: #8d06af;
	}
	.et_mobile_menu {
		border-top-width: 1px;
		border-color: rgba(255,255,255,0.2) !important;
	}
	.et_mobile_menu li {
		font-weight: normal;
		text-transform: uppercase;
	}
	.et_mobile_menu li a {
		font-size: 15px;
	}
	.et_mobile_menu li .sub-menu li a {
		font-size: 15px;
		padding: 10px 5%;
		text-transform: capitalize;
	}

	/* Modules */
	.fullwidth-image-h550.et_pb_section {
		padding-top: 220px !important;
	}

	/* Menu Home 2 */
	.container.et_menu_container {
		width: 90%;
	}
	.et_menu_container #et-top-navigation {
		padding-top: 0 !important;
	}
	.et_menu_container .mobile_menu_bar {
		padding-bottom: 0;
	}
	.et-fixed-header .et_menu_container_custom #et-top-navigation {
		padding-top: 0 !important;
	}

	/*Dining*/
	#offers .special-box {
		margin-bottom: 30px;
	}

	/* Footer */
	.footer-left-detail {
    	width: 100%;
    	float: none;
    	display: block;
		text-align: center;
	}
	.footer-left-detail .footer-logo {
		width: 100%;
	}
	.footer-left-detail .footer-address {
		width: 100%;
		padding: 15px 0 30px;
	}
	.footer-menu-container {
		width: 100%;
		float: none;
		padding: 30px 0;
		border-top: 1px solid #434343;
		text-align: center;
	}
	.footer-right-detail {
		width: 100%;
		float: none;
		text-align: center;
		padding: 30px 0;
    	border-top: 1px solid #434343;
	}
	.footer-right-detail .et-social-icons {
		margin-bottom: 0;
	}
	.footer-right-detail .et-social-icons li {
		margin-top: 30px;
	}
	.footer-end {
		margin-top: 0;
	}
	.bottom-nav {
		padding: 0;
	}
	.bottom-nav li {
		padding-right: 0;
	}
	footer .container:last-of-type {
		padding: 30px 0;
	}
	.copyright,
	.websiteby {
		float: none;
		font-size: 14px;
		text-align: center;
	}
	.websiteby {
		margin-top: 0;
	}

	/* Form 2 */
	#checkbox2-v2 .cd-panel-container {
		top: 79px;
	}
	#checkbox2-v2 .cd-panel-close {
		top: 10px;
	}

	/* Slider - Pagination */
	#main-slider.et_pb_section {
		margin-top: -78px;
	}
	/*@-moz-document url-prefix() {
		#main-slider.et_pb_section {
			margin-top: -16px;
		}
	}*/

	/* Home-accom */
	#home-accom .et_pb_slide_content {
		font-size: 22px !important;
	}
	.wrap-room .item {
    min-height: 520px !important;
}
	#hotel-features h3 { font-size: 32px; }


	/*.et_pb_row.et_pb_row_fullwidth,
	.et_pb_specialty_fullwidth > .et_pb_row {
		width: 85% !important;
		max-width: 85% !important;
	}
	.et_pb_text_inner h1 {
		font-size: 45px !important;
	}
	.et_pb_cta_4.et_pb_promo,
	.et_pb_cta_5.et_pb_promo{
		padding-bottom: 0 !important;
	}*/
	#feature .feature-box .et_pb_text {
		margin-top: 0 !important;
		/*left: calc(50% - 25%)*/
	}
	#feature .feature-box .et_pb_column_1_3 {
		position: absolute;
		width: 50% !important;
		height: 460px;
		left: calc(50% - 25%);
		bottom: calc(50% - 230px);
		margin-bottom: 0;
	}

	/* Hotel Features */
	.feature.et_pb_row:nth-child(2n+1) .et_pb_column_1_2:nth-child(2n+1),
	.feature.et_pb_row:nth-child(2n+1) .et_pb_column_1_2:nth-child(2n),
	.feature.et_pb_row:nth-child(2n) .et_pb_column_1_2:nth-child(2n+1),
	.feature.et_pb_row:nth-child(2n) .et_pb_column_1_2:nth-child(2n) {
		float: none !important;
		margin-right: 0 !important;
	}
	/*.feature.et_pb_row:nth-child(2n+1) .et_pb_column_1_2:nth-child(2n),
	.feature.et_pb_row:nth-child(2n) .et_pb_column_1_2:nth-child(2n) {
		margin-bottom: 40px;
	}*/
	.feature.et_pb_row:last-child .et_pb_column_1_2:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.feature .et_pb_column {
		margin-bottom: 0;
	}
	.feature .et_pb_promo_description {
    	font-size: 17px;
    	line-height: 1.8em;
	}
	.custom-button-style3 .et_pb_button {
		font-size: 17px;
	}
	.custom-button-style3 .et_pb_button:after {
		font-size: 27.2px;
	}

	/* Hotel Location */
	.hotel-location .et_pb_column {
		margin-bottom: 50px;
	}
	/*.hotel-location .et_pb_column:first-child {
		margin-bottom: 50px;
	}*/
	.hotel-location h5 {
		font-size: 23px;
	}
	.hotel-location .highlight-box {
		padding: 50px 0 0;
	}
	.et_pb_module .new-sletter {
    text-align: center !important;
}
form.wpcf7-form {
    width: 100%;
	text-align: center;
}
.newsletter-inner {  display: inline-block;}
.news-input {
    width: 70%;
    float: left;
    text-align: center;
    display: block;
}
.news-submit {
    width: 30%;
    display: inline-block;
    float: right;
}
.et-db #et-boc  .text-newsletter {text-align: center;}
.et-db #et-boc  #social .et_pb_text_inner { text-align: center;}
	#newsletter .et_pb_newsletter_description,
	#newsletter .et_pb_newsletter_form {
		width: 100%;
		text-align: center;
	}
	#newsletter .et_pb_newsletter_form {
		padding-left: 0;
	}
	#newsletter .et_pb_newsletter_form p {
		width: 79%;
	}
	#newsletter .et_pb_newsletter_form p:last-of-type {
		width: 20%;
	}
	#social .et_pb_social_media_follow {
		text-align: center;
	}
	#social .et_pb_blurb_container {
		text-align: center;
	}
	#social.et_pb_column:last-child {
    	border-top: 2px solid #eee;
    	padding-top: 40px;
		margin-top: 45px;
  	}

	/* Footer */
	.footer-widget:nth-child(n) {
		margin-bottom: 0 !important;
	}
	.footer-widget:nth-child(3) {
		display: none;
	}
	#footer-widgets .footer-widget {
    	width: 100% !important;
    	margin-right: 0 !important;
	}
	#footer-widgets .footer-widget:first-child {
		width: 100% !important;
    	margin-bottom: 3% !important;
	}
	#footer-widgets .footer-widget:last-child {
		display: none;
		margin-bottom: 0;
	}
	#footer-widgets .footer-widget:nth-child(n),
	#footer-widgets .footer-widget .fwidget {
		text-align: center;
    	margin-bottom: 3% !important;
	}
	#footer-widgets .footer-widget:first-child .widget_text {
		width: 100%;
	}
	#footer-widgets .footer-widget:nth-child(2) div {
		float: none;
		display: inline-block;
	}
	/*#footer-widgets .footer-widget:nth-child(2) div:nth-child(1) {
		margin-right: 0;
	}*/
	#footer-widgets .footer-widget:nth-child(2) div:first-child {
		margin-right: 15%;
	}
	#footer-widgets .footer-widget:nth-child(2) div:last-child {
		margin-right: 0;
	}
	#footer-widgets .footer-widget li {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget ul li {
		margin-bottom: 0;
	}
	#footer-widgets .et-social-icons li:first-child {
		margin-left:0;
	}
	.info-box {
		width: 100%;
		text-align: center;
	}
	.info-box .logo-footer {
		display: block;
		margin: 0 auto
	}
	.info-box .contact-box {
		margin-top: -10px;
  	}
	.info-box .contact-box {
		display: block;
  	}

	/* Form */
	.guarantee ul li {
		margin-right: 10px;
	}
	/*.availability-checker .field_inner label {
		font-size: 12px;
    }*/

	/* Rooms - Highlight Box */
	.highlight .highlight-box {
		padding-bottom: 60px;
	}
	.highlight-box .et_pb_module.et_pb_promo {
    min-height: 230px;
}
	/* General Listing */
	.normal-list ul {
		margin-left: 18%;
	}
	.normal-list li {
		width: 50%;
		font-size: 17px;
	}

	/* Amenities + Facilities Listing */
	.amenities-list li,
	.facilities-list li {
		font-size: 14px;
	}

	/* Spa */
	.normal .highlight-box .et_pb_column_1_2:first-child {
		margin-bottom: 30px;
	}

	/* Special Offers */
	.offer-box.et_pb_section {
		padding: 60px 0;
	}
	.offer-box .et_pb_button {
		margin-bottom: 0 !important;
	}
	/* Contact */
	.contact-section h2,
	.contact-section h4,
	.contact-section p {
		text-align: center;
	}
	.contact-section .et_pb_column_1_3 {
		width: 100% !important;
		margin-top: 50px;
		padding-top: 50px;
		border-top: 3px solid #d9d9dc;
	}
	.contact-section h4 {
    	font-size: 18px;
	}
	.contact-section .et_pb_social_media_follow {
	text-align: center;
	left: 0;
	}
}
@media (max-width: 899px) {
	#offers-fullscreen h3 {
    	font-size: 40px;
	}
	#offers-fullscreen p {
    	font-size: 21px;
	}
	#offers-fullscreen .custom-button-style2 .et_pb_button {
		font-size: 17px;
	}
	#offers-fullscreen .custom-button-style2 .et_pb_button:after {
		font-size: 27.2px;
	}

	#feature .feature-box .et_pb_column_1_3 {
		width: 80% !important;
		left: calc(50% - 40%);
	}
}
@media (max-width: 767px) {

    /*Main menu mobile*/
    .et_mobile_menu {
        position: fixed;
        max-height: 83vh;
        overflow-y: scroll !important;
    }

	/* Home-accom */
	#home-accom h3 {
		padding-bottom: 5px;
	}
	#home-accom .et_pb_button {
		font-size: 16px;
		line-height: 1.5em !important;
	}
	#home-accom .et_pb_button::after, .et_pb_button::before {
		font-size: 21px;
	}
	#home-accom .et_pb_more_button {
		margin-top: 10px;
	}
	.wrap-room .item {
    min-height: 650px !important;
}
	.et_pb_row .et_pb_column p:first-child

	/*#feature .feature-box .et_pb_column_1_3 {
		width: 60% !important;
		left: calc(50% - 30%);
	}*/
	#feature .et_pb_row .et_pb_column p:first-child {
		margin-bottom: 0;
	}

	.content-col-2 {
		width: 100%;
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		-webkit-column-gap: 0;
    	-moz-column-gap: 0;
    	column-gap: 0;
	}

	/* Footer */
	#footer-widgets .footer-widget:first-child {
    	margin-bottom: 9.5% !important;
	}
	#social.et_pb_column p:first-child {
		margin-bottom: 0;
	}

	.guarantee ul li {
    	font-size: 13px;
    	width: 47%;
    	display: inline-block;
   	 	text-align: left;
	}
	.guarantee::after {
		display: none;
	}

	/* General Listing */
	.normal-list li {
		width: 100%;
		font-size: 17px;
	}
}
@media (max-width: 599px) {
	/* Add space for booking button footer*/
	body {
		padding-bottom: 60px;
	}

	h1 {
		font-size: 36px !important;
		margin-bottom: 40px;
	}

	/* Menu Home 1 */
	.btn-book {
    	width: 100% !important;
	}
	.btn-book:after {
		display: block;
	}
	/* Btn-booking Footer */
	.btn-book-footer .btn-book-text {
		font-size: 24px;
		line-height: 60px;
	}
	/*#main-header .m-nav-right {
    	display: none;
	}*/
	#main-header .et_menu_container_custom #et-top-navigation {
    	margin-right: 30px;
	}

	/*Checkbox*/
	#booking-box {
		padding: 30px 20px;
	}
	#checkbox2-v2 .cd-panel-close {
		right: 12px;
	}
#btnSearch2 {font-size: 18px; margin-top: 27px; height: 46px;}
	/*.et_pb_text_inner h1 {
		font-size: 36px !important;
	}*/

	#feature .feature-box.et_pb_row {
		width: 90%;
	}
	#feature .feature-box .et_pb_text {
		padding: 30px 30px 20px !important;
	}
	#feature .header .et_pb_text {
		padding: 30px 30px 0 !important;
	}
	#feature .feature-box .et_pb_promo {
		padding: 0 30px 40px !important;
	}
	#feature .feature-box .et_pb_column_1_3 {
		width: 80% !important;
		height: 400px;
		left: calc(50% - 40%);
		/*bottom: calc(50% - 200px);*/
	}
	#feature .feature-box.et_pb_row {
		height: 500px !important;
    	min-height: 500px !important;
	}
	#feature .header.et_pb_row:nth-child(1) {
		height: 190px !important;
    	min-height: 190px !important;
	}
	#feature .feature-box h6.et_pb_module_header {
		font-size: 30px !important;
	}

	/*Dining*/
	#offers.et_pb_row {
		width: 90%;
	}

	/**/
	#newsletter .et_pb_newsletter {
		padding: 0;
	}
	#newsletter .et_pb_newsletter_form p {
		width: 79%;
	}
	#newsletter .et_pb_newsletter_form p:last-of-type {
    	width: 20%;
	}
	#newsletter .et_pb_newsletter_form p input {
		font-size: 14px;
	}
	#newsletter .et_pb_button {
		font-size: 14px !important;
	}
	#social .et_pb_blurb_content {
		padding: 0 0 25px 0;
	}

	/* Checkbox2 */
	#checkbox2-v2 .booking-form select,
	#checkbox2-v2 .booking-form input[type="text"] {
		font-size: 15px;
		height: 44px;
	}
	#checkbox2-v2 .availability-checker i {
		top: 6px;
	}
	#checkbox2-v2 .btn-booknow {
    	font-size: 16px;
    	line-height: 44px;
    	height: 44px;
	}
	#checkbox2-v2 .guarantee ul {
		margin-left: 4%;
	}
	#checkbox2-v2 .guarantee ul li {
		font-size: 13px;
		line-height: 34px;
	}
	.wrap-room .item {
    min-height: auto !important;
}
	/* Dining */
	#offers p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
  #checkbox2-v2 .booking-box-title span::before {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
}
#availability-checker {
    padding-top: 10px !important;
}
#checkbox2-v2 .cd-panel-container {overflow-y: scroll; }
	.et_pb_row {
		width: 85%;
	}

 	#offers .et_pb_column {
		margin-bottom: 50px !important;
	}
	#offers .et_pb_column:first-child {
		margin-bottom: 30px !important;
	}
	#offers .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
	#feature .feature-box .et_pb_promo {
		font-size: 14px;
		padding: 0 20px  !important
	}
	#feature .feature-box .et_pb_text_inner {
		font-size: 14px;
	}
	#feature .feature-box p {
		font-size: 13px;
	}
	#feature .feature-box .et_pb_text {
		padding-bottom: 10px !important;
	}
	#feature .feature-box.et_pb_row {
		height: 400px !important;
    	min-height: 400px !important;
	}
	#feature .feature-box .et_pb_column_1_3 {
		height: 330px;
		bottom: calc(50% - 150px);
	}
	#feature .feature-box h6.et_pb_module_header {
		font-size: 25px !important;
	}
	p > span.blurb {font-size:12px}
	#newsletter .et_pb_newsletter_form p {
		width: 65%;
	}
	#newsletter .et_pb_newsletter_form p:last-of-type {
    	width: 34%;
  	}
	#social .et_pb_social_media_follow li a.icon::before {
		font-size: 26px;
	}
	#social .et_pb_social_media_follow li a.icon {
		padding: 0 5px;
	}
	#social .et_pb_social_media_follow li:first-child a.icon {
		padding: 0 5px 0 0;
	}
	#social .et_pb_social_media_follow li.et-social-google-plus a.icon {
		padding-right: 15px;
	}

	/* Form */
	#booking-box {
		padding: 40px 20px;
	}
	.booking-form {
		margin-bottom: 10px;
	}
	.guarantee ul {
		padding: 0 0 0 10px;
	}
	.guarantee ul li {
    	font-size: 11px;
    	width: 46%;
	}

	/* Checkbox2 */
	#checkbox2-v2 .booking-box-title span {
		font-size: 30px;
	}
	#checkbox2-v2 #booking-box {
		/*padding: 0 0 60px;*/
		padding: 40px 0;
	}
	#checkbox2-v2 .field_row {
		margin-bottom: 15px;
	}
	#checkbox2-v2 .field_inner {
		padding-right: 15px;
	}
	#checkbox2-v2 .guarantee ul {
		margin-left: 1%;
	}

	/* General Listing */
	.normal-list li {
		width: 100%;
	}

	/* Amenities + Facilities Listing */
	.amenities-list li,
	.facilities-list li {
		width: 48%;
	}

	/* Lightbox */
	/*.mfp-iframe-holder .mfp-close,
	.mfp-image-holder .mfp-close {
		font-size: 70px;
		top: 40px;
		right: 0;
	}
	.mfp-iframe-holder .mfp-close:focus,
	.mfp-image-holder .mfp-close:hover {
		top: 40px;
		right: 0;
	}*/
	.sleep { width: 40%;  margin-bottom: 20px;}
}
@media (max-width: 425px) {
  #checkbox2-v2 .booking-box-title span::before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
#checkbox2-v2 .booking-box-title span {
    font-size: 22px;
}
#availability-checker {  padding: 10px !important;}
#guarantee-t2-2.guarantee ul li {
    width: 100%; text-align: center}
.sleep { width: 100%;  margin-bottom: 20px;}
}
@media (max-width: 365px) {
	#feature .feature-box .et_pb_column_1_3 {
		height: 360px;
		bottom: calc(50% - 168px);
	}
	#social .et_pb_social_media_follow li a.icon {
		padding: 0 1px 25px;
	}
	#social .et_pb_social_media_follow li.et-social-google-plus a.icon {
		padding-right: 10px;
	}

	/* Form */
	.guarantee ul li:last-child 	{
    	letter-spacing: -0.03em;
	}
}
@media (max-width: 320px) {
.as_slide_content_wrapper {  min-height: 310px;}
.news-submit { width: 30%;}
.news-submit input[type="submit"] {font-size:13px}
}
/* =================
	Animate CSS
 =================/*
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
div.wpcf7-response-output { margin: 4em 0 0;}
.grecaptcha-badge {right: -260px !important}
