/*
Theme Name: Kuta Station
Theme URI: http://www.birudaun.net
Description: <p>Bali Web Design</p>
Version: 1.0
Updated Date:01/12/2015
Author: Birudaun Web Studio
Created Date: 01/12/2015

Author URI: http://www.birudaun.net

*/
.modal-backdrop{
  z-index:40 !important;
}
.reservationbox .modal-body{
	padding:10px !important;
}
.reservationbox .modal-header{
	background: #f1f1f0 !important;
  border-bottom: transparent;
  padding:15px !important;
}
#booking-form .modal-dialog{
	top:25%;
}
.booking-form{
	background-color: #c19b3f !important;
}
.booking-form .modal-header{
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-bottom: 0px;
	padding-top: 5px;
}
.booking-form .modal-body{
	padding-top:0px;
}
.booking-form label {
	left: 25px;
	position: absolute;
	line-height: 38px;
	color: #7f6d55;
	font-size: 12px;
}
.booking-form input.datepicker, .booking-form select {
    text-indent: 47px;
    height: 38px;
    line-height: 38px;
	font-size: 12px;
}
.booking-form input.booking-code {
    text-indent: 115px;
}

.specialoffer img {
    height: 262px;
    width: 100%;
    object-fit: cover;
}
.specialoffer h1 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: bold;
}
.meetings .col-md-6.left_bd .caption {
    height: 536px;
}
.meetings .col-md-6.left_bd .caption:hover .caption__overlay {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
}
.booknowbtn{
  color:white;
  background:#CD3435;
  padding: 5px 0;
  text-align:center;
  border-bottom: 2px solid #000;
}
li.bookbtn{
  background: #CD3435 !important;
}
.bookbtns{
  background: #CD3435 !important;
  padding: 10px;
  color: #fff;
}
.meetings .col-md-6 {
    height: 556px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
  color:white;
}
.intro h2{
  font-size:40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #fff;
}
.col-md-6.deskripsi.rightone {
padding: 0 !important;
    height: 258px;
    margin: 0 0 20px 0;
}
.col-md-6.deskripsi .caption{
  height:258px !important;
  margin-bottom:0px !important;
}
.col-md-6.deskripsi.rightone img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.col-md-6.deskripsi.rightone h3 {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.swiper-slide .inner {
    position: absolute;
}
.navbar{
  min-height:100%;
}
.weather .info {
    font-size: 14px !important;
}
.swiper-slide {
    background: #F5F5F5 !important;
}
ul.mega-sub-menu {
}
.phone-header .gold {
    padding: 10px 18px;
  background: white;
}
.navbar {
}
#mega-menu-wrap-primary #mega-menu-primary li ul.mega-sub-menu li.mega-current-menu-item {
    /* text-decoration: underline; */
    border-bottom: 0px solid #66666675;
}
.mobile{display:none;}
.logo-mobile{display:none;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item {
    /* text-decoration: underline; */
    border-bottom: 1px solid #66666675;
}
.box-book {
    padding: 5px;
    text-align: center;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}
.box-book i {
    font-size: 18px;
}
#reservation .form-control {
    height: 100%;
    border-bottom: none;
    border-radius: 0;
    border-width: 0 0 0 0;
    border-style: none none solid none;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #926b1f;
}
#reservation select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align-last: center;
    text-align: center;
}
#reservation .datepicker {
    padding: 0;
}
#reservation label {
    color: #777;
    font-weight: 300;
}
#reservation .btn {
    text-transform: uppercase;
      font-size: 16px;
}
.btn.btn-gold {
    background: #926b1f !important;
    color: #fff !important;
  border:1px solid #926b1f;
}
.cd-user-modal {
    position: fixed;
    top: 92px;
    right: 0;
    /* width: 320px; */
    /* height: 330px; */
    /* background-color: #f4f4f4db; */
    z-index: 9999;
    /* overflow-y: auto; */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: none;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher::after {
  clear: both;
  content: "";
  display: table;
}
.cd-user-modal-container .cd-switcher li {
  width: 100%;
    float: left;
    text-align: center;
  list-style: none;
  padding-bottom: 20px;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: none;
    color: #505260;
    font-size: 2.5em;
}
.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../../../s.cdpn.io/148866/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../../../s.cdpn.io/148866/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../../../s.cdpn.io/148866/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
display: block;
    position: absolute;
    width: 151px;
    height: 61px;
    right: 0;
    top: -60px;
    /* background: url(../../../s.cdpn.io/148866/cd-icon-close.svg) no-repeat center center; */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /* filter: brightness(1) invert(1); */
    /* background: black; */
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}
.contact-page {
    padding-top: 120px;
}
.gallery-page {
    padding-top: 120px;
}
.intro .col-md-6{
  line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 13px !important;
    font-weight: 300;
}
.meetwed .col-md-4 {
    margin-bottom: 30px;
}
.accommodation-page {
    padding-top: 120px;
}
.newsletter form fieldset {
    font-size: 0;
    margin-bottom: 20px;
}
.newsletter form fieldset input {
    display: inline-block;
    background-color: #2d2d2d;
    padding: 14px 20px;
    color: #fff;
    width: 80%;
    font-size: 14px;
    line-height: 1.2em;
  border: none;
}
.newsletter form fieldset button {
    display: inline-block;
    width: 18%;
    height: 44px;
    background-color: #C19B3F;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -khtml-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    border: none;
    position: relative;
    top: -5px;
}
small, .small {
    display: inline-block;
    font-size: 11px;
    line-height: 1.4em;
    font-family: "Open Sans",Arial,serif,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #858585;
    max-width: 360px;
}
.meetwed {
    background: #F5F5F5;
}
.meetwed .col-md-3 {
    background: none;
    height: 385px;
}

.caption {
    position: relative;
    overflow: hidden;
height: 385px;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
      margin-bottom: 30px;
      text-align: left;
}
 .caption img {
                width: 100%;
                padding: 0;
                height: 100%;
                object-fit: cover;
              -webkit-transition:all .2s linear;
transition:all .2s linear;
            }
.caption:hover img {
  -ms-transform:scale(1.08);
-webkit-transform:scale(1.08);
transform:scale(1.08);
}
.caption::before {
    content: ' ';
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .2); */
    transition: background .35s ease-out;
    z-index: 999;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
  height:100%;
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    padding: 0 0 0 25px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
  z-index:9999;
}
.room-image-wrapper{
  overflow: hidden;
  position: relative;
}
.room-price{
    background: rgba(255,255,255,0.8);
    color: #000;
    font-weight: normal;
    text-align: left;
    left: 0;
    right: inherit;
    top: 24px;
    bottom: inherit;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
}
.room-price span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.guest-room-cta-wrapper {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}
a.guest-room-cta-wrapper:hover {
    background-color: rgba(255,255,255,0.5);
    font-style: normal;
    opacity: 1;
}
.guest-room-cta-wrapper .btn-cta {
    margin-top: -22px;
    top: 50%;
    transition: none;
    position: relative;
    left:10%;
    right: 10%;
}
.btn-cta {
    background: #fff;
    color: #856649 !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    border: 1px solid #856649 !important;
}
.room-meta{
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}
.room-meta h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #000;
}

.swiper-slide .inner {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: table-cell;
    vertical-align: middle;
    left: 0;
    padding-top:15%;
  width: 100%;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.col-md-6.deskripsi .caption:hover .caption__overlay {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
}

.caption__overlay__title p {
    font-size: 13px;
    color: white;
    font-family: 'Open Sans', sans-serif;
      padding: 0 !important;
}
h1.caption__overlay__title {
    color: white;
    line-height: 20px;
  font-size: 19px;
}
.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.desk {
    position: absolute;
    bottom: 20px;
    color: white;
    z-index: 9;
    left: 20px;
}
.desk h2{
  font-size: 24px;
  color:white;
}
.desk p {
    font-size: 13px;
    line-height: 25px;
}
.meetwed .col-md-6 {
    background: none;
    padding: 0;
}
.overlay {
    background:black;
  opacity:0.3;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
}


.offers{
  background:#F5F5F5;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  font-size:12px !important;
  letter-spacing: 1px;
  color:white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  color:white;
}
.navbar-header {
    margin-left: 50px !important;
}
.meetings p {
    padding: 0 20px;
  color:white;
}
.meetings h3 {
    font-size: 35px;
  color:white;
}
.meetings .deskripsi {
    display: table;
}
.meetings .col-md-6 {
  padding: 0 20px 20px 0;
}
.meetings .deskripsi .inner {
 position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: table;
    /* vertical-align: middle; */
    left: 0;
    /* padding-top: 65px; */
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  display:none;
    position: absolute;
    top: auto !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 24px 44px !important;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 20px;
  background: #000;
    padding: 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../../uploads/2018/04/arrow-left.png)!important;
    left: 41% !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../../uploads/2018/04/arrow-right.png) !important;
    right: 41% !important;
    margin-right: 10px;
}
.button {
    font-size: 11px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 15px 35px;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 3.5rem;
    position: relative;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -khtml-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.button.gold {
    border-color: #fff;
    background-color:#000;
    color: #fff;
}
.button.gold.small {
   padding:7px 12px;
      margin-top: 10px;
}
.gold:hover {
    background:#C19B3F;
    color: #fff;
}
.accommodations {
    background: #F5F5F5;
}
.accommodations .col-md-6 {
    padding: 0;
}
.accommodations h3{
  font-size: 35px;
}
.accommodations p {
    padding: 0 20px;
}
.slider h5{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 1.96px;
    padding-bottom: 26.5px;
    margin-bottom: 2rem;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
  font-family: 'Open Sans', sans-serif;
}
.slider h5:after{
    content: "";
    display: inline-block;
    bottom: 10px;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 35px;
    margin-left: -17.5px;
    background-color: #fff;
}
#book-now-header-parent {
    position: relative;
    /* right: 0; */
    top: -39px;
    /* margin-right: 0; */
    width: auto;
    /* height: 100%; */
    /* padding: 35px 29px; */
    float: right;
}
#book-now-header-parent ul{
    list-style:none;
}
a.cd-signin.book-now-header {
   text-align: center; 
    background: #C19B3F;
    padding: 23px 35px;
    color: white !important;
    /* height: 60px; */
    position: relative;
}
.phone-header {
    position: absolute;
    right: 175px;
    top: -25px;
}


#mega-menu-wrap-primary {
    clear: inherit;
    float: right;
    display: table;
    margin-left: 0;
  background:none;
}
#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    display: table-cell;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{
	left:0 !important;
}
#mobile_carousel{display:none;}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1282{display:none}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1283{display:none}
.mobile_menu {
    display: none !important;
}
li#menu-item-10 img, li#menu-item-139 img {display:none;}
a#drp {
    display: none;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.whybook h5{
  font-size: 15.5px;
    /* text-transform: uppercase; */
    line-height: 20px;
    letter-spacing: 1px;
}
section.featured {
    padding: 70px 0 0;
}
li#menu-item-127 {
    text-align: center;
}
li#menu-item-1227 {
    text-align: center;
}
footer .st_facebook_custom, footer .st_twitter_custom, footer .st_pinterest_custom, footer .st_email_custom {
    color: white !important;
    font-size: 18px;
      margin-left: -10px;
}
section.newstrip {
    padding: 0 0 70px;
}
#livechat-compact-container {
    display:none;
}
div#topcontrol{
  display:none;
}
.close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}
iframe#v0nu1ZB-1513738478307{
  bottom: 40px !important;
  right: 0px !important;
}
iframe#bookingdirection-topbar {
    position: absolute !important;
    /* top: 0; */
}
iframe#bookingdirection-topbar.fixed {
    position: fixed !important;
    top: 0!important;
}
#bookingdirection-compare-prices-button {
    position: absolute !important;
    /* top: 0; */
}
#bookingdirection-compare-prices-button.fixed {
    position: fixed !important;
    top: 0!important;
}
.menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-footer li {
    display: block;
    float: left;
    width: auto;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    padding-right: 45px;
}
.menu-footer a {
    color: #fff !important;
}
li.menu-item-1085 a{
    padding: 5px 30px;
    color: white !important;
    background-color: #670000;
    border-color: #670000;
    color: #fff;
    font-size: 12px;
}
li.menu-item-1085 a:hover{
		background : #4e0000 !important;
		border-color : #4e0000 !important;
}
.book-button-mobile{
  display:none;
}
.slide-menu{
  display:none;
}

    .menu-button {
    display:none;
    }
    .menu-wrap{
    display:none;
    }

.modal {
    z-index: 9999;
}
.widget2 {
    text-align: center;
    background: #f1f1f0;
    padding: 20px 10px;
  margin-top: 40px;
}
.widget3 {
  margin-top:0;
  text-align:center;
}
.widget3 p{
  font-size: 12px !important;
    color: #666666;
}
.widget3 h4 {
    /* font-family: open sans-serif; */
    color: #666;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
}
.widget2 span {
    color: #666666;
    font-weight: normal;
}
.left-booking {
    line-height: 30px;
}
.left-booking h2 {
    background: #99897a;
    text-align: center;
    color: white;
    font-size: 17px;
    padding: 10px;
      margin-bottom: 0;
}
.left-booking .col-md-5{
 border-bottom: 1px solid #705f4d;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    letter-spacing: 1px;
   line-height: 35px;
}

.left-booking .col-md-5.last { border-bottom: 0px solid #705f4d; }

.left-booking .col-md-7 {
    border-bottom: 1px solid #705f4d;
    line-height: 35px;
    font-size: 12px;
}
.left-booking .col-md-7.last { border-bottom: 0px solid #705f4d; }



.col-centered{
float: none;
margin: 0 auto;
}
li#menu-item-1042 a {
    background: #750200;
    color: white;
    padding: 5px 20px;
}
.btn-brown{
  background : #99897a;
  color:white;
}
.btn-brown:hover{
  background : #705f4d !important;
  color:white;
}
li#menu-item-1031 {    
    padding-left: 5px;
}
li#menu-item-1031 a {
    text-transform: capitalize;
    color: #666666;
    font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus{
  background-color:inherit;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.form-inline .form-control::placeholder{
  text-transform:capitalize;
  font-size:12px;
}
i.checkin {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 10px 12px;
    pointer-events: none;
    color: #555;
    font-size: 16px;
    z-index: 1;
}
@-moz-document url-prefix() {
    #menu2 select.form-control.box-input-book.chosen-select {
        text-indent: 0 !important;
padding-left: 40px !important;
    }
}
#menu2 select.form-control.box-input-book.chosen-select {
    padding: 0 0 0 20px;
    width: 80px;
    text-indent: 40px;
    -webkit-padding-start: 10px;
    height: 37px;
}
#menu2 label {
    position: relative;
    left: 25px;
    top: 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    /* width: 20px; */
    margin: 0 -18px;
}
.headbook{
  color:#666666;
}
.tabs-menu {
    position: relative;
    background-color: #fff;
  opacity:0.9;
    z-index: 5;
    /* height: 100%; */
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
  
}
.tabs-menu .current {
    position: relative;
        background: #c19b3f;
    z-index: 5;
  color:white;
  opacity:0.9;
}
.tabs-menu .current h3{
    color:white;
}
#tab-2 p{
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
}
.tab-content {
    display: none;
    background: #f1f1f0;
}
#tab-1 {
 display: block;   
}
#menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  z-index:9999;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid black;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu2 {
    display:none;
}
#menu.fixed {
    position: fixed;
    top: 30px;
    padding: 0;
}
#menu2.none {
  width: 100%;
    margin: 0 auto;
    text-align: center;
  z-index:99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  
  display:block;
    position: fixed;
    top: 112px;
    padding: 0;
}
div#collapsediv2 {
    
}
.img-agency {
    position: relative;
    top: -10px;
    left: 45px;
    float: right;
}
.agency {
    float: right;
    font-size: 11px;
    text-align: left;
    color: #666;
    text-transform: uppercase;
    position: relative;
    right: 35px;
}
.header-book {
    color: #D4D4D4;
  padding:15px 0;
}
.header-book label {
    position: absolute;
    left: 25px;
    top: 8px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
/*
@-moz-document url-prefix() {
    .header-book select {
        text-indent: 0 !important;
padding-left: 44px !important;
    }
}
.header-book select {
  text-indent: 40px;
    padding-left: 10px;
    -webkit-padding-start: 10px;
      padding-top: 2.5px;
}
*/
.book-txt {
    font-size: 15px;
}
.col-md-2.book-now {
}
.btn-nusa {
    background-color: #750200;
    padding: 9px 28px !important;
    color: #fff !important;
    border-radius: 0px;
    position: relative;
    /* margin: 5px 5px 5px 0; */
    outline: none;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.book-input {
    text-align: center;
}
.form-inline .form-group, #book-now {
    display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    float: left;
}
.right-inner-addon {
    position: relative;
}
.right-inner-addon i {
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px 12px;
    pointer-events: none;
    color: #555;
    font-size: 16px;
    z-index: 1;
}
.box-input-book, .box-input-book:hover, .box-input-book:focus {
    box-shadow: none;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    color: #7a7a7a;
    text-transform: uppercase;
    padding: 10px 12px;
    font-size: 11px;
    border-radius: 0;
    height: auto;
}
.right-inner-addon {
    position: relative;
}

footer .useful {
    padding: 30px 0;
    border-bottom: 1px solid #282828;
}

footer .useful .col-md-6{
  padding:0;
  margin:0;
  line-height: 25px;
}
footer .explore{
  text-align: left;
}
footer .explore h2{
  font-size:25px;
      margin-bottom: 35px;
}
footer .newsletter ul {
    padding-left: 20px;
  font-size: 13px;
    line-height: 25px;
}
footer .newsletter h2{
  font-size:25px;
  text-align: left;
}
footer .contact h2{
  font-size:25px;
  text-align: left;
}
.NewsTicker {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:20px;
    height:110px;
    overflow:hidden;
}
.newstrip .col-md-4.kiri{
  border-right: 1px solid #959595;
  padding:20px 0;
}
.newstrip .col-md-4.kiri button{
  letter-spacing:1px;
  margin-top:40px;
}

.newstrip .col-md-8.kanan{
  display:table;
  height: 180px;
}
.newstrip .col-md-8.kanan .news {
    width: 100%;
    height: 140px;
    overflow: hidden;
    -webkit-user-select: none;
    margin-top: -18px;
}
.newstrip .col-md-8.kanan .cell{
  display:table-cell;
  vertical-align:middle;
  
}
.newstrip .col-md-8.kanan p{
  line-height:25px;
  letter-spacing:0;
}
.news ul li a h2 {
    font-size: 27px;
    margin: 5px 0 18px 0;
}
.whybook{
  border: 2px solid #f1f1f0;
  padding: 35px 0;
}
.whybook p {
    margin-top: 10px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 600 !important;
    line-height: 20px !important;
}
.whybook p.txt {
  text-transform: inherit;
    font-weight: normal !important;
    margin-bottom: 60px;
}
.whybook p.txt2 {
  text-transform: inherit;
    font-weight: normal !important;
    margin-bottom: 0;
  margin-top:40px;
}
.whybook span{
  margin-left: 80px;
}
.thumb {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .thumb img {
                width: 100%;
                padding: 0;
                height: 100%;
                object-fit: cover;
              -webkit-transition:all .2s linear;
transition:all .2s linear;
            }
.thumb:hover img {
  -ms-transform:scale(1.08);
-webkit-transform:scale(1.08);
transform:scale(1.08);
}
            .thumb > div {
                background-color: rgba(103, 0, 0, 0.65);
                opacity: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                -webkit-transition: opacity 0.3s linear;
                color: #fff;
            }
            .thumb:hover > div {
                display: block;
                opacity: 1.0;
            }
            .thumb > div div {
                padding: 25% 40px 0;
    						height: 100%;
            }
.thumb > div div.two {
                padding: 25% 20px 0;
    						height: 100%;
            }
            .thumb h2 {
                font-size: 27px;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                margin-bottom: 10px;
            }
            .thumb h2 a{
              color:white;
            }
            .thumb p {
                margin-bottom: 10px;
            }
.thumb .btn:hover{
  color: #4e0000;
    background: #fff;
}
.pb-1 {
    padding-bottom: 1.0rem!important;
}

.pt-1 {
    padding-top: 1.0rem!important;
}
.navbar-header {
       width: 75px;
    margin: 0px auto;
    float: left !important;
    margin-right: inherit !important;
        margin-left: -8px !important;
}
.reservationbox {
  width:320px;
      padding: 0;
  margin: 0 auto;
}
.text-center {
    text-align: center!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.pb-2 {
    padding-bottom: 1.5rem!important;
}
.w-50 {
    width: 50%!important;
}
.d-inline-block {
    display: inline-block!important;
}
.bg-white {
    background-color: #fff!important;

}
.reservationbox h3 {
  font-size: 14px;
    margin: 0;
    color: #666;
    letter-spacing: 1px;
}
.brown-text {
    color: #887149;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.reservationbox a {
    color: #666666;
}
.reservationbox .form-group {
    margin-bottom: 1rem;
}
.reserve-text {
    background-color: #fff;
    border-color: #e7e5e5;
    color: #333;
}
.reservationbox .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem .5rem 100px;
    font-size: 12px;
    line-height: 1.25;
    color: #495057;
    background-image: none;
    background-clip: padding-box;
    border-radius:0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 35px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.reservationbox .form-control::placeholder{
  letter-spacing:1px;
}
.reservationbox label{
  position: absolute;
    left: 25px;
    top: 8px;
    font-size: 12px;
    color: #666;
  font-weight: normal;
}
@-moz-document url-prefix() {
    select#select-rooms, select.form-control.reserve-text, select#children {
        text-indent: 0 !important;
padding-left: 44px !important;
    }
}
select#select-rooms, select.form-control.reserve-text, select#children {
  text-indent: 40px;
    padding-left: 10px;
    -webkit-padding-start: 10px;
      padding-top: 2.5px;
}
.reservationbox .btn-default, .room-post .btn-default {
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
  margin-bottom: 20px;
  font-size: 12px;
    letter-spacing: 2px;
}
.reservationbox .best-rate{
  background: white;
    margin-top: 15px;
    margin-bottom: 10px;
}
.reservationbox .best-rate span{
  position: relative;
    top: 8px;
    font-size: 13px;
    padding-left: 10px;
}
.bottom-form {
    background: #f1f1f0;
    padding: 0 15px 20px !important;
    /* height: auto; */
    display: inline-block;
    width: 100%;
    text-align: left;
}
.notif-text button{
    font-size: 11px;
    padding:0;
    color: #666666;
  width: 100%;
    text-align: left;
  text-transform:uppercase;
}
.fek-text {
    font-size: 11px;
    line-height: 30px;
}
.mr-1 {
    margin-right: .25rem!important;
}
.align-text-top {
    vertical-align: text-top!important;
}

#menu-item-1017{
 border-color: #312510;
    background-color: #312510;
    transition: all ease-in-out .15s;
    margin: 20px 0 0 0;
}
#menu-item-1017 a{
   color: white !important;
    padding: 15px 15px;

}
.slide-cta {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.2em;
    letter-spacing: 2px;
    padding-bottom: 26.5px;
    margin-bottom: 2rem;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
  color:white;
}
.slide-cta:after{content:"";display:inline-block;bottom:10px;position:absolute;left:50%;height:1px;width:35px;margin-left:-15px;background-color:#fff;}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight:300;
  color: #666;
  /*background:url(images/bg-bodys-niksoma.jpg) 50% 50% #fff;*/
  background:#fff;
  background-attachment: fixed;
  overflow-x:hidden;
}




/* -------------------------------------
   COMMON
----------------------------------------*/
h1,h2,h3,h4,h5{ font-family: 'Montserrat', sans-serif;, Arial; color: #1c1c1c;}
h1{margin:0;}
h3,h4{color: #1c1c1c;}
h2,h3,h4{
  margin:0 0 40px 0;
}
h2{font-size:35px;}
h3{font-size:20px; line-height:30px; font-weight:300;}
h2.underline, h3.underline{line-height:normal;}
h2.underline.light, h3.underline.light{color:#fff;}
h2.underline:after, h3.underline:after{content:" "; display:table; margin:20px auto 10px auto; width:54px; border-bottom:1px solid #fff;}
h2.underline.light:after, h3.underline.light:after{border-bottom:2px solid rgba(255,255,255,.5);}
h2.underline.left:after, h3.underline.left:after{margin:20px auto 10px 0;}
h2.underline.right:after, h3.underline.right:after{margin:20px 0 10px auto;}
h4{
  font-size: 17px;
  font-weight:500;
}
h5{
  font-size: 14px;
  font-weight:500;
  color: #999999;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #998976;
}
p{ line-height: 22px; margin-bottom:0px;    letter-spacing: 1px;font-size: 13px !important;
    font-weight: 300;}
.font-2x, .font-2x p{font-size: 13px !important;
    font-weight: 300;
}
.font-3x, .font-3x p{font-size:18px !important; line-height:30px; font-weight:300;}
.font-4x, .font-4x p{font-size:20px !important; line-height: 35px; font-weight:300;}
blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-style: italic;
  line-height: 32px;
  padding: 0px;
  border: none;
  margin-bottom: 20px;
}
a, a i{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  outline:none !important;
}
a:hover, a:focus{
  color: #54B6B8;
  text-decoration:none;
}
img{
  max-width: 100%;
  height: auto;
}

hr {border-color: #705f4d;}
ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}
strong{font-weight:600;}
section {padding:90px 0; overflow:hidden;}
button{
  outline:none;
}
.container-fluid{padding-left:220px; padding-right:220px;}
.clearfix{clear:both;}


/* -------------------------------------
   LOGO
----------------------------------------*/
#logo {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 45px;
    font-weight: 600;
    position: fixed;
    padding: 0;
    font-family: 'Montserrat', Arial;
    overflow: hidden;
}


/* -------------------------------------
   HEADER
----------------------------------------*/
header{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  background: #102e3e;
  font-size:13px;
  position: fixed;
   /* top: 52px; */
    webkit-transform: translate(x,x);
}
#home header, #accommodation header{
  height: 40px;
  z-index: 999;
  background: black;
}
#home header.clone{
  background: rgba(0,0,0,.5);
}
header.clone {
  display:none;
  position:fixed;
  z-index:999;
  width:100%;
  top:-200px;
  min-height:60px;
  background: rgba(0,0,0,.8);
}
header.active{
  top:0;
}
header .top{
  background:#4b2d13;
  color:#fff;
  font-weight:400;
  min-height:30px;
}
header .top{min-height:48px;}
header .container{
  position:relative;
}
.top span{line-height: 28px;}
.top-contact ul, .top-contact ul li{
  margin:0;
  padding:0;
  list-style:none;
}
.top-contact ul{
  text-align:left;
}
.top-contact ul li{
  display:inline-block;
  padding:0 15px 0 0;
}
.top-contact ul li:after{
  content: "|";
  padding-left:15px;
}
.top-contact ul li:last-child{
  padding-right:0;
}
.top-contact ul li:last-child:after{display:none;}
.top-contact ul li i, .top-contact ul li a:hover{
  color:#fff;
  padding-right:5px;
}
.top .add-nav ul{
  margin:0;
  padding:0
}
.add-nav ul li, .add-nav ul li a{
  display:inline-block;
  list-style:none;
  color:#fff;
}
.add-nav li a, .add-nav .phone{
  padding:0 20px;
}
.add-nav .phone{
  background:url(images/icon-phone-small.png) 0 50%  no-repeat;
  padding-left:25px;
}
.add-nav .login:before{
  content:"|";
}
a.book-now{
  background:#C19772;
  color:#fff;
  padding: 6px 20px;
  display: inline-block;
  float: right;
  border-radius: 0;
  margin-left: 13px;
  font-weight:700;
}
.add-nav .book-now a:hover{background:#000;}

/*--------------BOOKING FORM------------*/
#booking{
	float:right;
	margin:0 40px 0 0;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
}
#booking a.booking_button{
	color:#e7c492;
	line-height:25px;
	height:26px;
	display:block;
	padding:10px 16px 10px 32px;
}
#booking a.booking_button.opened{
	background:url(https://www.kutastationhotel.com/wp-content/themes/kutastation/img/arrow-booking.png) 16px bottom no-repeat #000;
}
#booking a.booking_button.closed{
	background:url(https://www.kutastationhotel.com/wp-content/themes/kutastation/img/arrow-booking.png) 16px top no-repeat #000;
}
#booking-form, .widget .booking-form{
  font-size:14px;
  font-weight:300;  
  background:#4b2d13;
}
#booking-form form, .widget .booking-form form{
  padding:25px;
  overflow: auto;
}
#booking-form{
	color:#fff;
	width:100%;
	position:absolute;
	left:0;
  top:0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  background:#efe5dc;
  z-index:9;
}
#home #booking-form{
      background: #f1f1f0;
}
#home #booking-form{
  width:320px;
  display:block;
}
.widget .booking-form .row{
  margin-left:-5px;
  margin-right:-5px;
}
#booking-form .row > div, .widget .booking-form .row > div{
  padding-left:5px;
  padding-right:5px;
}
#booking-form input, .widget .booking-form input{
	padding:8px 10px;
	border:1px solid #fff;
	width:100%;
	float:left;
	margin:0 5px 5px 0;
  color:#4b2d13;
}
#booking-form .form-heading{
  padding:15px !important;
  background: #715F4E;
}
#booking-form label, #booking-form select, #booking-form .datepicker{color: #998976;}
#home #booking-form .acc{text-indent:130px;}
#booking-form .form-heading h4, #booking-form a{color: #998976;}
.widget .booking-form input{
  border-color:transparent;
}
#booking-form select, .widget .booking-form select{
	padding:8px 10px;
	width:99.9%;
	border:1px solid #fff;
	box-shadow:none !important;
  margin: 0 5px 5px 0;
}
.widget .booking-form input.button{
	width:100%;
	background:#333;
	color:#FFF;
	border:1px solid #333;
	padding:8px 20px;
  font-weight:600;
}
#booking-form input.button{
	width:100%;
	background:#4b2d13;
	color:#fff;
	border:1px solid #4b2d13;
	padding:8px 20px;
  font-weight:600;
}
#home #booking-form input.button{
	background-color: #670000;
    border-color: #670000;
    color: #fff;
}
.widget .booking-form input.button{
	background:#361f0b;
	color:#FFF;
	border:1px solid #361f0b;
}
.widget .booking-form label{
	margin:0 0 3px 0;
	display:block;
  font-weight:400;
}
#home #booking-form label{
	top: 0;
	left: 17px;
	position: absolute;
	line-height: 38px;
}
.widget .booking-form label{
	color:#fff;
}
#booking-form .datepicker, .widget .booking-form .datepicker{
  background: url(images/icon-date.png) right 50% no-repeat #fff;
}
#home #booking-form input.datepicker, #home #booking-form select{
	text-indent: 70px;
	height: 38px;
	line-height: 38px;
}
.widget .booking-form h3{
  color:#fff;
  line-height:20px;
}
.widget .booking-form hr{
  border-color:rgba(255,255,255,.1);
}
#s-arrival, #s-departure, #ac-arrival, #ac-departure{
  cursor:pointer;
}
/* DATE PICKER */
.ui-widget, .ui-widget-content{ 
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color:#888888;
}
.ui-widget-header{
  background:initial;
  border:initial;
  border-radius:initial;
}
.ui-tabs .ui-tabs-nav{
  border-bottom:1px solid #ccc;
  padding: 0 20px;
}
.ui-tabs .ui-tabs-nav li{
  margin:0 1px 0 0;
  border-bottom-width: 1px;
}
.ui-widget-content{
  border:initial;
  background:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border:initial;
  border-radius:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:#ccc;
  border: 1px solid #ccc;
  color:#000;
  text-align:center;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  background:transparent;
  border-bottom-color:#fff;
  margin-left:-1px;
  margin-right:-1px;
}
.ui-tabs .ui-tabs-panel{overflow:hidden;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
  outline:none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
  color:#000;
}
.ui-datepicker {
  font-size:16px;
  background:#fff;
  padding:15px;
  border-radius:0;
  box-shadow:1px 1px 5px rgba(0,0,0,.15);
}
.ui-datepicker-title{color:#666;}
.ui-datepicker td{padding:0 1px 1px 0;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  opacity: .25;
  filter: Alpha(Opacity=25);
}



/* MAIN NAV */
nav{
  width:100%;
}
nav .top{font-size:13px;}

.navbar-default{
  margin-bottom:0;
  border-color: rgba(0,0,0,.05);
  border-width: 0;
  background: black;
  border-radius:0;
  width:100%;
}
.navbar-collapse{
  max-height:inherit;
}
.navbar-nav{
  width: 100%;
      text-align: center;
}
.navbar-nav > li {
    float: none;
  display:inline-block;
}
.navbar-nav > li > a {
      margin: 15px 8px;
    /* margin-right: 1px; */
    font-weight: 500;
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-nav .current-menu-parent.menu-item-has-children a {
    /*background-position: 33.33% bottom;*/
  
}
.navbar-nav .current-menu-parent a {
    color: #660000;
    font-weight: 500;    
    padding-bottom: 8px;
    
}
.navbar-nav .current-menu-item.menu-item-has-children a {
    /*background-position: 33.33% bottom;*/
}
.navbar-nav .current-menu-item a {
    color: #660000;   
    padding-bottom: 8px;
    
}
#mobile-menu-trigger {
  padding: 11px 9px;
    border-radius: 3px;
    margin-top: 55px;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 0;
  display:none;
}
.navbar-toggle{
  padding: 11px 9px;
    border-radius: 3px;
    margin-top: 55px;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
#mobile-menu-trigger{
  cursor:pointer;
}
#mobile-menu-trigger .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
  background-color: #4b2d13;
}
#mobile-menu-trigger .icon-bar:first-child{
  margin-top:0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background: transparent;
  border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a{
  color:#4b2d13;
}

.navbar-toggle .icon-bar{height:3px;}
.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color:#332E27;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color:#332E27;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after, .navbar-default .navbar-nav > .current-menu-parent > a:after, .navbar-default .navbar-nav > .current-menu-parent > a:hover:after, .navbar-default .navbar-nav > .current-menu-parent > a:focus:after {
  content: " ";
  border-top: 9px solid transparent;
  border-bottom: 9px solid #4b2d13;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color:#413a30;
}
.navbar-default .navbar-nav > li > a:after{
  content:"";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-left:3px solid transparent;
  border-right:3px solid transparent;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-3px;
}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > .current-menu-item > a:after{
  content:" ";
  border-top:9px solid transparent;
  border-bottom:9px solid #4b2d13;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-9px;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus{
  background-color: transparent; 
  color:#4b2d13;
}
.menu-item-has-children > a{padding-right:20px !important;}
.menu-item-has-children > a:before{
  content: "\f107";
  color: #4b2d13;
  width: 10px;
  height: 10px;
  display: inline-block;
  font-family: FontAwesome;
  right: 5px;
  position: absolute;
}

.dropdown-menu {background:rgba(255,255,255,.95); border-radius: inherit;}
.dropdown-menu > li > a{padding: 10px 20px;}
.caret{margin-left:5px;}
.sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background-color: #9b8b7c;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
}
.sub-menu > li > a {
  background:none !important;
      display: block;
    padding: 10px;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
    border-bottom: 1px solid #705f4d !important;
    text-align: left;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sub-menu > li > a:hover{
  color:#fff;
  background:rgba(0,0,0,.25) !important;
}
.sub-menu > li:last-child > a{
	border-bottom:none !important;
}
.sub-menu .sub-menu{
  left: 100%;
  top:0;
}
.expand-trigger:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content:"";
  position: absolute;
  right: 0;
  top: 23px;
  margin-right: 10px;
}
.sub-menu .expand-trigger:after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  top: 21px;
}




/* -------------------------------------
   SLIDER
----------------------------------------*/
/* TIME & WEATHER */
.time-weather-wrapper{
  position:absolute;
  z-index:4;
  bottom:20px;
  width:100%;
}
.time, .weather{
  color:#fff;
}
.time{
  float:left;
  background:url(images/icon-time.png) 0 50% no-repeat;
  padding-left:50px;
}
.weather{
  float: left;
    background: url(images/icon-weather.png) 0 50% no-repeat;
    padding-left: 60px;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    top: 20px;
}
.weather .info {
    font-size: 14px !important;
}
.time > span, .weather > span{
  font-size:12px;
  font-weight:600;
}
.time .info, .weather .info{
  font-size:25px;
  font-weight:300;
  clear:both;
}
.slider .gradient-overlay, .no-slider .gradient-overlay{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  height:100%;
  z-index:3;
}

.slider{padding: 0;
    position: relative;
    background: #dcdcdc;
}
.slider .tagline-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align:center;
  z-index: 9;
}

.slider .tagline-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slider .tagline-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-top:100px;
  width:98%
}
.slider .tagline-content.dark h2, .slider .tagline-content.dark h3, .slider .tagline-content.dark h4{
  color:#000;
}

.slider i{
  width:140px;
  height:124px;
  display:inline-block;
}
.slider h2{
  font-size:79px;
  text-shadow: 0px 3px 5px rgba(0,0,0,.2);
  margin-bottom:10px;
  letter-spacing:2px;
}
.slider h4{
  text-transform:uppercase;
  text-shadow: 0px 1px 2px rgba(0,0,0,.2);
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  margin-bottom:20px;
}
.slider h4 {
  line-height: 0.5;
  text-align: center;
}
.slider h4 span {
  display: inline-block;
  position: relative;  
}
.slider h4 span:before,
.slider h4 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid white;
  top: 4px;
  width: 184px;
}
.slider h4 span:before {
  right: 100%;
  margin-right: 15px;
}
.slider h4 span:after {
  left: 100%;
  margin-left: 15px;
}
.slider h2, .slider h3, .slider h4{color:#fff; display:block;}
.slider p{font-size:18px;}
.slider .btn{
  border: solid 1px #21c2f8;
  background: #21c2f8;
  color: #fff;
  font-size:20px;
  margin-top:10px;
  padding:15px 35px;
}
.slider .owl-item img{
  min-width:1914px;
  min-height:500px;
}
.slides-navigation{
  top:50%;
}
#slides {
}
.slides-navigation a.next, .slides-navigation a.prev{
  display:block;
  width:40px;
  height:40px;
  text-indent:-20000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
#slides:hover a.next{
  right:30px;
}
#slides:hover a.prev{
  left:30px;
}
#slides:hover a.next, #slides:hover a.prev{
  opacity:1;
}
.slides-navigation a.next{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
}
.slides-navigation a.prev{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.slides-pagination {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  text-align: center;
  width: 100%;
}
.slides-pagination a, .carousel-indicators li {
  background:transparent;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  margin: 4px !important;
  overflow: hidden;
  text-indent: -20000px;
  border:none;
  border-radius:50%;
  border:2px solid #fff;
}
.carousel-indicators li {
  margin: 2px !important;
}
.slides-pagination a:before,.slides-pagination a:after{
  content:"-----";
  border-top:1px solid #d6d6d6;
}
.slides-pagination a.current, .carousel-indicators li.active {
  background: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#home #slides{
}
#home #slides .slides-container > div, #home #slides .slides-container img{
  height:100% !important;
  width:100%;
    object-fit:cover;
  top:0 !important;
}
#home #slides .slides-container > div{
  overflow:hidden;
}
#home #leafSlider, #home #leafSlider .item{
  min-height:630px;
  background-size:cover !important;
}
#leafSlider, #leafSlider .item{
  min-height:620px;
  background-size:cover !important;
}
#non-index #slides {
  max-height:500px;
}
#non-index #slides .slides-container > div, #non-index #slides .slides-container img{
  max-height:500px;
  max-width:1903px;
  width:100%;
  height:auto;
  top:0 !important;
}
#slides .slides-container > div{
  overflow:hidden;
}
#non-index #slides {
  max-height:500px;
}
#non-index.full-slider #slides, #non-index.full-slider #slides .slides-container > div, #non-index.full-slider #slides .slides-container img, #non-index.full-slider #leafSlider, #non-index.full-slider #leafSlider .item{max-height:100%;height: 620px;}
#non-index #slides .slides-container > div, #non-index #slides .slides-container img{
  max-height:500px;
  max-width:100%;
  width:100%;
  height:auto;
  top:0 !important;
  object-fit: cover;
}
#slides .slides-container > div{
  overflow:hidden;
}
.no-slider{
  background:url(images/bg-no-slider.jpg) 50% 65% no-repeat;
  background-size:cover;
  height:150px;
  padding:0;
  position:relative;
}

/* BOOTSTRAP CAROUSEL */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 1s; 
       -moz-transition: opacity 1s;
         -o-transition: opacity 1s;
            transition: opacity 1s;
}
.carousel-control {
    background-image: none !important;
    z-index:99;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-indicators{z-index:4;}


#leafSlider.carousel:hover .carousel-control, #leafSlider.carousel:hover .carousel-control-left, #leafSlider.carousel:hover .carousel-control-right{
  opacity:1;
}
.carousel-control{
  width:50px;
  height:50px;
  top:50%;
  margin-top:-25px;
  opacity:0;
}
#leafSlider.carousel:hover .carousel-control.left{
  left:30px;
}
#leafSlider.carousel:hover .carousel-control.right{
  right:30px;
}
.carousel-control-left, .carousel-control-right{
  width:50px;
  height:50px;
  display:block;
}
.carousel-control-left, .carousel-control-right{
  opacity:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-control-left{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.carousel-control-right{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
} 


/* BREADCRUMB */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  float: left;
  line-height: 40px;
  color:rgba(255,255,255,.75);
  font-size:14px;
  position:relative;
  z-index:5;
}
.no-slider .breadcrumb{
  padding: 27px 0 0 0;
  line-height:initial;
}
.breadcrumb a{
  color:#fff;
}


/* -------------------------------------
   01. HOMEPAGE
----------------------------------------*/

/* INTRODUCTION */
.intro{background:#F5F5F5 !important;}



/* FEATURED */
.featured{padding-left:15px; padding-right:15px;}
.featured h3{
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  margin-bottom:20px;
}
.featured-item{
  padding:0;
  height:100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-item:hover{
  z-index:9;
}
.featured-item figure{
  height:50%;
}
.featured-item-content{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding:30px;
  position:relative;
  background:#fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-item-content > div{
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 90%;
}
.featured-item-content:before{
  content:"";
  border-top:10px solid transparent;
  border-bottom:10px solid #fff;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  position:absolute;
  top:-20px;
  left:50%;
  margin-left:-10px;
}
.switch-on-mobile .featured-item-content:after{
  content:"";
  border-top:10px solid #fff;
  border-bottom:10px solid transparent;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  position:absolute;
  bottom:-20px;
  left:50%;
  margin-left:-10px;
  z-index:9;
}
.featured-item-content:before, .featured-item-content:after{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-on-mobile .featured-item-content:before{
  display:none;
}
.featured-item:hover .featured-item-content:before{  
  border-bottom-color:#4b2d13;
}
.featured-item:hover .featured-item-content:after{
  border-top-color:#4b2d13;
}
.featured-item:hover .featured-item-content{
  color:#fff;
  background:#4b2d13;
}
.featured-item h3 a{
  color:#4b2d13;
}
.featured-item:hover h3{
  color:#fff;
}
.featured-item:hover h3.underline:after{
  border-color:rgba(255,255,255,.2);
}
.featured-item  p:last-child{
  margin-top:20px;
}
.featured-item img{
  width:100%;
  height:auto;
}
.featured-item:hover h3 a{
  color:#fff;
}
.featured-item:hover a img{
  opacity: .5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.featured-item:hover figure{
  background:#000;
}
.featured-item:hover .url{
  visibility: visible;
  opacity: 1;
  -ms-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
}
.featured-item:hover .btn, .featured-item .btn:hover{
 /* color:#fff !important;
  background:transparent !important;
  border-color:#fff;*/
}





/* PROGRAMS */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align:center;
  z-index: 9;
}

.carousel-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#programs .container{
  width:100%;
  max-width:1170px;
}
#programs h3{
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
}
.carousel-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width:90%;
}
.carousel-content .light h3, .carousel-content .light p{
  color:#fff !important;
}
.carousel-content .dark h3, .carousel-content .dark p{
  color:#044751 !important;
}
.carousel-content h3{
  font-size:30px
}
.carousel-content p{
  font-size:16px;
  line-height:30px;
}
#programs .owl-item {
  overflow:hidden;
}
.owl-prev, .owl-next{
  position: absolute;
  top: 50%;
  color: #fff;
  z-index:99;
}
#programs .owl-prev, #programs .owl-next{
  margin-top:-20px;
  width:40px;
  height:40px;
}
#programs .owl-prev{
  left:15px;
  background:url(images/prev.png) 50% 50% no-repeat;
}
#programs .owl-next{
  right: 15px;
  background:url(images/next.png) 50% 50% no-repeat;
}
.owl-item img{
  width:100%;
  height:auto;
}
.program-content{
  padding:50px;
  background:rgba(255,255,255,.8);
  border:1px solid #fff;
}
.program-content h3 a{
  color:#54B6B8;
}
.program-content h3 a:hover{
  color:#000;
}
.program-content p, .program-content h3{
  color:#000;
}
.program-content.right{
  float:right;
}
.owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-controls .owl-pagination {
    text-align: center;
}
.owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .95;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #777;
  background:transparent;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
	opacity: .95;
  background: #333;
  border-color:#333;
}




/* SPECIAL OFFERS */
#special-offers .owl-item{
  padding:0 0 0 0;
  display: block;
  position: relative;
  z-index: 99;
}
#special-offers .owl-item h4{
  margin:20px 0 0 0;
  font-size:20px;
  font-weight:300;
}
#special-offers .owl-prev, #special-offers .owl-next{
  margin-top:-30px;
  width:60px;
  height:60px;
  display:block !important;
}
#special-offers .owl-prev{
  left:-60px;
  background:url(images/prev-dark.png) 50% 50% no-repeat;
}
#special-offers .owl-next{
  right: -60px;
  background:url(images/next-dark.png) 50% 50% no-repeat;
}
#special-offers .owl-controls{margin-top:20px;}



/* related-acc */
#related-acc .owl-item{
  padding:0 0 0 0;
  display: block;
  position: relative;
  z-index: 99;
}
#related-acc .owl-item h4{
  margin:20px 0 0 0;
  font-size:20px;
  font-weight:300;
}
#related-acc .owl-prev, #related-acc .owl-next{
  margin-top:-30px;
  width:60px;
  height:60px;
  display:block !important;
}
#related-acc .owl-prev{
  left:-45px;
  background:url(images/prev-dark.png) 50% 50% no-repeat;
}
#related-acc .owl-next{
  right: -45px;
  background:url(images/next-dark.png) 50% 50% no-repeat;
}
#related-acc .owl-controls{margin-top:20px;}

/* -------------------------------------
   ACCOMMODATION
----------------------------------------*/
.acc-detail{
  padding-bottom:40px;
}
.acc-item {
  margin-bottom: -5px;
    overflow: hidden;
    float: none;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding: 60px;
}
.acc-item.main-item{

}
.acc-item.main-item > div{
  padding:0;
  background:#fff;
  overflow:hidden;
  border:1px solid #EAE1D5;
}
.acc-item .acc-content{
  padding: 40px 30px 30px !important;
  background:#fff;
  overflow:hidden;
  border: 1px solid #99897ac4;
}
.acc-item.main-item .acc-content{border:none; }
.acc-item .acc-content h3{margin-bottom: 20px;
    font-size: 27px;}
.acc-item .acc-content p{line-height:23px;}
.acc-item p:last-child{margin-bottom:0;}
.acc-detail .quote, .acc-detail .quote p{
  font-size:24px;
  line-height:35px;
  color:#312E2A;
}

/* RELATED ACCOMMODATIONS */
#related-acc .owl-item{
  padding:0 10px;
  display: block;
  position: relative;
  z-index: 99;
}
#related-acc .owl-item h4{
  margin:20px 0 0 0;
  font-weight:300;
  font-size:15px;
}
#related-acc .owl-pagination{margin-top:20px;}
#related-acc figure .caption{
  padding:25px;
}
#related-acc .owl-controls{margin-top:20px;}
.related-acc{
  padding:50px;
  background:#fff;
  border-top:1px solid #ECE5DB;
}



/* -------------------------------------
   Dining
----------------------------------------*/
.opening-time{
  background: url(images/bg-menu.jpg) 50% 50% no-repeat #222;
  background-size: cover;
  background-attachment: fixed;
  color:#fff;
  padding:120px 0;
}
/* .opening-time .row > div{
  border:1px solid #fff;
  padding:50px 20px;
} */
.item-menu{
  margin-bottom:30px;
  padding-left:25px;
  padding-right:25px;
  overflow:hidden;
}
.item-menu figure{
  max-width:150px;
  float:left;
  margin-right:30px;
}
.item-menu .price{
  float:right;
  font-weight:700;
  margin-left:20px;
  color:#54B6B8;
  font-size:17px;
}
.item-menu .menu-content{
  overflow:hidden;
}
.restaurants .container{
  width:90%;
}
.restaurant-item{
  padding-bottom: 40px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restaurant-item.active, .restaurant-item:hover{
  border-bottom:2px solid #54B6B8;
}
.restaurant-item.active:after, .restaurant-item:hover:after{
  content: " ";
  border-top: 9px solid transparent;
  border-bottom: 9px solid #58b1b1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restaurant-item figure .caption{
  padding-left:0;
  padding-right:0;
}


/* -------------------------------------
   WEDDING
----------------------------------------*/
.item-inclusion{
  padding-right:30px;
  padding-bottom:10px;
  font-size:16px;
}
.hightlight{
  background:url(images/bg-wedding-highlight.jpg) 50% 50% #333 no-repeat;
  color:#fff;
  background-size:cover;
  background-attachment:fixed;
}
.inclusions{
  padding:50px 50px 30px 50px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}



/* -------------------------------------
   SPA
----------------------------------------*/
.spa-highlight{
  padding:0;
}
.spa-container{
  background:#dfd1bd;
  overflow:hidden;
}
.spa-highlight-image{
  background-size:cover !important;
  -webkit-background-size:cover !important;
  min-height:500px;
}
.spa-highlight-content{
  color:#fff;
  padding:70px 70px 0 70px;
}



/* -------------------------------------
   Photo Gallery
----------------------------------------*/
#photo-gallery{
}
#photo-gallery .item{
  margin-bottom:30px;
  width:270px;
  margin-left:14px;
  margin-right:14px;
}
#photo-gallery > .col-md-3{
  width:24.333%;
  display:inline-block;
  float:none;
}
#filter{
  margin-bottom:30px;
}
#filter a{
  padding: 7px 15px;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius:2px;
  color: #666;
}
#filter a.selected{color: #666;
    font-weight: bold;}
.gallery-item{
  margin-bottom:25px;
  margin-left:-3px !important;
  margin-right:-4px !important;
  display:inline-block;
  float:none;
}
.grid{background:transparent !important;}
.gallery-item figure > img, .grid-item figure > img {
/*   max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
  width:100%;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
/* .grid-item figure > img{
  width:100%;
} */
.gallery-item figure:hover > img, .grid-item figure:hover > img {
    opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.gallery-item figure a, .grid-item figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

.gallery-item figure a, .grid-item figure a{
  z-index:99;
}

/* -------------------------------------
  CONTACT PAGE
----------------------------------------*/
.contact-list h4{
  line-height:36px;
  margin-bottom:10px;
}


/* -------------------------------------
   BLOG
----------------------------------------*/
.blog .sidebar.left{
  padding-right:30px;
}
.blog .sidebar.right{
  padding-left:30px;
}
.post, .post-detail, .post figure, .post-detail figure{
  margin-bottom:30px;
}
.post h3, .post-detail h3{
  font-size:24px;
  line-height:36px;
  margin-top:-10px;
}
.post .post-date, .post-detail .post-date{
  font-size:50px;
  font-weight:400;
  line-height:45px;
  color:#333;
  padding-right:30px;
  float:left;
  display:table;
  text-align:center;
}
.post-date span, .post-detail .post-date span{
  font-weight:300;
  color:#999;
  clear:both;
  display:block;
}
.post-date .month{
  font-size:30px;
  text-transform:uppercase;
  text-align:center;
}
.post-date .year{
  font-size:25px;
  line-height:28px;
}
.post .post-content{
  padding-left:30px;
  border-left:1px solid rgba(0,0,0,.1);
  overflow:hidden;
}
.post-detail .post-content{
  padding-left:0;
  border-left:none;
  overflow:hidden;
}
.post .post-content p:last-of-type{
  margin-bottom:0;
}
.post .read-more, .post .read-more{
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  border:3px solid rgba(0,0,0,.5);
  padding:10px 30px;
  text-transform:uppercase;  
  display:inline-block;
}
.post .read-more{
  margin-left:120px;
}
.post .read-more{
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size:13px;
  border:2px solid rgba(0,0,0,.2);
  padding:8px 25px;
  text-transform:uppercase;  
  display:inline-block;
}
.read-more{
  position:relative
}
.read-more:after{
  content: " ";
  background: #83c33e;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more:hover:after{
  width: 100%;
}
.read-more:hover{
  border-color:#83c33e;
  color:#fff;
}

.post .post-date span, .post-detail .post-date span{
  font-size:18px;
  line-height:34px;
  display:block;
}
.post  .post-content{
  overflow:hidden;
}
.post figure{
  margin-bottom:30px;
}
.post figure img{
  width:100%;
}
.post .metas, .post .metas a, .post .metas, .post .metas a, .post-detail .metas, .post-detail .metas a{
  color: #aaa;
  font-size: 12px;
  letter-spacing: 1px;
}
.metas a:hover{color:#000;}
.metas.tags a{padding: 0 10px; border: 1px solid; display:inline-block; margin-bottom:5px;}
.metas span:after{
  content:"|";
  padding-left:15px;
  margin-right:15px;
}
.metas span:last-child:after{
  content:initial;
}

.recent-post-item{
  border-bottom:1px solid #ededed;
  margin-bottom:20px;
  overflow:hidden;
}
.recent-post-item span.date{
  font-size:12px;
  display:inline-block;
  clear:both;
}
.recent-post-item > a > img{
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  max-width:80px;
  height:auto;
}
.recent-post-item p{
  line-height:normal;
}
.recent-post-item p:last-child{
  margin-bottom:0;
}



/* -------------------------------------
   BOOKING
----------------------------------------*/
#booking-engine{
  background:#f0f0f0;
}
.book-nav{
  list-style:none;
  margin:0;
  padding:0;
  counter-reset: li;
}
.book-nav li{
  display:inline-block;
  font-size:18px; 
  position:relative;
  padding-left:40px;
  padding-right:50px;
  padding-bottom:15px;
  padding-top:15px;
}
.book-nav li.active{
  border-bottom:4px solid #5eb6b6;
  font-weight:500;
}
.book-nav li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 12px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  color: #bbb;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  height: 27px;
  line-height:27px;
  width: 27px;
  font-size:14px;
}
.book-nav li.active:before{
  color: #fff;
  background: #5eb6b6;
}

#booking-engine .booking-form input{
  width:100%;
  padding:9px;
  border:1px solid #ddd;
  border-radius:0;
  height:auto;
}
#booking-engine .input-group-addon:first-child, #booking-engine .input-group-addon:last-child{
  border-radius:0;
}
.booking-form .ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: 100%;
  height: auto;
  border: 1px solid #cbd5dd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.booking-form .ui-select > select{
  z-index: 99;
  display: block;
  position: relative;
  padding: 8px 15px 8px 10px;
  border: none;
  outline: 0;
  background: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-indent: .01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width:120%;
}

.booking-form .ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #cbd5dd;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.booking-form  .btn-submit{
  background:#007682;
  border-color:#007682;
  color:#fff;
}


.item-room{
  padding:20px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-room.active, .item-room:hover{
  background:#f0f0f0;
}
.item-room img{
  max-width:110px;
  float:left;
  margin-right:15px;
}
.item-room p{
  margin-bottom:10px;
}
.item-room p:last-child{
  margin-bottom:0;
}
.item-room .btn{
  background:#13989e;
  font-weight:400;
  color:#fff;
  padding:7px 30px;
}
#booking-engine .owl-prev, #booking-engine .owl-next{
  margin-top:-30px;
  width:60px;
  height:60px;
}
#booking-engine .owl-prev{
  left:0;
  background:url(images/prev.png) 50% 50% no-repeat;
}
#booking-engine .owl-next{
  right:0;
  background:url(images/next.png) 50% 50% no-repeat;
}
#booking-engine .owl-controls {
  margin-top: -27px;
  text-align: center;
  z-index:9999;
}
#booking-engine .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#booking-engine .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .95;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
  background:transparent;
}

#booking-engine .owl-controls .owl-page.active span,
#booking-engine .owl-controls.clickable .owl-page:hover span{
	opacity: .95;
  background: #fff;
}

/* TABS */
.nav-tabs,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none;}
.nav-tabs > li.active > a{color:#000;}
.nav-tabs > li{margin-bottom:-2px;}
.nav-tabs > li > a{border-radius:0; padding:12px 20px; border:none; color:#bbb; font-weight:400;}
.nav-tabs > li > a:hover{border:none; background:transparent; color:#000;}




/* -------------------------------------
   BOOKING PAGINATION
----------------------------------------*/
.booking-pagination .btn{
  background:#007682;
  color:#fff;
  font-weight:500;
}


/* -------------------------------------
   FOOTER
----------------------------------------*/
footer h2 {
    color: white;
}
.contact .google-map{
  min-height:500px;
  width:100%;
}
.contact i{
  display:block;
  line-height:36px;
  text-align:center;
  border-radius:50%;
  float:left;
  margin-right:15px;
}
.contact p{}




/* -------------------------------------
   FOOTER
----------------------------------------*/
footer{
  background: #1C1C1C;
  padding:50px 0 0 0;
  font-size:14px;
  color:rgba(255,255,255,.70);
}
footer a{color:#fff !important; }
footer .list-nav a {padding-top:0 !important; padding-bottom:5px !important;}
/*footer .list-nav li a:before{content:"- ";}*/
footer a:hover{color:rgba(255,255,255,.5) !important;}
footer h4{color:#fff; font-size:16px;} 
.footer-nav-container{
  border:1px solid rgba(255,255,255,.1);
  border-width:1px 0;
  overflow:hidden;
  margin:20px 0 40px 0;
  width: 100%;
  clear: both;
}
.footer-nav ul{
  margin:0;
  padding:0;
}
.footer-nav ul li{
  margin: 20px 0 20px 13px;
  list-style:none;
  display:inline-block;
  font-size:13px;
}
.footer-nav ul li:before{
  content:"/";
  padding-right:13px;
}
.footer-nav ul li:first-child{
  margin-left:0;
}
.footer-nav ul li:first-child:before{
  display:none;
}
footer p{margin: 5px 0;
    color: white;
    font-size: 13px;
    line-height: 23px;
    text-align: left;
}

footer .phone{
  font-size:25px;
  line-height:40px;
  padding:0;
}
footer .phone i{
  display:inline-block;
  width:40px;
  height:40px;
  border:1px solid rgba(0,0,0,.1);
  float:left;
  margin-right:10px;
  border-radius:50%;
  background:url(images/icon-phone.png) 50% 50% no-repeat;
}
footer .contact{
  overflow:auto;
  padding-bottom:20px;
  margin-bottom:20px;
}
footer .newsletter{
  margin-bottom:20px;
  padding-left:40px;
}

footer .newsletter .text{
  min-width:100%;
  color:#000;
}
footer .newsletter .submit{
  background:#705f4d;
  min-width:112px;
  border:1px solid #705f4d;
  position:absolute;
  right:15px;
  color:#fff;
}
footer .newsletter label{
  letter-spacing: 1px;
    font-size: 13px;
  font-weight:300;
  margin-bottom:20px;
      color: white;
  text-align: center;
    width: 100%;
}
footer h5{
  font-size:13px;
  text-transform:uppercase;
  margin:0 0 20px;
  color:#fff;
}


footer .be-widget, footer .be-widget h4, footer .be-widget p{
  font-family:'Montserrat', sans-serif;
}
footer .be-widget h4{
  text-transform:capitalize;
  font-size:14px;
  margin-bottom:0;
  font-family: 'Montserrat', serif;, Arial;
}
footer .be-widget p{
  line-height:12px;
  margin:0 0 5px 0;
  font-size:12px;
}
footer .be-widget .btn{
  border: 1px solid #fff;
  padding:4px 6px;
  text-transform:capitalize;
  margin-top:10px;
  font-size:12px;
}
footer .be-widget .btn:hover{
  background:#361f0b !important;
  border-color:#361f0b;
  color:#fff !important;
}
footer .be-widget img{
  float:left;
  margin-right:5px;
  max-width:145px;
}
footer .be-widget .be-property-item{
  display: inline-block;
  min-width: 270px;
  margin: 0 10px 20px 10px;
}
footer .be-widget .be-property-item > div{
  padding-top:5px;
}


/* social media */
.social ul{
  margin:0;
  padding:0;
  text-align:right;
}
.social li{
  display:inline-block;
  list-style:none;
  margin:12px 2px;
}
.social li:first-child{
  margin-left:0;
}
.social li:last-child{
  margin-right:0;
}
.social li a{
	width:32px;
	height:32px;
	font-size:14px;
	color:#fff !important;
	display:block;
}
.social li a i{
  border-radius: 50%;
  width:32px;
  height:32px;
  text-align:center;
  line-height:32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	color:#fff !important;
}
.social li a:hover i.fa-facebook{
  background:#204385;
  border-color:#204385;
}
.social li a:hover i.fa-twitter{
  background:#2aa9e0;
  border-color:#2aa9e0;
}
.social li a:hover i.fa-pinterest{
  background:#cc2127;
  border-color:#cc2127;
}
.social li a:hover i.fa-instagram{
  background:#2f6991;
  border-color:#2f6991;
}
.social li a:hover i.fa-tripadvisor{
  background:#5a9342;
  border-color:#5a9342;
}
.social li a:hover i.fa-rss{
  background:#f45b21;
  border-color:#f45b21;
}

/* COPYRIGHT */
footer .copyright{
  background: #151515;
  padding:10px 0;
  font-size:12px;
}
footer .copyright, footer .copyright a{
  color:#fff !important;
}
footer .copyright p{
  line-height:32px;
  font-size: 12px;
}
footer .back-to-top{
  text-align:right;
}

/* AWARDS */
#awards{
  background:#f3f0e9;
}
.awards ul{
  margin:0;
  padding:0;
  list-style:none;
}
.awards ul li{
  margin:0 9px;
  padding:0;
  list-style:none;
  display:inline-block;
}
.awards ul li a{
  display:block;
}
.awards ul li:first-child{margin-left:0;}
.awards ul li:last-child{margin-right:0;}
.awards ul li a:hover{
  opacity:.6;
}


/* -------------------------------------
   PAGINATION
----------------------------------------*/

.wp-pagenavi {
  display:inline-block;
  position:relative;
	clear: both;
}
.wp-pagenavi:before{
  content: " ";
  display: inline-block;
  width: 50%;
  border-top: 1px solid #dcdcdc;
  margin-bottom:30px;
  margin-top:20px;
}
.wp-pagenavi .pages{
	float:left;
}
.wp-pagenavi .link{
  clear:both;
  display:block;
}


.wp-pagenavi a, .wp-pagenavi .current {
	text-decoration: none;
	padding: 9px 14px;
	margin: 2px;
	border:2px solid #dcdcdc;
  display:inline-block;
  color:#000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color:#fff;
	border:2px solid #fd4040;
  display:inline-block;
  background:#fd4040;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* -------------------------------------
  FANCYBOX
----------------------------------------*/
.fancybox-close{
  position:fixed;
  top:15px;
  right:32px;
  background:url(images/fancybox-close.png) 50% 50% no-repeat;
  opacity:.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-close:hover{
  opacity:1;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
}
.fancybox-nav span{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
.fancybox-prev span{
  background: url(images/prev.png) 50% 50% no-repeat;
  margin-left:-40px;
}
.fancybox-next span{
  background: url(images/next.png) 50% 50% no-repeat;
  margin-right:-40px;
}
.fancybox-nav.fancybox-prev:hover span, .fancybox-nav.fancybox-next:hover span{
  opacity:1;
}
.fancybox-skin{background:transparent;}
.fancybox-error{color:rgba(255,255,255,.5); text-align:center;}

/* BACKGROUND */
.bg-red{background-color:#ee3737 !important}
.bg-gold{background-color:#8E784B !important}
.bg-blue{background-color:#0ab3ea !important}
.bg-black{background-color:#000 !important}
.bg-white{background-color:#fff !important}
.bg-white-transparent{background-color:rgba(255,255,255,.75) !important}
.bg-none{background-color:transparent !important}
.bg-light-grey{background:rgba(0,0,0,.02);}

/* BORDER */
.border-red{border:1px solid #ee3737 !important}
.border-green{border:1px solid #74c63e !important}
.border-blue{border:1px solid #0ab3ea !important}
.border-black{border:1px solid #000 !important}
.border-white{border:1px solid #fff !important}
.border-none{border:none;}

/* TEXT COLOR */
.text-red{color:#ee3737 !important}
.text-green{color:#74c63e !important}
.text-blue{color:#0ab3ea !important}
.text-black, .text-black a{color:#000 !important}
.text-white, .text-white a{color:#fff !important}
.text-uppercase{text-transform:uppercase;}

/* BORDER RADIUS */
.rounded{border-radius:50%;}
.corner-smooth{border-radius:3px;}
.corner-sharp{border-radius:0;}

/*margin*/
.no-margin{margin:0 !important;}
.no-margin-top{  margin-top:0 !important;}
.margin-top-10{  margin-top:10px !important;}
.margin-top-20{  margin-top:20px !important;}
.margin-top-30{  margin-top:30px !important;}
.margin-top-40{  margin-top:40px !important;}
.margin-top-50{  margin-top:50px !important;}
.margin-top-60{  margin-top:60px !important;}

.no-margin-right{  margin-right:0 !important;}
.margin-right-10{  margin-right:10px !important;}
.margin-right-20{  margin-right:20px !important;}
.margin-right-30{  margin-right:30px !important;}
.margin-right-40{  margin-right:40px !important;}
.margin-right-50{  margin-right:50px !important;}
.margin-right-60{  margin-right:60px !important;}

.no-margin-bottom{  margin-bottom:0 !important;}
.margin-bottom-10{  margin-bottom:10px !important;}
.margin-bottom-20{  margin-bottom:20px !important;}
.margin-bottom-30{  margin-bottom:30px !important;}
.margin-bottom-40{  margin-bottom:40px !important;}
.margin-bottom-50{  margin-bottom:50px !important;}
.margin-bottom-60{  margin-bottom:60px !important;}

.no-margin-left{  margin-left:0 !important;}
.margin-left-10{  margin-left:10px !important;}
.margin-left-20{  margin-left:20px !important;}
.margin-left-30{  margin-left:30px !important;}
.margin-left-40{  margin-left:40px !important;}
.margin-left-50{  margin-left:50px !important;}
.margin-left-60{  margin-left:60px !important;}

/*padding*/
.no-padding{padding:0 !important;}
.no-padding-top{  padding-top:0 !important;}
.padding-top-10{  padding-top:10px !important;}
.padding-top-20{  padding-top:20px !important;}
.padding-top-30{  padding-top:30px !important;}
.padding-top-40{  padding-top:40px !important;}
.padding-top-50{  padding-top:50px !important;}
.padding-top-60{  padding-top:60px !important;}

.no-padding-right{  padding-right:0 !important;}
.padding-right-10{  padding-right:10px !important;}
.padding-right-20{  padding-right:20px !important;}
.padding-right-30{  padding-right:30px !important;}
.padding-right-40{  padding-right:40px !important;}
.padding-right-50{  padding-right:50px !important;}
.padding-right-60{  padding-right:60px !important;}

.no-padding-bottom{  padding-bottom:0 !important;}
.padding-bottom-10{  padding-bottom:10px !important;}
.padding-bottom-20{  padding-bottom:20px !important;}
.padding-bottom-30{  padding-bottom:30px !important;}
.padding-bottom-40{  padding-bottom:40px !important;}
.padding-bottom-50{  padding-bottom:50px !important;}
.padding-bottom-60{  padding-bottom:60px !important;}

.no-padding-left{  padding-left:0 !important;}
.padding-left-10{  padding-left:10px !important;}
.padding-left-20{  padding-left:20px !important;}
.padding-left-30{  padding-left:30px !important;}
.padding-left-40{  padding-left:40px !important;}
.padding-left-50{  padding-left:50px !important;}
.padding-left-60{  padding-left:60px !important;}

.padding-10{  padding:10px !important;}
.padding-20{  padding:20px !important;}
.padding-30{  padding:30px !important;}
.padding-40{  padding:40px !important;}
.padding-50{  padding:50px !important;}
.padding-60{  padding:60px !important;}

.margin-center{float:inherit; margin:0 auto}

/* IMAGE */
.img-full{
  width:100%;
  height:auto;
}

/* CONTAINER */
.fluid-container{
  width:90%;
  margin:0 auto;
  overflow:hidden;
}




/* FORM */
form.wpcf7-form label, #commentform label{
	font-weight:500;
  display:block;
}
form.wpcf7-form input.wpcf7-text, #commentform #author, #commentform #email, #commentform #url, form.wpcf7-form .wpcf7-select, form.wpcf7-form input[type="number"]{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	line-height: 1.8em;
	margin: 0;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
}
form.wpcf7-form .wpcf7-select{
  padding: 11px 15px;
}
#commentform #author, #commentform #email, #commentform #url{width:65%;}
form.wpcf7-form input[type="radio"], form.wpcf7-form input[type="checkbox"]{
	margin: 0 0 20px 0;
}
form.wpcf7-form textarea, #commentform #comment{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	z-index: 10;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
	position: relative;
}
form.wpcf7-form .wpcf7-submit, #commentform #submit{
  font-size: 14px;
    color: #fff;
    background: #99897a !important;
    border-color: #99897a;
    padding: 10px 50px;
}
div.wpcf7-response-output{
  margin:0 0 20px 0;
}
#commentform #submit{
  font-family: 'Montserrat', serif;
  font-weight: 700;
  padding: 8px 25px;
}

/* LIST NAVIGATION*/
.list-nav{
	margin:0;
	padding:0;	
}
.list-nav li{
	list-style:none;
}
.list-nav li a{
  color:#444;
  padding:5px 0;
  display:block;
  font-size:14px;
}
.list-nav li:first-child a{
  padding-top:0;
}
.list-nav li a:hover{
  color:#000;
}

/* WIDGET */
.widget{
  margin-top: 60px;
    text-align: center;
    padding: 0;
}
.widget h4{
  font-size:18px;
  font-weight:600;
  color:#000;
  margin-top:0;
}
.widget .list-nav li:first-child a{
  padding-top:0;
}
.widget .list-nav li a{
  padding: 10px 0;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget .list-nav li a:before{
  content:"";
  width:6px;
  height:6px;
  margin-right:10px;
  display:block;
  display:inline-block;
  background:rgba(0,0,0,.2);
}
.widget .list-nav li a span{
  float:right;
}


/* MODAL BOX */
.modal-header {
    padding: 25px;
    background: #99897b;
    /* color: white; */
}
.modal-title {
    color: white;
  font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.modal-body {
    padding: 35px;
    background: #f1f1f0;
}
.modal-content{border-radius:3px;}

/* TABLE */
.table.thead-blue thead{
  background:#21c2f8;
  color:#fff;
  font-weight:700;
}
.table.thead-blue > thead > tr > th{
  border-color:#21c2f8;
}


/* BUTTON */
.btn{
  border:1px solid #fff;
  border-radius: 0px;
  text-decoration: none;
  padding: 10px 30px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background:#transparent;
  color:#fff;
}
.btn.border{
  border:1px solid #21c2f8;
  background:transparent;
  color:#4b2d13;
}
.btn-lg{padding: 15px 40px; font-size:18px;}
.btn-sm{padding: 5px 20px; font-size:13px;}
.btn:hover, .btn.border:hover{color: #fff;
    background: #4e0000;}
.btn-arrow-thin{}
.btn-arrow-thin:after{
  font-family: FontAwesome;
  content: "\f178";
  color: #0ab3ea;
  margin-left:10px;
}
.btn-full{width:100%;}

/* TEXT */
.uppercase{text-transform:uppercase;}
.red-text{color:}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-center{text-align:center !important}
.text-justify{text-align:justify !important}

/* IMAGE HOVER */
figure{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position:relative;
  overflow: hidden;
}
figure a img{
  width:100%;
  height:auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
figure:hover{}
figure a:hover img{

  -webkit-transform: scale(1.1);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
figure a{
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
figure .url {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin: -33px 0 0 -33px;
  text-indent: -23em;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-style:normal;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
figure:hover .url {
  visibility: visible;
  opacity: 1;
}
figure .url:before {
  content: url(images/watermark.png) !important;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  text-indent: -0px !important;
  text-decoration: inherit;
  line-height: 50px;
  color: rgba(255,255,255,1);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
figure .caption{
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #FFF;
  text-align: right;
  width: 100%;
  min-height:15%;
  font-size: 14px;
  padding: 30px;
  z-index:99;
  transition: all 0.5s ease 0s;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}



/* custom select box */

.dropdown button{
  background:#00272c;
  border:1px solid #041620;
  padding: 9px 15px;
  color:#fff;
}
.dropdown-menu{
  min-width:100px;
  padding:0;
  margin:0;
}
.dropdown-menu {background:#041620; border-radius: inherit;}
.dropdown-menu > li > a{
  padding: 5px 10px;
  background: #00272c;
  color:#fff;
}
.dropdown-menu > li > a:hover{color:#fff; background:#00464f;}
.caret{margin-left:5px;}

.owl-dots{
  text-align:center;
  display:none !important;
}
.owl-dot{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  opacity: 0.95;
  border-radius: 50%;
  background: #CCCCCC;
}
.owl-dot.active{
  background: #8B8B8B none repeat scroll 0% 0%;
}

.inline{
  display:inline-block;
}
.mobileku{display:none;}
@media screen and (max-width: 1400px) {
   .slider h5{
    font-size: 11px;
  }
  .slider h2{
    font-size: 50px;
  }
  
}
@media screen and (max-width: 1024px) {
   .slider h5{
    font-size: 11px;
  }
  .slider h2{
    font-size: 50px;
  }
  .col-md-6.col-lg-3.reservationbox {
    width: 35%;
  }
}
.footercontact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #C19B3F;
    z-index: 1000;
    border-top: 1px solid #fff;
}
.footercontact .col-md-2{
	width:32%;
  float:left;
}
.footercontact i {
	font-size:20px;
}
.footercontact {
	font-size:15px;
}
.footerlinkbutton {
    position: relative;
    color: #FFF !important;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 1px solid #CCC;
    transition: all 0.4s ease;
}
.footerlinkbutton i{
	color:#fff !important;
}
@media screen and (min-width: 768px) {
  .guest-room-cta-wrapper .btn-cta{
    left: 25%;
    right: 25%;
  }
  .footercontact{
  	display:none;
  }
}
@media screen and (max-width: 768px) { 
  #logo img {
    max-width: 170px;
    display: block;
}
  #tabs-container{
  	display:none;
  }
 .navbar-nav .current-menu-parent a {
    background: none;
}
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1282{display:block}
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1283 a{border-bottom:1px solid #666561;}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1283{display:block}
  #menu-item-1031{display:none;}
  .sub-menu {
    padding: 0 15px !important;
}
  .navbar-nav > li > a {
    margin: 2px 5px;
}
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li > a:focus {
    background: none !important;
    color: #680708 !important;
    font-weight:bold;
}
  .navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none !important;
    color: #666561 !important;
}
  .sub-menu > li > a {
    color: #666561 !important;
    border-bottom: 0px solid #705f4d !important; */
}
  .navbar-header {
    width: 200px;
    float: left !important;
      margin-right: inherit !important;
}
  /*div#mobile-menu {
    position: absolute;
    top: -700px;
    width: 100%;
    z-index: 99999;
}*/
  .mobile_menu{display:block;}
  .logo-mobile{display:block;padding-left: 5px;}
  .logo-desktop{display:none;}
  header{
     top: 0;
  }
  .slider {
    top: 0;
  }
  .newsletter {
    text-align: center;
}
  .acc-item {
   
    padding: 25px;
}
  .book-button-mobile {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    /* background: red; */
    padding: 10px;
    color: white;
    background-color: #816c44;
    border-color: #816c44;
    color: #fff;
    font-size: 11px;
}
  .sub-menu > li > a {
    color: #fff;
	}
  #menu2.none{display:none;}
  .menu-button {
    display: inline-block;
    margin: 0 0 -17px 0;
    /* padding: 3px 4px; */
    /* color: #000; */
    background: url(../../../Fw96Z.png) no-repeat center;
    width: 35px;
    height: 33px;
    background-size: cover;
    background-color: white;
    position: absolute;
    top: 70px;
    left: 19px;
}
.menu-button:hover {
    cursor: pointer;
}
.menu-wrap {
    background-color: #750200;
    padding: 40px 0;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    left: -768px;
    bottom: 0;
    z-index: 999;
    display:block;
}
.menu-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 900;
}
.menu-close {
    opacity: 1;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    transition: all 0.3s;
    background-size: cover;
    /* filter: brightness(0.25); */
    /* filter: grayscale(100%); */
    -webkit-mask-image: url(../../../png/52944-200.png);
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
}
.menu-close:hover {
    cursor: pointer;
}
.menu-wrap:hover .menu-close {
    opacity: 1;
}
.menu-toggle {
    display: none;
}
.menu-toggle:checked + .menu-wrap {
    left: 0;
  top: 0;
}
.menu-toggle:checked ~ .menu-overlay {
    display: block;
}
.menu-title {
    color: #FFF;
    padding-left: 40px;
    font-weight: 300;
}
.menu-list {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: inherit;
    display: block;
    overflow: hidden;
}
.menu-wrap:hover .menu-list {
    overflow-y: auto;
}
.menu-list ul {
    list-style-type: none;
margin: 0;
    padding: 0;
}
.menu-list li {
    display: block;
    
}
.menu-list li:first-child {
    border-top: medium none;
}
.menu-list li a {
    display: block;
    padding: 10px 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    text-transform:uppercase;
}
  li#menu-item-1031 a {
    color: #fff;
}
.menu-list li a:hover {
    background: #887149;
}
.menu-list li a:active {
    background: #887149;
}
  
  .navbar-toggle, #mobile-menu-trigger {
    
}
  .slide-menu{
  display:block;
}
  .col-md-6.fek-text.no-padding {
    width: 50%;
    float: left;
}
  .col-md-6.pb-4.fek-text.no-padding {
    width: 50%;
    float: left;
}
  .bottom-form{width:100%;}
  .col-md-6.col-lg-3.reservationbox {
    width: 45%;
    margin-top: 60px;
}
.reservationbox .col-md-4 {
    width: 32%;
    background-color: inherit !important;
    display: inline-block;
}
}
@media screen and (max-width: 780px) {
  .bg-white.p-4 {
    height: 100%;
}
  .reservationbox h3 {
    font-size: 14px;
    margin: 0;
  }
  .reservationbox {
    top: 50px;
  }
 
}

@media screen and (max-width: 480px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
}
  #offer-detail p {
    text-align: center;
    margin-bottom: 50px;
    display: block;
    clear: both;
    position: relative;
    top: 15px;
}
#offer-detail ul li{
  width:100%;
}
#tab-description {
    text-align: center;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
#tab-description h4{
    margin: 0 0 10px 0;
}
  #mega-menu-wrap-primary{
    background:none;
  }  
.wrap-amen {
    text-align: center !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 0px !important;
}
  .wrap-amen li {
    display: block !important;
    font-size: 12px;
    padding: 6px 0;
    text-align: center !important;
    width: 40% !important;
    padding-bottom: 0;
    float:none !important;
    padding-right:0 !important;
    vertical-align: top;
}
  .wrap-amen li img {
    padding-right: 0 !important;
    display: block;
    padding-bottom: 10px;
    margin: 0px auto;
    text-align: center;
}
  .acc-detail ul li {
   width: 50%;
    text-align: left;
    margin-right: 0 !important;
    padding-right: 30px;
    float: left;
}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #c7a553d6;
    color: #fff;
    font-size:14px;
  }
 #mega-menu-wrap-primary #mega-menu-primary {
    background: #C19B3F;
  
}
  .desktop{display:none;}
  .mobile{display:block;}
  footer .copyright {
    margin-bottom: 20px;
}
  .cop-bottom {
    width: 100%;
}
  .cop-bottom p{
    text-align:center !important;
  }
  .menu-footer li {
    padding-right: 35px;
}
  footer .useful {
    padding: 10px 0;
    border-bottom: 0px solid #282828;
}
  footer .newsletter h2 {
    text-align: center;
}
  .footer-center{
    text-align:center;
  }
  footer .explore {
    padding-top: 0 !important;
}
  footer .explore h2 {
    text-align: center;
}
  footer p {
    text-align: center;
}
  footer .contact h2 {
    text-align: center;
}
  .footercontact .colfooterbutton:first-child .footerlinkbutton {
    border-left: 0px solid #CCC;
}
  .footercontact .col-xs-3 .footerlinkbutton {
    position: relative;
    color: #FFF;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 1px solid #CCC;
    transition: all 0.4s ease;
}
  .footerlinkbutton i {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3px;
        color: white;
}
  .footercontact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #C19B3F;
    z-index: 1000;
    border-top: 1px solid #fff;
}
  .glyphicon-map-marker:before {
    content: "\e062";
}
  .footercontact .col-xs-3 {
    width: 25%;
}
  
  .meetings .deskripsi {
    display: table;
    height: 100%;
    background: #fff;
}


  .meetings .deskripsi .inner {
    display: block;
    vertical-align: middle;
}


  .meetings h3 {
    font-size: 18px;
}
  .meetings .col-md-6 {
    padding: 20px;
}
  .swiper-button-next {
    right: 35% !important;
}
  .swiper-button-prev {
    left: 35% !important;
}
  .accommodations .col-md-6 {
    padding: 20px;
}
  .accommodations h3 {
    font-size: 18px;
}
  .swiper-slide {
    display: block !important;
}
  .intro .col-md-6{
    text-align:justify !important;
  }
  .slider .tagline-content {
    margin-top: 0 !important;
}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color:white;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    color:white;
  }
  #mega-menu-wrap-primary .mega-menu-toggle{
    background:none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #666;
    font-size: 36px;
}
  #mega-menu-wrap-primary {
    clear: inherit;
    float: right;
    display: table;
    height: 100px;
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    /* top: 27px; */
    width: 100%;
       
}
  #mobile-menu-trigger{
    display:none;
  }
  .phone-header{
    display:none;
  }
  #book-now-header-parent {
    display: none;
}
  #logo img {
    max-width: 100%;
    width: 50px !important;
}
  #logo {
    line-height: 28px;
    margin-left: 0 !important;
}
  .navbar-header {
    width: 100px;
    float: left !important;
    margin-right: inherit !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 99;
}
  
  .slider .tagline-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: 9;
    width: 100% !important;
}
  .slides-control {
    width: 100% !important;
    left: 0 !important;
}

  .navbar-collapse {
    border: none;
    background: #f6f3eee6 !important;
}
   div#mobile-menu {
    position: absolute;
    width: 100%;
    top:118px;
}
  #menu {
    border-bottom: #d0ceca 0px solid !important;
}
  li#menu-item-1085{display:none;}
.widget {
    margin-top: -40px;
    text-align: center;
    padding: 0;
}
  footer > .container > .row > div {
    margin-top: 5px;
}
  #accommodation .thumb > div div {
    padding: 25% 40px 0;
    height: 100%;
    display: none;
}
  #special-offers .owl-item {
    padding: 0 5px;
}
  .owl-nav{display:none;}
  #desktop_carousel{display:none;}
  #mobile_carousel{display:block;}
  .acc-detail .col-md-3 {
        overflow-wrap: break-word;
    width: 25%;
    float: left;
    padding: 0 3px;
}
 #contact-colmd5 {
    width: 100% !important;
    padding-left: 15px !important;
    margin-top: 40px;
}
  footer .copyright {
    padding: 10px 0 60px 0;
}
  .owl-dots {
    display: block !important;
}
  .thumb > div div.two {
    padding: 40px 20px 0;
    height: 280px;
}
  
  .thumb p {
    margin-bottom: 40px;
}
  .thumb > div div {
    padding: 40px 40px 0;
    height: 250px;
}
  .thumb > div {
    background-color: rgb(103, 0, 0);
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
  .whybook h5 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}
  .whybook .col-md-3{width:25%; float:left;padding:0;}
  .whybook p.txt {
    margin-bottom: 20px;
}
  .whybook .margin-center{    width: 100% !important;
    padding: 0 5px;}
  h2 {
    font-size: 18px !important;
}
  .font-2x, .font-2x p {
    font-size: 12px !important;
}
  .whybook h2{font-size:15px;}
  .slides-pagination, .carousel-indicators {
    display: block !important;
    bottom:20px;
}
  .time-weather-wrapper {
    display: none;
}
.slides-navigation {
    top: 50%;
    margin-top: -20px;
}
  .slider {
    top: 159px !important;
    margin-bottom: 158px !important;
    margin-top: -160px;
}
  #slides {
    min-height: 100% !important;
    height: 250px !important;
    overflow: auto !important;
}
#slides .slides-container > div {
    width: 375px !important;
    min-height: 350px !important;
    min-width: 375px !important;
    /* top: 0 !important; */
    left: 0!important;
    /* height: 250px !important; */
  }
  #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 375px !important;
    left: 0 !important;
    min-width: 375px !important;
    height: 100% !important;
    min-height: 350px !important;
}
  

#home #slides {
     min-height: 100% !important;
    height: 350px !important;
    overflow: auto !important;
  margin-top: 80px;
}
 #home #slides .slides-container > div {
    /*width: 375px !important;*/
   width:100% !important;
    min-height: 350px !important;
    min-width: 375px !important;
    /* top: 0 !important; */
    left: 0!important;
    /* height: 250px !important; */
  }
  #home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 375px !important;
    left: 0 !important;
    min-width: 375px !important;
    height: 100% !important;
    min-height: 350px !important;
}
  .slides-control {
    width: 100% !important;
    left: 0 !important;
}
  
  footer .newsletter .text {
    min-width: 100% !important;
}
  footer .newsletter {
    padding-left: 15px;
}
  footer .newsletter label {
    text-align: center;
}
  #booking-form{
    display:block !important;
  }
  div#topcontrol{
    bottom: 65px !important;
    right: 15px !important;
}
  /*
  #slides .slides-container > div, #slides .slides-container img {
    min-height: 100% !important;
}*/
  .explore{
    clear:both;
    padding-top: 40px;
  }
  header {
    top: 0;
    position: fixed !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09), 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
  /*
  .slider {
    top: 0 !important;
    margin-bottom: 0 !important;
  }*/
  .mobileku{display: block;
    position: fixed;
    bottom: -1px;
    width: 100%;
    z-index: 9999;}
 
    .reservationbox .modal-dialog{
        display:block;
    }
  #menu-item-1017 {
    margin: 0 0 0 0;
  }
  .navbar-default .navbar-nav > li > a{
    padding: 15px !important;
  }
}
@media screen and (max-width: 414px){
#slides .slides-container > div {
    width: 414px !important;
    min-height: 350px !important;
    min-width: 414px !important;
    /* top: 0 !important; */
    left: 0!important;
    /* height: 250px !important; */
}
  #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 414px !important;
    left: 0 !important;
    min-width: 414px !important;
    height: 100% !important;
    min-height: 350px !important;
}
  #home #slides .slides-container > div {
    width: 414px !important;
    /* min-height: 350px !important; */
    min-width: 414px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 414px !important;
    left: 0 !important;
    min-width: 414px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
}
@media screen and (max-width: 412px){
#slides .slides-container > div {
    width: 412px !important;
    min-height: 350px !important;
    min-width: 412px !important;
    /* top: 0 !important; */
    left: 0!important;
    /* height: 250px !important; */
}
  #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 412px !important;
    left: 0 !important;
    min-width: 412px !important;
    height: 100% !important;
    min-height: 350px !important;
}
  #home #slides .slides-container > div {
    width: 412px !important;
    /* min-height: 350px !important; */
    min-width: 412px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 412px !important;
    left: 0 !important;
    min-width: 412px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
}
@media screen and (max-width: 375px) {
  #slides .slides-container > div {
    width: 375px !important;
    /* min-height: 350px !important; */
    min-width: 360px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 375px !important;
    left: 0 !important;
    min-width: 375px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
  
  
  #home #slides .slides-container > div {
    width: 375px !important;
    /* min-height: 350px !important; */
    min-width: 375px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 375px !important;
    left: 0 !important;
    min-width: 375px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
}
@media screen and (max-width: 360px) {
  #slides .slides-container > div {
    width: 360px !important;
    /* min-height: 350px !important; */
    min-width: 360px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 360px !important;
    left: 0 !important;
    min-width: 360px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
  
  
  #home #slides .slides-container > div {
    width: 360px !important;
    /* min-height: 350px !important; */
    min-width: 360px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 360px !important;
    left: 0 !important;
    min-width: 360px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
}
@media screen and (max-width: 320px) {
  #home #slides .slides-container > div {
    width: 320px !important;
    /* min-height: 350px !important; */
    min-width: 320px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#home #slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 320px !important;
    left: 0 !important;
    min-width: 320px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
  
  #slides .slides-container > div {
    width: 320px !important;
    /* min-height: 350px !important; */
    min-width: 320px !important;
    /* top: 0 !important; */
    left: 0!important;
    height: 250px !important;
}
#slides .slides-container img {
    top: 0 !important;
    object-fit: cover;
    width: 320px !important;
    left: 0 !important;
    min-width: 320px !important;
    height: 100% !important;
    min-height: 250px !important;
}  
  
  
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /*html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }*/
  .col-md-6.deskripsi.rightone{
  	padding: 20px !important;
  }
}
ul.acc-detail2{
	display:block !important;
}