@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap'); /*  font-family: 'Arizonia', cursive;
    font-family: 'Roboto Condensed', sans-serif; */
@font-face {
  font-family: 'Avenir-Book';
  src: 	url('../assets/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
  		url('../assets/fonts/Avenir-Book.otf')  format('opentype'),
                url('../assets/fonts/Avenir-Book.woff') format('woff'),
		url('../assets/fonts/Avenir-Book.ttf')  format('truetype'),
		url('../assets/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvantGarde';
  src:	url('../assets/fonts/AvantGarde.eot?#iefix') format('embedded-opentype'),
  		url('../assets/fonts/AvantGarde.woff') format('woff'),
		url('../assets/fonts/AvantGarde.ttf')  format('truetype'),
		url('../assets/fonts/AvantGarde.svg#AvantGarde') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Bold';
  src:	url('../assets/fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
  		url('../assets/fonts/TrajanPro-Bold.woff') format('woff'),
		url('../assets/fonts/TrajanPro-Bold.ttf')  format('truetype'),
		url('../assets/fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html{ font-size: 62.5%!important; }

body {
	font-weight: 400;
	letter-spacing: 0.05em;

}
a {
	transition: all 0.4s ease;
}
h1,.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
  color: #3f1d10;
}
h1, .h1 {
	font-size: 50px;
	text-shadow: 0 3px 3px rgba(0,0,0,.3);
}
h3, .h3 {
	font-size: 36px;
	text-align: center;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.hide { display: none }

[class^='icon-'] {
    font-size: 32px;
    /*color: #000;
    transition: all 0.5s ease;*/
}

/*.et_pb_slides .et_pb_empty_slide.et_pb_container,
.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner {
    display: none;
}*/

#page-container {
    padding-top:0!important;
}

/* Header */
#main-header{ z-index: 9999;}
#main-header.et-fixed-header{ background-color: #0c1f31;}
#main-header .logo_container a{
    display: inline-block;
    padding: 10px 10px 10px 0;
}
#main-header.et-fixed-header .logo_container a{
    background: #0c1f31;
    -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
    -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
}
header {
	position: relative;
	z-index: 10;
}

/* #Header
================================================== */

header {
	position: absolute;
	width: 100%;
	height: 85px;
	/*height: 100px;*/
	background-color: rgba(255,255,255,0.9);
	top: 0;
	z-index: 100;
	transition: all 0.4s ease;

	display: flex;
	align-items: center;
}
header:hover {
	background-color: rgba(255,255,255,1);
}
header .container {
	width: calc(100% - 60px);
}
header .logo {
/* 	width: 290px; */

	display: flex;
	align-items: center;
    justify-content: center;
}

header .logo a:not([class]):before { width: 0; }

/*header img { width: 240px; }*/

header .top_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header .row1 {
	display: flex;
	justify-content: space-between;
}
header .social {
	width: auto;
	margin-right: 10px;
	display: flex;
	justify-content: flex-end;
}
header .social a {
  color: #f34334;
	display: flex;
	align-items: center;
}
header .social a:hover {
	/* color: #f4d08a; */
  color: #f34334;
}

header .social a.ic-imgbox { margin-left: 10px; }

header .social a.ic-imgbox img { width: 25px; }

header .social i {
	font-size: 30px;
}
header .social  .icon-facebook {
	margin: 0 ;
}
header .social .icomoon::before {
	padding-left: 2px;
}
header .mainmenu {
	display: flex;
    align-items: center;
	letter-spacing: 2px;
}
header .mainmenu>ul>li {
    position: relative;
    /*display: inline-block;*/
    margin: 0 10px;
}

/*header .mainmenu li:nth-last-child(3) { margin-right: 0; }*/

header .mainmenu li a {
	position: relative;
	font-size: 16px;
  color: #e5a523;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	/*line-height: 50px; */
	line-height: 1.5;
	text-align: center;

	display: flex;
    align-items: center;
}
header .mainmenu li a:hover {
	color: #401d10;
}
header .mainmenu li a:not([class]):before { width: 0; }

header .mainmenu li a:not([class]):before { position: absolute; bottom: 0px; left: 0; width: 0; height: 3px; background-color: #c98f6f; content: ""; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

/*header .mainmenu li.current-menu-item a:before,
header .mainmenu li.current_page_item a:before,
header .mainmenu li a:not([class]):hover:before { width: 100%; }

header .mainmenu li.current-menu-item a { color: #77412e; } */

header .icon-menu {
	font-size: 34px;
	margin: -2px 5px 0 0;
}
header .mainmenu>ul>li.dropdown {
	margin-left: 20px;
	margin-right: 0;
}

/*header .mainmenu li ul.sub-menu{ display: none; opacity: 0; }*/
header .mainmenu li ul.sub-menu,
header .mainmenu>ul>li.dropdown .dropdown-menu {
	display: block;
    position: absolute;
    height: 0;
    min-width: 300px;
    background-color: #3f1d10;;
	  text-align: center;
    padding: 10px 20px;
    margin: 0;
    opacity: 0;
    left: calc(50% - 110px);
    top: auto;
    bottom: 0;
    visibility: hidden;
	z-index: 0;
    transform: translateY(80%);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
header .mainmenu>ul>li.dropdown .dropdown-menu {
	min-width: 200px;
	right: -20px;
	left: auto;
    top: auto;
}
header .mainmenu li ul.sub-menu::before,
header .mainmenu>ul>li.dropdown .dropdown-menu::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #3f1d10;
    top: -12px;
    left: calc(50% - 16px);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transform: translateY(100%);
}
header .mainmenu li:hover ul.sub-menu::before,
header .mainmenu>ul>li.dropdown:hover .dropdown-menu::before {
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
header .mainmenu li:focus ul.sub-menu,
header .mainmenu li:focus-within ul.sub-menu,
header .mainmenu li:hover ul.sub-menu,
header .mainmenu>ul>li.dropdown:focus .dropdown-menu,
header .mainmenu>ul>li.dropdown:focus-within .dropdown-menu,
header .mainmenu>ul>li.dropdown:hover  .dropdown-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(100%);
    transition-delay: 0s, 0s, 0.3s;
}
header .mainmenu li ul.sub-menu li,
header .mainmenu>ul>li.dropdown .dropdown-menu li {
	margin-right: 0;
}
header .mainmenu li ul.sub-menu li a,
header .mainmenu>ul>li.dropdown .dropdown-menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: auto;
	line-height: 36px;
	padding: 0;
	cursor: pointer;
}
header .mainmenu li ul.sub-menu li a:hover,
header .mainmenu>ul>li.dropdown .dropdown-menu li a:hover {
	color: #e5a523;
}

header .row2 { position: relative; }

header ._linkgoogleplay { position: relative; margin-right: 5px; }

header ._linkgoogleplay img { width: 23px; margin-right: 8px; }

/* Sticky Menu */
/* Sticky */
#header.sticky {
	position: fixed;
	height: 76px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	top: 0;
    -webkit-animation: sticky 0.5s both;
    animation: sticky 0.5s both;
}
#header.sticky .top_menu {
	display: none;
}
#header.sticky .mainmenu li:last-child {
    margin-right: 20px;
}
#header.sticky .mainmenu li li:last-child {
    margin-right: 0;
}
/* #header.sticky::before {
	display: none;
}
#header.sticky .logo {
	width: 80px;
	height: 72px;
	left: 25px;
	padding: 0;
}
#header.sticky .logo img {
    max-width: 95%;
}
#header.sticky .topmenu {
	display: none;
}
#header.sticky .mainmenu li > a {
	color: #0a5459;
	height: auto;
	line-height: 72px;
}
#header.sticky .mainmenu li .submenu {
	top: 72px;
}
#header.sticky .mainmenu li .submenu a {
	height: auto;
	line-height: 40px;
}
#header.sticky .mainmenu li .submenu a:hover {
	color: #d1141a;
}
#header.sticky .mainmenu i {
	color: #0a5459;
}
#header.sticky #hamburger-menu i {
	color: #0a5459;
}
#header.sticky .nav2 .social-link li a {
	line-height: normal;
} */
@-webkit-keyframes sticky {
  0% {
    top: -10px; opacity: 0;}
  100% {
    top: 0px; opacity: 1 } }

@keyframes sticky {
  0% {
    top: -10px; opacity: 0 }
  100% {
    top: 0px; opacity: 1 } }

/* #mobile menu
================================================== */
.btn_mobile_container {
	display: flex;
    align-items: center;
}
._btn_mobilemenu { display: none; justify-content: flex-end; -webkit-transition: 0.1s -webkit-transform linear; transition: 0.1s -webkit-transform linear; transition: 0.1s transform linear; transition: 0.1s transform linear, 0.1s -webkit-transform linear; position: relative; background: 0; /*float: left;*/ height: 50px; line-height: 50px; z-index: 1; outline: 0; padding: 0; border: 0; align-items: center; /*margin: 10px 20px 0 0;*/ }

._btn_mobilemenu:hover { background-color: inherit; border: 0; }

._btn_mobilemenu .text_menu { /*width: 45px;*/ font-size: 14px; font-weight: 600; color: #3f1d10; /*padding-top: 7px;*/ text-transform: uppercase; letter-spacing: 2px; }

._btn_mobilemenu button { position: relative; background: transparent; border: none; width: 28px; height: 20px; cursor: pointer; margin: 0 0 0 6px; }

.menubar, .menubar::before, .menubar::after { -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear; transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear; transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear; transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
	position: absolute; background: #3f1d10; margin: auto; width: 100%; height: 2px; content: ''; top: 50%; left: 0; }

.menubar { margin-top: -0.2rem; }

.menubar::before { top: -0.8rem; }

.menubar::after { top: 0.8rem; }

.menubar::before, .menubar::after { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.active .menubar { background: 0; }

.active .menubar::before { -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.active .menubar::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.active .menubar::before, .active .menubar::after { top: 0; }

.active .menubar, .active .menubar::before, .active .menubar::after { -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s; transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s; transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }

._btn_mobilereser {
	position: relative;
	display: none;
	margin: 0 0 0 20px;
}
#header.sticky ._btn_mobilereser {
	position: absolute;
	display: block;
	/*margin-left: 25px;*/
    right: 0;
}
#header.sticky #top-menu-custom {
    padding-right: 140px;
}

._btn_mobilereser a { background-color: #f34334; color: #ffffff; display: block; font-size: 1.5rem; font-weight: 600; height: 35px; padding: 5px 25px 0px; box-sizing: border-box; text-transform: uppercase; }
._btn_mobilereser a:hover {
	background-color: #401d10;
}
.sec__mobilemenu {
	position: fixed;
	background-color: #3f1d10;
	width: 100%;
	height: calc(100vh - 85px);
	max-height: 0;
	overflow: hidden;
	top: 85px;
	left: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;


	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 9;
}
.sec__mobilemenu .wrap {
	padding: 20px 0;
	margin: 0 auto;
}
.sec__mobilemenu a {
	color: #fff;
	font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.sec__mobilemenu a:hover {
	color: #eecb84;
}

.sec__mobilemenu.active { overflow-y: scroll; max-height: calc(100vh - 76px); -webkit-transition: max-height 1s ease 0.2s; -moz-transition: max-height 1s ease 0.2s; -o-transition: max-height 1s ease 0.2s; -ms-transition: max-height 1s ease 0.2s; transition: max-height 1s ease 0.2s; }

.sec__mobilemenu.menusticky {
	height: calc(100vh - 76px);
	top: 76px;
}
/*.sec__mobilemenu.menusticky.active {
	height: calc(100vh - 76px);
	top: 76px;
}*/

.sec__mobilemenu li { display: inline-block; margin: 15px 0; }

.sec__mobilemenu li.icon-social { display: none; }

.sec__mobilemenu .selected a:before { background-color: #ffffff; }

.sec__mobilemenu #mobile-menu-custom { min-width: 300px; margin: 0 auto; }
.sec__mobilemenu #mobile-menu-custom li{ position: relative; display: block; padding: 0 20px;}
.sec__mobilemenu #mobile-menu-custom li.menu-item-has-children{  padding: 0 45px 0 45px;}
.sec__mobilemenu #mobile-menu-custom li .toggle-sub{ position: absolute; width: 25px; height: 25px; cursor: pointer; right: 10px; top: 0;}
.sec__mobilemenu #mobile-menu-custom li a{ display: inline-block; width: 100%; text-align: center;}
.sec__mobilemenu #mobile-menu-custom li>ul{ display: none;}
.sec__mobilemenu #mobile-menu-custom li.show-sub-menu>ul{ display: block;}
.sec__mobilemenu #mobile-menu-custom li>ul li{ padding: 0; }
.sec__mobilemenu #mobile-menu-custom li .sub-menu li {
	margin: 10px 0;
}
.sec__mobilemenu #mobile-menu-custom li .sub-menu li a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
  color: rgba(255,255,255,0.7);
}
.sec__mobilemenu #mobile-menu-custom li .sub-menu li a:hover {
  color: #eecb84
}

.sec__mobilemenu #mobile-menu-custom li.menu-item-has-children .toggle-sub:before {
	position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    color: #FFF;
    top: 11px;
    right: 6px;
    border-top: 2px solid #fff;
}
.sec__mobilemenu #mobile-menu-custom li.menu-item-has-children .toggle-sub:after{
	position: absolute;
    content: '';
    width: 2px;
    height: 14px;
    top: 5px;
    right: 10px;
    border-left: 2px solid #fff;}
.sec__mobilemenu #mobile-menu-custom li.menu-item-has-children.show-sub-menu .toggle-sub:after{ border: none;}

.sec__mobilemenu #mobile-menu-custom .social {
	display: flex;
	flex-direction: row;
}
.sec__mobilemenu #mobile-menu-custom .social i {
	font-size: 32px;
}

.sec__checkbox{ position: relative; width: 100%; box-sizing: border-box;}
.sec__checkbox.slide-down,
.sec__reservation.slide-down {
	visibility: visible;
    /*height: 427px;*/
    transition-property: all;
    transition-duration: .9s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sec__checkbox.slide-down.close,
.sec__reservation.slide-down.close {
    height: 0;
	visibility: hidden;
}
.sec__checkbox .h3 {
	color: #77402e;
    font-size: 16px;
    text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}
.sec__reservation {
/* 	position: absolute!important; */
 	width: 290px;
	/*min-height: 427px;*/
	background: rgba(255,255,255,.8);
/* 	background: #c98f6f; */
	padding: 0;
/* 	top: 0;
	top: calc(50% - 164px); */
	border: 10px solid rgba(255,255,255,.8);
/* 	border-top: 0; */
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	transition: all 0.4s ease;
}
.sec__reservation:hover {
	background: rgba(255,255,255,.95);
	border: 10px solid rgb(229 165 35 / 50%)
}

/**/
.scrollto{ position: absolute !important; bottom: 18px; left: calc(50% - 24px);}
.scrollto a {
	color: #fff !important;
/* 	width: 48px;
	height: 48px; */
	cursor: pointer;
	-webkit-animation: arrowdown 1.7s ease-in-out infinite;
	animation: arrowdown 1.7s ease-in-out infinite;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.scrollto span {
	font-size: 13px;
    font-weight: 800;
    margin-bottom: -8px;
    text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	transition: all 0.4s ease;
}
.scrollto i {
	color: #fff;
	font-size: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	transition: all 0.4s ease;
}
.scrollto a:hover span,
.scrollto a:hover i {
	color: #c58b69;
	text-shadow: 0 0 0 transparent;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
/*End Header*/

/*Checkbox*/
#roi-search-engine.roi-search-engine {
	background: none;
    border-radius: 0;
}
#roi-search-engine .roi-search-engine__form {
	padding: 15px 20px;
    border-radius: 0;
    box-shadow: none;
	overflow: hidden;

	display: flex;
	flex-direction: column;
}
#roi-engine-loading {
	display: none !important;
}
.roi-search-engine__item--checkin,
.roi-search-engine__item--checkout {
	background: rgba(126,201,206,0.15);
    border-radius: 4px;
}
.roi-search-engine__item--checkin:hover,
.roi-search-engine__item--checkout:hover {
	background: rgba(126,201,206,0.25);
}
.roi-search-engine__text {
	order: 2;
}
.roi-search-engine__title {
	display: none;
}
.roi-search-engine__subtitle,
.roi-search-engine__title {
	color: #77402e;
    font-size: 10px;
    font-weight: bold;
}
#roi-search-engine .roi-search-engine__form,
.roi-search-engine__field--day,
.roi-search-engine__field--month-year,
.roi-search-engine__occupancy-text,
.roi-search-engine__field--action,
.roi-search-engine__occupancy-save-rooms,
.roi-search-engine__label,
.roi-search-engine__occupancy-amount,
.roi-search-engine__label--promo {
	color: #333;
	font-family: 'Nunito Sans',sans-serif;
}
.roi-search-engine__field--action,
.roi-search-engine__occupancy-save-rooms {
	color: #c98f6f;
}
.roi-search-engine__form .roi-search-engine__field--action {
	color: #fff;
	background: #ebb14e;
	height: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 0;
	border: none;
	transition: all 0.4s ease;
}
.roi-search-engine__field--action:hover,
.roi-search-engine__field--action:focus,
.roi-search-engine__occupancy-save-rooms:hover,
.roi-search-engine__occupancy-save-rooms:focus {
	background-color: #77402e !important;
}
.roi-search-engine__occupancy-info {
	background: #fff;
}
#roi-engine-container .roi-search-engine__field--promo {
	color: #4e4e4e;
	width: 100%;
	height: 36px;
	background: rgba(200,200,200,0.45);
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
	text-align: center;
	text-transform: none;
	padding: 0 5px;
	border: none;
}
.roi-search-engine__item--occupancy {
	padding: 0;
	justify-content: center;
}
.roi-search-engine__item--promo {

	max-width: none;
	padding: 10px 0 15px;
	justify-content: center;
}
.roi-search-engine__occupancy-text {
	font-weight: 600;
	text-transform: none;
	margin: 10px 0 5px;
}
.roi-search-engine__label--promo {
	font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
	margin: 0 0 5px;
	bottom: auto;
}
.roi-search-engine--individual .roi-search-engine__item--action {
	width: 100%;
	padding: 0;
}

/**/
#roicalendar {
	font-family: 'Nunito Sans',sans-serif !important;
}
.roi-cal__title {
	color: #77402e;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
	letter-spacing: 0.05em;
}
.roi-cal__day,
.roi-cal__week-day {
	color: #333;
    font-size: 14px;
    letter-spacing: 1px;
}
.roi-cal__next:after,
.roi-cal__prev:after {
	color: #333;
	border-bottom: 3px solid #77402e;
    border-left: 3px solid #c58b69;
}
.roi-cal__header {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
/*.roi-cal--current {
	background-color: #c58b69 !important;
    border-color: #c58b69 !important;
}*/
.roi-cal--current, .roi-cal__day:hover:not(.roi-cal--unselectable), .roi-cal__day:focus:not(.roi-cal--unselectable), .roi-cal__close:hover, .roi-cal__close:focus, .roi-cal--selected, .roi-cal--current:hover, .roi-cal--current:focus, .roi-cal--checkin, .roi-cal--checkout, .roi-cal--default:hover, .roi-cal--default:focus {
	background-color: #ebb14e !important;
    border-color: #ebb14e !important;
}
.roi-cal__inner {
	min-height: 0;
}
.roi-cal__nav {
	top: 18px;
}

/**/
.et-top-right{ display: flex; float: right;}
.et-top-right #et-top-navigation{ float: none;}
.et-top-right #btn_book_now{ background: #baa256; cursor: pointer;  display: flex; flex-direction: column; justify-content: center; }
.et-top-right #btn_book_now a{ color: #FFF; display: block; height: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center;}
.et_header_style_left .logo_container{ width: auto;}
#logo {
	width: 180px;
	max-width: none !important;
    max-height: 80px;
}
header .top_header {
    width: calc(100% - 200px) !important;
}
.et-fixed-header #logo{max-height: 60px;}

.et_header_style_slide #et-top-navigation{ padding: 25px!important; background: #0c1f31; }
.mobile_menu_bar.et_pb_header_toggle{ width: 60px; }
.mobile_menu_bar:before, .mobile_menu_bar:after{ font-size: 60px; }
.mobile_menu_bar:after{ left: -60px;}


/*Main Slide*/
.section_main_slide {
	position: relative;

    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.section_main_slide .main_slide {
	width: 100%;
}
.section_main_slide .main_slide .et_pb_slide {
	height: 100vh;
}
/* .main_slide .et_pb_slide_description .et_pb_slide_title{ font-family: 'Great Vibes', cursive, serif; font-size: 80px; }
.main_slide .et_pb_slide_description .et_pb_slide_title span{ margin-left: 150px; } */

/**/
.main_slide .et-pb-slider-arrows {
	position: absolute;
	width: auto;
    max-width: 1440px;
    height: 48px;
    margin: 0 auto;
	right: calc(50% - 720px);
	bottom: 19px;
	z-index: 2;
}
.main_slide .et-pb-arrow-prev,
.main_slide .et-pb-arrow-next {
	font-size: 38px !important;
    top: auto !important;
	bottom: 0;
	left: auto;
	right: auto;
	opacity: 1 !important;
}
.main_slide .et-pb-arrow-prev,
.main_slide:hover .et-pb-arrow-prev {
	left: auto !important;
	right: 40px !important;
}
.main_slide .et-pb-arrow-next,
.main_slide:hover .et-pb-arrow-next {
	left: auto !important;
	right: 0 !important;
}
/* .main_slide .et-pb-arrow-prev:before {
    content: "\e909";
}
.main_slide .et-pb-arrow-next:before {
    content: "\e90a";
} */
.main_slide .et-pb-controllers {
	width: calc(100% - 60px) !important;
    max-width: 1440px;
	/*text-align: right !important;*/
	left: calc(50% - 720px) !important;
	bottom: 30px !important;
	z-index: 1 !important;

    justify-content: flex-start;
}

/**/
.slide-overlay-container {
	position: absolute !important;
	width: calc(100% - 60px);
    max-width: 1440px;
    height: calc(100vh - 85px);
	background: none;
    top: 85px;
    left: calc(50% - 720px);

	display: flex;
	flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.main-slide-text {
    background: none !important;
    padding: 0;
/* 	margin-top: 30px; */
}
.main-slide-text h1 {
  font-family: 'Arizonia', cursive !important;
  font-size: 60px;
	text-shadow: 0 3px 3px rgba(0,0,0,.3);
  font-weight: 400;
}
.main-slide-text .et_pb_fullwidth_header_subhead {
	font-size: 26px;
	line-height: 1.2;
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.main-slide-text .et_pb_fullwidth_header_container {
	width: 100% !important;
	max-width: none !important;
}
.main-slide-text .header-content {
	text-align: right !important;
	padding: 0;
}
.main-slide-text .et_pb_fullwidth_header_scroll {
	display: none;
}

.wp__photo a{ display: inline-block; width: 100%;}
.wp__photo .et_pb_image_wrap{position: relative; overflow: hidden; display: inline-block; width: 100%;}
.wp__photo .et_pb_image_wrap img{ width: 100%; }
.wp__photo .et_pb_image_wrap:before { position: absolute; top: 0; left: -135%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.wp__photo .et_pb_image_wrap:hover::before { -webkit-animation: shine 1.4s; animation: shine 1.4s; }
@-webkit-keyframes shine { 100% { left: 125%; } }
@keyframes shine { 100% { left: 125%; } }

/*Content*/
.content-intro{ padding: 0; border-top: 1px solid #baa256; border-bottom: 1px solid #baa256; }
.content-intro .et_pb_row{ width: 100%; max-width: none; min-height: 550px; }
.content-intro-right .et_pb_module.et_pb_text{
    background: rgba(12,31,49,0.9);
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #baa256;
}

.content-intro .et_pb_column .et_pb_row_inner,
.content-intro .et_pb_column .et_pb_column,
.content-intro .et_pb_column .et_pb_module.et_pb_text{ height: 100%;}
.content-intro .et_pb_column .et_pb_module.et_pb_text{ display: flex; flex-direction: column; justify-content: center; }
.content-intro .et_pb_column .et_pb_row_inner{ padding: 0;}
.content-intro .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner{
    padding: 30px;
    color: #FFF;
}
.content-intro .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner h1{
    color: #baa256;
}

/**/
.btn-more {
    display: inline-block;
	color: #fff !important;
    background: #ebb14e;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
	font-weight: 400;
    line-height: 40px !important;
    text-transform: uppercase;
	border-radius: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	cursor: pointer;

}
.btn-more:hover {
	background: #f4d089 !important;
	padding-right: 35px !important;
	/*margin-left: 4px;*/
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.btn-more:hover::before,
.btn-more:hover::after {
	margin-left: 4px;
}
.btn-more::after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-variant: none;
    line-height: 40px !important;
    text-transform: none;
    top: auto;
    content: "\e90a";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-more:hover::after {
    margin-left: 4px;
    opacity: 1;
}

/**/
.card-wrapper {

}
.card-item {
	transition: all 0.4s ease;
}
.card-wrapper .card-item .card-slider {
	margin-bottom: 0;
}
.card-slider .et_pb_slide {
	background-color: transparent;
	min-height: 500px;
}
.card-item .cta {
    position: relative;
	background: #f8f8f8;
    padding: 45px 30px !important;
    margin: -60px 60px 0;
    z-index: 2;
	border-top: 0;
	transition: all 0.4s ease;
}
.card-item:hover .cta {
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	transition: all 0.4s ease;
}
.card-item .cta::before {
	content:'';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #ebb14e;
	z-index: 1;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
}
.card-item:hover .cta::before {
	background: #c58b69;
}
.card-item .cta h4 {
	color: #000;
	font-size: 26px;
  font-weight: normal;
  text-align: center;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.card-item .cta .et_pb_promo_description,
.card-item .cta p {
	color: #000;
	font-size: 18px;
  font-weight: 400;
	padding-bottom: 25px;
	text-align: center;
}
.card-item .cta p:first-child {
	padding-bottom: 25px;
}
.card-item .cta p:last-child {
	padding-bottom: 0;
}
.card-item .cta ul {
	line-height: 1.5;
	padding-bottom: 25px !important;
}
/* .card-item .cta .et_pb_promo_button {
    color: #fff;
    background: #c98f6f;
    font-family: Lustrial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
}
.card-item .cta .et_pb_promo_button:hover {
    background: #77402e !important;
    padding-right: 35px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.card-item .cta .et_pb_promo_button::before,
.card-item .cta .et_pb_promo_button::after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-variant: none;
    line-height: 40px;
    text-transform: none;
    top: calc(50% - 11px);
    content: "\e90a";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.card-item .cta .et_pb_promo_button:hover::before,
.card-item .cta .et_pb_promo_button:hover::after {
	margin-left: 4px;
    opacity: 1;
} */
/* .card-slider .et-pb-arrow-prev,
.card-slider .et-pb-arrow-next {
	opacity: 1;
} */
.card-slider:hover .et-pb-arrow-prev {
	left: 0;
}
.card-slider:hover .et-pb-arrow-next{
	right: 0;
}

/* .sec-experiences .et_pb_slides .et_pb_container {
	display: flex;
	max-width: none;
}
.sec-experiences .et_pb_slider_container_inner {
	display: flex;
	flex-direction: column;
}
.sec-experiences .et_pb_slide_image {
	position: relative;
	width: 100%;
	margin: 0 !important;
	top: auto !important;
}
.sec-experiences .et_pb_slide_image img {
	display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.sec-experiences .et_pb_slide_description {
	float: none;
    width: 100%;
	text-align: center;
	padding: 0;
}
.slider-full-content .et_pb_slide {
	float: none;
	padding: 0;
	margin: 0;
} */

/**/
.slider-full-content {
    background: #c58a69;
    padding: 0;
	/*padding: 0 20px;*/
}
.slider-full-content .et_pb_container {
	display: flex;
	/*min-height: 500px;*/
}
.slider-full-content .et_pb_slide {
	background-color: #3e1d10;
	padding: 0;
}
.slider-full-content .et_pb_slides .et_pb_slider_container_inner {
    width: 100%;
    vertical-align: baseline;
    padding: 50px 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-full-content .et_pb_slide_image {
	position: relative;
	display: block !important;
    width: 47.25%;
	margin: 0 !important;
/* 	left: 40px; */
	top: auto;
	bottom: auto;
}
.slider-full-content .et_pb_slide_image img {
    display: block;
    width: calc(100%);
    height: 350px !important;
    /*width: calc(100% - 100px);*/
    height: inherit;
    object-fit: cover;
    margin: 0 auto;
}
.slider-full-content .et_pb_slide_with_image .et_pb_slide_description {
	float: none;
 	width: 47.25%;
 	text-align: center;
	padding: 0;
	margin: 0;
}
.slider-full-content .et_pb_slide_description .et_pb_slide_title {
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    color: #f4d089 !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    letter-spacing: 0.05em;
    text-shadow: none;
}
.slider-full-content .et_pb_slide_content {
	font-size: 18px;
	text-shadow: none;
}
.slider-full-content .et_pb_button {
/* 	background: rgba(255,255,255,0.12); */
	margin-top: 25px;
}
.slider-full-content .et_pb_button::after {
	top: calc(50% - 11px);
}
.slider-full-content .et-pb-arrow-prev,
.slider-full-content .et-pb-arrow-next {
	opacity: 1;
}
.slider-full-content .et-pb-arrow-prev,
.slider-full-content:hover .et-pb-arrow-prev {
	left: 15px;
}
.slider-full-content .et-pb-arrow-next,
.slider-full-content:hover .et-pb-arrow-next{
	right: 15px;
}

/**/
.sec-overview {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.sec-overview .et_pb_text_inner {
	text-align: center;
}
.sec-overview .heading {
	padding-bottom: 40px;
}
.sec-overview h1,
.sec-overview .h1 {
	color: #3e1d10;
	line-height: 1em;
	padding-bottom: 10px;
  text-transform: uppercase;
}
.sec-overview h2,
.sec-overview .h2 {
	  color: #3e1d10;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sec-overview p {
	font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.sec-overview .icon-wrapper {
	max-width: 500px;
	padding: 1em 0 !important;
    margin: 0 auto;
}

/**/
.sec-accom h3 {
	text-align: center;
}
.sec-accom .card-item:hover .cta::before {
	background: #7c6358;
}
.sec-accom .et_pb_button::after {
    top: calc(50% - 11px);
}

.accommodation .sec-accom .card-item .cta .et_pb_text_inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.sec-accom .card-item .cta .btn-wrapper .btn-more {
	margin: 0 5px;
}
.sec-accom .card-item .cta .btn-wrapper .btn-more:hover {
	background: #f4d089 !important;
}
.sec-accom .card-item .cta .btn-wrapper .btn-booknow:hover {
	background: #77402e !important;
}

/**/
.sec-offers .card-item .cta::before {
	background: #9bd4d8;
}
.sec-offers .card-item:hover .cta::before {
	background: #82695e;
}

/**/
.et-db #et-boc .et-l .sec-gallery.sl-column-wrapper.et_pb_section {
	background: #fff !important;
}
/*.sec-gallery .sl-column {
	padding: 0 0 60px
}*/
.sec-gallery h3 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-transform: uppercase;
}
.sec-gallery .et_pb_row {
	width: 100% !important;
	max-width: none !important;
}
.sec-gallery .slick-list {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
.sec-gallery .card-wrapper {
	padding: 0 !important;
}
.sec-gallery .card-item .et_pb_image {
	height: 500px;
}
.sec-gallery .sl-column .slick-arrow {
	top: calc(50% - 30px);
}
.sec-gallery .sl-column .slick-prev,
.sec-gallery .sl-column .slick-next {
	width: 60px;
	height: 60px;
}
.sec-gallery .sl-column .slick-prev {
	left: 80px;
}
.sec-gallery .sl-column .slick-next {
	right: 80px;
}
.sec-gallery .sl-column .slick-prev::before,
.sec-gallery .sl-column .slick-next::before {
	color: #fff;
	font-size: 60px;
}

/**/
.sec-amenities h3 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-transform: uppercase;
}
.sec-amenities .icon-wrapper {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: none;
    line-height: 26px;
    padding: 0 !important;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sec-amenities .icon-item {
	width: calc(33.3333% - 40px);
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	border-top: 2px solid #e5e5e5;
	padding: 20px 0;
	margin-bottom: 0 !important;
}
.sec-amenities .icon-item .et_pb_text_inner {
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.sec-amenities .icon-item:nth-last-child(-n+3) {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}
.sec-amenities .icon-item .h5 {
	font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}
.sec-amenities .icon-item i {
	font-size: 48px;
	margin-right: 15px;
}
.sec-amenities .icon-item p {
	font-size: 16px;
	line-height: normal;
	padding-bottom: 0;
  color: #333;
}
.sec-amenities .btn-all-amenities {
	margin-bottom: 0 !important;
}

/* Amenities */
.amenities h3 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.amenities li {
	float: left;
	width: 33.33%;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
    line-height: normal;
    margin: 15px 0;
}
/*.amenities i {
	display: block;
	color: #4d4d4d;
	font-size: 40px;
	margin-bottom: 7px;
}*/

/**/
.sec-related .sl-column .card-item {

	flex-direction: column;
	align-items: stretch;
}
.sec-related .sl-column .card-item .cta {
	width: auto !important;
    min-width: auto !important;
    min-height: 160px;
    background: #fff;
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,250,243,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,250,243,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,250,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
    padding: 25px !important;
    margin: -60px 24px;
}
.sec-related .sl-column .card-item .cta h4 span {
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #3e1d10;
    text-transform: uppercase;
}
.sec-related .card-item .cta::before {
    background: #9bd4d8;
}
.sec-related .card-item:hover .cta::before {
    background: #7c6358;
}
.sec-related .sl-column .btn-more {
    letter-spacing: 0.05em;
}
.sec-related .sl-column .slick-slide .et_pb_image_wrap img {
    height: 380px;
}

/* .slider-full-content .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
	opacity: 1;
}
.slider-full-content .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
	opacity: 1;
} */

/**/
/* .sec-slide-header,
.sec-slide-header .et_pb_row {
	padding-bottom: 0;
} */
/* .sec-slide-header h3 {
	text-align: left;
} */

/*Bottom Checkbox
#bottom-checkbox{ background-color: rgba(51,51,51,0.6); width: 100%; padding: 0px; left: 0; bottom:0; position: fixed; z-index: 999; overflow: hidden;}
#bottom-checkbox.bottom-checkbox{
    height: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#bottom-checkbox.bottom-checkbox.checkbox-show{ height: auto; padding: 20px;}
.roi-search-engine__form--shadow{  -webkit-box-shadow: none; box-shadow: none;}
.roi-search-engine__field--action, .roi-search-engine__occupancy-save-rooms {
    background: #baa256;
    border: 1px solid #baa256;
    color: #ffffff;
    border-radius: 0px;
}
.roi-search-engine__field--action:focus, .roi-search-engine__field--action:hover {
    text-decoration: none;
}*/

/*Footer*/
#footer-section {background-color: #3e1d10;}

.footer-col-section{
    width: calc(100% - 60px);
    max-width: 1440px;
	padding: 50px 0;
	margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-section .footer-col:last-child{ border-right: none;}
/* .footer-col-section .footer-col.footer-col-3{ width: 33.3333%;} */
.footer-info {
	order: 1;
}
.footer-info a {
	color: #fff;
	text-decoration: underline;
}
.footer-social {
	order: 3;
}
.footer-newsletter {
	order: 2;
}
.footer-col-section .footer-col .footer-col-inner {
	color: #fff;
	margin-bottom: 15px;
}
.footer-col-section h4 { color: #fff; }
.footer-col-section a,
.footer-col-section h4 a:hover {
	text-decoration: none;
}
.footer-col-section .footer-info a:hover {
	color: #f34334;
}
.footer-col-section .footer-col i {
  position: relative;
	color: #f4d089;
	font-size: 40px;
	top: 3px;
}
.footer-col-section .footer-col a i:hover {
  text-decoration: none;
  /* color: #f34334; */
  color: #f4d089;
}
.footer-col-section .footer-col .icon-facebook {
	margin-left: -11px;
}
.footer-col-section #menu-footer-menu li{ float: left; padding-right: 20px; box-sizing: border-box; width: calc(50% - 20px);}
.footer-menu ul {
	display: flex;
	flex-direction: row;
}
.footer-menu li {
	font-size: 13px;
	margin-right: 15px;
}
.footer-menu li a {
	text-decoration: underline;
}

/**/
.hidden, .ajax-loader{ display: none;}

/**/
.form-subscribe {
	width: 300px;
}
.form-subscribe .form_input-container {
	display: flex;
	flex-direction: row;
}
.form-subscribe .form-field {
	width: calc(100% - 90px);
}
.form-subscribe input[type="email"] {
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	padding: 7px 7px 7px 10px;
	border: none;
}
.form-subscribe .form-submit {
	width: 90px;
}
.form-subscribe button{
	position: relative;
	color: #fff;
	width: 100%;
	height: 40px;
	background: #f34334;
	border: transparent;
	cursor: pointer;
  font-weight: 600;
}
.form-subscribe button:hover {
	background: #fed777;
  color: #3f1d10;
	transition: all 0.4s ease;
}
/* .form-subscribe button:before{ position: absolute; content: ''; background: transparent; border: 1px solid #baa256; width: calc(100% + 2px); height: calc(100% + 2px); left: -2px; top: -2px; z-index: 0;} */
/*Loader CSS*/
.spinner {
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  /*margin: 0 auto;*/
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .spinner1 > div {
  background-color: #FFF;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.footer-section-copy {
	  font-size: 14px;
    text-align: center;
    background-color: #f34334;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}
.footer-section-copy p{
    color: #fff;
    margin: 0 6px;
    padding-bottom: 0;
}
.footer-section-copy a{
    color: #fff;
	  text-decoration: underline;
}
.footer-section-copy a:hover{
	  text-decoration: none;
    color:#f4d08a
}

/**/
/*.subindex .section_main_slide .main_slide .et_pb_slide {
	height: calc(100vh - 200px);
}
.subindex .slide-overlay-container {
	height: calc(100vh - 300px);
}*/
.subindex .sec-list-item .card-wrapper {
    padding: 40px 0;
}
.subindex .sec-list-item .card-item {
    float: none;
    width: 100% !important;
    margin: 0 !important;

    display: flex;
    align-items: center;
}
.subindex .sec-list-item .card-item .card-slider {
    width: calc(50% + 60px);
}
.subindex .sec-list-item .card-item .cta {
	width: 50%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,250,243,1) 100%);
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subindex .sec-list-item .card-item .cta ul {}
.subindex .sec-list-item .card-item .cta ul h4 { text-align: center; font-size: 18px; margin: 0 auto; padding: 0 0 10px 0;}
.subindex .sec-list-item .card-item .cta ul li { list-style-position: inside; text-align: center; }
/*.subindex .sec-list-item .card-item .cta::before {
	background: #ebb14e;
}*/
.subindex .sec-list-item .card-item:nth-child(1) .cta {
	margin: 0 0 0 -60px;
}
.subindex .sec-list-item .card-item:nth-child(2) {
	flex-direction: row-reverse;
	margin-top: 80px !important;
}
.subindex .sec-list-item .card-item:nth-child(2) .cta {
	margin: 0 -60px 0 0;
}
/*.subindex .sec-list-item .card-item .btn-more:hover {
	color: #fff !important;
	background: #c98f6f !important;
}*/
.subindex .sec-list-item .card-item .btn-booknow:hover {
	background: #77402e !important;
}
.subindex .sec-list-item .card-item .et-pb-arrow-prev,
.subindex .sec-list-item .card-item .et-pb-arrow-next {
	font-size: 36px;
    margin-top: 0;
	top: auto;
    bottom: 10px;
    opacity: 1;
}
.subindex .sec-list-item .card-item .et-pb-arrow-prev {
    left: 10px;
    right: auto;
}
.subindex .sec-list-item .card-item .et-pb-arrow-next {
    left: 40px;
    right: auto;
}
.subindex .sec-list-item .card-item .et-pb-controllers {
	width: auto;
	right: 20px;
    left: auto;
}
.subindex .sec-list-item .card-item:nth-child(2) .et-pb-arrow-prev {
    right: 40px;
    left: auto;
}
.subindex .sec-list-item .card-item:nth-child(2) .et-pb-arrow-next {
    right: 10px;
    left: auto;
}
.subindex .sec-list-item .card-item:nth-child(2) .et-pb-controllers {
	left: 20px;
    right: auto;
}

/**/
.subindex .card-slider .et_pb_slide {
	min-height: 500px;
}

/**/
.accom-page.subindex .sec-list-item .card-item .btn-more:hover {
    color: #fff !important;
    background: #f4d089 !important;
}
.accom-page.subindex .sec-list-item .card-item .btn-booknow:hover {
    background: #77402e !important;
}

.no-main-slider {

}
.no-main-slider header {
	position: relative;
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}
.no-main-slider .sec-overview h1,
.no-main-slider .sec-overview .h1 {
	padding-bottom: 0;
}
.no-main-slider .sec-overview h1 + h2 {
	padding-top: 10px;
}
/*.no-main-slider .et_pb_section:nth-child(even) {
    background: #fff !important;
}
.no-main-slider .et_pb_section:nth-child(odd) {
    background: #f8f8f8 !important;
}*/
.img-fullwidth {
    height: 50vh;
    overflow: hidden;
}

.sec-map {
    position: relative;
    width: 100%;
    height: 600px;
    padding: 0 !important;
    margin-bottom: 6%;
}
.sec-map .et_pb_row {
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
}
.sec-map .gmap {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin: 0 auto !important;
    padding-bottom: 6% !important;
}
.sec-map .gmap iframe {
	height: 600px;
	margin-bottom: -8px;
}

/**/
.sec-offer-item,
.sec-offer-item.et_pb_section:nth-child(odd) {
	background: #fefaf3 !important;
	padding-bottom: 2%;
}
.sec-offer-item .card-item .cta h4 {
	font-size: 16px;
}
.sec-offer-item .card-item .cta h4 span {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
}

/**/
.gallery-box,
.gallery-box.et_pb_section {
	padding-top: 0 !important;
	padding-bottom: 6% !important;
}
.gallery-box .et_pb_row {
	padding: 0 !important;
}
.gallery-box .et_pb_image_wrap:hover .et_overlay {
	background-color: rgba(255,255,255,.5) !important;
}
.gallery-box .et_pb_image .et_pb_image_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-box .et_pb_image .et_pb_image_wrap::before {
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255,255,255,.4);
    opacity: 0;
    background: rgba(235, 177, 78, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -o-backface-visibility: hidden;
}
.gallery-box .et_pb_image .et_pb_image_wrap:hover::before {
	opacity: 1;
}
.gallery-box .et_pb_image .et_pb_image_wrap::after {
    position: absolute;
	content: "\e929" !important;
	width: 44px;
    height: 44px;
    color: rgb(118, 64, 46);
    background-color: rgba(255,255,255,.7);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    margin-top: 10px;
    z-index: 1;
    transition: all 0.4s ease;

    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-box .et_pb_image .et_pb_image_wrap:hover::after {
    opacity: 1;
    margin-top: 0;
}
/*.gallery-box .et_pb_image_wrap:hover .et_overlay::before,
.gallery-box .et_pb_image_wrap:hover .et_overlay.et_pb_inline_icon::before {
    content: attr(data-icon) !important;
}*/

.get-in-touch.et_pb_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.get-in-touch .et_pb_column {
	width: calc(25% - 20px) !important;
	margin-right: 0 !important;
	margin-bottom: 0;
}
.get-in-touch .et_pb_column:nth-child(2) {
	width: calc(50% - 20px) !important;
}
.get-in-touch .et_pb_module {
	margin-bottom: 10px !important;
}
.get-in-touch h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
	padding-bottom: 15px;
  text-transform: uppercase;
}
.get-in-touch p {
    font-size: 18px;
    font-weight: 400;
}
.get-in-touch a {color:#f34334}
.get-in-touch a:hover {
    color: #55362a;
}
.get-in-touch i {
	color: #f34334;
	font-size: 36px;
}
.get-in-touch .et_pb_social_media_follow {
	  margin: -14px 0 0 -25px!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.get-in-touch .et_pb_social_media_follow li {
    display: flex;
    margin-bottom: 0;
    padding: 0;
	  margin-right: 0px;
}
.get-in-touch .et_pb_social_media_follow li a.icon::before {
	color: #f34334;
  font-size: 24px;
}
.get-in-touch .et_pb_social_media_follow li a.icon:hover::before {
      color: #55362a
}
/* Contact */
#sec-form {
	background: #fefaf3 !important;
	padding: 50px 60px !important;
}
#sec-form .h3 {
	color: #3f1d10;
  text-transform: uppercase;
}
/*#formbox {
	margin-top: 34px;
}*/
#formbox .et_pb_column {
	padding: 0;
}
/*#formbox .et_pb_column:first-child {
	width: 67.333%;
	margin-right: 0;
}
#formbox .et_pb_column:nth-child(2) {
	width: 32.667%;
	background: #261d3f;
	padding: 40px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}*/
#formbox h3,
#formbox h3 a {
	color: #ceb780 !important;
	font-size: 22px;
	text-align: center;
}
#formbox p {
	color: #fff;
    font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#formbox a {
	color: #ceb780;
}
#formbox a.icon::before {
	font-size: 26px;
}
#formbox p a:hover {
	text-decoration: underline;
}
#formbox a.icon:hover::before {
	color: rgba(255,255,255,0.5);
}
#formbox ul {
	padding: 0 !important;
}
#formbox li {
	display: inline-block;
	margin: 0 5px !important;
}
#formbox i {
	font-size: 28px;
}

/**/
#formbox label {
	color: #3f1d10;
	font-size: 16px;
	font-weight: bold;
}
#formbox select,
#formbox input,
#formbox textarea {
	width: 100%;
	color: #000;
	background: #fffaf3 !important;
	/*font-family: 'Muli', Arial, sans-serif !important;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.02em;
	padding: 8px 12px;
	margin-top: 5px;
	margin-bottom: 0;
	border: 1px solid #444;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#formbox select:focus,
#formbox input:focus,
#formbox textarea:focus {
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
#formbox .col-6 {
	float: left;
	width: calc(50% - 15px);
	margin: 0 15px;
}
#formbox .col-6,
#formbox .col-12 {
	margin-bottom: 20px !important;
}
#formbox .col-6:nth-child(2n+1) {
	margin-left: 0;
}
#formbox .col-6:nth-child(2n) {
	margin-right: 0;
}
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
	/*color: #fff;*/
	border-color: #ebb14e;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

/**/
#formbox select {
	background: #fffaf3 url(../images/icon--select.png) right 18px no-repeat !important;
  background-size: 34px 8px;
	border-color: #444;
	line-height: 26px;
}
#formbox input[type=submit] {
	display: block;
	width: auto;
	color: #fff;
	background: #f34334 !important;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
  font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 auto;
  padding: 12px 25px;
	cursor: pointer;
	border: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
#formbox input[type=submit]:hover {
	background: #f4d08a !important;
}
#formbox span.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
  margin-top: 5px;
}
#formbox div.wpcf7-validation-errors,
#formbox div.wpcf7-acceptance-missing,
#formbox div.wpcf7-mail-sent-ng,
#formbox div.wpcf7-aborted{
    color: #77402e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 3em;
    border: 2px solid #ab3030;
	margin-top: 0;
}
#formbox div.wpcf7-mail-sent-ok {
	color: #ebb14e;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
    text-align: center;
    line-height: 3em;
	border-color: #ebb14e;
}

/**/
.regular-page .et_pb_section:nth-child(odd) {
	background: #f8f8f8 !important;
}
.regular-page .sec-overview p {
    font-size: 19px;
}
.regular-page h3 {
	padding-bottom: 30px;
}
/*.regular-page .sec-accordion.et_pb_section {
	background: #f8f8f8 !important;
}*/

/**/
.regular-page .sec-accordion.et_pb_section {
    padding-top: 0 !important;
    background: #fff !important;
}
.sec-accordion .et_pb_row {
	padding-top: 0 !important;
}
.sec-accordion .et_pb_accordion_item {
	margin-bottom: 0 !important;
}
.sec-accordion .et_pb_toggle_close {
	background-color: #fff7ea;
}
.sec-accordion .et_pb_toggle_title:before {
    color: #a46b51;
}
.sec-accordion h5 {
	color: #77402e !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.sec-accordion h6 {
	color: #a46b51;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.sec-accordion p {
	padding-bottom: 30px;
}

/* Related Hidden */
.page-superior-room .sl-superior-room,
.page-deluxe-room .sl-deluxe-room,
.page-suite .sl-suite,
.page-villa .sl-villa {
	display: none !important;
}

/* Modal Popup */
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px 50px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
  overflow: hidden;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
    width: 100%;
    color: #fff !important;
    font-family: 'Nunito Sans', Arial, sans-serif !important;
    font-size: 54px !important;
    font-weight: 300 !important;
    text-align: right;
    padding-right: 6px;
    opacity: 0.5 !important;
    top: -10px;
    right: -6px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-inline-holder .mfp-close:hover {
    opacity: 1 !important;
}
/*.mfp-wrap .mfp-close:active {
    top: 0px !important;
}*/
.white-popup-home {position: relative; padding: 0px; width: auto; max-width: 800px; margin: 20px auto; overflow: inherit;}

.white-popup-home img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.item-popup a{ display: grid; }

#amenities .mfp-close {
    color: #333 !important;
    top: 0;
    right: 0;
}
