@charset "UTF-8";
/* BASE FORM STYLING
*********************************************************** */
form, #panel {
  margin-bottom: 2em;
  width: 100%; }
  form label, #panel label {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    color: #000; }
    form label span, #panel label span {
      font-size: 0.8em; }
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=date],
  form select,
  form textarea, #panel input[type=text],
  #panel input[type=email],
  #panel input[type=tel],
  #panel input[type=date],
  #panel select,
  #panel textarea {
    border: 0px none;
    margin: 0px 0px 10px;
    color: #000;
    background-color: #e8e8e8;
    padding: 5px 3%;
    /*** Removes Safari & FF default styling ***/
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none; }
  form select, #panel select {
    /*** Removes FF default arrow ***/
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  form textarea, #panel textarea {
    min-height: 120px; }
  form input:-ms-input-placeholder, #panel input:-ms-input-placeholder {
    color: #000;
    opacity: 1; }
  form input::placeholder, #panel input::placeholder {
    color: #000;
    opacity: 1; }

/* SYMPHONY FORMS
*********************************************************** */
#frmContact, #formRFP, #job-form {
  width: 100%;
  margin: 0 0 100px 0; }
  #frmContact input[type=text],
  #frmContact input[type=email],
  #frmContact input[type=tel],
  #frmContact input[type=date],
  #frmContact select,
  #frmContact textarea, #formRFP input[type=text],
  #formRFP input[type=email],
  #formRFP input[type=tel],
  #formRFP input[type=date],
  #formRFP select,
  #formRFP textarea, #job-form input[type=text],
  #job-form input[type=email],
  #job-form input[type=tel],
  #job-form input[type=date],
  #job-form select,
  #job-form textarea {
    width: 100%;
    border: 1px solid #aeaeae;
    color: #000;
    background: transparent;
    padding: 10px;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none; }
    #frmContact input[type=text]:-ms-input-placeholder,
    #frmContact input[type=email]:-ms-input-placeholder,
    #frmContact input[type=tel]:-ms-input-placeholder,
    #frmContact input[type=date]:-ms-input-placeholder,
    #frmContact select:-ms-input-placeholder,
    #frmContact textarea:-ms-input-placeholder, #formRFP input[type=text]:-ms-input-placeholder,
    #formRFP input[type=email]:-ms-input-placeholder,
    #formRFP input[type=tel]:-ms-input-placeholder,
    #formRFP input[type=date]:-ms-input-placeholder,
    #formRFP select:-ms-input-placeholder,
    #formRFP textarea:-ms-input-placeholder, #job-form input[type=text]:-ms-input-placeholder,
    #job-form input[type=email]:-ms-input-placeholder,
    #job-form input[type=tel]:-ms-input-placeholder,
    #job-form input[type=date]:-ms-input-placeholder,
    #job-form select:-ms-input-placeholder,
    #job-form textarea:-ms-input-placeholder {
      color: #000; }
    #frmContact input[type=text]::placeholder,
    #frmContact input[type=email]::placeholder,
    #frmContact input[type=tel]::placeholder,
    #frmContact input[type=date]::placeholder,
    #frmContact select::placeholder,
    #frmContact textarea::placeholder, #formRFP input[type=text]::placeholder,
    #formRFP input[type=email]::placeholder,
    #formRFP input[type=tel]::placeholder,
    #formRFP input[type=date]::placeholder,
    #formRFP select::placeholder,
    #formRFP textarea::placeholder, #job-form input[type=text]::placeholder,
    #job-form input[type=email]::placeholder,
    #job-form input[type=tel]::placeholder,
    #job-form input[type=date]::placeholder,
    #job-form select::placeholder,
    #job-form textarea::placeholder {
      color: #000; }
  #frmContact textarea, #formRFP textarea, #job-form textarea {
    resize: none;
    height: 80px; }
  #frmContact input[type="radio"], #formRFP input[type="radio"], #job-form input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    #frmContact input[type="radio"] + span, #formRFP input[type="radio"] + span, #job-form input[type="radio"] + span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0;
      font-size: 0.9em; }
  #frmContact fieldset, #formRFP fieldset, #job-form fieldset {
    padding: 0; }
  #frmContact .form-entry, #frmContact .field, #formRFP .form-entry, #formRFP .field, #job-form .form-entry, #job-form .field {
    margin-bottom: 12px;
    position: relative;
    overflow: auto; }
    #frmContact .form-entry label, #frmContact .field label, #formRFP .form-entry label, #formRFP .field label, #job-form .form-entry label, #job-form .field label {
      font-family: "Raleway", sans-serif;
      font-style: initial;
      font-weight: 700; }
      #frmContact .form-entry label.present, #frmContact .field label.present, #formRFP .form-entry label.present, #formRFP .field label.present, #job-form .form-entry label.present, #job-form .field label.present {
        display: block; }
  #frmContact .btnSubmit, #formRFP .btnSubmit, #job-form .btnSubmit {
    float: right;
    margin-top: 10px; }
  #frmContact .one_half, #formRFP .one_half, #job-form .one_half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    float: none;
    margin: 0 -2px; }

.radio-text {
  display: inline-block;
  margin-left: 5px;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  vertical-align: middle; }

/*** Error Handling ***/
label.error {
  color: #ffc12c; }

input[type=text].error, select.error, textarea.error {
  border: 1px solid #ffc12c !important; }

.errorMsg,
#email-error p {
  line-height: 1.4;
  margin: 0 auto 10px;
  text-align: left; }

.errorMsg ul,
.errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none; }

.errorMsg ul li:before {
  display: none; }

/*** Sucess! Message ***/
#email-error.success {
  background-color: #ffc12c; }

p#thankyou {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center; }

/*** Fieldset ***/
fieldset {
  border: none;
  font-style: italic;
  padding: 5px;
  margin-bottom: 10px; }
  fieldset legend {
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    padding: 5px; }

/* CONTACT
*********************************************************** */
#frmContact .form-entry.one-line label {
  float: left;
  width: 35%; }

#frmContact .form-entry.one-line input[type=text], #frmContact .form-entry.one-line .form-entry input[type=text].small, #frmContact .form-entry.one-line .form-entry select.small {
  width: auto; }

#frmContact .one_half {
  width: 50%;
  float: left; }
  #frmContact .one_half:last-child {
    padding-left: 5%; }

/* RFP
*********************************************************** */
#formRFP .ui-datepicker-trigger {
  left: 168px;
  position: absolute;
  top: 39px; }

#formRFP .field input.hasDatepicker {
  width: 160px; }

#formRFP .contact_type {
  width: 160px;
  float: left;
  display: inline;
  margin-top: 17px;
  padding-right: 30px;
  text-align: left;
  color: #000; }

/* GET DIRECTIONS
*********************************************************** */
#panel {
  max-width: 500px;
  margin-top: 4em; }
  #panel .mode, #panel .startdir, #panel .enddir {
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px; }
    #panel .mode label, #panel .startdir label, #panel .enddir label {
      width: 150px;
      margin-bottom: 15px; }
    #panel .mode input[type=text], #panel .startdir input[type=text], #panel .enddir input[type=text] {
      color: #000;
      width: 100%;
      font-family: inherit;
      padding: 8px 3%; }
  #panel .mode select {
    width: 100%;
    font-family: inherit;
    display: block;
    padding: 10px 25px; }
  #panel br {
    display: none; }
  #panel p {
    clear: both; }

/***********NAVIS CONTACT FORM   ************/
form.themeco-form fieldset {
  margin: 0;
  padding: 0 30px 0 0; }

form.themeco-form legend {
  color: #ffc12c;
  margin: 0px 0 20px 0;
  padding: 0; }

form.themeco-form input[type=text], form.themeco-form textarea, form.themeco-form input[type=email], form.themeco-form input[type=tel] {
  background: none;
  border: 1px solid #eeece4;
  width: 100%; }

form.themeco-form span.tip {
  display: block;
  margin: 0 0 20px 0;
  font-size: 80%; }

form.themeco-form .x-form-group {
  margin-bottom: 20px; }

form.themeco-form label {
  font-style: normal; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: 0 !important; }

body {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

p {
  line-height: 24px; }
  p a {
    transition: all 0.3s ease-in-out; }
    p a:hover {
      color: black; }
    p a:not(.btn) {
      color: #ffc12c; }
      p a:not(.btn):hover {
        color: black; }

a, input, button {
  color: #ffc12c;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus, input:hover, input:focus, button:hover, button:focus {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

.h1, #home .main-content .home-meetings .text h2, #home .main-content .home-dining .text h2, #content #bottom-content .intro h1, #content #bottom-content .content-box h2, #content #bottom-content .blog-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 43px;
  text-transform: none;
  color: #000;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.1; }
  .h1 span, #home .main-content .home-meetings .text h2 span, #home .main-content .home-dining .text h2 span, #content #bottom-content .intro h1 span, #content #bottom-content .content-box h2 span, #content #bottom-content .blog-title span {
    font-size: 43px;
    font-family: "Fira Sans", sans-serif;
    text-transform: none;
    color: #000; }
  .h1::after, #home .main-content .home-meetings .text h2::after, #home .main-content .home-dining .text h2::after, #content #bottom-content .intro h1::after, #content #bottom-content .content-box h2::after, #content #bottom-content .blog-title::after {
    position: absolute;
    content: " ";
    bottom: 10px;
    margin-left: 10px;
    width: 0;
    height: 1px;
    background: #ffc12c; }
  .h1.todown, #home .main-content .home-meetings .text h2.todown, #home .main-content .home-dining .text h2.todown, #content #bottom-content .intro h1, #content #bottom-content .content-box h2, #content #bottom-content .todown.blog-title {
    margin-bottom: 40px; }

.h1::after, #home .main-content .home-meetings .text h2::after, #home .main-content .home-dining .text h2::after, #content #bottom-content .intro h1::after, #content #bottom-content .content-box h2::after, #content #bottom-content .blog-title::after {
  width: 20%;
  transition: width 0.8s ease-in-out 0.8s; }

.h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  color: #ffc12c;
  position: relative;
  padding-bottom: 30px;
  margin: 0;
  margin-bottom: 30px;
  line-height: 0.8; }
  .h2::after {
    position: absolute;
    content: " ";
    bottom: 0px;
    width: 86px;
    height: 1px;
    background: #ffc12c;
    left: 0; }

.h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  color: #ffc12c;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  line-height: 0.8; }

.btn, #panel input[type="button"] {
  padding: 15px 40px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  background: #ffc12c;
  color: white;
  position: relative;
  border: 1px solid #ffc12c;
  transition: all 0.3s ease-in-out;
  /*
    &::after{
	    position: absolute;
	    content: " ";
	    bottom:0;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    height: 0%;
	    background: white;
	    transition: height 0.2s ease-in-out;
    }
    span{
	    position: relative;
	    z-index: 5;
    }
*/ }
  .btn:hover, #panel input:hover[type="button"] {
    color: #ffc12c;
    background: transparent;
    /*
		&::after{
			height: 100%;
			transition: height 0.2s ease-in-out;
		}
*/ }
  .btn.cta, #panel input.cta[type="button"] {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }

.toset {
  margin-top: 30px; }

.hotelicon {
  display: inline-block;
  padding: 5px 0 5px 35px;
  background: url(images/iconMap.png) no-repeat left center;
  color: #ffc12c;
  font-family: "Fira Sans", sans-serif;
  font-size: 25px;
  font-style: italic;
  position: relative;
  margin-top: 80px; }
  .hotelicon::before {
    content: " ";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #ffc12c;
    top: -40px;
    left: 0; }
  .hotelicon::hover {
    opacity: 0.5; }

.animated, #header .booking-holder .booking-trigger, #header #primary-nav ul li a:after, #header #primary-nav ul li ul.submenu li a:after, #footer .sunstream svg, #footer .sunstream:hover svg .cls-1, #footer ul.social-media li svg, #footer ul.social-media li:hover svg .cls-1, #footer #email-signup #emailSignup, #footer #email-signup button, #footer #email-signup #emailSignup svg, #footer #email-signup button svg, #footer .btm-section ul li:hover svg .cls-1, #content .btn-trigger {
  transition: all 0.3s ease-in-out; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.readmore {
  display: inline-block;
  padding-right: 30px;
  color: #ffc12c;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
  background: url(svg/select-arrow.svg) no-repeat right center;
  background-size: 12px auto; }
  .readmore:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out; }
  .readmore.open {
    background: url(svg/up-arrow.svg) no-repeat right center;
    background-size: 12px auto; }

.readmore-next {
  display: none;
  margin: 10px 0;
  font-size: 90%; }

.social-section li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.rebox, body.resort #bottom-content .content-box {
  background: url(images/red-pattern.png) fixed;
  padding: 60px 0;
  color: white;
  position: relative; }
  .rebox ul.sym-inline-list, body.resort #bottom-content .content-box ul.sym-inline-list {
    margin: 30px 0 30px 20px;
    list-style: square; }
    .rebox ul.sym-inline-list li, body.resort #bottom-content .content-box ul.sym-inline-list li {
      margin-bottom: 5px; }
      .rebox ul.sym-inline-list li a:not(.btn), body.resort #bottom-content .content-box ul.sym-inline-list li a:not(.btn) {
        color: white; }
  .rebox p.disclaimer, body.resort #bottom-content .content-box p.disclaimer {
    font-size: 12px;
    font-style: italic;
    position: relative;
    padding-top: 15px; }
    .rebox p.disclaimer::before, body.resort #bottom-content .content-box p.disclaimer::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 1px;
      background: white; }
  .rebox::after, body.resort #bottom-content .content-box::after {
    content: " ";
    position: absolute;
    bottom: -190px;
    left: 1%;
    width: 320px;
    height: 190px;
    background: url(images/deco-plants-2.png) no-repeat 50% 100%; }

.fancybox-close {
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(images/close-black.png) no-repeat center; }
  .fancybox-close:hover {
    background: url(images/close-hover.png) no-repeat center; }

/* SLICK SLIDER
*********************************************************** */
.sym-slides, .slick {
  opacity: 0;
  transition: all 0.5s ease-in-out; }
  .sym-slides.slick-initialized, .slick.slick-initialized {
    opacity: 1; }

/*** Slick Dots ***/
ul.slick-dots {
  padding-left: 0;
  text-align: center; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer; }
    ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 0px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      border-radius: 50%;
      background-color: #ffc12c;
      border: 1px solid #ffc12c;
      background-clip: padding-box;
      /* Prevents border-radius causing bg color bleed in FF */ }
    ul.slick-dots li.slick-active button {
      background-color: #ffc12c; }

/*** Slick Arrows ***/
.slick-prev,
.slick-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  border-radius: 0px; }

.slick-prev {
  left: 0;
  background: url(svg/prev-arrow.svg) no-repeat center center #ffc12c;
  background-size: 27px auto; }

.slick-next {
  right: 0;
  background: url(svg/next-arrow.svg) no-repeat center center #ffc12c;
  background-size: 27px auto; }

#header {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: black;
  z-index: 99;
  text-align: center;
  padding: 5px 0;
  height: 122px; }
  #header .burger {
    cursor: pointer;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 30px;
    display: none;
    z-index: 99999; }
    #header .burger .bar {
      width: 100%;
      height: 3px;
      background-color: #ffc12c;
      margin: 0 0 5px 0;
      display: block;
      -ms-transform: rotate(0deg);
      /* IE 9 */
      -ms-transform-origin: 0% 0%;
      /* IE 9 */
      -webkit-transform: rotate(0deg);
      /* Chrome, Safari, Opera */
      -webkit-transform-origin: 0% 0%;
      /* Chrome, Safari, Opera */
      transform: rotate(0deg);
      transform-origin: 0% 0%;
      transition: all 0.3s ease-in-out; }
  #header .container {
    position: relative; }
  #header:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 31px;
    z-index: -1;
    left: 0px; }
  #header a.logo {
    background: url("svg/logo.svg") center center no-repeat;
    display: inline-block;
    text-indent: -55555px;
    position: absolute;
    width: 200px;
    height: 100px;
    top: 10px;
    text-align: left;
    left: -20px; }
    #header a.logo:hover {
      opacity: 0.7; }
  #header .main-menu {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 30px; }
  #header .booking-holder {
    position: absolute;
    right: 0px;
    top: 18px;
    text-align: center; }
    #header .booking-holder .best-rate {
      display: block;
      font-size: 13.5px;
      font-family: "Fira Sans", sans-serif;
      font-style: italic; }
    #header .booking-holder .phone {
      display: block;
      font-size: 15px;
      font-family: "Raleway", sans-serif;
      letter-spacing: 1px; }
      #header .booking-holder .phone a {
        color: white; }
        #header .booking-holder .phone a:hover {
          color: #ffc12c; }
    #header .booking-holder .booking-trigger {
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      padding: 14px 30px 3px;
      letter-spacing: .5px;
      margin-top: 2px;
      display: inline-block;
      cursor: pointer;
      width: 170px;
      height: 46px;
      line-height: 1.05em;
      text-align: center;
      font-weight: 700; }
      #header .booking-holder .booking-trigger:hover {
        background: #ffffff;
        color: #000; }
  #header #primary-nav {
    margin-top: 51px; }
    #header #primary-nav ul li {
      list-style: none;
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
      margin-right: 22px;
      position: relative; }
      #header #primary-nav ul li:last-child {
        margin-right: 0; }
      #header #primary-nav ul li a {
        color: #ffffff;
        padding-bottom: 12px;
        display: block;
        position: relative;
        padding: 0 2px 12px; }
        #header #primary-nav ul li a:after {
          content: " ";
          position: absolute;
          left: 0px;
          bottom: -4px;
          height: 3px;
          width: 100%;
          background: #000; }
        #header #primary-nav ul li a:hover:after, #header #primary-nav ul li a.active:after {
          background: #ffffff; }
      #header #primary-nav ul li ul.submenu {
        position: absolute;
        width: 145px;
        text-align: left;
        z-index: 10;
        top: 78px;
        background: #fff;
        text-align: center;
        display: none;
        left: 50%;
        margin-left: -72.5px;
        padding: 30px 0px 16px 0px;
        border-bottom: 0px; }
        #header #primary-nav ul li ul.submenu:before {
          padding-top: 30px;
          content: "";
          position: absolute;
          height: 40px;
          top: -40px;
          width: 100%;
          left: 0px; }
        #header #primary-nav ul li ul.submenu:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-left: -17px;
          border-width: 0 17px 7px 17px;
          border-style: solid;
          border-color: #fff transparent; }
        #header #primary-nav ul li ul.submenu li {
          display: block;
          font-size: 14px;
          padding: 2px 5px;
          text-transform: none;
          white-space: nowrap;
          margin-right: 0;
          letter-spacing: .5px; }
          #header #primary-nav ul li ul.submenu li a:after {
            width: 100%;
            background: #fff;
            height: 0px;
            content: " ";
            position: absolute;
            bottom: 0px;
            left: 0px; }
          #header #primary-nav ul li ul.submenu li a:hover, #header #primary-nav ul li ul.submenu li a.active {
            color: #ffc12c; }

#footer {
  clear: both;
  margin-bottom: -25px;
  padding-top: 47px;
  background: url(images/Sunstream-homepage-footer.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fffdf6; }
  #footer h2 {
    font-family: "Raleway", sans-serif;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700; }
  #footer .sunstream svg {
    width: 129px;
    height: 135px;
    display: block;
    margin: 0 auto; }
  #footer .sunstream:hover svg .cls-1 {
    fill: #ffc12c; }
  #footer .top-section {
    padding-bottom: 40px; }
    #footer .top-section .address {
      font-size: 17px;
      margin-bottom: 35px; }
      #footer .top-section .address .addy {
        margin-bottom: 12px; }
      #footer .top-section .address a {
        color: #ffffff; }
        #footer .top-section .address a:hover {
          color: #ffc12c; }
  #footer .logo-suns-footer {
    margin-bottom: 64px; }
  #footer ul.social-media {
    margin-bottom: 0; }
    #footer ul.social-media li {
      width: 30px;
      display: inline-block;
      margin-right: 15px; }
      #footer ul.social-media li:hover svg .cls-1 {
        fill: #ffc12c; }
  #footer #secondary-nav ul {
    font-size: 18px; }
    #footer #secondary-nav ul li {
      list-style: none;
      margin-bottom: 10px; }
      #footer #secondary-nav ul li a {
        color: #ffffff; }
        #footer #secondary-nav ul li a:hover, #footer #secondary-nav ul li a.active {
          color: #ffc12c; }
  #footer #email-signup {
    margin-bottom: 50px; }
    #footer #email-signup iframe {
      border: 0px; }
    #footer #email-signup body.ui-mobile-viewport, #footer #email-signup div.ui-mobile-viewport {
      overflow: hidden; }
    #footer #email-signup .ui-input-text, #footer #email-signup .ui-input-search {
      margin: 0 !important; }
    #footer #email-signup label {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    #footer #email-signup input {
      display: block;
      background: transparent;
      border-bottom: 1px solid #fff;
      width: 100%;
      max-width: 210px;
      padding: 0 0 5px;
      font-size: 17px;
      margin-bottom: 22px;
      color: white; }
      #footer #email-signup input:-ms-input-placeholder {
        color: white; }
      #footer #email-signup input::placeholder {
        color: white; }
    #footer #email-signup .gdpr {
      margin: 10px 0; }
      #footer #email-signup .gdpr label {
        display: inline;
        position: relative;
        color: white;
        font-size: 13px; }
      #footer #email-signup .gdpr input {
        width: auto !important;
        min-height: 0 !important;
        -webkit-appearance: checkbox;
        display: inline;
        margin-bottom: 0; }
    #footer #email-signup .optInCheckbox {
      display: none; }
    #footer #email-signup .errorString {
      display: block;
      margin-bottom: 10px; }
    #footer #email-signup #emailSignup, #footer #email-signup button {
      letter-spacing: 2px;
      border: 0px;
      background: #ffc12c;
      color: #000;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      padding: 2px 30px 3px;
      letter-spacing: .5px;
      margin-top: 2px;
      display: inline-block;
      cursor: pointer;
      width: 170px;
      height: 46px;
      line-height: 1.05em;
      text-align: center;
      font-weight: 700; }
      #footer #email-signup #emailSignup:hover, #footer #email-signup button:hover {
        background: #ffffff;
        color: #000; }
      #footer #email-signup #emailSignup svg, #footer #email-signup button svg {
        max-width: 12px;
        margin-left: 3px;
        padding-top: 1px; }
      #footer #email-signup #emailSignup:hover svg, #footer #email-signup button:hover svg {
        fill: #ffc12c; }
  #footer .rights {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px; }
  #footer a.tambourine:hover {
    opacity: 0.7; }
  #footer #third-nav ul {
    margin-bottom: 3px; }
    #footer #third-nav ul li {
      list-style: none;
      display: inline-block;
      background: url("images/small-dot.png") no-repeat right center;
      padding-right: 10px;
      font-size: 14px; }
      #footer #third-nav ul li:last-child {
        background: none; }
      #footer #third-nav ul li a {
        color: #ffffff; }
        #footer #third-nav ul li a:hover, #footer #third-nav ul li a.active {
          color: #ffc12c; }
  #footer .btm-section {
    background: #fff;
    padding: 15px 0;
    text-align: center; }
    #footer .btm-section ul {
      margin-bottom: 0; }
      #footer .btm-section ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 72px; }
        #footer .btm-section ul li:first-of-type svg {
          width: 112px;
          height: 51px; }
        #footer .btm-section ul li:nth-of-type(2) svg {
          width: 134px;
          height: 37px; }
        #footer .btm-section ul li:nth-of-type(3) svg {
          width: 160px;
          height: 37px; }
        #footer .btm-section ul li:nth-of-type(4) svg {
          width: 134px;
          height: 37px; }
        #footer .btm-section ul li:last-of-type {
          margin-right: 0; }
          #footer .btm-section ul li:last-of-type svg {
            width: 151px;
            height: 32.11px; }
        #footer .btm-section ul li:hover svg .cls-1 {
          fill: #ffc12c; }
        #footer .btm-section ul li:hover #club-vacation-logo svg .cls-1 {
          fill: black; }
          #footer .btm-section ul li:hover #club-vacation-logo svg .cls-1:hover {
            fill: black; }

.booking-widget {
  display: none;
  position: absolute;
  width: 338px;
  height: 730px;
  right: 0px;
  background: #6fa8cb;
  z-index: 999;
  top: 88px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px; }
  .booking-widget .close-booking {
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .booking-widget .close-booking svg {
      height: 15px;
      fill: #ffc12c; }
    .booking-widget .close-booking:hover {
      opacity: 0.5;
      transition: all 0.3s ease-in-out; }
  .booking-widget .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    clear: both;
    margin: 40px 0 20px 0; }
  .booking-widget .subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    clear: both;
    margin: 30px 0 10px 0; }
  .booking-widget form .form-entry {
    display: block;
    padding-left: 30px;
    margin-bottom: 20px; }
    .booking-widget form .form-entry label {
      font-family: "Fira Sans", sans-serif;
      font-size: 15px;
      font-style: italic;
      margin-bottom: 0; }
    .booking-widget form .form-entry input[type=text], .booking-widget form .form-entry select {
      background: transparent;
      border-bottom: 1px solid #000; }
    .booking-widget form .form-entry.date {
      background: url(svg/icon-clock.svg) no-repeat left 75%;
      background-size: 20px auto; }
    .booking-widget form .form-entry.guests {
      background: url(svg/icon-people.svg) no-repeat left 75%;
      background-size: 30px auto; }
    .booking-widget form .form-entry select {
      width: 100px;
      background: url(svg/select-arrow.svg) no-repeat right center;
      background-size: 12px auto; }
  .booking-widget form input[type=submit]:hover {
    background: white; }
  .booking-widget ul {
    list-style: disc;
    margin-left: 20px; }
  .booking-widget .modify {
    display: block;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffc12c;
    font-size: 14px; }
    .booking-widget .modify:hover {
      opacity: 0.5; }

@keyframes home-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#home {
  background: white; }
  #home .top-content {
    position: relative;
    margin: 120px auto 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 1500px; }
    #home .top-content .uvp {
      position: absolute;
      top: 35%;
      left: 60%;
      width: 33%;
      z-index: 2; }
      #home .top-content .uvp .text {
        color: white;
        font-family: "Fira Sans", sans-serif;
        font-size: 55px;
        line-height: 1;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        max-width: 430px;
        text-align: right;
        font-weight: lighter;
        font-style: italic; }
        #home .top-content .uvp .text span {
          text-transform: none;
          display: block;
          font-family: "Fira Sans", sans-serif;
          font-style: italic;
          font-weight: 400; }
    #home .top-content .arrow-home {
      background: url("images/dropdown.svg") no-repeat center top;
      width: 90px;
      padding-top: 40px;
      height: 20px;
      display: block;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      position: absolute;
      z-index: 10;
      left: 50%;
      margin-left: -30px;
      cursor: pointer;
      bottom: 10%;
      animation: home-scroll 2s infinite .4s; }
    #home .top-content .header-img {
      z-index: 1; }
      #home .top-content .header-img .sym-slide {
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 570px; }
  #home .main-content .intro-content {
    overflow: hidden; }
    #home .main-content .intro-content .container {
      padding: 30px 50px;
      position: relative;
      /*.flower{
					position: absolute;
					z-index: 1;
					right: -160px;
					bottom: 105px;
					width: 200px;
					height: 200px;
					background: url(images/deco-flower-1.png) no-repeat 100% 70%;
				}*/ }
      #home .main-content .intro-content .container .text {
        margin-top: 50px; }
        #home .main-content .intro-content .container .text p {
          padding-right: 60px; }
      #home .main-content .intro-content .container .image {
        position: relative;
        z-index: 5; }
      #home .main-content .intro-content .container .benefits {
        margin-top: 60px;
        text-align: center; }
        #home .main-content .intro-content .container .benefits h2 {
          font-size: 26px;
          text-transform: uppercase;
          font-family: "Fira Sans", sans-serif;
          letter-spacing: 1px;
          margin: 60px 0 40px 0; }
        #home .main-content .intro-content .container .benefits ul li {
          display: inline-block;
          vertical-align: middle;
          line-height: 0.9;
          color: #ffc12c;
          font-family: "Fira Sans", sans-serif;
          font-size: 26px;
          font-style: italic;
          padding: 0 60px; }
          #home .main-content .intro-content .container .benefits ul li:nth-child(2) {
            border-right: 1px solid #ffc12c;
            border-left: 1px solid #ffc12c; }
          #home .main-content .intro-content .container .benefits ul li:first-child {
            padding: 0 60px 0 0; }
          #home .main-content .intro-content .container .benefits ul li:last-child {
            padding: 0 0px 0 60px; }
  #home .main-content .main-bottom.rooms {
    padding-bottom: 50px; }
  #home .main-content .main-bottom ul.accommodations li .btn-trigger {
    margin: 0 auto;
    display: block; }
  #home .main-content .main-bottom ul.accommodations li#room2768 .overlay-box {
    display: none; }
    #home .main-content .main-bottom ul.accommodations li#room2768 .overlay-box .overlay {
      display: none; }
  #home .main-content .main-bottom ul.accommodations li#room2768 .room-item .sym-slides img {
    position: relative;
    left: -53px; }
  #home .main-content .main-bottom ul.accommodations li#room2769 .room-item:after {
    content: ' Pointe Estero Beach Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2769 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/01-Pointe-Estero-Beach-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2769 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2770 .room-item:after {
    content: ' Diamondhead Beach Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2770 .room-item .sym-slides img {
    position: relative;
    left: -70px; }
  #home .main-content .main-bottom ul.accommodations li#room2770 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/02-Diamong-head-beach.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2770 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2771 .room-item:after {
    content: ' Gullwing Beach Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2771 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/03-Gullwing-beach-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2771 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2772 .room-item:after {
    content: ' Bellasera Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2772 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/04-Bellasera-resort-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2772 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2773 .room-item:after {
    content: ' Oceanside Inn ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2773 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/05-Oceanside-Inn-Logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2773 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2774 .room-item:after {
    content: ' Vanderbilt Beach & Harbour Club ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2774 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/06-Vanderbilt-beach-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2774 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2775 .room-item:after {
    content: ' Park Shore Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2775 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/07-Park-shore-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2775 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room2776 .room-item:after {
    content: ' Port of the Islands ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room2776 .overlay-box .overlay .overlay-inner .name {
    background: url("svg/08-Port-islands-logo.svg") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room2776 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations li#room4768 .room-item:after {
    content: ' Lovers Key Resort ';
    top: 86%;
    text-align: center;
    width: 100%;
    height: 49px;
    padding-top: 11px;
    left: 0;
    font-family: "Fira Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0.7); }
  #home .main-content .main-bottom ul.accommodations li#room4768 .overlay-box .overlay .overlay-inner .name {
    background: url("images/09-lovers-key-logo.png") no-repeat center top;
    padding-top: 80px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0); }
    #home .main-content .main-bottom ul.accommodations li#room4768 .overlay-box .overlay .overlay-inner .name span {
      margin-top: 15px;
      border-top: 0;
      color: white; }
  #home .main-content .main-bottom ul.accommodations .room-item {
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%; }
    #home .main-content .main-bottom ul.accommodations .room-item:after {
      content: ' ';
      position: absolute;
      width: 200px;
      height: 200px;
      z-index: 2;
      left: calc(50% - 130px);
      top: 30%;
      color: white;
      font-weight: bold;
      text-transform: uppercase; }
    #home .main-content .main-bottom ul.accommodations .room-item:hover:after {
      display: none; }
    #home .main-content .main-bottom ul.accommodations .room-item .sym-slides {
      margin: 0; }
      #home .main-content .main-bottom ul.accommodations .room-item .sym-slides .slide {
        text-align: center;
        max-width: 100%;
        background: black; }
        #home .main-content .main-bottom ul.accommodations .room-item .sym-slides .slide img {
          display: inline-block;
          opacity: 1; }
    #home .main-content .main-bottom ul.accommodations .room-item .overlay-box {
      height: 350px;
      width: 100%;
      margin: 0 auto; }
      #home .main-content .main-bottom ul.accommodations .room-item .overlay-box .overlay .overlay-inner p {
        margin: 15px 0;
        display: inline-block;
        width: 94%;
        line-height: 1.4;
        padding: 0 3%;
        color: #ffc12c; }
  #home .main-content .home-testimonials {
    padding: 60px 0;
    overflow: hidden; }
    #home .main-content .home-testimonials .testimonials, #home .main-content .home-testimonials .image {
      display: inline-block;
      vertical-align: middle;
      margin: 0 -2px; }
    #home .main-content .home-testimonials .image {
      max-width: 50%; }
    #home .main-content .home-testimonials .testimonials {
      width: 50%;
      position: relative; }
      #home .main-content .home-testimonials .testimonials .title {
        margin-right: 20px;
        position: relative;
        padding: 15px 0 40px 90px;
        background: url(svg/TA-logo.svg) center 0px no-repeat;
        background-size: 70px auto;
        color: #000000;
        font-family: "Fira Sans", sans-serif;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 30px; }
        #home .main-content .home-testimonials .testimonials .title::after {
          content: " ";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 80px;
          height: 1px;
          background: white; }
      #home .main-content .home-testimonials .testimonials ul {
        text-align: center;
        color: #000000; }
        #home .main-content .home-testimonials .testimonials ul li {
          text-align: center;
          padding: 0 40px 20px 0; }
          #home .main-content .home-testimonials .testimonials ul li blockquote {
            margin: 0;
            font-family: "Raleway", sans-serif;
            font-size: 17px; }
            #home .main-content .home-testimonials .testimonials ul li blockquote strong {
              font-weight: 300;
              font-size: 39px;
              display: block;
              line-height: 1;
              font-family: "Fira Sans", sans-serif; }
          #home .main-content .home-testimonials .testimonials ul li cite {
            margin-top: 20px;
            display: block;
            font-size: 15px;
            text-transform: uppercase;
            font-style: normal; }
        #home .main-content .home-testimonials .testimonials ul ul.slick-dots {
          /*position: absolute;
						left: 42%;*/ }
          #home .main-content .home-testimonials .testimonials ul ul.slick-dots li {
            padding: 0; }
            #home .main-content .home-testimonials .testimonials ul ul.slick-dots li button {
              border: 1px solid #ffc12c; }
            #home .main-content .home-testimonials .testimonials ul ul.slick-dots li.slick-active button {
              background: black; }
      #home .main-content .home-testimonials .testimonials::after {
        content: " ";
        position: absolute;
        width: 0%;
        left: 0;
        height: 1px;
        background: white;
        bottom: 20px; }
      #home .main-content .home-testimonials .testimonials.fade-in::after {
        width: 100%;
        transition: width 0.8s ease-in-out 0.5s; }
  #home .main-content .home-reasons {
    background-color: black;
    position: relative;
    overflow: hidden; }
    #home .main-content .home-reasons .our-services {
      color: white;
      font-family: "Fira Sans", sans-serif;
      font-size: 60px;
      line-height: 1;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
      #home .main-content .home-reasons .our-services span {
        text-transform: none;
        display: inline-block;
        font-family: "Fira Sans", sans-serif;
        color: white; }
    #home .main-content .home-reasons .info {
      color: #fff; }
    #home .main-content .home-reasons .slick-prev {
      left: 57%;
      background: url(svg/Sunstream-arrows-left.svg) no-repeat center center;
      top: 88%; }
      #home .main-content .home-reasons .slick-prev:hover {
        background: url(svg/Sunstream-arrows-left-HOVER.svg) no-repeat center center; }
    #home .main-content .home-reasons .slick-next {
      right: 33%;
      background: url(svg/Sunstream-arrows-right.svg) no-repeat center center;
      top: 88%; }
      #home .main-content .home-reasons .slick-next:hover {
        background: url(svg/Sunstream-arrows-right-HOVER.svg) no-repeat center center; }
    #home .main-content .home-reasons .reason .text, #home .main-content .home-reasons .reason .image {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin: 0 -2px; }
    #home .main-content .home-reasons .reason .image img {
      max-width: 100%; }
    #home .main-content .home-reasons .reason .text {
      padding-left: 8%; }
      #home .main-content .home-reasons .reason .text .info .number, #home .main-content .home-reasons .reason .text .info .wrap {
        display: inline-block;
        vertical-align: top; }
      #home .main-content .home-reasons .reason .text .info .number {
        font-family: "Fira Sans", sans-serif;
        color: #ffc12c;
        font-size: 50px;
        width: 55px; }
      #home .main-content .home-reasons .reason .text .info .wrap {
        max-width: 80%; }
        #home .main-content .home-reasons .reason .text .info .wrap strong {
          display: block;
          margin-bottom: 12px;
          font-family: "Fira Sans", sans-serif;
          color: #ffc12c;
          font-size: 27px; }
        #home .main-content .home-reasons .reason .text .info .wrap p {
          margin-bottom: 20px; }
    #home .main-content .home-reasons ul.slick-dots {
      position: absolute;
      bottom: 0;
      width: 35%;
      left: 13%;
      text-align: left; }
  #home .main-content .home-gallery {
    padding: 75px 0;
    background: url(images/white-pattern.png) fixed; }
    #home .main-content .home-gallery .item {
      float: left; }
      #home .main-content .home-gallery .item img {
        margin-bottom: 18px;
        max-width: 100%; }
      #home .main-content .home-gallery .item:nth-child(1) {
        width: 33.8%;
        max-width: 385px; }
      #home .main-content .home-gallery .item:nth-child(2) {
        width: 26.2%;
        max-width: 298px;
        margin: 0 18px; }
      #home .main-content .home-gallery .item:nth-child(3) {
        width: 35.4%;
        max-width: 403px; }
      #home .main-content .home-gallery .item .set1 {
        transform: translate(-10%, 0%); }
      #home .main-content .home-gallery .item .set2 {
        transform: translate(-10%, 10%); }
      #home .main-content .home-gallery .item .set3 {
        transform: translate(-10%, 10%); }
      #home .main-content .home-gallery .item .set4 {
        margin: 15px 0;
        transform: translate(-10%, 10%); }
      #home .main-content .home-gallery .item .set1 {
        transform: translate(-10%, 10%); }
      #home .main-content .home-gallery .item .set1, #home .main-content .home-gallery .item .set2, #home .main-content .home-gallery .item .set3, #home .main-content .home-gallery .item .set4, #home .main-content .home-gallery .item .set5 {
        opacity: 0; }
      #home .main-content .home-gallery .item.fade-in .set1, #home .main-content .home-gallery .item.fade-in .set2, #home .main-content .home-gallery .item.fade-in .set3, #home .main-content .home-gallery .item.fade-in .set4, #home .main-content .home-gallery .item.fade-in .set5 {
        opacity: 1;
        transform: translate(0%, 0%); }
      #home .main-content .home-gallery .item.fade-in .set1 {
        transition: all 0.3s ease-in-out 0.3s; }
      #home .main-content .home-gallery .item.fade-in .set2 {
        transition: all 0.4s ease-in-out 0.5s; }
      #home .main-content .home-gallery .item.fade-in .set3 {
        transition: all 0.4s ease-in-out 0.7s; }
      #home .main-content .home-gallery .item.fade-in .set4 {
        transition: all 0.5s ease-in-out 0.9s; }
      #home .main-content .home-gallery .item.fade-in .set5 {
        transition: all 0.5s ease-in-out 1.1s; }
    #home .main-content .home-gallery .btn, #home .main-content .home-gallery #panel input[type="button"], #panel #home .main-content .home-gallery input[type="button"] {
      margin-left: 90px; }
  #home .main-content .home-meetings {
    background: url(images/Sunstream-homepage-company-snapshot.jpg);
    height: 397px;
    padding: 120px 0 0 0; }
    #home .main-content .home-meetings .image, #home .main-content .home-meetings .text {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      overflow: hidden;
      margin: 0 -2px; }
    #home .main-content .home-meetings .text {
      padding: 0 6%; }
    #home .main-content .home-meetings h2 {
      font-family: "Fira Sans", sans-serif;
      font-size: 60px;
      margin-top: 20px; }
    #home .main-content .home-meetings .sym-inline-list li {
      font-family: "Raleway", sans-serif;
      font-size: 22px;
      border-right: 1px solid #fff; }
      #home .main-content .home-meetings .sym-inline-list li span {
        font-family: "Fira Sans", sans-serif;
        font-size: 80px; }
    #home .main-content .home-meetings .wrap .topspace:last-child li {
      border: none; }
  #home .main-content .home-dining {
    padding: 60px 0; }
    #home .main-content .home-dining .image, #home .main-content .home-dining .text {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      overflow: hidden;
      margin: 0 -2px; }
    #home .main-content .home-dining .text {
      padding: 0 0 0 40px;
      color: #000000; }
      #home .main-content .home-dining .text h2 {
        color: #000000;
        font-family: "Fira Sans", sans-serif;
        font-size: 50px;
        font-weight: lighter;
        font-style: italic; }
        #home .main-content .home-dining .text h2 span {
          color: #000000;
          font-family: "Fira Sans", sans-serif;
          font-size: 50px;
          font-weight: 400;
          font-style: italic; }
        #home .main-content .home-dining .text h2::after {
          background: #ffc12c; }
      #home .main-content .home-dining .text .btn, #home .main-content .home-dining .text #panel input[type="button"], #panel #home .main-content .home-dining .text input[type="button"] {
        background: white;
        color: #ffc12c;
        border: 1px solid white; }
        #home .main-content .home-dining .text .btn:hover, #home .main-content .home-dining .text #panel input:hover[type="button"], #panel #home .main-content .home-dining .text input:hover[type="button"] {
          background: transparent;
          color: white; }
      #home .main-content .home-dining .text p {
        padding-right: 60px; }
  #home .main-content .home-map {
    height: 644px;
    overflow: hidden;
    position: relative; }
    #home .main-content .home-map #myMap {
      width: 90%;
      position: relative;
      z-index: 1;
      height: 100%;
      margin: 0;
      top: 0;
      left: 0; }
    #home .main-content .home-map .list {
      position: absolute;
      z-index: 5;
      right: 0;
      width: 570px;
      background: #eeece4;
      height: 644px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
      padding: 80px 80px; }
      #home .main-content .home-map .list ul {
        margin: 50px 0 50px 30px; }
        #home .main-content .home-map .list ul li {
          position: relative;
          padding-left: 30px;
          font-size: 18px;
          cursor: pointer;
          margin-bottom: 10px; }
          #home .main-content .home-map .list ul li::before {
            content: " ";
            position: absolute;
            width: 6px;
            height: 6px;
            background: #ffc12c;
            top: 10px;
            left: 0; }
          #home .main-content .home-map .list ul li.active {
            color: #ffc12c;
            font-weight: 600; }

/*** POST LIST ***/
.has-blog .post-title {
  color: #ffc12c;
  margin-bottom: 10px; }

.has-blog ul.posts-list li {
  margin: 2em 0;
  padding-right: 10%; }
  .has-blog ul.posts-list li img {
    width: 100%;
    height: auto; }
  .has-blog ul.posts-list li a.read-more {
    text-transform: uppercase;
    font-size: 75%;
    text-decoration: underline; }

.has-blog .posts-sidebar {
  background-color: #FFF;
  padding: 3%;
  margin: 2em 0;
  text-align: center; }
  .has-blog .posts-sidebar > *:first-child {
    margin-top: 0; }
  .has-blog .posts-sidebar > *:last-child {
    margin-bottom: 0; }
  .has-blog .posts-sidebar h3, .has-blog .posts-sidebar h2 {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 130% !important; }
  .has-blog .posts-sidebar p {
    font-size: 90% !important;
    margin-bottom: 2em; }
  .has-blog .posts-sidebar ul.blog-archive {
    list-style: none;
    text-align: left;
    padding: 0 5%;
    font-size: 90%; }
    .has-blog .posts-sidebar ul.blog-archive li a.year {
      display: block;
      border-top: 1px solid #E0E0E0;
      padding: 0 5%; }
    .has-blog .posts-sidebar ul.blog-archive li:last-child a.year {
      border-bottom: 1px solid #E0E0E0; }
    .has-blog .posts-sidebar ul.blog-archive li ul.sub-blog-archive {
      margin: 10px 0; }

/*** ARTICLE VIEW ***/
.has-post h1 {
  display: none; }

.has-post article.post {
  margin-bottom: 4em; }
  .has-post article.post .post-content {
    padding: 2.5% 5%; }
    .has-post article.post .post-content .inner-content h1 {
      display: block; }
    .has-post article.post .post-content .inner-content .date {
      font-family: serif;
      font-style: italic;
      font-size: 18px;
      margin-bottom: 2em;
      margin-top: -1em; }
    .has-post article.post .post-content .share-btn {
      display: inline-block;
      height: 32px;
      margin-top: 1em;
      padding-left: 40px;
      background: url(images/icon-share.png) left center no-repeat;
      background-size: 31.5px 27px;
      text-transform: uppercase;
      font-size: 90%;
      line-height: 2.2;
      color: #a4a4a4 !important;
      transition: all 0.3s ease-in-out; }
      .has-post article.post .post-content .share-btn:hover {
        opacity: 0.7; }
  .has-post article.post .post-img figure {
    margin-bottom: 1em;
    position: relative; }
    .has-post article.post .post-img figure img {
      width: 100%;
      height: auto; }
    .has-post article.post .post-img figure .pin-it-button {
      width: 43px;
      height: 21px;
      position: absolute;
      top: 5px;
      left: 10px;
      transition: all 0.3s ease-in-out; }
      .has-post article.post .post-img figure .pin-it-button:hover {
        opacity: 0.7; }

.has-post #share-modal {
  min-width: 500px;
  padding: 3em;
  text-align: center; }
  .has-post #share-modal h2 {
    margin: 0 0 1em 0; }

/* MAP
*********************************************************** */
.return-from-map {
  position: fixed;
  z-index: 99;
  left: 10%;
  top: 150px; }

.infoBox img {
  z-index: 99 !important; }

.map_popup .map_popup {
  background: #FFFFFF !important;
  width: 220px !important;
  z-index: -1 !important; }
  .map_popup .map_popup img {
    width: 200px !important;
    position: relative !important; }

.map_popup img {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: -8px;
  width: 220px !important;
  z-index: 1 !important; }

.map_popup .desc {
  padding: 0 20px;
  overflow: auto;
  box-shadow: 0 0 30px rgba(85, 85, 85, 0.5);
  background: #fff;
  width: 220px !important; }
  .map_popup .desc h2 {
    color: #ffc12c !important;
    margin: 15px 0 5px;
    font-size: 17px; }
  .map_popup .desc p {
    color: #000 !important;
    white-space: pre-wrap;
    line-height: 1.3em;
    margin-bottom: 18px;
    font-size: 14px; }

/* MAP CATEGORY
*********************************************************** */
/*
body#map-category{
	#myMap{
	    max-height: calc(100vh - 100px);
	}
	.prev{
		position: fixed;
		top:160px;
		left: 5%;
		z-index: 3;
	}
	#amenityMenu{
		position: absolute;
		dl{
			dt{
				a{
					color: #333;
					//background-image: url(images/arrow-down-orange.png);
				}
				&.open a{
					background-color: $primary_color;
					color: #fff;
				}
				&.view-all{}
			}
			dd{
				ul{
					padding-left: 0;
					li{
						a{
							font-family: $secondary_font;
							font-style: normal;
						}
						&.active {
							a{
								color: $primary_color;
							}
							span{
								//background: url(images/map/circle.png) no-repeat center center;
							}
						}
					} 					
				}
				&.p-open{}
			}
		}
	}
	.ui-infobox{
		.ui-infobox-content{
		    width: 100%;
		    padding: 0 10px 10px;
		    float: none;
		    img.thumb{
			    width: 251px;
				position: static;
				margin-top: -8px;
				margin-left: -11px;
				margin-bottom: 10px;
				border-radius: 4px 4px 0 0;
		    }
		    .title{
			    color: $txt_color;
		        font-size: 16px;
		        text-transform: uppercase;
		        margin-bottom: 5px;
		        width: 100%;
		        padding: 0;
		        float: none;
		    }
		    p{
		        display: block;
		        float: none;
		        padding: 0;
		        color: $txt_color;
		        margin-bottom: 10px;
		        width: 100%;
		    }
		}
	}
}
*/
/* MAP CATEGORY SIDEBAR
*********************************************************** */
#myMap {
  background: #d8d8d8 !important;
  margin-top: 100px;
  height: calc(100vh - 100px) !important;
  width: 100%;
  float: left; }

#markers-sidebar {
  width: 30%;
  height: 100vh;
  max-height: 100vh !important;
  padding: 1%;
  float: right;
  overflow: scroll;
  background-color: #fff;
  color: #7c7975;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  #markers-sidebar header h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #16213c; }
  #markers-sidebar header select {
    width: 100%;
    font-size: 14px;
    padding: 10px 7%;
    -webkit-appearance: none;
    border-radius: 0;
    text-align: center;
    font-style: italic; }

body#map-category-sidebar #myMap {
  background: #d8d8d8 !important;
  height: 100vh !important;
  width: 70%;
  float: left; }

/*** CALENDAR VIEW  ***/
body.has-calendar #content .filter form {
  margin-left: 20px;
  margin-bottom: 0;
  padding-left: 7%; }
  body.has-calendar #content .filter form label,
  body.has-calendar #content .filter form select {
    margin-left: 5px;
    text-transform: capitalize;
    height: 24px;
    font-family: "Raleway", sans-serif;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    -webkit-appearance: none; }
  body.has-calendar #content .filter form select {
    width: 90px;
    margin: 0 30px 0 15px;
    background-size: 20px;
    padding: 0px 10px; }
    body.has-calendar #content .filter form select:hover {
      color: #000; }

body.has-calendar #content ul.upcoming-events {
  margin-top: 3em;
  clear: both; }
  body.has-calendar #content ul.upcoming-events li.event {
    margin: 0 0 4em 0;
    vertical-align: top;
    list-style: none; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner figure {
      overflow: hidden;
      width: 90%;
      margin: 0 auto;
      position: relative; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner figure img {
        width: 100%;
        transition: all 0.3s ease-in-out; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner figure figcaption {
        display: none; }
        body.has-calendar #content ul.upcoming-events li.event .event-inner figure figcaption p {
          margin: 0;
          padding: 10px 20px;
          border-radius: 2px;
          background-color: rgba(255, 255, 255, 0.9);
          display: inline-block;
          color: #222;
          text-transform: uppercase;
          font-size: 70%;
          border: 1px solid #222;
          font-family: "Fira Sans", sans-serif;
          transition: all 0.3s ease-in-out;
          position: relative;
          top: -20px;
          left: 0;
          z-index: 100; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy {
      padding: 0 2%; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-name {
        margin: 1.5em auto 1em;
        transition: all 0.3s ease-in-out; }
        body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-name * {
          font-size: 120%;
          line-height: 1.5; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-date {
        transition: all 0.3s ease-in-out;
        color: #ffc12c; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy p {
        margin: 5px 0 2em;
        color: #000; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover figure figcaption p {
      background-color: #ffc12c;
      color: #fff; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover figure img {
      transform: scale(1.1); }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover .event-name {
      opacity: 0.7; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover .event-date {
      opacity: 0.7; }

/*** EVENT VIEW ***/
.event .event-img .pin-it-button {
  width: 43px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 10px;
  transition: all 0.3s ease-in-out; }
  .event .event-img .pin-it-button:hover {
    opacity: 0.7; }

.event .event-img img {
  width: 100%;
  height: auto; }

.event .event-copy form {
  text-align: center; }
  .event .event-copy form fieldset {
    border: none; }
    .event .event-copy form fieldset legend {
      display: none; }

.event .event-copy .event-description {
  width: 80%;
  margin: 0 auto; }

.related-events {
  padding: 4em 0 0; }

.share-btn {
  display: inline-block;
  height: 32px;
  margin-top: 1em;
  padding-left: 40px;
  background: url(images/icon-share.png) left center no-repeat;
  background-size: 31.5px 27px;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 2.2;
  color: #a4a4a4 !important;
  transition: all 0.3s ease-in-out; }
  .share-btn:hover {
    opacity: 0.7; }

#share-modal {
  min-width: 500px;
  padding: 3em;
  text-align: center; }
  #share-modal h2 {
    margin: 0 0 1em 0; }

/* LAYOUT
*********************************************************** */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.v-align {
  float: none;
  display: inline-block;
  vertical-align: middle; }

/*  Vertically centered vía CSS3 */
.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* Horizontally centered columns styles */
/* columns of same height styles */
/* SCROLL MAGIC
*********************************************************** */
.animate-fade {
  opacity: 0; }
  .animate-fade.top {
    transform: translateY(-10%); }
    .animate-fade.top.fade-in {
      transform: translateY(0%); }
  .animate-fade.bottom {
    transform: translateY(10%); }
    .animate-fade.bottom.fade-in {
      transform: translateY(0%); }
  .animate-fade.left {
    transform: translateX(-10%); }
    .animate-fade.left.fade-in {
      transform: translateX(0%); }
  .animate-fade.right {
    transform: translateX(10%); }
    .animate-fade.right.fade-in {
      transform: translateX(0%); }
  .animate-fade.fade-in {
    opacity: 1;
    transition: all 1s ease-out; }

/* MISC
*********************************************************** */
blockquote {
  margin-left: 0;
  font-size: inherit;
  border-left: none; }

.breadcrumb {
  padding: 8px 15px;
  margin-left: 20px;
  margin-bottom: 5px;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb li + li:before {
    padding: 0 5px;
    color: #777;
    content: "\3e";
    content: "›"; }
  .breadcrumb > .active {
    color: #777; }

/* DATEPICKER
*********************************************************** */
.ui-datepicker-group-first {
  border-right: 1px solid #f3f3f3; }

#ui-datepicker-div.ui-widget-content {
  background: #ffffff !important;
  z-index: 1000 !important;
  border: none !important;
  padding: 0 !important; }

#ui-datepicker-div.ui-widget-content * {
  font-family: sans-serif;
  font-weight: normal !important;
  font-size: 14px;
  text-align: center; }

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  transform: translateY(-50%); }

.ui-datepicker-prev {
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%); }

.ui-datepicker-next {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%); }
  .ui-datepicker-next span {
    margin-top: -8px !important;
    transform: rotate(180deg) !important; }

.ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important; }
  .ui-datepicker-calendar thead {
    background: #6fa8cb; }
  .ui-datepicker-calendar tbody {
    padding: 10px;
    background: #ffffff; }

.ui-icon, .ui-state-active .ui-icon, .ui-state-default .ui-icon, .ui-state-focus .ui-icon, .ui-state-highlight .ui-icon, .ui-state-hover .ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/left-arrow-datepicker.svg") !important;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat; }

.ui-state-active:hover, .ui-datepicker-next .ui-corner-all:hover {
  background-color: #ffc12c !important; }

#ui-datepicker-div.ui-widget-content a span, #ui-datepicker-div.ui-widget-content a span {
  margin-top: 0;
  top: 50% !important; }

.ui-state-default {
  background-color: white !important;
  border: 0 !important; }

#ui-datepicker-div .ui-widget-header {
  position: relative;
  padding: 10px 0;
  background: #ffc12c !important;
  color: #ffffff;
  border-radius: 0 !important;
  border: 0 !important;
  height: 45px; }
  #ui-datepicker-div .ui-widget-header .ui-datepicker-title {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif !important; }
    #ui-datepicker-div .ui-widget-header .ui-datepicker-title select, #ui-datepicker-div .ui-widget-header .ui-datepicker-title span {
      text-transform: uppercase;
      font-family: "Fira Sans", sans-serif;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      -moz-appearance: none; }

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: none !important;
  border: 0 !important;
  color: #666 !important; }

#ui-datepicker-div .ui-datepicker th {
  font-weight: normal !important; }

#ui-datepicker-div.ui-widget-content a,
#ui-datepicker-div.ui-widget-content a {
  text-align: center;
  color: #000; }

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div.ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #ffc12c !important;
  border-color: #ffc12c;
  color: #fff !important; }

#ui-datepicker-div .ui-datepicker th {
  padding: 5px 0 !important;
  font-size: 12px; }

#ui-datepicker-div .ui-datepicker-month, .ui-datepicker-year {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px !important; }

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-focus {
  color: #fff !important;
  background: #ffc12c !important; }

#ui-datepicker-div .ui-accordion-content {
  height: auto !important; }

.special-btn .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

/* SITEMAP
*********************************************************** */
ul.global-sitemap {
  position: relative;
  /* Divides list in 2 columns */
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 90px; }
  ul.global-sitemap li {
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: none; }
    ul.global-sitemap li ul {
      border-left: 1px solid #EAEAEA;
      margin-left: 0px;
      margin-bottom: 10px; }
      ul.global-sitemap li ul li {
        padding: 10px 5px 3px 5px;
        list-style: none !important;
        line-height: 1.2;
        font-size: 90%;
        margin-bottom: 0px; }
        ul.global-sitemap li ul li a {
          text-decoration: none !important;
          color: grey;
          padding-left: 10px; }
          ul.global-sitemap li ul li a:hover {
            color: #ffc12c; }
        ul.global-sitemap li ul li ul {
          margin: 10px 0 0 10px; }
          ul.global-sitemap li ul li ul li ul li {
            padding: 0;
            margin-bottom: 3px; }
            ul.global-sitemap li ul li ul li ul li a {
              opacity: 0.7; }
      ul.global-sitemap li ul li:before {
        display: none; }

/* POPIN STYLES
*********************************************************** */
#content-popin .box-arrow-popin {
  background-color: #ffc12c; }
  #content-popin .box-arrow-popin .arrow {
    background-color: #6fa8cb; }

/* FANCYBOX
*********************************************************** */
.modal-ourteam {
  padding: 80px 100px;
  width: 1000px; }
  @media (max-width: 1100px) {
    .modal-ourteam {
      width: 100%; } }
  .modal-ourteam .title {
    color: #ffc12c;
    font-family: "Raleway", sans-serif;
    font-size: 27px; }
  .modal-ourteam .subtitle {
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700; }

/* OPENTABLE STYLES
*********************************************************** */
/*
//Mixing
@mixin iconOpenTableWidget($icon_path, $icon_size, $icon_position) {
	background: {
		image: $icon_path;
		size: $icon_size;
		position: $icon_position;
		repeat: no-repeat;
	}
}

//VARIABLES [Settings]

//General
$widget_width: 90%;
$widget_height: 50px;
$widget_margin: 0 auto;
$widget_font_size: 15px;

//Inputs
$widget_input_width: 24%;
$widget_input_margin_right: 1%;
$widget_input_color: #ffffff;
$widget_input_background_color: $secondary_color;
	//PARTY ICON
	$party_icon_path: url(images/icon-opentable-people.svg);
	$party_icon_size: 30px;
	$party_icon_position: center right 5%;
	//DATE ICON
	$datepicker_icon_path: url(images/icon-opentable-date.png);
	$datepicker_icon_size: 30px;
	$datepicker_icon_position: center right 5%;
	//HOURS ICON
	$hourspicker_icon_path: url(images/icon-opentable-time.png);
	$hourspicker_icon_size: 30px;
	$hourspicker_icon_position: center right 5%;

//Submit Button
$widget_submit_button_width: 25%;
$widget_submit_button_font_family: $secondary_font;
$widget_submit_button_color: #ffffff;
$widget_submit_button_border: 1px solid #ffffff;
$widget_submit_button_background_color: $secondary_color;

//Datepicker
$datepicker_width: 290px;
$datepicker_padding: 0 25px 20px 20px;
$datepicker_highlight_color: $secondary_color;

.ot-dtp-picker.wide {
	width: $widget_width !important;
	margin: $widget_margin;
	.ot-title {
		display: none;
	}
	form.ot-dtp-picker-form {
		background: transparent !important;
		height: $widget_height !important;
		border: none !important;
		border-radius: 0 !important;
		//GLOBAL STYLES FOR INPUTS
		.ot-dtp-picker-selector {
			width: $widget_input_width;
			margin-right: $widget_input_margin_right;
			background-color: $widget_input_background_color;
			height: $widget_height;
			line-height: $widget_height;
			border: 0;
			padding: 0;
			font-size: $widget_font_size;
			text-align: left;
			text-transform: uppercase;
			font-family: $primary_font;
			&:hover{
				border: 0;
				outline: 0;
				box-shadow: none;
			}
			.ot-dtp-picker-selector-link {
				color: $widget_input_color;
				padding: 0 0 0 20px;
				height: $widget_height;
				line-height: $widget_height;
				font-family: $secondary_font;
				outline: 0 !important;
				&:before, &:after  {
					@extend .hidden !optional;
					font-size: 0 !important;
				}
			}
			select {
				-webkit-appearance: none;
				border-radius: 0 !important;
				left: 0;
				margin: 0;
				padding: 0;
				height: $widget_height;
				line-height: $widget_height;
				color: #ffffff;
			}
		}
		//INPUT PARTY
		.ot-party-size-picker .ot-dtp-picker-selector-link {
			@include iconOpenTableWidget($party_icon_path, $party_icon_size, $party_icon_position);
		}
		//INPUT DATE
		.ot-date-picker .ot-dtp-picker-selector-link {
			@include iconOpenTableWidget($datepicker_icon_path, $datepicker_icon_size, $datepicker_icon_position);
		}
		//INPUT TIME
		.ot-time-picker .ot-dtp-picker-selector-link{
			@include iconOpenTableWidget($hourspicker_icon_path, $hourspicker_icon_size, $hourspicker_icon_position);
		}
	}
	//STYLES FOR SUBMIT BUTTON
	.ot-dtp-picker-button {
		float: none !important;
		display: inline-block;
		width: $widget_submit_button_width;
		padding: 0;
		position: relative;
		box-shadow: none;
		line-height: $widget_height;
		height: $widget_height;
		border-radius: 0;
		font-size: $widget_font_size;
		font-family: $widget_submit_button_font_family;
		color: $widget_submit_button_color;
		border: $widget_submit_button_border;
		text-transform: uppercase;
		background-color:$widget_submit_button_background_color;
	}
	//STYLES FOR DATEPICKER
	.picker__holder{
		width: $datepicker_width;
		.picker__box{
			padding: $datepicker_padding;
		}
		.picker__day--highlighted{
			background-color: $datepicker_highlight_color;
		}
		.picker__nav--prev:before, .picker__nav--next:before{
			color: $datepicker_highlight_color;
		}
	}
	//STYLES FOR OPENTABLE LOGO
	.ot-powered-by {
		display: none;
	}
}
*/
.gallery {
  margin-bottom: 0px; }
  .gallery ul {
    list-style: none;
    margin: 0; }
    .gallery ul li {
      float: left;
      width: 20%;
      height: 300px; }
      .gallery ul li img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }

.accommodations figure {
  width: 100%;
  max-width: 475px; }
  .accommodations figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.accommodations .text h2 {
  font-size: 27px;
  color: #ffc12c;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 300; }
  .accommodations .text h2 span {
    font-size: 17px;
    color: black;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

.accommodations .text .btn, .accommodations .text #panel input[type="button"], #panel .accommodations .text input[type="button"] {
  margin-top: 20px;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border: none; }
  .accommodations .text .btn:hover, .accommodations .text #panel input:hover[type="button"], #panel .accommodations .text input:hover[type="button"] {
    background: black;
    color: white;
    border: none; }

/* ALL PAGES
*********************************************************** */
#content .btn-trigger {
  background: #ffc12c;
  color: #000;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  padding: 16px 35px 3px;
  letter-spacing: .5px;
  margin-top: 2px;
  display: inline-block;
  cursor: pointer;
  width: 170px;
  height: 46px;
  line-height: 1.05em;
  text-align: center;
  font-weight: 700;
  border: none; }
  #content .btn-trigger:hover {
    background: #000;
    color: #ffffff; }

#content #top-content {
  margin-top: 120px; }
  #content #top-content .top-header {
    height: 200px;
    background-color: black;
    color: white; }
    #content #top-content .top-header.noheader {
      display: none; }
    #content #top-content .top-header .title {
      margin-top: 45px; }
      #content #top-content .top-header .title .h1, #content #top-content .top-header .title #home .main-content .home-meetings .text h2, #home .main-content .home-meetings .text #content #top-content .top-header .title h2, #content #top-content .top-header .title #home .main-content .home-dining .text h2, #home .main-content .home-dining .text #content #top-content .top-header .title h2, #content #top-content .top-header .title #bottom-content .intro h1, #content #bottom-content .intro #top-content .top-header .title h1, #content #top-content .top-header .title #bottom-content .content-box h2, #content #bottom-content .content-box #top-content .top-header .title h2, #content #top-content .top-header .title #bottom-content .blog-title, #content #bottom-content #top-content .top-header .title .blog-title {
        padding-bottom: 30px;
        color: white; }
        #content #top-content .top-header .title .h1::after, #content #top-content .top-header .title #home .main-content .home-meetings .text h2::after, #home .main-content .home-meetings .text #content #top-content .top-header .title h2::after, #content #top-content .top-header .title #home .main-content .home-dining .text h2::after, #home .main-content .home-dining .text #content #top-content .top-header .title h2::after, #content #top-content .top-header .title #bottom-content .intro h1::after, #content #bottom-content .intro #top-content .top-header .title h1::after, #content #top-content .top-header .title #bottom-content .content-box h2::after, #content #bottom-content .content-box #top-content .top-header .title h2::after, #content #top-content .top-header .title #bottom-content .blog-title::after, #content #bottom-content #top-content .top-header .title .blog-title::after {
          background: #ffc12c; }
        #content #top-content .top-header .title .h1 span, #content #top-content .top-header .title #home .main-content .home-meetings .text h2 span, #home .main-content .home-meetings .text #content #top-content .top-header .title h2 span, #content #top-content .top-header .title #home .main-content .home-dining .text h2 span, #home .main-content .home-dining .text #content #top-content .top-header .title h2 span, #content #top-content .top-header .title #bottom-content .intro h1 span, #content #bottom-content .intro #top-content .top-header .title h1 span, #content #top-content .top-header .title #bottom-content .content-box h2 span, #content #bottom-content .content-box #top-content .top-header .title h2 span, #content #top-content .top-header .title #bottom-content .blog-title span, #content #bottom-content #top-content .top-header .title .blog-title span {
          color: white; }

#content #bottom-content .intro {
  padding: 0;
  position: relative;
  overflow: hidden; }
  #content #bottom-content .intro .container {
    padding: 60px 80px 35px; }
  #content #bottom-content .intro h1 {
    line-height: 1.1; }
  #content #bottom-content .intro .text, #content #bottom-content .intro .image, #content #bottom-content .intro .gray-box {
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: relative;
    z-index: 5;
    margin: 0 -2px; }
  #content #bottom-content .intro .image {
    padding: 122px 0 0 0; }
  #content #bottom-content .intro .gray-box {
    background: #000;
    padding: 3px 80px;
    margin: 40px 0 0 0;
    font-size: 43px; }
    #content #bottom-content .intro .gray-box h2 {
      margin-top: 20px;
      color: white;
      font-size: 43px;
      font-family: "Fira Sans", sans-serif; }
      #content #bottom-content .intro .gray-box h2::after {
        background: white; }
      #content #bottom-content .intro .gray-box h2 span {
        color: white;
        font-size: 43px;
        font-family: "Fira Sans", sans-serif; }
    #content #bottom-content .intro .gray-box ul.sym-inline-list li {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      margin-bottom: 5px; }
      #content #bottom-content .intro .gray-box ul.sym-inline-list li::before {
        content: " ";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #ffc12c;
        top: 10px;
        left: 0; }
  #content #bottom-content .intro .deco {
    position: absolute;
    z-index: 1; }
    #content #bottom-content .intro .deco.invertflowers {
      left: 44%;
      width: 200px;
      height: 220px;
      bottom: 0;
      background: url(images/deco-flower-4.png) no-repeat left bottom; }

#content #bottom-content .content-box .image {
  width: 45%;
  text-align: center;
  float: left; }
  #content #bottom-content .content-box .image img {
    max-width: 100%;
    display: inline-block; }

#content #bottom-content .content-box .text {
  float: left;
  width: 55%; }

#content #bottom-content .content-box h2 {
  color: white; }
  #content #bottom-content .content-box h2::after {
    background: white; }

#content #bottom-content .blog-title {
  text-align: center;
  margin: 80px auto;
  max-width: 440px; }
  #content #bottom-content .blog-title::after {
    left: 50%;
    margin-left: -43px; }

#content #bottom-content .list {
  overflow: hidden; }
  #content #bottom-content .list.withbackground {
    background: #eeece4;
    padding: 40px 0; }
  #content #bottom-content .list.quad {
    background: url(images/deco-plants-6.png) no-repeat 94% 100%; }
    #content #bottom-content .list.quad .item {
      margin: 0 auto;
      padding: 90px 0; }
  #content #bottom-content .list .item {
    margin: 40px auto;
    padding: 0;
    position: relative; }
    #content #bottom-content .list .item .image, #content #bottom-content .list .item .text, #content #bottom-content .list .item .info, #content #bottom-content .list .item .images {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      overflow: hidden;
      margin: 0 -2px; }
      #content #bottom-content .list .item .image img, #content #bottom-content .list .item .text img, #content #bottom-content .list .item .info img, #content #bottom-content .list .item .images img {
        max-width: 100%; }
    #content #bottom-content .list .item .text {
      padding: 0 0 0 90px; }
    #content #bottom-content .list .item .image .slide-img a {
      display: block;
      position: relative; }
      #content #bottom-content .list .item .image .slide-img a img {
        position: relative;
        z-index: 1;
        max-width: 100%; }
      #content #bottom-content .list .item .image .slide-img a span {
        position: absolute;
        width: 55px;
        height: 55px;
        background: url(svg/icon-expand.svg) no-repeat center center rgba(0, 0, 0, 0.3);
        z-index: 5;
        bottom: 30px;
        right: 30px;
        display: none; }
    #content #bottom-content .list .item .info {
      padding: 0; }
      #content #bottom-content .list .item .info .number, #content #bottom-content .list .item .info .wrap {
        display: inline-block;
        vertical-align: top; }
      #content #bottom-content .list .item .info .number {
        font-family: "Fira Sans", sans-serif;
        font-size: 50px;
        color: #ffc12c;
        width: 10%;
        min-width: 40px; }
      #content #bottom-content .list .item .info .wrap {
        max-width: 85%; }
      #content #bottom-content .list .item .info h2:not(.h1) {
        color: #ffc12c;
        font-size: 20px;
        margin: 20px 0; }
      #content #bottom-content .list .item .info h2.h1, #content #bottom-content .list .item .info #home .main-content .home-meetings .text h2, #home .main-content .home-meetings .text #content #bottom-content .list .item .info h2, #content #bottom-content .list .item .info #home .main-content .home-dining .text h2, #home .main-content .home-dining .text #content #bottom-content .list .item .info h2, #content #bottom-content .list .item .info .content-box h2, #content #bottom-content .content-box .list .item .info h2, #content #bottom-content .list .item .info h2.blog-title {
        font-size: 37px; }
        #content #bottom-content .list .item .info h2.h1 + p, #content #bottom-content .list .item .info #home .main-content .home-meetings .text h2 + p, #home .main-content .home-meetings .text #content #bottom-content .list .item .info h2 + p, #content #bottom-content .list .item .info #home .main-content .home-dining .text h2 + p, #home .main-content .home-dining .text #content #bottom-content .list .item .info h2 + p, #content #bottom-content .list .item .info .content-box h2 + p, #content #bottom-content .content-box .list .item .info h2 + p, #content #bottom-content .list .item .info h2.blog-title + p {
          margin-bottom: 30px; }
      #content #bottom-content .list .item .info .btn, #content #bottom-content .list .item .info #panel input[type="button"], #panel #content #bottom-content .list .item .info input[type="button"] {
        margin-bottom: 10px; }
    #content #bottom-content .list .item .images, #content #bottom-content .list .item .info {
      position: relative;
      z-index: 5;
      text-align: center; }
      #content #bottom-content .list .item .images img, #content #bottom-content .list .item .info img {
        max-width: 100%; }
    #content #bottom-content .list .item .deco {
      position: absolute;
      z-index: 1; }
      #content #bottom-content .list .item .deco.plants {
        width: 320px;
        height: 240px;
        background: url(images/deco-plants-5.png) no-repeat center bottom; }
        #content #bottom-content .list .item .deco.plants.left {
          left: -180px;
          bottom: -100px; }
      #content #bottom-content .list .item .deco.flowers {
        width: 210px;
        height: 240px;
        background: url(images/deco-flower-1.png) no-repeat center bottom; }
        #content #bottom-content .list .item .deco.flowers.right {
          right: -160px;
          bottom: -80px; }
  #content #bottom-content .list.accommodations .room {
    /*
					&:nth-child(2){
						background: url(images/deco-plants-2.png) no-repeat 5% -130px;
					}
					&:nth-child(3){
						
							position: relative;
							&::after{
								content: " ";
								position: absolute;
								bottom: -90px;
								width: 200px;
								height: 210px;
								background: url(images/deco-flower-4.png) no-repeat center bottom;
								left: 80%;
							}
						
					}
					&:nth-child(4){
						background: url(images/deco-plants-1.png) no-repeat 5% -100px;
					}
*/ }
    #content #bottom-content .list.accommodations .room .image img {
      margin: 30px 0 0 0; }

.proposal-block {
  background: #eeece4;
  padding: 90px 0;
  margin-top: 90px; }
  .proposal-block .text {
    padding: 0 30px; }
  .proposal-block .form {
    padding: 0 60px; }

.columns {
  text-align: center; }
  .columns .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
    .columns .item.to1 {
      width: 90%; }
    .columns .item.to2 {
      width: 40%; }
      .columns .item.to2:nth-child(even) {
        margin-left: 5%; }
    .columns .item.to3 {
      width: 30%; }
      .columns .item.to3:nth-child(3n + 2) {
        margin-left: 3%;
        margin-right: 3%; }
    .columns .item.to4 {
      width: 22%;
      margin-left: 2%; }
    .columns .item img {
      max-width: 100%; }
    .columns .item .info {
      margin: 10px auto;
      width: 100%;
      text-align: center; }
      .columns .item .info .title {
        font-weight: 300;
        color: #000;
        font-size: 24px;
        margin-bottom: 5px;
        position: relative;
        /*&::after{
					content: " ";
					position: absolute;
					bottom: 0;
					left: 0;
					width: 60px;
					height: 1px;
					background: $primary_color;
				}*/ }
        .columns .item .info .title .login-ownership-btn:hover {
          color: #000; }
      .columns .item .info .subtitle {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 17px; }
      .columns .item .info p b {
        font-family: "Fira Sans", sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 20px;
        color: #ffc12c; }

ul.tabs {
  margin: 0 0 60px 0;
  text-align: center; }
  ul.tabs li {
    color: #ffc12c;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px; }
    ul.tabs li span {
      display: inline-block;
      padding-bottom: 10px; }
    ul.tabs li.active span, ul.tabs li:hover span {
      border-bottom: 2px solid #ffc12c; }

.tabs-wrapper {
  background: #eeece4;
  padding: 70px 0; }
  .tabs-wrapper .tab-block {
    display: none; }
    .tabs-wrapper .tab-block .item {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 60px;
      width: 45%; }
      .tabs-wrapper .tab-block .item h2 {
        color: #ffc12c;
        font-size: 20px;
        font-weight: 600; }
      .tabs-wrapper .tab-block .item .subtitle {
        margin: 10px 0;
        border-bottom: 1px solid #ffc12c;
        padding-bottom: 10px;
        font-family: "Fira Sans", sans-serif;
        font-style: italic; }
      .tabs-wrapper .tab-block .item:nth-child(odd) {
        margin-left: 5%; }
    .tabs-wrapper .tab-block.active {
      display: block; }

/*** Custom Navigation ***/
.sub-menu {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 10px 0 0 0;
  background-color: #ffc12c;
  border-bottom: 1px solid #eeece4; }
  .sub-menu ul {
    text-align: center; }
    .sub-menu ul li {
      display: inline-block;
      margin-right: 20px;
      border-right: 1px solid #ffc12c;
      line-height: 1; }
      .sub-menu ul li a {
        padding: 0 4px 8px 4px;
        color: #000;
        position: relative;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase; }
        .sub-menu ul li a:hover, .sub-menu ul li a.active {
          font-family: "Raleway", sans-serif;
          cursor: pointer;
          color: #000;
          font-weight: 700; }
          .sub-menu ul li a:hover::after, .sub-menu ul li a.active::after {
            width: 100%;
            left: 0;
            transition: all 0.3s ease-in-out; }
        .sub-menu ul li a::after {
          content: " ";
          position: absolute;
          bottom: -4px;
          left: 50%;
          width: 0%;
          height: 2px;
          background: #000;
          transition: all 0.3s ease-in-out; }
    .sub-menu ul li:last-child {
      border-right: 0px; }

.sub-menu-ac {
  margin: 0 auto 60px auto;
  width: 100%;
  max-width: 1500px;
  padding: 10px 0 0 0; }
  .sub-menu-ac ul {
    text-align: center; }
    .sub-menu-ac ul li {
      display: inline-block;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 1px solid #ffc12c;
      line-height: 1; }
      .sub-menu-ac ul li a {
        padding: 0 4px 20px 4px;
        color: #000;
        position: relative;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase; }
        .sub-menu-ac ul li a:hover, .sub-menu-ac ul li a.active {
          font-family: "Raleway", sans-serif;
          cursor: pointer;
          color: #000;
          font-weight: 700; }
          .sub-menu-ac ul li a:hover::after, .sub-menu-ac ul li a.active::after {
            width: 100%;
            left: 0;
            transition: all 0.3s ease-in-out; }
        .sub-menu-ac ul li a::after {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          height: 2px;
          background: #ffc12c;
          transition: all 0.3s ease-in-out; }
      .sub-menu-ac ul li.active a {
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        cursor: pointer;
        color: #000; }
        .sub-menu-ac ul li.active a::after {
          width: 100%;
          left: 0;
          transition: all 0.3s ease-in-out; }
    .sub-menu-ac ul li:last-child {
      border-right: 0px; }

.instagram-block {
  text-align: center;
  padding: 40px 0;
  background: #eeece4;
  position: relative;
  margin-top: 180px; }
  .instagram-block::before {
    content: " ";
    position: absolute;
    top: -250px;
    left: 5%;
    width: 310px;
    height: 250px;
    background: url(images/deco-plants-3.png) no-repeat center top; }
  .instagram-block .icon svg {
    fill: #ffc12c; }
  .instagram-block .title {
    color: #ffc12c;
    font-family: "Fira Sans", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .instagram-block .title::after {
      content: " ";
      position: absolute;
      bottom: 0;
      width: 80px;
      height: 1px;
      background: #ffc12c;
      left: 50%;
      margin-left: -40px; }
  .instagram-block .container a {
    float: left;
    width: 20%;
    height: 200px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat; }
    .instagram-block .container a span {
      display: none; }

#myGallery {
  margin-top: 110px; }

body.contact-us #content #bottom-content .shortcode, body.ownership-opportunities #content #bottom-content .shortcode, body.careers #content #bottom-content .shortcode, body.hotel-resort-management #content #bottom-content .shortcode, body.social-responsibility #content #bottom-content .shortcode, body.destinations #content #bottom-content .shortcode, body.specials-offers #content #bottom-content .shortcode {
  margin: 0 auto 60px auto;
  max-width: 1175px; }
  body.contact-us #content #bottom-content .shortcode .container, body.ownership-opportunities #content #bottom-content .shortcode .container, body.careers #content #bottom-content .shortcode .container, body.hotel-resort-management #content #bottom-content .shortcode .container, body.social-responsibility #content #bottom-content .shortcode .container, body.destinations #content #bottom-content .shortcode .container, body.specials-offers #content #bottom-content .shortcode .container {
    width: auto; }
  body.contact-us #content #bottom-content .shortcode .list .item .info, body.ownership-opportunities #content #bottom-content .shortcode .list .item .info, body.careers #content #bottom-content .shortcode .list .item .info, body.hotel-resort-management #content #bottom-content .shortcode .list .item .info, body.social-responsibility #content #bottom-content .shortcode .list .item .info, body.destinations #content #bottom-content .shortcode .list .item .info, body.specials-offers #content #bottom-content .shortcode .list .item .info {
    text-align: left; }
    body.contact-us #content #bottom-content .shortcode .list .item .info h2, body.ownership-opportunities #content #bottom-content .shortcode .list .item .info h2, body.careers #content #bottom-content .shortcode .list .item .info h2, body.hotel-resort-management #content #bottom-content .shortcode .list .item .info h2, body.social-responsibility #content #bottom-content .shortcode .list .item .info h2, body.destinations #content #bottom-content .shortcode .list .item .info h2, body.specials-offers #content #bottom-content .shortcode .list .item .info h2 {
      font-size: 27px;
      color: #ffc12c;
      font-family: "Raleway", sans-serif;
      margin-bottom: 20px;
      line-height: 1.1; }
      body.contact-us #content #bottom-content .shortcode .list .item .info h2 span, body.ownership-opportunities #content #bottom-content .shortcode .list .item .info h2 span, body.careers #content #bottom-content .shortcode .list .item .info h2 span, body.hotel-resort-management #content #bottom-content .shortcode .list .item .info h2 span, body.social-responsibility #content #bottom-content .shortcode .list .item .info h2 span, body.destinations #content #bottom-content .shortcode .list .item .info h2 span, body.specials-offers #content #bottom-content .shortcode .list .item .info h2 span {
        font-size: 17px;
        color: black;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase; }
  body.contact-us #content #bottom-content .shortcode .list .item .text, body.ownership-opportunities #content #bottom-content .shortcode .list .item .text, body.careers #content #bottom-content .shortcode .list .item .text, body.hotel-resort-management #content #bottom-content .shortcode .list .item .text, body.social-responsibility #content #bottom-content .shortcode .list .item .text, body.destinations #content #bottom-content .shortcode .list .item .text, body.specials-offers #content #bottom-content .shortcode .list .item .text {
    padding: 0 50px; }

body.contact-us #bottom-content .shortcode {
  padding: 0; }

body.blog #bottom-content .shortcode {
  margin: 0 auto 60px auto;
  width: 95%;
  max-width: 1700px; }

body.specials-offers #content #bottom-content .shortcode .list .item .text .h1:after, body.specials-offers #content #bottom-content .shortcode .list .item #home .main-content .home-meetings .text h2:after, #home .main-content .home-meetings body.specials-offers #content #bottom-content .shortcode .list .item .text h2:after, body.specials-offers #content #bottom-content .shortcode .list .item #home .main-content .home-dining .text h2:after, #home .main-content .home-dining body.specials-offers #content #bottom-content .shortcode .list .item .text h2:after, body.specials-offers #content #bottom-content .shortcode .list .item .text .intro h1:after, body.specials-offers #content #bottom-content .intro .shortcode .list .item .text h1:after, body.specials-offers #content #bottom-content .shortcode .list .item .text .content-box h2:after, body.specials-offers #content #bottom-content .content-box .shortcode .list .item .text h2:after, body.specials-offers #content #bottom-content .shortcode .list .item .text .blog-title:after {
  display: none; }

body.specials #content #bottom-content .intro {
  display: none; }

body.privacy-policy #content #top-content .top-header .title {
  margin-top: 85px; }
  body.privacy-policy #content #top-content .top-header .title .h1::after, body.privacy-policy #content #top-content .top-header .title #home .main-content .home-meetings .text h2::after, #home .main-content .home-meetings .text body.privacy-policy #content #top-content .top-header .title h2::after, body.privacy-policy #content #top-content .top-header .title #home .main-content .home-dining .text h2::after, #home .main-content .home-dining .text body.privacy-policy #content #top-content .top-header .title h2::after, body.privacy-policy #content #top-content .top-header .title #bottom-content .intro h1::after, body.privacy-policy #content #bottom-content .intro #top-content .top-header .title h1::after, body.privacy-policy #content #top-content .top-header .title #bottom-content .content-box h2::after, body.privacy-policy #content #bottom-content .content-box #top-content .top-header .title h2::after, body.privacy-policy #content #top-content .top-header .title #bottom-content .blog-title::after, body.privacy-policy #content #bottom-content #top-content .top-header .title .blog-title::after {
    display: none; }

.hidden-form {
  margin: 0 auto;
  width: 90%;
  max-width: 960px; }

.instructions-block {
  margin-top: 190px; }
  .instructions-block .shortcode-block {
    padding: 40px 0; }
    .instructions-block .shortcode-block .title {
      font-family: "Fira Sans", sans-serif;
      font-size: 35px;
      text-align: center; }
    .instructions-block .shortcode-block .location {
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      text-align: center;
      margin-bottom: 35px; }
    .instructions-block .shortcode-block .instructions {
      margin: 0 auto 30px auto;
      width: 95%;
      max-width: 1170px;
      text-align: left;
      padding: 40px; }

#filterOptions li a {
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  #filterOptions li a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #ffc12c;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    transition: all 0.3s ease-in-out; }
  #filterOptions li a:hover::after, #filterOptions li a.active::after {
    width: 30px;
    transition: all 0.3s ease-in-out; }

body.ownership-opportunities #content #bottom-content .shortcode .list .item .info {
  width: 100%;
  text-align: center; }
  body.ownership-opportunities #content #bottom-content .shortcode .list .item .info h2 {
    font-size: 17px;
    color: #000;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold; }
    body.ownership-opportunities #content #bottom-content .shortcode .list .item .info h2 span {
      font-size: 17px;
      color: black;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase; }
  body.ownership-opportunities #content #bottom-content .shortcode .list .item .info h3 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #ffc12c;
    font-family: "Raleway", sans-serif;
    line-height: 1.1; }

body.vacation-ownership #content #bottom-content .shortcode .list .item .info {
  width: 58%;
  padding: 0 0 0 90px;
  text-align: left; }
  body.vacation-ownership #content #bottom-content .shortcode .list .item .info h2 {
    font-size: 27px;
    color: #ffc12c;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: normal; }
    body.vacation-ownership #content #bottom-content .shortcode .list .item .info h2 span {
      font-size: 17px;
      color: black;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase; }

body.vacation-ownership #content #bottom-content .shortcode .list .item .images {
  width: 42%; }

body.request-information #content #bottom-content .shortcode .container #formRFP {
  margin: 0 0 50px 25%; }

body.request-information #content #bottom-content .shortcode .btnSubmit {
  vertical-align: middle;
  margin-left: 43%; }

.sunstream-properties #content #bottom-content .list #room-2768 {
  display: none; }

.sunstream-properties #content #bottom-content .list .item .image {
  width: 42%; }

.sunstream-properties #content #bottom-content .list .item .text {
  width: 58%; }
  .sunstream-properties #content #bottom-content .list .item .text .name {
    font-size: 27px;
    color: #ffc12c;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 300; }
    .sunstream-properties #content #bottom-content .list .item .text .name span {
      font-size: 17px;
      color: black;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
  .sunstream-properties #content #bottom-content .list .item .text .btn, .sunstream-properties #content #bottom-content .list .item .text #panel input[type="button"], #panel .sunstream-properties #content #bottom-content .list .item .text input[type="button"] {
    color: black;
    font-family: "Raleway", sans-serif;
    font-weight: 700; }
    .sunstream-properties #content #bottom-content .list .item .text .btn:hover, .sunstream-properties #content #bottom-content .list .item .text #panel input:hover[type="button"], #panel .sunstream-properties #content #bottom-content .list .item .text input:hover[type="button"] {
      border-color: black;
      background: black;
      color: white; }
  .sunstream-properties #content #bottom-content .list .item .text .visit {
    margin-left: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: black; }
    .sunstream-properties #content #bottom-content .list .item .text .visit:hover {
      color: #ffc12c; }
    .sunstream-properties #content #bottom-content .list .item .text .visit img {
      margin: -4px 0 0 4px; }
  .sunstream-properties #content #bottom-content .list .item .text .specials-links {
    display: none; }
    .sunstream-properties #content #bottom-content .list .item .text .specials-links ul {
      list-style: disc; }
    .sunstream-properties #content #bottom-content .list .item .text .specials-links a {
      color: black; }
      .sunstream-properties #content #bottom-content .list .item .text .specials-links a:hover {
        cursor: pointer;
        color: #ffc12c; }
  .sunstream-properties #content #bottom-content .list .item .text .more-special {
    color: black;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .sunstream-properties #content #bottom-content .list .item .text .more-special:hover {
      cursor: pointer;
      color: #ffc12c; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.image-center {
  margin: 0 auto; }

.shortcode {
  padding: 40px 0; }
  .shortcode .group {
    padding: 10px 0; }

.sitemap .shortcode {
  padding: 0 0 0 12%;
  max-width: 1170px; }

.services li {
  position: relative;
  padding-top: 25px; }
  .services li:after {
    content: "";
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 15%;
    border-bottom: 1px solid #efefef; }
  .services li:last-child:after, .services li:nth-last-child(2):after {
    border: none; }

.about-sunstream {
  /*h1, .h1{
		&::after{
			left: 28%!important;
		}			
	}*/ }
  .about-sunstream #content #bottom-content .shortcode .list .item .info {
    border-right: 1px solid #efefef;
    padding: 0 50px; }
  .about-sunstream .home-reasons {
    background-color: black;
    position: relative;
    overflow: hidden; }
    .about-sunstream .home-reasons .our-services {
      color: white;
      font-family: "Fira Sans", sans-serif;
      font-size: 43px;
      line-height: 1.1;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
      .about-sunstream .home-reasons .our-services span {
        text-transform: none;
        display: inline-block;
        font-family: "Fira Sans", sans-serif;
        color: white; }
    .about-sunstream .home-reasons .slick-prev {
      left: 57%;
      background: url(svg/Sunstream-arrows-left.svg) no-repeat center center;
      top: 88%; }
      .about-sunstream .home-reasons .slick-prev:hover {
        background: url(svg/Sunstream-arrows-left-HOVER.svg) no-repeat center center; }
    .about-sunstream .home-reasons .slick-next {
      right: 33%;
      background: url(svg/Sunstream-arrows-right.svg) no-repeat center center;
      top: 88%; }
      .about-sunstream .home-reasons .slick-next:hover {
        background: url(svg/Sunstream-arrows-right-HOVER.svg) no-repeat center center; }
    .about-sunstream .home-reasons .reason .text, .about-sunstream .home-reasons .reason .image {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin: 0 -2px; }
    .about-sunstream .home-reasons .reason .image img {
      max-width: 700px; }
    .about-sunstream .home-reasons .reason .text {
      padding-left: 8%; }
      .about-sunstream .home-reasons .reason .text .info .number, .about-sunstream .home-reasons .reason .text .info .wrap {
        display: inline-block;
        vertical-align: top; }
      .about-sunstream .home-reasons .reason .text .info .number {
        font-family: "Fira Sans", sans-serif;
        color: #ffc12c;
        font-size: 50px;
        width: 55px; }
      .about-sunstream .home-reasons .reason .text .info .wrap {
        max-width: 80%; }
        .about-sunstream .home-reasons .reason .text .info .wrap b {
          display: block;
          margin-bottom: 12px;
          font-family: "Fira Sans", sans-serif;
          color: #ffc12c;
          font-size: 27px; }
        .about-sunstream .home-reasons .reason .text .info .wrap p {
          margin-bottom: 20px;
          color: white; }
    .about-sunstream .home-reasons ul.slick-dots {
      position: absolute;
      bottom: 0;
      width: 35%;
      left: 13%;
      text-align: left; }

.social-responsibility #content #bottom-content .shortcode .list .item .info {
  border-right: none; }

.social-responsibility #content #bottom-content .list .item .info, .ownership-opportunities #content #bottom-content .list .item .info {
  text-align: left; }

.privacy-policy h2 {
  color: #ffc12c;
  font-size: 20px;
  margin: 15px 0; }

.privacy-policy p {
  margin: 0 0 20px; }

#content .home-reasons .btn-trigger:hover {
  background: #ffffff;
  color: #000; }

#content #formRFP .btnSubmit {
  float: none;
  margin: 0 auto;
  display: block; }

#content .themeco-form .btTxt {
  float: left;
  padding: 5px; }

.contact-us h1.h1::after, .contact-us #content #bottom-content .intro h1::after, #content #bottom-content .intro .contact-us h1::after, .contact-us #content #bottom-content h1.blog-title::after, #content #bottom-content .contact-us h1.blog-title::after {
  display: none; }

.contact-us .title-contact {
  font-size: 20px;
  margin: 30px 0 15px; }

.contact-us .info-contact {
  line-height: 30px; }

.contact-us .social-contact {
  margin-bottom: 60px; }

.hotel-resort-management #content #bottom-content .list .item .info {
  text-align: left; }
  .hotel-resort-management #content #bottom-content .list .item .info .sym-inline-list {
    list-style-type: disc; }

#home .h1::after, #home .main-content .home-meetings .text h2::after, #home .main-content .home-dining .text h2::after, #home #content #bottom-content .intro h1::after, #content #bottom-content .intro #home h1::after, #home #content #bottom-content .content-box h2::after, #content #bottom-content .content-box #home h2::after, #home #content #bottom-content .blog-title::after, #content #bottom-content #home .blog-title::after {
  bottom: 13px; }

#home .our-services::after {
  bottom: 10px; }

.f60 {
  font-size: 55px !important;
  font-weight: 500;
  font-style: italic; }
  .f60 span {
    font-size: 55px !important;
    font-weight: lighter;
    font-style: italic; }

.format-080 {
  padding: 0 80px; }

.press .columns .item {
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px; }
  .press .columns .item .info {
    text-align: left; }
    .press .columns .item .info .title {
      font-size: 27px;
      color: #ffc12c; }
    .press .columns .item .info .specials-links {
      display: none; }
    .press .columns .item .info .more-special:hover {
      cursor: pointer; }

.home-testimonials {
  padding: 60px 0;
  overflow: hidden; }
  .home-testimonials .testimonials, .home-testimonials .image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px; }
  .home-testimonials .image {
    max-width: 50%; }
  .home-testimonials .testimonials {
    width: 50%;
    position: relative; }
    .home-testimonials .testimonials .title {
      margin-right: 20px;
      position: relative;
      padding: 15px 0 40px 90px;
      background: url(svg/TA-logo.svg) center 0px no-repeat;
      background-size: 70px auto;
      color: #000000;
      font-family: "Fira Sans", sans-serif;
      text-transform: uppercase;
      font-size: 22px;
      margin-bottom: 30px; }
      .home-testimonials .testimonials .title::after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 1px;
        background: white; }
    .home-testimonials .testimonials ul {
      text-align: center;
      color: #000000; }
      .home-testimonials .testimonials ul li {
        text-align: center;
        padding: 0 40px 20px 0; }
        .home-testimonials .testimonials ul li blockquote {
          margin: 0;
          font-family: "Raleway", sans-serif;
          font-size: 17px; }
          .home-testimonials .testimonials ul li blockquote b {
            font-weight: 300;
            font-size: 39px;
            display: block;
            line-height: 1;
            font-family: "Fira Sans", sans-serif; }
        .home-testimonials .testimonials ul li cite {
          margin-top: 20px;
          display: block;
          font-size: 15px;
          text-transform: uppercase;
          font-style: normal; }
      .home-testimonials .testimonials ul ul.slick-dots {
        /*position: absolute;
				left: 42%;*/ }
        .home-testimonials .testimonials ul ul.slick-dots li {
          padding: 0; }
          .home-testimonials .testimonials ul ul.slick-dots li button {
            border: 1px solid #ffc12c; }
          .home-testimonials .testimonials ul ul.slick-dots li.slick-active button {
            background: black; }
    .home-testimonials .testimonials::after {
      content: " ";
      position: absolute;
      width: 0%;
      left: 0;
      height: 1px;
      background: white;
      bottom: 20px; }
    .home-testimonials .testimonials.fade-in::after {
      width: 100%;
      transition: width 0.8s ease-in-out 0.5s; }

.login-hotels {
  margin-left: 10%; }
  .login-hotels select.select-hotel {
    border: 0px none;
    margin: 0px 10px 10px;
    color: #000;
    border: 1px solid black;
    padding: 5px 10px;
    width: 220px;
    background: transparent;
    /*** Removes Safari & FF default styling ***/
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none; }

#club-vacation-logo svg .cls-1 {
  fill: black; }
  #club-vacation-logo svg .cls-1:hover {
    fill: black; }

.width-auto {
  width: auto; }

.wil {
  height: 50px; }

.intro-img {
  max-width: 500px;
  margin: 0 auto; }
  .intro-img img {
    width: 100%;
    height: auto; }

/*** Media Queries from: http://stephen.io/mediaqueries/ ***/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px; }
  #formRFP {
    width: 100%; }
    #formRFP fieldset {
      margin: 0 1%;
      width: 48%; }
  #header a.logo {
    left: 35%; }
  #header .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    background: #000;
    height: 100vh;
    z-index: 10;
    transform: translateX(-300px);
    transition: all 0.6s; }
    #header .main-menu .close-nav {
      width: 24px;
      height: 24px;
      background-image: url(images/svg/Close.svg);
      background-size: contain;
      display: block;
      margin: 40px 0 auto 40px; }
    #header .main-menu.open {
      transform: translateX(0); }
    #header .main-menu #primary-nav {
      float: none;
      margin-top: 40px; }
      #header .main-menu #primary-nav ul {
        padding: 0 40px; }
        #header .main-menu #primary-nav ul li {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; }
          #header .main-menu #primary-nav ul li:nth-child(5) {
            margin-right: 0; }
          #header .main-menu #primary-nav ul li a {
            font-size: 14px; }
          #header .main-menu #primary-nav ul li ul.submenu {
            position: relative;
            background: #ffc12c;
            left: auto;
            top: auto;
            width: 100%;
            margin-left: 0; }
            #header .main-menu #primary-nav ul li ul.submenu:before {
              display: none; }
            #header .main-menu #primary-nav ul li ul.submenu li {
              border-bottom: none;
              text-align: left; }
              #header .main-menu #primary-nav ul li ul.submenu li a {
                border-bottom: none;
                color: #fff !important;
                font-size: 12px; }
                #header .main-menu #primary-nav ul li ul.submenu li a.active, #header .main-menu #primary-nav ul li ul.submenu li a:hover {
                  background: transparent;
                  font-weight: bold; }
  #header .reservations {
    right: 15px; }
  #header .btn-book {
    position: absolute;
    top: 20px;
    right: 15px; }
  #header .burger {
    float: left;
    background-color: #fff;
    -webkit-mask: url("images/svg/burger.svg") no-repeat center center/30px auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
    background: transparent;
    width: 40px;
    height: 30px;
    left: 20px;
    display: inline-block;
    -webkit-mask: none;
    margin: 20px 0 0 0;
    z-index: 9; }
    #header .burger .bar {
      height: 5px;
      display: block;
      width: 100%;
      margin-bottom: 6px;
      background: #fff;
      border-radius: 1px; }
    #header .burger span {
      color: #000;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px;
      display: block; }
  #home .top-content .uvp {
    bottom: 0;
    top: 35%;
    left: 33%;
    width: 60%; }
  #home .main-content .home-meetings {
    padding: 20px 0 0 0; }
  .sub-menu-ac ul li {
    margin-right: 5px; }
  .columns .item .info .title {
    font-size: 22px; }
  .columns .item .info .subtitle {
    font-size: 15px; }
  .about-sunstream .home-reasons .reason .text, .about-sunstream .home-reasons .reason .image {
    width: 100%; }
  .about-sunstream .home-reasons .reason .image img {
    max-width: 100%; }
  .about-sunstream .home-reasons .reason .text {
    padding: 8%; }
  .shortcode {
    padding: 20px 0; } }

@media only screen and (max-width: 1199px) {
  #header .wrap a.logo {
    width: 175px;
    padding: 0 10px; }
  #header .wrap #primary-nav {
    margin-left: 0px; }
    #header .wrap #primary-nav ul li {
      margin: 0 10px; }
  #header .wrap .book-btn {
    width: 220px; }
    #header .wrap .book-btn .rate a.number {
      font-size: 11px; }
  #header a.logo {
    left: 35%; }
  #header .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    background: #000;
    height: 100vh;
    z-index: 10;
    transform: translateX(-300px);
    transition: all 0.6s; }
    #header .main-menu .close-nav {
      width: 24px;
      height: 24px;
      background-image: url(images/svg/Close.svg);
      background-size: contain;
      display: block;
      margin: 40px 0 auto 40px; }
    #header .main-menu.open {
      transform: translateX(0); }
    #header .main-menu #primary-nav {
      float: none;
      margin-top: 40px; }
      #header .main-menu #primary-nav ul {
        padding: 0 40px; }
        #header .main-menu #primary-nav ul li {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; }
          #header .main-menu #primary-nav ul li:nth-child(5) {
            margin-right: 0; }
          #header .main-menu #primary-nav ul li a {
            font-size: 14px; }
          #header .main-menu #primary-nav ul li ul.submenu {
            position: relative;
            background: #ffc12c;
            left: auto;
            top: auto;
            width: 100%;
            margin-left: 0; }
            #header .main-menu #primary-nav ul li ul.submenu:before {
              display: none; }
            #header .main-menu #primary-nav ul li ul.submenu li {
              border-bottom: none;
              text-align: left; }
              #header .main-menu #primary-nav ul li ul.submenu li a {
                border-bottom: none;
                color: #fff !important;
                font-size: 12px; }
                #header .main-menu #primary-nav ul li ul.submenu li a.active, #header .main-menu #primary-nav ul li ul.submenu li a:hover {
                  background: transparent;
                  font-weight: bold; }
  #header .reservations {
    right: 15px; }
  #header .btn-book {
    position: absolute;
    top: 20px;
    right: 15px; }
  #header .burger {
    float: left;
    background-color: #fff;
    -webkit-mask: url("images/svg/burger.svg") no-repeat center center/30px auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
    background: transparent;
    width: 40px;
    height: 30px;
    left: 20px;
    display: inline-block;
    -webkit-mask: none;
    margin: 20px 0 0 0;
    z-index: 9; }
    #header .burger .bar {
      height: 5px;
      display: block;
      width: 100%;
      margin-bottom: 6px;
      background: #fff;
      border-radius: 1px; }
    #header .burger span {
      color: #000;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px;
      display: block; }
  .sub-menu-ac ul li {
    margin-right: 5px; }
  #home .top-content .uvp {
    bottom: 0;
    top: 35%;
    left: 33%;
    width: 60%; }
  #home .main-content .home-meetings {
    padding: 20px 0 0 0; }
  #home .main-content .intro-content .container .benefits ul li {
    padding: 0 30px; }
    #home .main-content .intro-content .container .benefits ul li:first-child {
      padding: 0 30px 0 0; }
    #home .main-content .intro-content .container .benefits ul li:last-child {
      padding: 0 0px 0 30px; }
  #home .main-content .home-testimonials {
    height: 479px; }
    #home .main-content .home-testimonials .container {
      padding: 0; }
    #home .main-content .home-testimonials .testimonials ul li {
      padding-bottom: 0; } }

@media only screen and (max-width: 1090px) {
  .fancybox-wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  #home .main-content .home-testimonials .testimonials .title {
    margin: 5px; }
  #home .main-content .home-testimonials .testimonials ul li {
    padding-bottom: 40px; }
    #home .main-content .home-testimonials .testimonials ul li blockquote {
      padding-right: 0; }
  #home .main-content .home-reasons .reason .text {
    padding: 5%; }
  #home .main-content .home-gallery .btn, #home .main-content .home-gallery #panel input[type="button"], #panel #home .main-content .home-gallery input[type="button"] {
    float: right; }
  #home .main-content .home-map #myMap {
    width: 60%; }
  #home .main-content .home-map .list {
    width: 530px;
    padding: 60px; }
  #content #bottom-content .intro .container {
    padding: 40px 80px; }
  #content #bottom-content .list .item:nth-child(odd) .text, #content #bottom-content .list .item:nth-child(even) .text {
    padding: 0 50px; }
  #header .wrap #primary-nav {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    margin: 0;
    background: #6fa8cb;
    width: 100%;
    z-index: 999; }
    #header .wrap #primary-nav .block {
      display: table;
      width: 100%;
      height: 100%; }
      #header .wrap #primary-nav .block ul {
        display: table-cell;
        vertical-align: middle; }
        #header .wrap #primary-nav .block ul li {
          display: block;
          padding: 0 0 30px 0;
          width: 100%;
          text-align: center; }
          #header .wrap #primary-nav .block ul li a::after {
            bottom: 10px; }
  #header .wrap .bars {
    display: block; }
  #header .wrap .book-btn {
    width: 210px; }
  #footer .btm-section ul li {
    margin-right: 12px; }
  .fancybox-nav span {
    visibility: visible; } }

@media only screen and (max-width: 900px) {
  #home .main-content .intro-content .container .flower {
    right: 20px; }
  #home .main-content .intro-content .container .text {
    margin-bottom: 60px; }
  #home .main-content .intro-content .container .benefits ul li {
    padding: 0 15px; }
    #home .main-content .intro-content .container .benefits ul li:first-child {
      padding: 0 15px 0 0; }
    #home .main-content .intro-content .container .benefits ul li:last-child {
      padding: 0 0px 0 15px; }
  #home .main-content .home-testimonials {
    padding-top: 60px; }
    #home .main-content .home-testimonials .testimonials {
      width: 100%; }
    #home .main-content .home-testimonials .image {
      display: none; }
  #home .main-content .home-reasons .reason .text, #home .main-content .home-reasons .reason .image {
    width: 100%; }
  #home .main-content .home-reasons ul.slick-dots {
    bottom: 0%; }
  #home .main-content .home-gallery .item:nth-child(3) {
    width: 34.4%; }
  #home .main-content .home-map .list {
    width: 490px;
    padding: 40px; }
  #home .main-content .home-map #myMap {
    width: 45%; }
  #content #bottom-content .intro {
    padding-bottom: 0px; }
    #content #bottom-content .intro .text, #content #bottom-content .intro .image, #content #bottom-content .intro .gray-box {
      display: block;
      margin: 0 auto; }
    #content #bottom-content .intro .deco.invertflowers {
      left: 0;
      bottom: 130px; }
    #content #bottom-content .intro .hotelicon {
      width: 153px;
      display: block;
      margin: 90px auto 30px auto; }
  #content #bottom-content .content-box h2 {
    text-align: center; }
    #content #bottom-content .content-box h2::after {
      left: 50%;
      margin-left: -40px; }
  #content #bottom-content .content-box .image {
    width: 100%; }
  #content #bottom-content .content-box .text {
    width: 100%;
    margin: 20px 0 0 0; }
    #content #bottom-content .content-box .text .col-md-6 {
      width: 50%;
      float: left; }
  #content #bottom-content .list .item .image .slide-img a span {
    width: 35px;
    height: 35px;
    background-size: 20px auto; }
  #content #bottom-content .blog-title {
    margin-bottom: 0px; }
  .toset {
    width: 280px;
    display: block;
    margin: 0 auto 30px auto; }
  .proposal-block .text {
    margin-bottom: 60px; }
  body.blog .act-image {
    margin-bottom: 20px; } }

@media only screen and (max-height: 750px) {
  .booking-widget {
    width: 660px;
    height: auto; }
    .booking-widget .title {
      margin-top: 0px; }
    .booking-widget form {
      margin-bottom: 0; }
      .booking-widget form .form-entry {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        margin: 0; }
        .booking-widget form .form-entry:nth-child(3) {
          margin: 0 3%; }
        .booking-widget form .form-entry input[type=text], .booking-widget form .form-entry select {
          width: 100%; }
        .booking-widget form .form-entry.submit {
          display: block;
          width: 200px;
          margin: 0 auto;
          padding: 0; }
    .booking-widget .subtitle {
      text-align: center; }
    .booking-widget ul {
      list-style: none; }
      .booking-widget ul li {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        position: relative;
        margin: 0 10px; }
        .booking-widget ul li::before {
          content: " ";
          position: absolute;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #000;
          left: 0;
          top: 8px; } }

/*# sourceMappingURL=style.css.map */
