﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
div{
   box-sizing: border-box;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
fieldset, img, input, textarea {
   border: 0
}
ol, ul {
   list-style: none
}
h1, h2, h3, h4, h5, h6 {
   font-weight: normal
}
input, textarea, select {
   font-family: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-size: 100%;
}
a {
   text-decoration: none;
   color: inherit;
}
.textbox, .textarea, .select-box {
   box-sizing: border-box
}
textarea {
   resize: none
}
a, button, input[type=submit] {
   cursor: pointer
}
input[type=submit], input[type=text], input[type=email]{
   -webkit-appearance: none;
}
input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
input::-webkit-input-placeholder { color: #9c9eb4; }
input:-moz-placeholder { color: #9c9eb4; }
input::-moz-placeholder { color: #9c9eb4; }
input:-ms-input-placeholder { color: #9c9eb4; }
textarea::-webkit-input-placeholder { color: #9c9eb4; }


/*Common Styles*/
.css-1j2om74.spacer, [data-css-1j2om74] {
	max-width: 1170px;
	padding-top: 170px;
	padding-bottom: 0px;
}
/**/

/*Form Styles*/
.select-box {
   background: #fff url(../images/arrow-down.svg);
   background-position: right 15px top 25px;
   background-repeat: no-repeat;
   background-size: 14px 11px;
   color: #9194ad;
}

.select-box-inner {
   background: none;
   color: #9194ad; 
   height: 58px;
   letter-spacing: -0.5px;
   max-width: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   padding: 14px 24px;
   width: 100%;
}

.select-box.error .select-box-inner {
   border-color: red;
}

select::-ms-expand {
    display: none;
}

.brz-textarea {
   color: #9194ad;
}

.custom-form {
   width: 100%;
}

.custom-form .brz-form__field {
   background-color: rgba(255, 255, 255, 1);
   border-color: rgba(99, 102, 122, 0.2);
   border-width: 1px;
   border-style: solid;
   border-radius: 0;
   display: block;
   height: 58px;
   padding: 14px 24px;
   width: 100%;
}

.brz .css-1efzrlg .brz-form__item .brz-form__field.error {
   border-color: red;
}

.success-message {
	background-color: #15d053;
   display: none;
   height: 55px;
	width: 100%;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 2.5px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 17px 30px;
	color: #fff;
	margin-top: 15px;
}

.rate-message {
   color: rgb(244, 153, 41);
   font-style: italic;
   font-size: 20px;
   text-align: center;
   padding: 0 5% 90px 5%;
}

.poweredBy img {
   height: 30px;
}

.poweredBy {
   margin: auto;
   text-align: center;
   width: 100%;
   margin-top: 20px;
}

.team-members {
   font-family: Spinnaker;
   margin-top: 50px;
}

.thirds {
   float: left;
   margin-bottom: 30px;
   margin-left: 1%;
   margin-right: 1%;
   width: 31.33%;
}

.staff-img {
   display: inline-block;
   vertical-align: middle;
   width: 107px;
}

.staff-img img {
   max-width: 100%;
}

.staff-info {
   color: #63667A;
   display: inline-block;
   padding-left: 30px;
   vertical-align: middle;
   width: calc(100% - 112px);
}

.staff-info .name {
   color: #2A2D41;
   font-size: 16px;
   float: left;
   margin-bottom: 10px;
   text-align: left;
   width: 100%;
}

.staff-info .title {
   color: #63667A;
   float: left;
   text-align: left;
   width: 100%;
}

.brz .brz-fs-lg-63{
   font-size:63px!important
}

.villa-name {
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
}

.rate-content p {
   display: inline-block;
   font-family: Spinnaker, sans-serif;
   font-size: 16px;
   font-weight: 300;
   letter-spacing: -0.5px;
   line-height: 1.7em;
   margin-bottom: 20px;
   text-align: center;
}

.rate-content {
   display: inline-block;
   margin-bottom: 50px;
   text-align: center;
   width: 100%;
}

.table-container {
   width: 950px;
   margin: auto;
   text-align: center;
}

.table-rate {
   box-sizing: border-box;
   border-left: none;
   border-right: none;
   display: inline-block;
   margin-bottom: 30px;
   text-align: center;
   width: 100%;
}

.table-rate tr td:first-of-type {
   text-align: left;
}

.table-rate table {
   border-left: none;
}

.nav ul li ul.mobileSub {
   background-color: #f49929;
   color: #fff;
   display: none;
   height: auto;
   margin-left: -20px;
   padding: 10px 20px;
   position: absolute;
   text-align: left;
   top: 81px;
   width: auto;
   z-index: 2;
}

.table-rate tr td.first {
   background-color: #f49929;
   color: #fff;
   font-family: 'Spinnaker';
   font-weight: 700;
}

.table-rate tr td {
   border: none;
   border-bottom: 1px solid #ddd;
   font-size: 20px;
   padding: 15px;
}

.table-rate tr.odd {
   background-color: #f3f3f3;
}

.fw-site-navigation > ul > li ul.mobileSub > li {
   background: #f49929;
   text-transform: uppercase;
}

.fw-site-navigation > ul > li ul.mobileSub > li.active {
   color: #1e252d !important;
}

.fw-site-navigation > ul > li ul > li.active > a {
   color: #1e252d !important;
}

a.link {
   color: #f49929;
}

a.link:hover {
   text-decoration: underline;
}

.fw-site-navigation > ul > li ul.mobileSub > li:hover > a, .fw-site-navigation > ul > li ul.mobileSub > li.parent.hover > a, .fw-site-navigation > ul > li ul.mobileSub > li.current-menu-item > a {
   color: #000;
   background: #f49929;
}

.orange-line-header:before {
   border-top: 1px solid #f49929;
   content: "";
   margin: 0 auto;
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   bottom: 0;
   width: calc(100% - 35px);
   z-index: -1;
}

.orange-subheader {
   color: #f49929;
   font-style: italic;
   font-size: 20px;
   padding: 0px 0 20px;
   text-align: center;
}

.orange-line-header span {
   background: #fff;
   padding: 0 20px;
}

.orange-line-header {
   color: #f49929;
   font-family: Cormorant Garamond, serif;
   text-align: center;
   font-size: 40px;
   margin-bottom: 15px;
   margin-top: 40px;
   position: relative;
   z-index: 1;
}

.covid-holder {
   margin: auto;
   margin-top: 75px;
   width: 740px;
}

.covid-header {
   color: #2a2d41;
   font-family: Cormorant Garamond, serif;
   font-size: 39px;
   line-height: 47px;
   margin-bottom: 20px;
   text-align: center;
}


.covid-holder li {
   color: #63667a;
   font-family: Spinnaker;
   font-size: 16px;
   line-height: 27px;
   margin-bottom: 5px;
}

.covid-holder ul {
   list-style: disc outside;
   margin-bottom: 30px;
   padding-left: 35px;
}

.covid-holder a {
   color: #f49929;
}

.covid-holder a:hover {
   text-decoration: underline;
}

.covid-holder p {
   color: #63667a; 
   font-family: Spinnaker;
   font-size: 16px;
   line-height: 27px;
   margin-bottom: 30px;
}

.brz .brz-section__content>.brz-bg.covid-height {
   height: unset;
}

#covid-alert {
   background-color: #f49929;
   background-image: url('../images/background.png');
   background-repeat: no-repeat;
   background-position: left top;
   box-sizing: border-box;
   left: 50%;
   position: fixed;
   text-align: center;
   top: 50%;
   transform: translate(-50%, 0);
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   transition: opacity .5s ease;
   z-index: 101;
   padding: 50px 85px 90px;
   width: 734px;
   -webkit-box-shadow: 0px 0px 46px -11px rgba(0,0,0,0.34);
   -moz-box-shadow: 0px 0px 46px -11px rgba(0,0,0,0.34);
   box-shadow: 0px 0px 46px -11px rgba(0,0,0,0.34);
}

#covid-alert p {
   color: #fff;
   font-size: 16px;
   line-height: 27px;
}

.close-modal:hover {
   cursor: pointer;
}

.close-popup {
   top: 17px;
   right: 17px;
   position: absolute;
}

.covid-button {
   background-color: #fff;
   color: #f49929;
   display: inline-block;
   font-family: Spinnaker;
   font-size: 14px;
   letter-spacing: 2.34px;
   margin-top: 30px;
   text-transform: uppercase;
   padding: 12px 45px;
   -webkit-transition: background .3s ease,color .3s ease,border-color .3s ease;
   transition: background .3s ease,color .3s ease,border-color .3s ease;
}

.covid-button:hover {
   background-color: rgba(42, 45, 65, 1);
   color: #fff;
   -webkit-transition: background .3s ease,color .3s ease,border-color .3s ease;
   transition: background .3s ease,color .3s ease,border-color .3s ease;
}

.alert-header {
   color: #fff;
   font-family: Cormorant Garamond, serif;
   font-size: 55px;
   line-height: 67px;
   margin-bottom: 40px;
}

.popup-covid-logo {
   height: 60px;
}

.popup-covid-logo {
   height: 140px;
   margin-bottom: 15px;
}

.header-covid-logo {
   height: 90px;
   position: absolute;
   right: -40px;
   top: 17px;
}

.footer-covid-logo {
   height: 84px;
}

/**/

/*Contact Thank you Popup*/
.error {
   border-color: red;
}

.maskModal {
   background: rgba(0,0,0,0.7);
   bottom: 0;
   height: 100%;
   position: fixed;
   top: 0;
   transition: opacity .5s ease;
   width: 100%;
   z-index: 25;
}

#contactThanks, #contactMask {
   display: none;
   opacity: 0;
}

#contactThanks {
   background: #e34426;
   box-sizing: border-box;
   color: #fff;
   left: 50%;
   padding: 65px 0;
   position: fixed;
   text-align: center;
   top: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transition: opacity .5s ease;
   width: 520px;
   z-index: 26;
}

#contactMask.active, #contactThanks.active {
   display: block;
   opacity: 1;
   transition: opacity .5s ease;
}

.thanks-logo {
   display: block;
   margin-bottom: 50px;
}

.thanksHeader {
   color: #fff;
   display: block;
   font-size: 175%;
   font-weight: bold;
   text-transform: uppercase;
}

.thanksText {
   display: block;
   font-size: 87.5%;
   line-height: 20px;
   margin: 12px auto 20px;
   max-width: 70%;
}

.closeThanks {
   color: #fff;
   cursor: pointer;
   font-size: 69%;
   letter-spacing: 1px;
   position: absolute;
   right: 10px;
   text-transform: uppercase;
   top: -20px;
}
/**/
@media screen and (max-width: 1365px) {
   .header-covid-logo {
      height: 70px;
      right: 0;
      top: 25px;
   }
}

@media screen and (max-width: 1100px) {
   .table-container {
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0 50px;
   }

   .thirds:nth-of-type(odd) {
      margin-bottom: 30px;
      margin-left: 0%;
      margin-right: 2.5%;
      width: 47.5%;
   }

   .thirds:nth-of-type(even) {
      margin-bottom: 30px;
      margin-right: 0%;
      margin-left: 2.5%;
      width: 47.5%;
   }
}

@media screen and (max-width: 1000px) {
   #nav {
      display: none;
   }

   #mobileMenuLink, #mobileCloseLink {
      display: block;
      position: absolute;
      right: 15px;
      top: 17px;
      z-index: 21;
   }

   #navMobile {
      background: #0f0f0f;
      display: none;
      height: 100%;
      left: 0;
      opacity: 0;
      position: fixed;
      text-align: center;
      top: 0;
      transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      -moz-transform: scale(1.2,1.2);
      -ms-transform: scale(1.2,1.2);
      transition: opacity .5s ease, transform .3s ease;
      -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
      -o-transition: opacity .5s ease, transform .3s ease;
      -moz-transition: opacity .5s ease, transform .3s ease;
      width: 100%;
      z-index: 20;
   }

      #navMobile.active {
         opacity: .98;
         right: 0px;
         transform: scale(1,1);
         -webkit-transform: scale(1,1);
         -o-transform: scale(1,1);
         -moz-transform: scale(1,1);
         -ms-transform: scale(1,1);
         transition: opacity .5s ease, transform .3s ease;
         -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
         -o-transition: opacity .5s ease, transform .3s ease;
         -moz-transition: opacity .5s ease, transform .3s ease;
      }

   .vertCenter {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0;
   }

   #navMobile #linksHolder {
      display: inline-block;
      font-size: 30px;
      vertical-align: middle;
   }

   #navMobile li {
      padding: 15px 25px
   }

   #navIcon {
      width: 32px;
      height: 36px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
   }

      #navIcon span {
         background: #fff;
         display: block;
         height: 4px;
         left: 0;
         opacity: 1;
         position: absolute;
         transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transition: .25s ease-in-out;
         -webkit-transition: .25s ease-in-out;
         -moz-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
         width: 100%;
      }

         #navIcon span:nth-child(1) {
            top: 0px
         }

         #navIcon span:nth-child(2), #navIcon span:nth-child(3) {
            top: 10px
         }

         #navIcon span:nth-child(4) {
            top: 20px
         }

      #navIcon.open span:nth-child(1) {
         left: 50%;
         top: 18px;
         width: 0%;
      }

      #navIcon.open span:nth-child(2) {
         transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
      }

      #navIcon.open span:nth-child(3) {
         transform: rotate(-45deg);
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
      }

      #navIcon.open span:nth-child(4) {
         left: 50%;
         top: 18px;
         width: 0%;
      }
}

@media screen and (max-width: 991px) {
   .rate-message {
      font-size: 18px;
      padding: 0 5% 50px 5%;
   }

   .brz .brz-slick-slider__arrow {
      top: 90% !important;
   }
}

@media screen and (max-width: 900px) {
   .covid-holder {
      margin-top: 50px;
   }

   .covid-holder {
      margin: auto;
      margin-top: 50px;
      text-align: center;
      width: 100%;
      padding: 0 35px;
   }

   #covid-alert {
      padding: 55px 65px 55px;
      width: 500px;
   }

   .alert-header {
      font-size: 47px;
      line-height: 50px;
      margin-bottom: 33px;
   }
}

@media screen and (max-width: 850px) {
   .hide-dots {
      display: none !important;
   }
}


@media screen and (max-width: 800px) {
   .villa-name {
      font-size: 30px;
      padding-top: 30px;
   }

   .covid-header {
      font-size: 35px;
      line-height: 38px;
      margin-bottom: 20px;
   }

   .staff-info {
      padding-left: 15px;
   }
}

@media screen and (max-width: 767px) {
   .villa-break {
      display: none;
   }

   .orange-line-header {
      font-size: 30px;
      margin-bottom: 5px;
   }

   .table-container {
      padding: 0 15px;
   }

   .table-rate tr td {
      border: none;
      border-bottom: 1px solid #ddd;
      font-size: 17px;
      padding: 10px;
   }

   .brz .brz-fs-lg-63 {
      font-size: 50px !important;
      line-height: 50px;
   }

   .villa-br {
      display: none;
   }

   .header-covid-logo {
      right: 15px;
   }
}

@media screen and (max-width: 600px) {
   .covid-button {
      font-size: 14px;
      letter-spacing: 1.34px;
      margin-top: 30px;
      padding: 10px 31px;
   }

   #covid-alert {
      padding: 35px 40px 35px;
      width: 90%;
   }

   .alert-header {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px;
   }

   .staff-img {
      text-align: center;
      width: 100%;
   }

   .staff-info {
      margin-top: 15px;
      padding-left: 0px;
      text-align: center;
      width: 100%;
   }

      .staff-info .name {
         text-align: center;
         width: 100%;
         float: none;
      }

      .staff-info .title {
         text-align: center;
         width: 100%;
      }
}

@media screen and (max-width: 500px) {
   .covid-holder {
      margin-top: 30px;
      padding: 0 15px;
   }

   .covid-header {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 20px;
   }

   .brz .brz-fs-lg-63 {
      font-size: 40px !important;
      line-height: 40px;
   }

   .thirds:nth-of-type(odd) {
      margin-bottom: 30px;
      margin-left: 0%;
      margin-right: 0%;
      width: 100%;
   }

   .thirds:nth-of-type(even) {
      margin-bottom: 30px;
      margin-right: 0%;
      margin-left: 0%;
      width: 100%;
   }
}

@media screen and (max-width: 479px) {
   .header-covid-logo {
      bottom: 20px;
      height: 60px;
      top: auto;
   }

   .header-2 .fw-header-main .fw-container {
      width: 100%;
   }

   .fw-logo-retina .fw-site-logo {
      width: 135px;
   }
}

/* Slick slider room gallery */
.slider-rooms .css-1uwbgdv,
.slider-rooms [data-css-1uwbgdv] {
   padding-top: 0px;
   width: 700px;
   margin: 0 auto;
}