#main-header{ z-index: 99;}
#wpadminbar{ z-index: 0;}
#main-header .et_menu_container_custom {
    width: 100%;
    text-align: center;
    max-width: inherit;
    /*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 );
}
#main-header .et_menu_container_custom .logo_container{ width: auto;}
#main-header .et_menu_container_custom #et-top-navigation{ padding-left: 0!important; display: inline-block; float: none; text-align: center;}
#maquee_popup{display: none; position: fixed; bottom: 90px; right: 10px; z-index: 9999;}
#maquee_close{position: absolute;right: -3px;top: -3px;cursor: pointer;}
@media (max-width: 480px) {
    #maquee_popup{ width: 300px; bottom: 160px;}
    #maquee_popup img.bookdirect{ max-width: 100%!important; }
}
.m-nav {
	font-family: 'Fjalla One', sans-serif;
    font-size: 0;
    text-align: center;
    position: relative;
}
.m-nav-text {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fff;
    line-height: 64px;
    padding: 0 18px;
    display: inline-block;
    vertical-align: middle;
}
.m-nav-text-languages {
    position: relative;
    font-family: 'Fjalla One', sans-serif;
}
.m-nav-text-languages::after {
    font-family: 'icomoon';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
}
.m-nav-text-languages::after {
    content: '\ea1c';
    font-size: 7px;
    left: calc(50% - 0px);
    bottom: 15px;
    -webkit-transform: rotate(90deg) translateX(4px) translateY(4px);
    transform: rotate(90deg) translateX(4px) translateY(4px);
}
.m-nav-link {
    display: block;
    position: relative;
}
.m-nav-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #fff;
    top: -5px;
    left: calc(50% - 0.5px);
}
.m-nav-link-languages::after {
    display: none;
}
.m-nav-link-languages::before {
    content: '';
    display: none;
    position: absolute;
    width: 2px;
    height: 19px;
    background-color: rgba(255,255,255,1.0);
    right: -1px;
    top: calc(50% - 10px);
}
.m-nav-list {
    display: inline-block;
    vertical-align: middle;
}
.m-nav-submenu-languages {
    display: block;
    overflow: hidden;
    max-height: 0;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.m-nav-center {
	padding-top: 5px;
}
.m-nav-left {
    position: absolute;
    top: 0;
    left: 0;
}
.m-nav-right {
  position: absolute;
  right: 0;
  top: 0;
}
.m-nav-item {
    display: inline-block;
    vertical-align: middle;
}
.m-nav-item-languages {
    position: relative;
    display: inline-block !important;
    float: left;
    right: 0;
    width: 70px;

}
.m-nav-item:hover .m-nav-link:after,
.m-nav-item:focus .m-nav-link:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 18px;
}
.m-nav-item:hover .m-nav-link-languages,
.m-nav-item:focus .m-nav-link-languages {
  background-color: rgba(255,255,255,1.0);
}
.m-nav-item:hover .m-nav-text-languages,
.m-nav-item:focus .m-nav-text-languages {
  color: #000;
}
.m-nav-item:hover .m-nav-submenu-languages,
.m-nav-item:focus .m-nav-submenu-languages {
  max-height: 144px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-nav-wrap-toggle,
.m-nav__wrap-close-btn {
  display: none;
}
.m-languages-content {
  font-size: 0;
  background-color: rgba(26,26,26,0.2);
  padding: 11px 0;
}
.m-languages-item {
  padding: 0 13px;
  position: relative;
}
.m-languages-text {
  font-family: 'Fjalla One', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.m-languages-text:hover,
.m-languages-text:focus {
  color: #000;
}
.btn-book:after,
.m-nav-text-languages::before,
.m-nav-link::after,
.m-nav-submenu-languages {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.toggle-nav-text,
.toggle-nav-icon:after,
.btn-book,
.btn-book:after,
.btn-book-text,
.m-nav-text-languages,
.m-nav-text-languages::after,
.m-nav-text-languages::before,
.m-nav-link::after,
.m-nav-link-languages,
.m-nav-submenu-languages,
.m-nav-item {
    -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;
}

.nav-btn-book {
  display: inline-block
 }
.btn-book{
  display: inline-block;
  vertical-align: middle;
  background-color: #8d06af !important;
  width: 216px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-book:after {
  font-family: 'icomoon';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea1c';
  font-size: 12px; /*8*/
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  color: #fff;
  -webkit-transform: rotate(0deg) translateX(4px) translateY(4px);
  transform: rotate(0deg) translateX(4px) translateY(4px);
}
.btn-book:hover,
.btn-book:focus {
  background-color: #ab8767;
}
.btn-book:hover:after,
.btn-book:focus:after {
  right: 15px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-book-text {
  font-family:"Lato", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 64px;
  display: block;
  text-align: center;
  letter-spacing: -0.2px;
  vertical-align: baseline;
  font-weight: bold;
}
.btn-book:hover .btn-book-text,
.btn-book:focus .btn-book-text {
  color: #fff;
  background-color:#b966ce;
}
.btn-book-footer {
	position: fixed;
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	bottom: 0;
	z-index: 9;
}
.btn-book-footer .btn-book-text {
	font-size: 18px;
	line-height: 48px;
}
.roi-search-engine__field--action {
    background: #8d06af !important;
    border: #8d06af !important;
}
.as_slide_content_wrapper {min-height: 280px;}
#sb_instagram .sbi_follow_btn a {background: #8d06af;  color: #fff;text-transform: uppercase;}
#sb_instagram .sbi_follow_btn a:hover{box-shadow: inset 0 0 10px 20px #888888;}
/*Check Box Style 1*/
.availability-checker{ position: relative; margin: 0 auto; padding: 0; clear: both;}
.availability-checker .field_inner{ width: 16.6667%; float: left; box-sizing: border-box; padding-right: 15px;}
.availability-checker .field_inner label{font-family: 'Lato', sans-serif; display: block; color: #FFF; }
.availability-checker .field_inner input, .availability-checker .field_inner select{ display: block;}
.availability-checker .field_inner:last-child{ padding: 0; }
.availability-checker .formfield{ position: relative; }
.availability-checker .formfield i{ color: #FFF;}

#booking-box{ padding: 30px 40px;}
.ui-widget.ui-widget-content{ z-index: 99!important;}

.booking-box-title { text-align: center; }
.booking-box-title:after{ position: absolute; content: ''; background: #FFF; width: 100%; height: 2px; left: 0; top: 50%; margin-top: -1px; z-index: -1;}
.booking-box-title span{ padding: 0 20px; color: #fff; font-size: 32px; font-family: 'Lato', sans-serif;}
.booking-box-title span::before{
    position: relative;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(../images/svg/bell.svg) no-repeat center 2px / contain;
    background-size: 30px 30px;
}

.guarantee { text-align: center; font-family:'Lato', sans-serif; }
.guarantee ul {  display: inline-block; padding: 0 20px;}
.guarantee ul li{ position: relative; font-size: 14px; margin-right: 10px; list-style-type: none; float: left; color: #FFF;}
.guarantee ul li i{ margin-right: 10px;}
.guarantee ul li:last-child{ margin-right: 0;}
.guarantee:after{position: absolute; content: ''; background: #FFF; width: 100%; height: 2px; left: 0; top: 50%; margin-top: -1px; z-index: -1;}

/**//* reset *//**/
.booking-form, .booking-form * {
    border: 0;
    outline: none;
}
/**//* basic *//**/
.booking-form {
    font-size: 14px;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.booking-form section {
    position: relative;
}
.booking-form select,
.booking-form input[type="text"] {
    display: block;
    width: 100%;
    height: 44px;
    padding: 7px 10px 7px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    font-style: normal;
    line-height: 44px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**//* selects *//**/
.booking-form select {
    padding-right: 10px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.3em;
}
@-moz-document url-prefix() {
  .booking-form select {
    background-image: url(../images/arrow-down.png) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
  }
}
.booking-form optgroup {
	padding: 5px 10px;
}
.booking-form option {
	outline: none;
	padding: 5px 10px;
}
.booking-form option:first-child {
	margin-top: 5px;
}

/**//* types & layouts  *//**/
.booking-form .columns {
    margin: 0 -15px;
}
.booking-form .columns:after {
    content: '';
    display: table;
    clear: both;
}
.booking-form .column {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.booking-form .column-s {
    width: 25%;
}
.booking-form .column-l {
    width: 14.2857%; /*12.5%*/
}
.booking-form .column-xl {
    width: 66.67%;
}
.booking-form .column-xxl {
    width: 100%; /*75%*/
}

.booking-box .availability-checker i {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

/**//* colors *//**/
.booking-form :-moz-placeholder {
    color: #fff;
    opacity: 1.0;
}
.booking-form ::-moz-placeholder {
    color: #fff;
    opacity: 1.0;
}
.booking-form :-ms-input-placeholder {
    color: #fff;
    opacity: 1.0;
}
.booking-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1.0;
}

.booking-form select,
.booking-form input[type="text"] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: #fff;
    border: none;
    text-transform: uppercase;
    color: #333;
}
.booking-form select + span {
    border-top-color: #d9d9d9;
}
.booking-form select:focus + span {
    border-top-color: #38b0b5;
}

.btn-booknow {
    float: right;
    width: 100%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.18);
    line-height: 44px;
    height: 44px;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #bd9672;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-booknow:hover {
    background-color: #ab8767;
}
.icon-double-arrow {
    background: url(../images/svg/double-chevron.svg) no-repeat 4px 0 / contain;
    background-size: 16px 16px;
    -webkit-transform: rotate(90deg) translateX(4px) translateY(4px);
    transform: rotate(90deg) translateX(4px) translateY(4px);
}

/*=================
Style for the form type 1 style 2 ####
===================*/
.booking-form-t1-2 .field_inner, .booking-form-t2-1 .field_inner, .booking-form-t2-2 .field_inner{ position: relative; }
.booking-form-t1-2 .field_inner formfield, .booking-form-t2-1 .field_inner .formfield, .booking-form-t2-2 .field_inner .formfield{
    background: #424151;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.booking-form-t1-2 .field_inner input[type="text"],
.booking-form-t2-1 .field_inner input[type="text"],
.booking-form-t1-2 .field_inner select,
.booking-form-t2-1 .field_inner select
{
    font-size: 14px;
    position: relative;
}

.booking-form-t1-2 .field_inner select,
.booking-form-t2-1 .field_inner select{
    cursor:pointer;
}

.booking-form-t1-2 .field_inner label,
.booking-form-t2-1 .field_inner label{
    cursor: text;
}

.booking-form-t1-2 .field_inner label[for="adult"],
.booking-form-t2-1 .field_inner label[for="adult"]
{
    cursor:pointer;
}

.booking-form-t1-2 .field_inner label,
.booking-form-t2-1 .field_inner label{
    position: absolute;
    left: 8px;
    top: 5px;
    z-index: -1;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block!important;

    transition: width .1s, color .3s, top .4s, background-color .3s;
    -webkit-transition: width .1s, color .3s, top .4s, background-color .3s;
    -moz-transition: width .1s, color .3s, top .4s, background-color .3s;
}

.booking-form-t1-2 .field_inner label.trigger,
.booking-form-t2-1 .field_inner label.trigger{
    top: -20px;
    opacity: 1;
}

#booking-box-title-t2-1.booking-box-title:after, #booking-box-title-t2-2.booking-box-title:after{ background: transparent;}
#booking-form-type2-1 .field_row,#booking-form-type2-2 .field_row{ display: flex; margin-bottom: 30px;}
#booking-form-type2-1 .field_row .field_inner,#booking-form-type2-2 .field_row .field_inner{ float: none; width: 50%;}
#booking-form-type2-1 .field_row .field_inner label, #booking-form-type2-2 .field_row .field_inner label{ text-align: left;}
#booking-form-type2-1 .field_row .field_inner:last-child,#booking-form-type2-2 .field_row .field_inner:last-child{ padding-right: 0;}
#guarantee-t2-1.guarantee ul,#guarantee-t2-2.guarantee ul{ padding: 0; }
#guarantee-t2-1.guarantee ul li,#guarantee-t2-2.guarantee ul li{ width: 50%; box-sizing: border-box; text-align: left; padding-right: 15px; margin: 0;}
#guarantee-t2-1.guarantee:after,#guarantee-t2-2.guarantee:after{ background: transparent;}

#booking-form-type2-2.booking-form select,
#booking-form-type2-2.booking-form input[type="text"] {
    background: transparent;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?fb8coh');
  src:  url('../fonts/icomoon/icomoon.eot?fb8coh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?fb8coh') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?fb8coh') format('woff'),
    url('../fonts/icomoon/icomoon.svg?fb8coh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e90f";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-bubbles3:before {
  content: "\e96f";
}
.icon-search:before {
  content: "\e986";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}

.clear{ clear: both; }

/*Custom Column*/

/*Footer*/
.footer-bottom{ padding: 50px 0 30px 0;}
.footer-left-detail { width: 30%; float: left; display: flex;}
.footer-menu-container{ width: 40%; float: left;}
.footer-right-detail{ width: 30%; float: left;}

.footer-left-detail .footer-logo{ width: 25%; box-sizing: border-box;}
.footer-left-detail .footer-address{ width: 75%; box-sizing: border-box; padding: 0px 15px 15px 15px;}

.footer-menu-container .bottom-nav{ display: inline-block;}
.footer-menu-container .bottom-nav li{ box-sizing: border-box; width: 50%; float: left;}

.footer-right-detail .et-social-icons{ float: none;}
.footer-right-detail .et-social-icons li{ margin: 15px 15px 0 0;}

.footer-end{ margin-top: 50px; }
.copyright{ float: left; color: #000;}
.websiteby{ float: right;}
