/*@import url(https://fonts.googleapis.com/css?family=Bitter);*/

/*
|-----------------------------------------------------------------------------------------------------------
| FONTS - fonts.com
|-----------------------------------------------------------------------------------------------------------
   font-family:'Lulo Clean W01 One';
   font-family:'Lulo Clean W01 One Bold';


   font-family: 'Bitter', serif;
*/

/*
|-----------------------------------------------------------------------------------------------------------
|                                         MOBILE FIRST STYLING
|-----------------------------------------------------------------------------------------------------------
*/

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
body{
   font-size: 16px;
   line-height: 27px;
   color: #534132;
    font-family: 'Bitter', serif;
   height: auto !important;
   overflow-x: hidden;
   background-image: url("/includes/public/assets/pattern1.jpg");
   letter-spacing: 0.001em;
}

body .row,
.custom-row{
    max-width: 1020px;
}
.custom-row{
   margin:0 auto;
}
.row .row{
   margin-left: -20px;
   margin-right: -20px;
}
body .columns{
   padding-left: 20px;
   padding-right: 20px;
}
[class*="block-grid-"]{
   margin:0 -20px;
}
[class*="block-grid-"]>li {
   padding-left: 20px;
   padding-right: 20px;
}

.wrapper{
   position: relative;
   width: 100%;
}
.panel_custom_one_col.full-width .panel-row{
   max-width: 100%;
}
.panel_custom_one_col.full-width .panel-col{
   padding: 0;
}
.intro_panel{margin-bottom: 8px;}

.panel_custom_one_col.pattern{
   padding-top: 30px;
   background-color: rgba(85,65,50,.1);
}
.panel_custom_one_col.pattern-2{
   background-color: rgba(85,65,50,.1);
}
.panel_custom_one_col.custom_widget_panel{
   margin-bottom: 45px;
}
.panel_custom_one_col .panel-int{
   width: 100%;
   z-index: 500;
   clear: both;
   background-image: url(/includes/public/assets/pattern2.jpg);
}
.panel_custom_one_col.texture{
   border-top: 2px #281e23 solid;
    border-bottom: 2px #281e23 solid;
   background-image: url(/includes/public/assets/texture.png);
}
.panel_custom_one_col.intro-text{
   text-align: center;
}

a{
   color: #d75014;
}
form a {
    text-decoration: underline;
}
p a:hover {
}



h1,h2,h3,h4,h5,h6{
   padding: 0;
   margin: 0;
   color: #534132;
   font-family:'Lulo Clean W01 One Bold';
}
h1{
   font-size: 27px;
   line-height: 36px;
   font-family:'Lulo Clean W01 One';
   margin-bottom: 25px;
   text-transform: uppercase;
}
.intro-text h1{
   margin-bottom: 15px;
}
.intro-text.pattern h1{
   font-size: 36px;
}
h2{
   margin:0 0 20px;
   font-size: 18px;
   line-height: 27px;
   text-transform: uppercase;
}
.intro-text h2{
   font-size: 20px;
}
h3{
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 18px;
   text-transform: uppercase;
   font-family:'Lulo Clean W01 One';
}
h4{
   font-size: 17px;
   line-height: 24px;
}
h5{}
h6{}

p{
   font-size: 16px;
   line-height: 27px;
   color: #534132;
    font-family: 'Bitter', serif;
   margin-bottom: 35px;
   letter-spacing: 0.001em;
}
.button-1{
    background: transparent;
    color: #281e23;
   font-size: 16px;
   font-family: 'Lulo Clean W01 One';
       border: 2px solid #281e23;
   transition: all ease .5s;
}
.button-1:hover{
   border: 2px solid #281e23 !important;
   background: rgba(40,30,35,1) !important;
   color: #fafaf5 !important;
}

.clear{
   clear:both;
}


/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.headerWrapper{
    position: relative;
   top:0;
   left: 0;
   width: 100%;
    z-index: 9999;
   background: #271e23;
   transition: all ease .5s;
   min-height: 40px;
}
.headerWrapper .logo-sm,
.headerWrapper .logo{
   position: absolute;
   z-index: 500;
   top: 50%;
   left: 15px;
   opacity: 1;
   transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transition: all ease .5s;
}
.headerWrapper .logo{display: none;}
.headerWrapper .logo-sm{opacity: 1; top: -20px;}
.change-opacity{
   opacity: 1;
   transition: all ease .5s;
}
.open-drop .change-opacity{
   opacity: 0;
}
.headerWrapper .header-top-right {
   position: relative;
   z-index: 500;
}
.header-dropitem{
   position: fixed;
   z-index: 9999;
   width: 100%;
   height: 110px;
   padding-top: 55px;
   top:0;
   left: -100%;
   background: #281e23;
   opacity: 0;
   transition: opacity ease .5s, background ease .15s;
}
.active .header-dropitem{
   left: 0;
   opacity: 1;
}
.header-dropitem .close-btn{
   position: absolute;
   z-index: 10;
   right: 0;
   top: 0;
   width: 40px;
   height: 40px;
   font-size: 14px;
   color: #fafaf5;
   text-align: center;
   background: #d75014;
   cursor: pointer;
}
.header-dropitem .close-btn .fa{
   line-height: 40px;
}
/** slick **/
.slick-slider .slick-dots{
   position: absolute;
   z-index: 55;
   left: 0;
   bottom: 0;
   width: auto;
   margin-bottom: 15px;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin-right: 20px;
    width: 16px;
    height: 16px;
    margin-left: 0;
}
.slick-slider .slick-dots li span{
   display: block;
   cursor: pointer;
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px #fff solid;
   background-color: rgba(215,80,20,0);
   transition: all ease .5s;
}
.slick-slider li.slick-active span {
    background-color: rgba(215,80,20,1);
}

/*
|-----------------------------------------------------------------------------------------------------------
| BOOKING
|-----------------------------------------------------------------------------------------------------------
*/

.header-booking-button {
   position: absolute;
   right: 120px;
   top: 0;
   background-color: #d75014;
   border: 2px solid rgba(255, 255, 255, 1);
   height: 29px;
   width: 106px;
   margin: 0;
   padding: 0;
   margin-top: 5px;
}

.open-drop .header-booking-button {
   display: none;
}

.header-booking-button .button-inner-text {
   display: none;
}

@media only screen and (min-width: 641px) {
   .header-booking-button .button-inner-text {
      font-size: 12px;
      font-family: 'Lulo Clean W01 One Bold';
      display: inline;
      color: #fafaf5;
      text-transform: uppercase;
   }

   .header-booking-button img {
      display: inline;
      position: relative;
      top: -1px;
   }
}

.header-booking-button:hover, .submit-check-rates:hover {
   background-color: #6d758d;
}

.header-booking-button:focus, .submit-check-rates:focus {
   background-color: #d75014;
}

.header-top-right .dropdown-content .booking-form .form-booking .form-fields {
   display: block;
   max-width: 170px;
   margin: 0 auto;
}

.header-top-right .booking-inner {
   display: none;
}

.header-top-right .booking-inner.active-booking {
   display: block;
}

.header-top-right .booking-inner.utility-dropdown-inner .utility-dropdown-list {
   display: block;
   background-color: #f2f2f2;
   position: absolute;
   right: 120px;
   top: 34px;
   width: 250px;
   height: auto;
   background-image: url("/includes/public/assets/pattern1.jpg");
}

.header-top-right .help-text {
   padding: 17px 0 14px 0;
}

.header-top-right .dropdown-header {
   position: relative;
}

.header-top-right .dropdown-header {
   min-width: auto;
   position: relative;
   margin: 0 20px;
}

.dropdown-header {
   position: relative;
   margin: 0 20px;
   min-width: 275px;
}

.dropdown-header .head-text h2 {
   color: #d75014;
   font-family: "Lulo Clean W01 One";
   text-align: center;
   font-size: 31px;
   margin: 0;
}

.header-top-right .dropdown-header .head-text h2 {
   color: #d75014;
   font-family: "Lulo Clean W01 One";
   text-align: center;
   font-size: 20px;
   padding-top: 27px;
   margin: 0;
}

.dropdown-header .head-text hr {
   margin-top: 10px;
   margin-bottom: 26px;
}

.dropdown-header button {
   background-color: transparent;
   padding: 0;
   position: absolute;
}

.dropdown-header button i {
   color: #d75014;
   font-size: 26px;
}

.dropdown-header .head-text p {
   font-size: 18px;
   font-family: "Bitter", serif;
   text-align: center;
   text-transform: none;
   margin: 13px 0 0 0;
}

.header-top-right .dropdown-header .head-text p {
   font-size: 12px;
   font-family: "Bitter", serif;
   text-align: center;
   text-transform: none;
   margin: 0;
   line-height: 20px;
}

.header-top-right .booking-form .form-booking .form-fields .form-group, .header-top-right .form-footer .btn-submit {
   display: flex;
   width: 100%;
   justify-content: center;
}

.booking-form .form-booking .form-fields .form-group {
   display: flex;
   width: 200px;
   justify-content: center;
   margin: 7px 14px 7px 0;
}

.header-top-right .booking-form .form-booking .form-fields .form-group {
   display: flex;
   justify-content: center;
   margin: 0 14px 0 0;
}

.booking-form .form-booking .form-fields .form-group:nth-child(3) {
   width: 170px;
}

.header-top-right .form-fields {
   position: relative;
}

.header-top-right .form-fields .input-calendar-icon-top {
   top: 10px;
   right: 13px;
   position: absolute;
}

.header-top-right .form-fields .input-calendar-icon-bottom {
   top: 64px;
   right: 13px;
   position: absolute;
}

.form-fields .form-group input, .form-fields .form-group select {
   margin: 0;
   border: 1px solid #d75014;
   height: 45px;
}

.header-top-right .form-group input, .header-top-right .form-group select {
   border: 1px solid #d75014;
   width: 170px;
   height: 40px;
   margin-bottom: 14px;
}

.form-group input::placeholder, .form-group select option {
   font-family: 'Bitter', serif;
   font-size: 16px;
   color: black;
}

.form-group .form-control > option {
   font-family: 'Bitter', serif;
   font-size: 16px;
}

.form-group .form-control {
   font-family: 'Bitter', serif;
   font-size: 16px;
}

.submit-check-rates {
   color: #fafaf5;
   background-color: #d75014;
   text-transform: uppercase;
   font-size: 13px;
   line-height: 18px;
   font-family: 'Lulo Clean W01 One Bold';
   min-width: 170px;
   height: 40px;
   border: 2px solid rgba(255, 255, 255, 1);
   padding: 0;
   margin-bottom: 0;
   flex: 1 1 auto;
}

.help-text {
   width: 96%;
   display: flex;
   justify-content: flex-end;
}

.header-top-right .help-text {
   width: 100%;
   display: flex;
   justify-content: center;
}

.help-text p {
   margin: 0;
   font-size: 10px;
   line-height: 14px;
   text-align: center;
}

.help-text p a img {
   height: 11px;
}

.booking-inner.utility-dropdown-inner {
   background-color: rgba(0, 0, 0, 0.1);
}

.homepage .booking-inner.utility-dropdown-inner {
   margin-bottom: 45px;
   margin-top: -40px;
}

.homepage .header-top-right .booking-inner.utility-dropdown-inner {
   margin-bottom: 0;
   margin-top: 0;
}

.dropdown-content .form-group {
   position: relative;
}

.header-top-right .dropdown-content .form-group {
   position: static;
}

.dropdown-content .form-group select {
   appearance: none !important;
   -webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
   background-image: url('/includes/public/assets/shared/dropdown-arrow-black.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-origin: content-box;
  padding-right: 10px;
}

.header-top-right .dropdown-content .form-group select {
   background-size: 16px;
}

.form-fields .input-calendar-icon-top, .form-fields .input-calendar-icon-bottom {
   position: absolute;
   right: 10px;
   top: 9px;
}

.booking-inner.utility-dropdown-inner .utility-dropdown-list {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1100px;
   margin: 0 auto;
   height: 100%;
   min-height: 150px;
}

.booking-inner.utility-dropdown-inner .dropdown-header hr {
   display: none;
}

.header-top-right .booking-inner.utility-dropdown-inner .dropdown-header hr {
   display: block;
}


.dropdown-content .booking-form .form-booking .form-fields {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.header-top-right .form-booking .form-fields .form-footer {
   margin-top:0px;
}

.header-top.right .form-footer .btn-submit button {
   height: 40px;
   font-size: 13px;
}

.form-footer .btn-submit button {
   height: 45px;
   font-size: 12px;
   padding: 0;
}

.ui-datepicker {
   z-index: 9999 !important;
}

.form-group img {
   pointer-events: none;
}

/*
|-----------------------------------------------------------------------------------------------------------
| BOOKING
|-----------------------------------------------------------------------------------------------------------
*/

/*
|-----------------------------------------------------------------------------------------------------------
| SLIDESHOW
|-----------------------------------------------------------------------------------------------------------
*/

.slideshow_container {
   position: relative;
   width: 100%;
   overflow: hidden;
}
.slideshow_container a{color: inherit;}
.slideshow_container .slide{margin-bottom: 0; height: 465px; overflow: hidden;}
.slideshow_container .image img{width: auto; max-width: none; min-width: 100%;}

.slideshow_container .play-btn {
    position: absolute;
    top: 40%;
    left: 41.5%;
    font-size: 70px;
    color: #ffffff;
}

.custom_header_slideshow_interior,
.custom_header_slideshow{
   position: relative;
   width: 100%;
}
/** home **/
.homepage .custom_header_slideshow{
   margin-bottom: 20px;
}
.custom_header_slideshow .slideshow{
   width: 100%;
   opacity: 0;
   margin-bottom: 0;
}
.custom_header_slideshow .slick-slider .slick-track,
.custom_header_slideshow .slick-slider .slick-list{
   width: 100%;
}
.custom_header_slideshow .slideshow.slick-initialized{
   opacity: 1;
}

.custom_header_slideshow_interior .slide-int,
.custom_header_slideshow .slide-int{
   position: absolute;
   width: 100%;
   bottom: 0;
   left: 0;
   padding-bottom: 60px;
   font-family: 'Bitter', serif;
   font-size: 18px;
   line-height: 18px;
   color: #fafaf5;
   letter-spacing: 0.05em;
}
.custom_header_slideshow_interior .title,
.custom_header_slideshow .title{
   font-size: 20px;
   line-height: 20px;
   margin-bottom: 10px;
   font-family:'Lulo Clean W01 One Bold';
   text-transform: uppercase;
}
.custom_header_slideshow_interior .image,
.custom_header_slideshow .image{
   position: relative;
   height: 100%;
}
.custom_header_slideshow_interior .gradient,
.custom_header_slideshow .gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 384px;
    background: -webkit-linear-gradient(transparent, rgba(39,30,35,.80));
    background: -moz-linear-gradient(transparent, rgba(39,30,35,.80));
    background: linear-gradient(transparent, rgba(39,30,35,.80));
}

/** interior **/
.custom_header_slideshow_interior .slide-int{padding-bottom: 20px;}
.custom_header_slideshow_interior .title{margin-bottom: 14px;}


.reveal-modal-bg{
   position: fixed !important;
}
.reveal-modal {
    background-color: #666 !important;
    min-height: auto !important;
    z-index: 10000 !important;
}

.reveal-modal .close-reveal-modal {
    top: 0rem !important;
    right: .5rem !important;
    color: #ffffff !important;
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footerWrapper a{color: inherit;}
.footerWrapper{
    position: relative;
}

.footerWrapper .footer-middle{
   background-color: rgba(85,65,50,.1);
}
.footerWrapper .footer-bottom{
   background: #271e23;
}
.footerWrapper .vguide-info{
   margin-bottom: 33px;
}
.footerWrapper .footer-widgets{
   border-top:1px solid #d2cfcb;
   padding: 30px 0;
   color: #534132;
   font-size: 18px;
   line-height: 30px;
   font-family: 'Bitter', serif;
   font-weight: 400;
   letter-spacing: 0.05em;
}
.footerWrapper .footer-widgets .image{
   position: relative;
   top: 4px;
}
.footerWrapper .footer-widgets .title{
   font-size: 20px;
   line-height: 36px;
   font-family:'Lulo Clean W01 One Bold';
   text-transform: uppercase;
   margin-bottom: 4px;
}
.footerWrapper .footer-widgets .desc span{
   font-weight: 700;
   text-transform: uppercase;
}


.enews-form{
   position: relative;
   width: 100%;
}
.enews-form .input{
   width: 100%;
   padding-right: 110px;
}
.enews-form input{
   height: 40px;
    border: 2px solid #50494d;
    box-shadow: none;
    margin: 0;
    background-color: #FFF;
    color: #9b8c82;
   font-size: 18px;
   text-align: left;
   font-family: 'Bitter', serif;
    font-style: italic;
    letter-spacing: 0.05em;
}
.enews-form .submit{
   position: absolute;
   top: 0;
   right: 0;
   width: 90px;
   text-align: center;
}
.enews-form input[type="submit"]{
   font-style: normal;
   font-family:'Lulo Clean W01 One';
   background: transparent;
   color: #281e23;
   font-size: 16px;
}

.footer-middle-int{
   position: relative;
   width: 100%;
   height: 115px;
   padding: 20px 0;
   margin:0 auto;
}
.custom_footer_slider{
   width: 100%;
   max-width: 160px;
   margin:0 auto;
}
.custom_footer_slider .image {
   height: 75px;
}
.custom_footer_slider .image-int{
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}
.custom_footer_slider .arrow{
   position: absolute;
   top: 50%;
   cursor: pointer;
   transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.custom_footer_slider .prev-arrow{
   left: 20px;
}
.custom_footer_slider .next-arrow{
   right: 20px;
}

.footer-bottom{
   padding:16px 0 40px;
   text-align: center;
   color: #fafaf5;
   font-size: 14px;
   font-family: 'Bitter', serif;
   letter-spacing: 0.001em;
}
.footer-bottom .title{
   font-size: 12px;
   line-height: 26px;
   color: #fafaf5;
   text-transform: uppercase;
   font-family:'Lulo Clean W01 One Bold';
}
.footer-bottom .text{
   font-size: 14px;
   line-height: 18px;
   color: #fafaf5;
   margin-bottom: 30px;
   margin-top: 6px;
   letter-spacing: 0.03em;
}
.footer-bottom .phone{
   margin-bottom: 12px;
   letter-spacing: 0.03em;
}
.footer-bottom span.spacer{
   padding: 0 8px;
}
.footer-social {
   width: 100%;
   max-width: 230px;
   margin:30px auto 0;
   overflow: hidden;
}
.footer-social .item{
   margin:0 10px 30px;
}
.footer-social .item.last{
   margin-right:0;
}
.footer-social a{
   display: block;
   width: 40px;
   height: 40px;
   border:2px solid #fafaf5;
   color: #fafaf5;
   text-align: center;
   font-size: 14px;
}
.footer-social a .fa{
   line-height: 40px;
}
.footer-border{
   text-align: center;
   padding: 8px 0 12px;
   color: #281e23;
}
.footer-border .copy{
   margin-bottom: 10px;
}
.footer-logo img{
display: block;
margin: auto;
}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|
| tablet: min-width: 641px
| custom tablet : min-width: 768px
| desktop : min-width: 1025px;
|-----------------------------------------------------------------------------------------------------------
*/

.header-top-right .booking-inner.active-booking .close-booking {
   position: absolute;
   right: -11px;
   top: 7px;
}

.booking-inner .close-booking {
   display: none;
}

.header-top-right .booking-inner .close-booking {
   display: block;
}

@media (max-width: 680px) {
   .header-top-right .booking-form .form-booking .form-fields .form-group:nth-child(3) {
      width: 170px;
   }

   .booking-form .form-booking .form-fields .form-group:nth-child(3), 
   .form-footer .btn-submit button, 
   .help-text {
      width: 200px;
   }

   .help-text {
      margin: 0 0 7px 0;
      justify-content: center;
   }

   .form-footer .btn-submit button {
      margin: 7px 0;
   }

   .header-top-right .form-footer .btn-submit button {
      margin: 0;
   }
}

/*** Mobile ***/
@media (max-width: 641px) {
   .header-booking-button i {
      padding: 0;
   }

   .booking-inner.utility-dropdown-inner {
      height: auto;
   }

   .homepage .booking-inner.utility-dropdown-inner {
      margin-top: -20px;
   }

   .homepage .header-top-right .booking-inner.utility-dropdown-inner {
      margin-top: 0px;
      margin-bottom: 0px;
   }

   .header-booking-button i::after {
      content:'';
      margin: 0;
      width: 12px;
   }

   .header-top-right .booking-inner.utility-dropdown-inner .utility-dropdown-list {
      right: 27px;
   }

   .header-top-right .menu-toggle.hide-for-large-up {
      transform: translateX(-45px);
   }

   .header-booking-button {
      transform: translateX(100px);
      width: 27px;
      height: 27px;
      padding: 0;
      margin: 7px;
   }
   
   .dropdown-header {
      padding-top: 18px;
   }

   .header-top-right .dropdown-header {
      padding-top: 0px;
   }

   .form-group .form-control, .form-group input::placeholder {
      font-size: 21px;
      color: black;
   }

   .form-footer .btn-submit button {
      font-size: 17px;
      height: 52px;
      width: 200px;
   }

   .header-top-right .form-footer .btn-submit button {
      color: #fafaf5;
      background-color: #d75014;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px;
      font-family: 'Lulo Clean W01 One Bold';
      width: 170px;
      height: 40px;
      border: 2px solid rgba(255, 255, 255, 1);
      padding: 0;
   }

   .form-group input, .form-group select {   
      height: 50px;
   }

   .booking-form .form-booking .form-fields .form-group:nth-child(3) {
      width: 200px;
   }

   .header-top-right .booking-form .form-booking .form-fields .form-group:nth-child(3) {
      width: 170px;
   }

   .form-fields .form-group img {
      height: 22px;
   }
   
   .form-fields .input-calendar-icon-top, .form-fields .input-calendar-icon-bottom {
      position: absolute;
      right: 13px;
      top: 13px;
   }

   .help-text {
      padding: 14px 0 16px 0;
      width: 100%;
      display: flex;
      justify-content: center;
   }

   .dropdown-header .head-text h2 {
      font-size: 26px;
      line-height: 26px;
   }

   .header-top-right .dropdown-header .head-text h2 {
      font-size: 20px;
      line-height: 20px;
   }

   .dropdown-header .head-text p {
      font-size: 16px;
      line-height: 26px;
   }

   .header-top-right .dropdown-header .head-text p {
      font-size: 12px;
      line-height: 20px;
   }

   .booking-inner.utility-dropdown-inner .utility-dropdown-list {
      display: block;
   }

   .form-booking .form-fields .form-footer {
      margin-top: 0;
   }

   .form-fields > .form-group {
      margin-top: 8px;
      margin-bottom: 8px;
   }

   .header-top-right .form-fields > .form-group {
      margin: 0;
   }

   .header-top-right .form-group input, .header-top-right .form-group select {
      border: 1px solid #d75014;
      width: 170px;
      height: 40px;
      margin-bottom: 14px;
   }

   .header-top-right .form-fields .input-calendar-icon-top {
      top: 10px;
      right: 13px;
      position: absolute;
      height: 21px;
   }
   
   .header-top-right .form-fields .input-calendar-icon-bottom {
      top: 64px;
      right: 13px;
      position: absolute;
      height: 21px;
   }

   .header-top-right .form-group input::placeholder, .header-top-right .form-group .form-control {
      font-family: 'Bitter', serif;
      font-size: 16px;
      color: black;
   }

   .booking-form .form-booking .form-fields .form-group,
   .booking-form .form-booking .form-fields .form-group:nth-child(3),
   .form-footer .btn-submit button {
      width: 220px;
   }

   .dropdown-content .booking-form .form-booking .form-fields {
      display: block;
      margin: 0 auto;
      max-width: 220px;
   }

   .booking-form .form-booking .form-fields .form-group {
      margin-right: 0;
   }

   .header-top-right .form-fields .form-group input, .header-top-right .form-fields .form-group select {
      height: 40px;
   }

   .form-fields .form-group input, .form-fields .form-group select {
      height: 52px;
   }
}

/*** Tablet ***/
@media only screen and (min-width: 641px) {
   .headerWrapper {height: 70px; padding-top: 16px;background: rgba(40, 30, 35, 0.5); position: absolute;}
   .headerWrapper .header-content{height: 60px;}
   .header-spacer { height: 70px;}

   /** logo **/
   .headerWrapper .logo{margin-top: -22px;display: block;}
   .headerWrapper .logo-sm {display: none;}

   /** weather/search dropdown **/
   .header-dropitem{
      height: 70px;
      padding-top: 15px;
      top:0;
   }
   .header-dropitem .close-btn{top:15px;}

   /** search **/
   .search_box form{max-width: 585px;padding-right: 188px;}
   .search_box .searchBtn{width: 166px; background: transparent; text-indent: 0;}


   /** slideshow **/
   .slideshow_container .slick-dots{left: 5px;}
   .slideshow_container .slide{height: 480px;}
   .slideshow_container .play-btn { top: 50%; left: 48.5%; }

   .homepage .custom_header_slideshow {margin-bottom: 40px;}

   .custom_header_slideshow_interior .slide-int,
   .custom_header_slideshow .slide-int{padding: 0 25px 55px;}

   .custom_header_slideshow_interior .title,
   .custom_header_slideshow .title{margin-bottom: 16px;}

   .custom_header_slideshow_interior .gradient,
   .slideshow_container .gradient {height: 218px;}
   /**interior**/
   .custom_header_slideshow_interior .slide-int{padding-bottom: 22px;}


   /** footer **/
   .footer-widget-wrapper{width: 100%;padding-left: 215px; margin-left: -175px;overflow: hidden;}
   .footerWrapper .footer-widgets{padding:40px 0;}
   .custom_footer_slider{max-width: 630px;}

   .footer-middle-int{max-width: 720px;}
   .custom_footer_slider .prev-arrow{left: 0;}
   .custom_footer_slider .next-arrow{right:0;}

   .footer-bottom {text-align: left;padding-top: 50px; padding-bottom: 12px;}
   .footer-bot-left.columns{padding-right: 0;}
   .footer-bottom-int{margin:0 auto; width: 100%; max-width: 755px;}
   .footer-bottom .info-1 {width: 155px;}
   .footer-bottom .info-2{width: 225px;}
   .footer-bottom .phone,
   .footer-bottom .email{float: left;}
   .footer-bottom .text{margin-top: 2px; margin-bottom: 10px;}

   .footer-border{width: 100%;max-width: 715px; margin:0 auto;text-align: left;}
   .footer-border .copy{float: left;}
   .footer-border .logo-sv{float: right; position: relative; top:6px;}


   h1{margin-bottom: 10px;}

   .panel_custom_one_col.pattern{padding-top: 40px;}


   /** override foundation visibility classes: chrome doesn't break properly using 'em' within breakpoints  OR WE COULD NOT USE THEM**/
   body .hide-for-small-only,body .show-for-small-up,body .hide-for-small,body .hide-for-small-down,body .show-for-medium-only,body .show-for-medium-up,body .show-for-medium,body .show-for-medium-down,body .hide-for-large-only,body .hide-for-large-up,body .hide-for-large,body .show-for-large-down,body .hide-for-xlarge-only,body .hide-for-xlarge-up,body .hide-for-xlarge,
   body .show-for-xlarge-down,body .hide-for-xxlarge-only,body .hide-for-xxlarge-up,body .hide-for-xxlarge,body .show-for-xxlarge-down {
   display:inherit!important;}

   body .show-for-small-only,body .hide-for-small-up,body .show-for-small,body .show-for-small-down,body .hide-for-medium-only,body .hide-for-medium-up,body .hide-for-medium,body .hide-for-medium-down,body .show-for-large-only,body .show-for-large-up,body .show-for-large,body .hide-for-large-down,body .show-for-xlarge-only,body .show-for-xlarge-up,
   body .show-for-xlarge,body .hide-for-xlarge-down,body .show-for-xxlarge-only,body .show-for-xxlarge-up,body .show-for-xxlarge,body .hide-for-xxlarge-down {
   display:none!important;}
}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {
   /** header **/
   .headerWrapper{height: auto;padding-top: 0;position: fixed;background: rgba(40, 30, 35, 0.5);transition: all ease .5s;}
   .headerWrapper .header-bottom{border-top: 1px rgba(250,250,245,.2) solid;transition: all ease .5s;}
   .headerWrapper .logo{margin-top: 0;}
   .headerWrapper .logo-sm{left: -30px; top: 20px; opacity: 0;display: block;margin-top: 0;}
   .fixedmenu .headerWrapper .logo-sm{left: 15px;opacity: 1;z-index: 1;}
   .fixedmenu .headerWrapper .logo {left: 30px;opacity: 0;}
   .fixedmenu .headerWrapper{background-color: rgba(40,30,35,1);}
   .fixedmenu .header-top {margin-top: -142px; transition: all ease .5s;}
   .fixedmenu .header-dropitem{background-color: rgba(40,30,35,1);}
   .slideshow_container .gradient {height: 290px;}
   .header-spacer { height: 120px;}
   /** weather/search dropdown **/
   .header-dropitem{
      height: 115px;
      padding-top: 30px;
      background: transparent;
   }
   .header-dropitem .close-btn{top:0;}

   /** search **/
   .header-search .search-toggle{
      position: fixed;
      right: 0;
      top: 0;
      transition: all ease .5s;
      z-index: 500;
   }
   .fixedmenu .header-search .search-toggle{
      height: 46px;
      border-color: transparent;
   }
   .panel_custom_one_col.custom_widget_panel{
      height: 60px;
   }
   .custom_widget_panel .panel-int{
      position: absolute;
      /*overflow: hidden;*/
   }
   .sticky-nav .custom_widget_panel .panel-int{
      position: fixed;
      top: 45px;
      left: 0px;
      width: 100%;
   }
   .search-drop{padding-top: 38px;}
   .search_box form{max-width: 590px;padding-right: 210px;}
   .search_box .searchBtn{width: 170px; background: transparent; text-indent: 0;}

   /** weather **/
   .header-weather .weather{
      position: relative;
      top: 0px;
      min-width: 70px;
      min-height: 40px;
      cursor: pointer;
      color: #fafaf5;
      font-size: 14px;
      overflow: hidden;
      line-height: 24px;
      font-family: 'Bitter', serif;
      letter-spacing: 0.001em;
      transition: all ease .2s;
   }
   .header-weather .sv-weather-widget-icon{
      position: absolute;
      top: 50%;
      cursor: pointer;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transition: all ease .2s;
   }
   .header-weather .weather .icon{
      margin-left: 10px;
      font-size: 24px;
   }

   .header-weather .dropdown-ul{
      color: #fafaf5;
      font-family: 'Bitter', serif;
      letter-spacing: 0.001em;
      text-align: center;
   }
   .header-weather .dropdown-ul .top{
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(250, 250, 245, 0.3);
   }
   .header-weather .dropdown-ul .bottom{
      font-size: 27px;
      line-height: 27px;
   }
   .header-weather .drop-icon{
      position: relative;
      top: -4px;
   }
   .header-weather .close-btn{
      right:40px;
      background: #829b00;
   }

   /** slideshow **/
   .slideshow_container {}
   .slideshow_container .slick-dots{
      bottom: 5px;
      left: 0;
   }
   .slideshow_container .image img{max-width: 100%;}
   /** home **/
   .custom_header_slideshow .slide{height: auto; max-height: 80vh;}
   .custom_header_slideshow .slide-int{padding: 0 20px 62px;}
   .custom_header_slideshow .title{margin-bottom: 16px;}
   /** interior **/
   .custom_header_slideshow_interior .slide{height: auto; max-height: 80vh;}
   .custom_header_slideshow_interior .slide-int{padding-bottom: 28px;}



   /** footer **/
   .footerWrapper .footer-widgets{max-width: 810px; margin:0 auto;padding:40px 80px;}
   .custom_footer_slider{max-width: 880px;}

   .footer-middle-int{max-width: 990px;}

   .footer-bottom{padding-bottom: 30px;}
   .footer-bottom-int{max-width: 850px;}
   .footer-bot-left.columns,
   .footer-bot-right.columns{padding: 0;}
   .footer-bottom .info-1 {width: 170px;}
   .footer-bottom .info-2{width: 255px;}
   .footer-bottom .footer-info{max-width: 470px;}

   .footer-bottom .text,
   .footer-bottom .phone,
   .footer-bottom .email {
       font-size: 16px;
       line-height: 20px;
    }


   .footer-border{max-width: 980px;}

   .panel_custom_one_col.pattern{padding-top: 50px;}
   .panel_custom_one_col.intro-text .panel-row{
      max-width: 810px;
      margin: 0 auto;
   }

   .intro-text h2{margin-bottom: 34px;}

   /** override foundation visibility classes: chrome doesn't break properly using 'em' within breakpoints OR WE COULD NOT USE THEM **/
   body .hide-for-small-only,body .show-for-small-up,body .hide-for-small,body .hide-for-small-down,body .hide-for-medium-only,body .show-for-medium-up,body .hide-for-medium,body .hide-for-medium-down,body .show-for-large-only,body .show-for-large-up,body .show-for-large,body .show-for-large-down,body .hide-for-xlarge-only,body .hide-for-xlarge-up,body .hide-for-xlarge,body .show-for-xlarge-down,body .hide-for-xxlarge-only,
   body .hide-for-xxlarge-up,body .hide-for-xxlarge,body .show-for-xxlarge-down {
   display:inherit!important;
   }

   body .show-for-small-only,body .hide-for-small-up,body .show-for-small,body .show-for-small-down,body .show-for-medium-only,body .hide-for-medium-up,body .show-for-medium,body .show-for-medium-down,body .hide-for-large-only,body .hide-for-large-up,body .hide-for-large,body .hide-for-large-down,body .show-for-xlarge-only,
   body .show-for-xlarge-up,body .show-for-xlarge,body .hide-for-xlarge-down,body .show-for-xxlarge-only,body .show-for-xxlarge-up,body .show-for-xxlarge,body .hide-for-xxlarge-down {
   display:none!important;
   }

}