@charset "UTF-8";
body {
  font-family: "Fira Sans", "Arial", "sans-serif";
  color: #443b2a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.popup-inner {
  background: white; }
  .popup-inner p {
    margin: 0%;
    font-size: 131%; }

ul.sym-inline-list {
  padding: 0% 0px;
  margin-bottom: 15px; }
  ul.sym-inline-list li {
    vertical-align: top;
    text-align: left;
    list-style-type: none;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 4%;
    position: relative;
    list-style: none;
    list-style-type: none; }
    ul.sym-inline-list li:before {
      content: "";
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 20px;
      margin-left: -20px;
      background: url("images/dot.svg") no-repeat;
      background-position: center center;
      vertical-align: middle; }
    ul.sym-inline-list li p {
      font-size: 12px !important;
      font-family: "Shadows Into Light Two", cursive;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px;
      margin-top: 15px; }

.menu_button {
  position: fixed;
  top: 0;
  left: 0;
  padding: 9px 22px 12px;
  cursor: pointer;
  background-color: #1d847b;
  height: 72px;
  z-index: 999;
  display: none; }
  .menu_button span {
    display: block;
    color: #fff;
    text-transform: uppercase; }

.menu_button .bar {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
  -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; }

.menu_button.active .bar.mid {
  opacity: 0;
  visibility: hidden; }

.menu_button.active .bar {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform-origin: 0% -20%;
  margin-left: 8px;
  margin-right: -8px; }

.menu_button.active .bar.last {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform-origin: 0% 120%; }

#header {
  width: 250px;
  height: 100%;
  top: 0;
  left: 3%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.4); }
  #header a.logo {
    background: url("images/IPR_logo_green.svg") no-repeat;
    height: 108px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
    background-size: 80%;
    background-position: center center;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; }
    #header a.logo:hover {
      opacity: 0.5; }
  #header #primary-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #header #primary-nav ul li {
      text-align: center; }
      #header #primary-nav ul li a {
        color: #443b2a;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 1.2em;
        padding: 10px 0; }
        @media (max-width: 1300px) {
          #header #primary-nav ul li a {
            font-size: 1.2em; } }
        #header #primary-nav ul li a:hover, #header #primary-nav ul li a.active {
          color: #1d847b; }
      #header #primary-nav ul li:last-child {
        background-color: #f68a2f;
        color: #fff;
        padding: 7px 10px;
        width: 80%;
        margin: 0 auto;
        margin-top: 15px; }
        #header #primary-nav ul li:last-child:hover, #header #primary-nav ul li:last-child.active {
          background-color: #1d847b; }
          #header #primary-nav ul li:last-child:hover a, #header #primary-nav ul li:last-child.active a {
            color: #fff;
            padding: 2px 0; }
        #header #primary-nav ul li:last-child a {
          color: #fff;
          padding: 2px 0; }
  #header .phone {
    text-align: center;
    color: #1d847b;
    font-size: 16px; }
  #header .bottom {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center; }
    #header .bottom .best-rate {
      color: #1d847b;
      font-size: em(12px); }
    #header .bottom .phone {
      color: #1d847b;
      font-weight: 500;
      margin-bottom: 15px; }
    #header .bottom #secondary-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #header .bottom #secondary-nav ul li {
        display: inline-block;
        margin: 0 5px; }
        #header .bottom #secondary-nav ul li a {
          display: block;
          font-size: 1.1em;
          color: #443b2a; }
          #header .bottom #secondary-nav ul li a:hover {
            color: #1d847b; }
    #header .bottom .widgets {
      text-align: center; }
      #header .bottom .widgets .weather {
        background: url("images/sun.png") no-repeat left center;
        padding-left: 30px;
        font-weight: 500;
        margin: 0 8px;
        display: inline-block; }
      #header .bottom .widgets .tide {
        background: url("images/tide.png") no-repeat left center;
        padding-left: 30px;
        font-weight: 500;
        margin: 0 8px;
        display: inline-block; }
      #header .bottom .widgets .clock {
        background: url("images/time.png") no-repeat left center;
        padding-left: 25px;
        font-weight: 500;
        margin: 0 8px;
        display: inline-block; }

.stick-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #1d847b;
  color: #fff;
  text-align: center;
  z-index: 90; }

.hurricane {
  position: fixed;
  left: 18%;
  bottom: 0;
  padding: 10px 25px 10px 50px;
  color: #fff;
  font-weight: bold;
  background: #ef8432 url("images/hurricane-icon.png") no-repeat 15px center;
  z-index: 99; }

.fixed-footer {
  position: fixed;
  padding: 8px 0;
  background-color: #1d847b;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 14px !important;
  z-index: 99; }
  .fixed-footer a {
    color: #fff;
    text-transform: uppercase; }

#footer {
  clear: both;
  /* Fixes clearing on Gallery template */
  background-color: #f7f4f0;
  padding: 50px 0; }
  #footer a.logo {
    background: url("images/IPR_logo_green.svg") no-repeat 19px center !important;
    width: 223px;
    height: 85px;
    margin: 0px 0 8px -26px;
    display: block;
    text-indent: -9999px;
    background-size: 63% !important;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; }
    #footer a.logo:hover {
      opacity: 0.5; }
  #footer .address {
    margin-bottom: 20px;
    font-size: 14px; }
    #footer .address a {
      font-weight: bold; }
  #footer #third-nav {
    margin-bottom: 30px; }
    #footer #third-nav ul {
      padding: 0; }
    #footer #third-nav li {
      display: inline-block;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid #443b2a;
      line-height: 1em; }
      #footer #third-nav li:last-child {
        border: 0; }
      #footer #third-nav li a {
        display: block;
        line-height: 1em;
        color: #443b2a;
        font-size: em(12px);
        opacity: 1;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out; }
        #footer #third-nav li a:hover {
          opacity: 0.5; }
  #footer .copyright {
    font-size: em(11px);
    color: #aeaaa3; }
  #footer #email-signup {
    margin-bottom: 25px;
    /*
		a {
			background: url('images/arrow-down.png') no-repeat center $green;
			display: block;
			float: left;
			width: 40px;
			height: 48px;
			transform: rotate(-90deg);
			margin-top:-4px;
		}
*/ }
    #footer #email-signup .title {
      font-size: 18px;
      color: #000;
      margin-bottom: 10px; }
    #footer #email-signup p {
      margin-bottom: 15px;
      font-size: 14px; }
    #footer #email-signup input {
      background-color: #eeebe4;
      padding: 10px;
      border: 0;
      float: left;
      width: 72%; }
  #footer ul.social-media {
    padding: 0;
    margin-bottom: 30px; }
    #footer ul.social-media li {
      display: inline-block;
      margin-right: 20px; }
      #footer ul.social-media li a {
        background: url("images/social-media.png") no-repeat;
        display: block;
        width: 27px;
        height: 25px;
        text-indent: -9999px; }
        #footer ul.social-media li a.facebook {
          background-position: 3px 0; }
        #footer ul.social-media li a.twitter {
          background-position: -50px 0; }
        #footer ul.social-media li a.google {
          background-position: -99px 0;
          width: 32px; }
        #footer ul.social-media li a:hover {
          opacity: 0.7; }
  #footer .tambourine a {
    font-size: em(10px);
    color: #aeaaa3;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; }
    #footer .tambourine a:hover {
      opacity: 0.5; }
    #footer .tambourine a img {
      margin-left: 5px; }

.book-direct {
  display: inline-block;
  font-size: .9em;
  margin-bottom: 50px;
  cursor: pointer;
  font-weight: 400; }
  .book-direct:hover {
    color: #1d847b; }

.book-action {
  position: fixed;
  right: 10%;
  top: 0px;
  z-index: 99;
  background-color: #fff; }
  .book-action .left-side {
    float: left;
    padding: 5px 20px;
    text-align: center; }
    .book-action .left-side .best-rate {
      font-weight: 500; }
    .book-action .left-side .phone {
      font-weight: 500;
      color: #1d847b;
      font-size: 1.1em; }
  .book-action .book-widget-trigger-holder {
    background-color: #f68a2f;
    color: #fff;
    font-size: 17px;
    padding: 12px 30px;
    font-weight: 500;
    float: left;
    min-width: 180px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    z-index: 999; }
    .book-action .book-widget-trigger-holder:hover {
      background: #d27323; }
  .book-action .booking-container {
    position: absolute;
    z-index: 2;
    right: -45px;
    pointer-events: none;
    opacity: 0;
    top: -75px;
    background: #1d847b;
    padding: 5px;
    width: 270px;
    transition: all 0.4s cubic-bezier(0.18, 0.32, 0.17, 0.99); }
    .book-action .booking-container:before {
      content: ' ';
      background: url("images/booking-triangle.png") no-repeat center top;
      width: 100%;
      height: 25px;
      position: absolute;
      top: -20px;
      left: 0; }
    .book-action .booking-container .booking-desc {
      background: white;
      padding: 5px 30px; }
      .book-action .booking-container .booking-desc h3 {
        color: #1d847b;
        font-size: 14px;
        text-transform: uppercase; }
      .book-action .booking-container .booking-desc ul li {
        list-style-type: disc;
        list-style-position: inside; }
      .book-action .booking-container .booking-desc .book-widget-close {
        color: #666259;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .book-action .booking-container .booking-desc .book-widget-close:hover {
          opacity: .8; }
    .book-action .booking-container.smart-container {
      width: 800px; }
    .book-action .booking-container.hidebook {
      pointer-events: auto;
      opacity: 1;
      top: 75px; }

.booking-widget {
  text-align: left;
  max-width: 900px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0; }
  .booking-widget .header {
    text-align: center;
    padding: 15px 0 5px;
    letter-spacing: 2px;
    font-size: em(32px);
    font-weight: 500;
    color: #fff;
    position: relative; }
    .booking-widget .header img {
      position: absolute;
      left: 50%;
      margin-left: -25px;
      bottom: -30px; }
    .booking-widget .header:after {
      bottom: 100%;
      right: 40px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(29, 132, 123, 0);
      border-bottom-color: #1d847b;
      border-width: 20px;
      margin-left: -30px; }
  .booking-widget .body {
    background: white;
    height: auto;
    padding: 20px 20px 0; }
    .booking-widget .body .benefits {
      margin-bottom: 15px; }
      .booking-widget .body .benefits .title {
        color: #1d847b;
        text-transform: uppercase;
        margin-top: 5px;
        font-weight: 500;
        font-size: em(23px);
        line-height: 1.2em;
        background: url("images/check-icon-booking.png") no-repeat left center;
        padding-left: 55px; }
        .booking-widget .body .benefits .title span {
          display: block; }
      .booking-widget .body .benefits ul {
        padding-left: 0px;
        margin-top: 10px; }
      .booking-widget .body .benefits li {
        display: block;
        margin: 5px 5px 0;
        font-size: 500;
        font-size: em(15px); }
    .booking-widget .body .form-entry {
      display: inline-block;
      margin: 5px 0 0;
      width: 100%;
      margin-right: 0;
      position: relative;
      overflow: hidden;
      border: 1px solid #bebfbf; }
      .booking-widget .body .form-entry.date {
        width: 100%; }
        .booking-widget .body .form-entry.date label {
          top: 11px; }
        .booking-widget .body .form-entry.date input {
          padding-left: 30% !important;
          text-transform: uppercase; }
      .booking-widget .body .form-entry.promo input {
        padding-left: 12px !important; }
      .booking-widget .body .form-entry img {
        position: absolute;
        right: 14px;
        top: 10px;
        height: 18px; }
      .booking-widget .body .form-entry label {
        position: absolute;
        left: 12px;
        top: 12px; }
      .booking-widget .body .form-entry input[type="text"], .booking-widget .body .form-entry select {
        margin-bottom: 0;
        border: 0;
        background: none;
        width: 100%;
        padding: 10px 12px 10px 60%; }
      .booking-widget .body .form-entry select {
        background: url("images/booking-guest.svg") no-repeat 83% center;
        background-size: auto 20px;
        width: 110%; }
    .booking-widget .body .submit {
      padding-top: 5px;
      text-align: center; }
      .booking-widget .body .submit input {
        display: inline-block;
        background-color: #f68a2f;
        padding: 10px;
        width: 100%;
        display: inline-block;
        font-size: 14px; }
        .booking-widget .body .submit input:hover {
          opacity: 0.8; }
    .booking-widget .body .slick-arrow {
      position: absolute;
      top: 35%;
      margin-top: -24px;
      width: 40px;
      height: 49px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("https://www.internationalpalmscocoabeach.com/assets/images/arrow-specials.png");
      border: 0;
      z-index: 99;
      text-indent: 120%;
      white-space: nowrap;
      overflow: hidden; }
    .booking-widget .body .slick-prev {
      left: -45px; }
    .booking-widget .body .slick-next {
      right: -45px;
      transform: rotate(180deg); }
    .booking-widget .body .offer {
      background-color: #fff;
      padding: 15px 25px 25px;
      border: 1px solid #99d0ca;
      position: relative;
      cursor: pointer;
      margin-bottom: 20px; }
      .booking-widget .body .offer .headering {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center; }
      .booking-widget .body .offer img {
        width: 100%; }
      .booking-widget .body .offer .headline {
        padding: 10px 0;
        text-align: center;
        font-size: 18px; }
      .booking-widget .body .offer p {
        font-size: 12px;
        width: 95%;
        margin: 0 auto; }
      .booking-widget .body .offer .checkbox {
        background: url("https://www.internationalpalmscocoabeach.com/assets/images/checkbox.png");
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px; }
        .booking-widget .body .offer .checkbox.active {
          background-position: center bottom; }
    .booking-widget .body #CheckIn, .booking-widget .body #CheckOut {
      background: url("images/Calendar-Icon.svg") no-repeat 93% center;
      background-size: 20px; }

.smart-widget {
  display: inline-block;
  background: white;
  width: 100%;
  background-color: #1d847b;
  padding: 10px; }
  .smart-widget:before {
    content: ' ';
    background-image: url("images/booking-triangle.png");
    background-repeat: no-repeat;
    background-position: 85% top;
    width: 100%;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 0; }
  .smart-widget .smart-widget #booking-form .form-entry {
    display: none; }
  .smart-widget #calendar {
    background: white; }
  .smart-widget .ui-datepicker-calendar .ui-state-default {
    border: 0; }
  .smart-widget .selected-date {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 10;
    text-align: center;
    float: left;
    display: none; }
    .smart-widget .selected-date .label {
      padding: 10px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px; }
    .smart-widget .selected-date .date {
      padding-top: 5px; }
      .smart-widget .selected-date .date .day {
        color: white;
        font-size: 40px;
        line-height: 40px;
        text-align: right;
        display: inline-block;
        vertical-align: top; }
      .smart-widget .selected-date .date .month {
        color: white;
        text-transform: uppercase;
        display: inline-block;
        text-align: left;
        vertical-align: top; }
  .smart-widget #calendar {
    margin: 10px 0; }
    .smart-widget #calendar .ui-datepicker {
      width: 100% !important; }
      .smart-widget #calendar .ui-datepicker tbody {
        background-color: transparent; }
      .smart-widget #calendar .ui-datepicker .ui-datepicker-group {
        padding: 0 10px; }
      .smart-widget #calendar .ui-datepicker .ui-datepicker-title {
        text-transform: uppercase; }
      .smart-widget #calendar .ui-datepicker td {
        background-color: #fff;
        height: 55px;
        border: 1px solid #1d847b;
        text-align: center; }
        .smart-widget #calendar .ui-datepicker td a, .smart-widget #calendar .ui-datepicker td span {
          text-align: center;
          background: none !important;
          padding-bottom: 0; }
        .smart-widget #calendar .ui-datepicker td .price {
          background-color: #f68a2f;
          display: inline-block;
          padding: 0 10px 1px;
          color: #fff;
          position: relative; }
        .smart-widget #calendar .ui-datepicker td.ui-state-disabled {
          background-color: transparent; }
        .smart-widget #calendar .ui-datepicker td.ui-datepicker-other-month {
          border: 0; }
        .smart-widget #calendar .ui-datepicker td.hasPrice {
          cursor: pointer; }
          .smart-widget #calendar .ui-datepicker td.hasPrice:hover {
            background-color: transparent;
            background: rgba(29, 132, 123, 0.1); }
            .smart-widget #calendar .ui-datepicker td.hasPrice:hover a, .smart-widget #calendar .ui-datepicker td.hasPrice:hover span {
              color: #1d847b; }
        .smart-widget #calendar .ui-datepicker td.dp-highlight {
          background-color: #f68a2f; }
          .smart-widget #calendar .ui-datepicker td.dp-highlight a, .smart-widget #calendar .ui-datepicker td.dp-highlight span {
            color: #fff; }
          .smart-widget #calendar .ui-datepicker td.dp-highlight .price {
            display: none; }
  .smart-widget #booking-form {
    margin: 0; }
    .smart-widget #booking-form .form-entry {
      display: none; }
    .smart-widget #booking-form .booking-submit {
      width: calc(100% - 20px);
      margin: 0 auto;
      display: block;
      background: #106b63; }

.intro {
  background: url("images/texture.jpg") no-repeat center top #f7f4f0;
  opacity: 1;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 999;
  animation-name: intro;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes intro {
  0% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

.big_logo {
  position: fixed;
  z-index: 10000;
  top: 291px;
  left: 50%;
  margin-left: -143px;
  opacity: 0;
  animation-name: introLogo;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  transform: scale(1.2); }

@keyframes introLogo {
  0% {
    opacity: 0; }
  40% {
    opacity: 1;
    transform: scale(1); }
  80% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1); } }

.big_img {
  position: absolute;
  z-index: 998;
  width: 120%;
  height: 120%;
  opacity: 1;
  left: -10%;
  overflow: hidden;
  top: -10%;
  background: rgba(33, 33, 33, 0.7);
  animation-name: introImg;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  /* Chrome, Safari, Opera */ }

@keyframes introImg {
  0% {
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%; }
  40% {
    opacity: .7;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    visibility: hidden; } }

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

#home {
  background-color: #f7f4f0; }
  #home .arrow-home {
    position: absolute;
    z-index: 97;
    left: calc(100% - 50px);
    top: calc(100% - 50px) !important;
    margin-left: -30px;
    cursor: pointer;
    animation: home-scroll 3s infinite .4s;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    #home .arrow-home span {
      background: url("images/arrow-down.png") no-repeat;
      background-position: top 23px center;
      background-color: #1d847b;
      width: 50px;
      height: 50px;
      font-size: 0.7em;
      line-height: 24px;
      display: block;
      margin-bottom: 5px; }
  #home .top-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    #home .top-content video {
      object-fit: cover; }
  #home .banner-main-tittle {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 170px);
    text-shadow: none;
    text-align: center; }
    #home .banner-main-tittle h2 {
      font-family: "Shadows Into Light Two", cursive;
      color: white;
      font-size: 9em;
      margin: 0; }
      #home .banner-main-tittle h2 span {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: white;
        font-size: 0.3em;
        vertical-align: middle; }
    #home .banner-main-tittle p {
      font-weight: bold;
      color: #fff;
      font-size: 1.2em;
      letter-spacing: 0; }
    #home .banner-main-tittle .btn, #home .banner-main-tittle #panel .getdir, #panel #home .banner-main-tittle .getdir {
      background-color: #f68a2f; }
  #home .uvp {
    position: absolute;
    left: calc(50% - 25%);
    top: 180px;
    z-index: 97;
    color: #fff;
    text-transform: uppercase; }
    #home .uvp .line1 {
      font-family: "Shadows Into Light Two", cursive;
      font-size: 5.3em;
      line-height: 0.8em; }
      #home .uvp .line1 span {
        display: block;
        padding-left: 30px; }
    #home .uvp .line2 {
      text-align: right;
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 1.65em; }
  #home .header-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  #home .intro-content {
    background: url("images/texture.jpg") no-repeat center top;
    padding: 80px 0; }
    #home .intro-content h1 {
      font-weight: 400;
      color: #1d847b;
      font-size: 3.1em;
      margin-bottom: 15px; }
    #home .intro-content p {
      font-size: 1.125em;
      line-height: 2.000em;
      margin-bottom: 30px;
      color: #666259;
      font-weight: 300; }
    #home .intro-content ul {
      padding: 0 0 0 13px; }
      #home .intro-content ul li {
        margin-right: 30px;
        float: left;
        color: #666259;
        font-weight: 400; }
    #home .intro-content .book-benefits {
      margin-top: 2%;
      text-align: center;
      display: block; }
      #home .intro-content .book-benefits h2 {
        text-transform: uppercase;
        font-weight: 500;
        width: 48%;
        margin: 0 auto;
        font-size: 1.53846em;
        color: #1d847b;
        padding-left: 50px;
        line-height: 38px;
        background: url(images/check-icon-booking.png) no-repeat left center; }
      #home .intro-content .book-benefits ul.sym-inline-list {
        display: block;
        text-align: center;
        margin-top: 1.250em;
        margin-bottom: 0; }
        #home .intro-content .book-benefits ul.sym-inline-list li {
          float: none;
          list-style-type: disc !important;
          padding: 5px;
          font-size: 1.125em;
          display: block;
          margin: 0.313em 0;
          text-align: center; }
          #home .intro-content .book-benefits ul.sym-inline-list li:before {
            position: relative;
            display: inline-block;
            margin: 0; }
    #home .intro-content .amenities {
      background: url("images/amenities-texture.jpg") center;
      position: relative;
      padding: 20px 20px 20px 15px; }
      #home .intro-content .amenities img {
        position: absolute;
        right: -100px;
        top: 0; }
      #home .intro-content .amenities ul {
        list-style: none; }
        #home .intro-content .amenities ul li {
          background: url("images/amenities-icons.png") no-repeat;
          float: none;
          display: block;
          margin: 30px 0;
          padding-left: 50px; }
          #home .intro-content .amenities ul li strong {
            display: block;
            font-weight: 500; }
        #home .intro-content .amenities ul li.beach {
          background-position: 3px top; }
        #home .intro-content .amenities ul li.pet {
          background-position: left -108px; }
        #home .intro-content .amenities ul li.sports {
          background-position: left -225px; }
      #home .intro-content .amenities p {
        font-size: 10.5px;
        line-height: 1.5em;
        padding-left: 10px; }
      #home .intro-content .amenities a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 5%; }
  #home .home-specials .col-md-6 {
    padding: 0px 6.875em 70px; }
  #home .home-specials img {
    max-width: 100%; }
  #home .home-specials .content {
    padding-left: 2.938em; }
  #home .home-specials .photo-area {
    padding-right: 2.938em; }
  #home .home-specials .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  #home .home-specials h2 {
    font-size: 2.813em !important;
    margin-bottom: 45px;
    margin-top: 0; }
  #home .Marathon .container .row .content {
    padding-right: 0;
    padding-left: 100px; }
    #home .Marathon .container .row .content .Marathon__title {
      font-size: 25px;
      color: #443b2a;
      margin: 0;
      font-weight: bold; }
    #home .Marathon .container .row .content .Marathon__subtitle {
      color: #1d847b;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 30px; }
    #home .Marathon .container .row .content .book-now {
      margin-bottom: 5px; }
  #home .Marathon .container .row .photo-area {
    padding-left: 50px; }
  #home .dining {
    margin-bottom: 50px; }
    #home .dining .logo-d {
      padding: 5% 0; }
    #home .dining .button-d {
      padding: 16% 0; }
      #home .dining .button-d a.btn, #home .dining .button-d #panel a.getdir, #panel #home .dining .button-d a.getdir {
        padding: 7px 58px; }
    #home .dining .slick-arrow {
      position: absolute;
      top: 37%;
      margin-top: -24px;
      width: 49px;
      height: 49px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #3d3321;
      background-image: url("images/arrow-down.png");
      border: 0;
      z-index: 99;
      text-indent: -55555px;
      white-space: nowrap;
      overflow: hidden; }
    #home .dining .slick-prev {
      left: 0%;
      transform: rotate(90deg); }
      #home .dining .slick-prev:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(-270deg);
        transition: all 0.5s ease; }
    #home .dining .slick-next {
      right: 1%;
      transform: rotate(-90deg); }
      #home .dining .slick-next:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(270deg);
        transition: all 0.5s ease; }
    #home .dining .resto .header img {
      width: 100%; }
    #home .dining .resto .desc {
      padding: 30px 0; }
      #home .dining .resto .desc .logo {
        float: left;
        margin: 18px 0 40px -20px; }
      #home .dining .resto .desc h3 {
        margin-top: 0;
        font-size: em(24px);
        font-weight: 500; }
      #home .dining .resto .desc p {
        max-width: 55%;
        font-size: 1.1em;
        line-height: em(20px);
        margin-bottom: 25px;
        color: #666259; }
      #home .dining .resto .desc .event {
        float: right;
        width: 42%; }
        #home .dining .resto .desc .event img {
          float: left;
          border: 4px solid #fff;
          width: 49%;
          margin-right: 2%; }
        #home .dining .resto .desc .event .copy {
          float: left;
          width: 48%; }
          #home .dining .resto .desc .event .copy img {
            width: auto;
            max-width: 90%;
            border: 0;
            margin-bottom: 10px; }
        #home .dining .resto .desc .event .title {
          font-family: "Shadows Into Light Two", cursive;
          color: #1d847b;
          font-size: em(30px);
          line-height: 1em;
          margin-bottom: 5px; }
        #home .dining .resto .desc .event p {
          max-width: 100%;
          margin-bottom: 5px; }
        #home .dining .resto .desc .event a {
          text-transform: uppercase; }
  #home .upcoming-events {
    background-image: url(images/bg-home-event.png);
    background-size: cover;
    padding: 80px 0;
    height: auto; }
    #home .upcoming-events .event-info {
      background-color: #44a199;
      background: url(../international-palms-cocoa-beach/media/texture-5a8c3cec63250.jpg) repeat;
      color: #fff;
      margin-right: 5px; }
      #home .upcoming-events .event-info h2 {
        font-size: 1.3em;
        height: 42px;
        margin-top: 9px; }
    #home .upcoming-events figure {
      width: 100%;
      height: 209px;
      background-size: cover; }
    #home .upcoming-events .content-home-event {
      width: 50%;
      height: 200px;
      float: left; }
    #home .upcoming-events .title-e {
      width: 48%;
      float: left; }
    #home .upcoming-events .button-e {
      width: 48%;
      float: right;
      padding-top: 11%; }
    #home .upcoming-events .inf {
      padding: 17px 17px 20px 17px; }
      #home .upcoming-events .inf a {
        color: #fff;
        font-size: 0.9em;
        float: right;
        text-transform: uppercase; }
        #home .upcoming-events .inf a:hover {
          color: #fff; }
    #home .upcoming-events .image-home-event {
      width: 90%;
      height: 280px;
      background-size: cover; }
    #home .upcoming-events .slick-arrow {
      position: absolute;
      top: -13%;
      margin-top: -24px;
      width: 49px;
      height: 49px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("images/arrow-down-gray.png");
      border: 0;
      z-index: 99;
      text-indent: -55555px;
      white-space: nowrap;
      overflow: hidden; }
    #home .upcoming-events .slick-prev {
      left: 30%;
      transform: rotate(90deg); }
      #home .upcoming-events .slick-prev:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(-270deg);
        transition: all 0.5s ease; }
    #home .upcoming-events .slick-next {
      right: 30%;
      transform: rotate(-90deg); }
      #home .upcoming-events .slick-next:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(270deg);
        transition: all 0.5s ease; }
    #home .upcoming-events .content-home-event {
      padding-left: 60px; }
    #home .upcoming-events h3 {
      background-image: url("svg/calendar.svg");
      background-repeat: no-repeat;
      background-size: 20px;
      padding-left: 30px;
      font-size: 1.6em;
      font-weight: 500;
      color: #f68a2f;
      line-height: 24px;
      text-align: center;
      width: 262px;
      margin: 0 auto;
      margin-bottom: 2.8%; }
    #home .upcoming-events .home-event-name {
      font-weight: 500;
      font-size: 1.4em;
      height: 37px;
      margin-bottom: 20px; }
    #home .upcoming-events .date {
      font-size: 1.3em;
      color: #1d847b;
      font-weight: 400;
      margin: 30px 0 8px; }
      #home .upcoming-events .date .month {
        text-transform: uppercase; }
    #home .upcoming-events p {
      width: 80%;
      margin-bottom: 30px; }
    #home .upcoming-events .learn-btn {
      padding: 10px 30px;
      background-color: #1d847b;
      color: #ffffff;
      text-align: center;
      font-weight: 500;
      font-size: 15px; }
    #home .upcoming-events img {
      width: 100%; }
  #home .quads {
    padding: 80px 0;
    background-color: #eeebe4;
    text-align: center; }
    #home .quads img {
      border: 5px solid #fff;
      box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.7);
      margin-bottom: 20px;
      max-width: 100%; }
    #home .quads p {
      text-align: left;
      width: 94%;
      font-size: 13px;
      margin: 0 auto 20px; }
    #home .quads a {
      text-transform: uppercase;
      font-weight: 500;
      color: #f68a2f; }
      #home .quads a:hover {
        color: #443b2a; }
    #home .quads h4 {
      font-size: 24px; }
  #home .gallery {
    position: relative;
    padding-left: 16% !important;
    padding-right: 0 !important;
    margin-top: 0; }
    #home .gallery .block.mobile {
      display: none; }
    #home .gallery .block.desktop {
      display: block; }
      #home .gallery .block.desktop a {
        display: inline-block;
        vertical-align: top;
        margin: 0 -3px;
        width: 33.2%;
        overflow: hidden;
        position: relative; }
        #home .gallery .block.desktop a:not(.edge):not(.mini) img {
          height: 100%;
          width: auto;
          max-width: none; }
        #home .gallery .block.desktop a span.expand {
          color: white;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(svg/icon-expand.svg) no-repeat center center rgba(0, 0, 0, 0.6);
          box-shadow: -2px -1px 41px 12px rgba(0, 0, 0, 0.17);
          z-index: 1;
          font-family: "Shadows Into Light Two", cursive;
          font-size: 18px;
          padding-top: 270px;
          opacity: 0;
          transition: opacity 0.3s ease-in-out; }
        #home .gallery .block.desktop a img {
          max-width: 100%;
          display: inline-block;
          position: relative;
          z-index: 1; }
        #home .gallery .block.desktop a:hover span.expand {
          opacity: 1;
          transition: opacity 0.3s ease-in-out; }
        #home .gallery .block.desktop a.edge {
          width: 32.2%;
          text-align: center; }
          #home .gallery .block.desktop a.edge img {
            width: auto;
            height: 100%;
            max-width: none; }
          #home .gallery .block.desktop a.edge span.expand {
            padding-top: 270px; }
        #home .gallery .block.desktop a.hiden {
          display: none; }
      #home .gallery .block.desktop .wrap {
        display: inline-block;
        vertical-align: top;
        margin: 0 -2px;
        height: 470px;
        width: 35%; }
        #home .gallery .block.desktop .wrap .mini {
          height: 193px; }
          #home .gallery .block.desktop .wrap .mini:nth-child(1) {
            width: 116.5%; }
            #home .gallery .block.desktop .wrap .mini:nth-child(1) img {
              width: 100%;
              margin-top: -24%; }
            #home .gallery .block.desktop .wrap .mini:nth-child(1) span.expand {
              padding-top: 120px; }
          #home .gallery .block.desktop .wrap .mini:nth-child(2) {
            width: 67.4%; }
            #home .gallery .block.desktop .wrap .mini:nth-child(2) span.expand {
              padding-top: 120px; }
          #home .gallery .block.desktop .wrap .mini:nth-child(3) {
            width: 34%; }
            #home .gallery .block.desktop .wrap .mini:nth-child(3) img {
              max-width: none;
              height: 120%;
              margin-top: -20%;
              margin-left: -20%; }
            #home .gallery .block.desktop .wrap .mini:nth-child(3) span.expand {
              padding-top: 120px; }
  #home .map-lp {
    background: #99c8c5;
    height: 550px;
    position: relative;
    margin-top: -9%;
    z-index: 9; }
    #home .map-lp #myMap {
      height: 550px; }
    #home .map-lp #map-pins img {
      margin: 10px 0 0 0; }
    #home .map-lp .map_content {
      position: absolute;
      right: 0;
      top: 0px;
      background: #fff;
      height: 550px;
      padding: 0 0px;
      margin: 0;
      width: 229px; }
    #home .map-lp h2 {
      font-family: "Shadows Into Light Two", cursive;
      font-size: 24px;
      margin-bottom: 28px;
      line-height: .7em;
      color: #443b2a;
      text-align: center; }
      #home .map-lp h2 span {
        display: block;
        padding-left: 50px; }
    #home .map-lp p {
      padding-left: 0px;
      font-size: em(15px);
      width: 80%;
      margin: 0 auto; }
    #home .map-lp .slick-prev {
      left: 0;
      bottom: -96px;
      top: inherit; }
    #home .map-lp .slick-next {
      left: 50px;
      bottom: -96px;
      top: inherit; }
    #home .map-lp .info-wrapper h2 {
      text-transform: uppercase;
      font-weight: 500;
      margin: 0 auto;
      font-size: 1.53846em;
      color: #1d847b;
      padding-left: 50px;
      padding: 10px 0 6px 0;
      line-height: 1.1;
      text-align: left;
      width: 80%;
      font-family: "Fira Sans", "Arial", "sans-serif"; }
    #home .map-lp ul {
      list-style-type: none;
      text-align: left;
      margin-bottom: 5px !important; }
      #home .map-lp ul li {
        font-weight: 400;
        font-size: 1em;
        padding: 5px 20px;
        display: inline-block;
        background: url("images/bullets.png") no-repeat left -33px;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer; }
      #home .map-lp ul li.active {
        background-position: 0 4px;
        color: #1d847b; }
      #home .map-lp ul li:hover {
        color: #1d847b; }
    #home .map-lp .btn, #home .map-lp #panel .getdir, #panel #home .map-lp .getdir {
      margin-top: 30px;
      margin-left: 45px; }
    #home .map-lp .map_popup {
      width: 200px !important;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
      margin-top: 5px; }
      #home .map-lp .map_popup .desc {
        padding: 0 10px 20px;
        text-align: center; }
        #home .map-lp .map_popup .desc h2 {
          font-family: "Fira Sans", "Arial", "sans-serif";
          color: #443b2a !important;
          font-size: 16px;
          line-height: 22px;
          margin: 5% 0 3% 0; }
        #home .map-lp .map_popup .desc p {
          display: inline-block !important; }

.testimonials {
  background: url("images/testimonial-bg.jpg") center;
  padding: 40px 0;
  color: #fff;
  position: relative; }
  .testimonials .signs {
    bottom: -30px;
    right: 20px;
    position: absolute;
    z-index: 9; }
  .testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("images/arrow-down.png");
    border: 0;
    z-index: 99;
    text-indent: -55555px;
    white-space: nowrap;
    overflow: hidden; }
  .testimonials .slick-prev {
    left: -30px;
    transform: rotate(90deg); }
    .testimonials .slick-prev:hover {
      border: 1px solid #fff;
      transform: scale(1.3);
      transform: rotate(-270deg);
      transition: all 0.5s ease; }
  .testimonials .slick-next {
    right: 12%;
    transform: rotate(-90deg); }
    .testimonials .slick-next:hover {
      border: 1px solid #fff;
      transform: scale(1.3);
      transform: rotate(270deg);
      transition: all 0.5s ease; }
  .testimonials .testimonial .logo {
    height: 180px;
    background: url("images/tripadvisor-logo.png") no-repeat center; }
  .testimonials .testimonial h5 {
    text-transform: uppercase;
    font-size: em(20px);
    z-index: 99; }
  .testimonials .testimonial blockquote {
    border: 0;
    padding: 0;
    z-index: 99; }

/*
#header{
	transition: position 0.6s ease;
	&.adv{
		top:150px;
	}
}
body{
	transition: margin 1s ease;
	&.adv{
		margin-top: 150px;
	}
}

.book-action{
	transition: position 0.6s ease;
	&.adv{
		top:150px;
	}
}

.notification{
	position: absolute;
	cursor: pointer;
	top: 0;
	width: 100%;
	padding: 10px 0;
	text-align: left;
	z-index: 99;
	//background: $green; 
	background: url(images/texture-green.jpg) no-repeat center top;
	color: white;
	overflow: hidden;
	@extend .animated;
	transition-duration:1s;
	h2{
		font-size: 20px !important;
		span{
			display: block;
			font-size: 70%;
		}
	}
	p{
		margin: 0;
		line-height: 1.4;
		font-size: 14px;
	}
	.not-close{
		width: 30px;
		height: 30px;
		border-radius:50%;
		position: absolute;
		top:6%;
		color: transparent;
		font-weight: 10px;
		right: 10%;
		text-align: center;
		padding-top: 5px;
		background: url(images/close.png) no-repeat center center;
		
	}
	.note-content{
		width: 55%;
		margin: 0 auto;
		padding-left: 40px;
		position: relative;
		&:before{
			@include pseudo();
			width: 90px;
			height: 90px;
			background: url(images/rocket.svg) no-repeat center top;
			background-size:contain; 
			left: -60px;
		}
	}
	&.lunch{
		height:150px;
	}
	&.notbye{
		height:0;
		padding: 0;
		
	}
} 
*/
.rooms-shortcode .room {
  margin: 20px 0; }
  .rooms-shortcode .room .room-images {
    position: relative;
    padding: 0; }
    .rooms-shortcode .room .room-images img {
      max-width: 100%; }
    .rooms-shortcode .room .room-images .room-image {
      padding: 0 !important;
      position: relative; }
      .rooms-shortcode .room .room-images .room-image span {
        display: none; }
      .rooms-shortcode .room .room-images .room-image:before, .rooms-shortcode .room .room-images .room-image:after {
        content: "";
        position: absolute;
        opacity: 0; }
      .rooms-shortcode .room .room-images .room-image:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      .rooms-shortcode .room .room-images .room-image:after {
        width: 30px;
        height: 30px;
        right: 20px;
        bottom: 20px;
        background-image: url("images/icon-zoom.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .rooms-shortcode .room .room-images .room-image:hover::before {
        opacity: .6; }
      .rooms-shortcode .room .room-images .room-image:hover::after {
        opacity: 1; }
    .rooms-shortcode .room .room-images .slick-arrow {
      position: absolute;
      top: 50%;
      width: 39px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #3d3321;
      background-image: url("images/arrow-down.png");
      border: 0;
      z-index: 99;
      text-indent: -55555px;
      white-space: nowrap;
      overflow: hidden; }
    .rooms-shortcode .room .room-images .slick-prev {
      left: 0%;
      transform: rotate(90deg); }
      .rooms-shortcode .room .room-images .slick-prev:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(-270deg);
        transition: all 0.5s ease; }
    .rooms-shortcode .room .room-images .slick-next {
      right: 0%;
      transform: rotate(-90deg); }
      .rooms-shortcode .room .room-images .slick-next:hover {
        border: 1px solid #666259;
        transform: scale(1.3);
        transform: rotate(270deg);
        transition: all 0.5s ease; }
    .rooms-shortcode .room .room-images .expand-rooms {
      background: url("https://www.internationalpalmscocoabeach.com/assets/images/expand-icon.png") no-repeat center center;
      position: absolute;
      height: 25px;
      width: 25px;
      z-index: 99; }
  .rooms-shortcode .room .room-text {
    padding: 2% 5% 5% 5%; }
    .rooms-shortcode .room .room-text .btn, .rooms-shortcode .room .room-text #panel .getdir, #panel .rooms-shortcode .room .room-text .getdir {
      width: 160px;
      margin-right: 5%;
      background-color: #f68a2f; }
      .rooms-shortcode .room .room-text .btn.view-amenities, .rooms-shortcode .room .room-text #panel .view-amenities.getdir, #panel .rooms-shortcode .room .room-text .view-amenities.getdir {
        background-color: #1d847b; }
    .rooms-shortcode .room .room-text .r-title {
      font-size: 2em !important;
      color: #1d847b !important;
      margin-bottom: 20px; }
    .rooms-shortcode .room .room-text .truncate {
      font-size: 13px;
      padding: 0;
      margin: 0; }
      .rooms-shortcode .room .room-text .truncate .less {
        position: absolute;
        bottom: 15.5%;
        right: 13%; }
      .rooms-shortcode .room .room-text .truncate .truncate-text p {
        margin: 0; }
    .rooms-shortcode .room .room-text .buttons-a {
      border-top: 1px solid #dbd8d2;
      padding-top: 20px;
      padding-bottom: 5px;
      padding-left: 10px; }
    .rooms-shortcode .room .room-text .icons {
      padding: 0;
      margin-bottom: 25px;
      padding-left: 0 !important; }
      .rooms-shortcode .room .room-text .icons li {
        display: inline-block;
        margin-right: 20px;
        padding-left: 40px;
        font-weight: 500;
        background: url("images/room-icons.png") no-repeat;
        line-height: 1.4em; }
        .rooms-shortcode .room .room-text .icons li span {
          font-weight: 400 !important;
          color: #3d3321 !important;
          font-size: 12px; }
        .rooms-shortcode .room .room-text .icons li.beds {
          background-position: 0 0; }
        .rooms-shortcode .room .room-text .icons li.sofa {
          background-position: 0 -45px; }
        .rooms-shortcode .room .room-text .icons li.sleeps {
          background-position: 0 -88px;
          padding-left: 30px; }
        .rooms-shortcode .room .room-text .icons li.bunk {
          background-position: 0 -122px; }
    .rooms-shortcode .room .room-text p {
      font-size: em(15px) !important;
      width: 90%;
      margin-bottom: 30px; }
    .rooms-shortcode .room .room-text .amenities {
      display: none; }
    .rooms-shortcode .room .room-text .specials-badge {
      position: absolute;
      top: -50px;
      right: -115px; }

.rooms-shortcode .roomy:nth-child(odd) .room.even .room-text {
  background-color: #eeebe4; }

.rooms-shortcode .roomy:nth-child(even) .room.odd .room-text {
  background-color: #eeebe4; }

.popup {
  width: 800px;
  background-color: #fff;
  padding: 60px 0;
  position: fixed;
  top: 20%;
  z-index: 999;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.7);
  display: none; }
  .popup .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.2em;
    font-weight: 500;
    cursor: pointer; }
  .popup .headline {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 1.6em;
    line-height: 38px;
    display: inline-block; }
  .popup ul {
    width: 90%;
    margin: 0 auto; }
    .popup ul li {
      float: left;
      width: 28%;
      margin-left: 4.5%;
      text-align: left; }
  .popup .col {
    width: 26%;
    display: table-cell;
    border-right: 1px solid #e0e0e0;
    padding: 0 3%; }
    .popup .col strong {
      display: block;
      text-align: left;
      margin-bottom: 10px;
      padding-left: 15px; }
    .popup .col ul {
      width: 100%; }
    .popup .col li {
      width: 100%;
      margin: 0;
      float: none; }
    .popup .col.last {
      border: 0; }
  .popup.amenities .headline {
    background: url("images/amenities-icon.png") no-repeat; }
  .popup.dinner .headline {
    background: url("images/dinner-icon.png") no-repeat;
    padding-left: 50px; }

#default.accommodations .fancybox-inner {
  /*
		padding: 0%;
		width: 600px !important;
		height: auto !important;
		text-align: center;
		padding: 50px 10px;
*/ }
  #default.accommodations .fancybox-inner .headline {
    background: url(images/amenities-icon.png) left 5px no-repeat;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 1.8em;
    line-height: 38px;
    display: inline-block; }
  #default.accommodations .fancybox-inner p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.8em; }
  #default.accommodations .fancybox-inner ul.sym-inline-list {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #666259;
    padding-top: 25px; }
    #default.accommodations .fancybox-inner ul.sym-inline-list li {
      display: inline-block;
      font-size: 14px;
      padding: 2px 10px;
      margin-right: 10px;
      color: #443b2a; }
  #default.accommodations .fancybox-inner .w-content {
    padding: 4%; }

#default.accommodations #explorem {
  padding: 5%; }

.accommodations .sidebar {
  background-color: #eeebe4;
  padding: 100px 0;
  padding-left: 300px;
  text-align: center; }
  .accommodations .sidebar img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.7);
    display: block;
    margin-bottom: 30px; }
  .accommodations .sidebar h3 {
    margin: 0 0 10px;
    font-size: 1.30769em; }
  .accommodations .sidebar p {
    text-align: left;
    width: 94%;
    margin: 0 auto 20px;
    font-size: 13px; }
  .accommodations .sidebar a {
    text-transform: uppercase;
    font-weight: 500;
    color: #f68a2f;
    margin-top: 5%; }

.filter form {
  text-align: center; }
  .filter form label,
  .filter form select {
    -webkit-appearance: none;
    display: inline-block;
    float: none !important;
    color: #000; }
    .filter form label:focus,
    .filter form select:focus {
      outline: none; }
  .filter form select {
    background: url(images/arrow-down-black.png) right center no-repeat;
    width: 90px;
    margin: 0 0 0 15px;
    background-size: 13px;
    padding: 0px 10px;
    color: #1d847b !important; }
    .filter form select:hover {
      color: #443b2a;
      background-color: transparent !important; }

#eventsList .event-inner {
  margin-bottom: 7%; }

#eventsList .event-copy {
  background-color: #48a199;
  text-align: left !important;
  color: #fff;
  padding: 15px; }
  #eventsList .event-copy .arrow {
    text-align: center; }
    #eventsList .event-copy .arrow span {
      color: #fff !important; }

#eventsList .event-date {
  padding: 0 5%; }
  #eventsList .event-date span {
    color: #fff !important;
    font-size: 0.8em; }

#eventsList figcaption {
  display: none; }

#eventsList img {
  width: 100%; }

#eventsList .month-download {
  float: left; }
  #eventsList .month-download h4 {
    color: #1d847b;
    font-size: em(35px);
    display: inline-block;
    font-weight: 400;
    margin-bottom: 45px; }

#eventsList p {
  text-align: left; }

#eventsList .calendar-download {
  margin-top: 30px;
  display: inline-block;
  background: url("images/calendar-icon.png") no-repeat;
  float: right;
  padding-left: 30px;
  padding-top: 1px;
  margin-right: 8.5%;
  padding-bottom: 5px; }
  #eventsList .calendar-download a {
    color: #666259; }
    #eventsList .calendar-download a:hover {
      color: #1d847b; }

#eventsList .single-event {
  display: inline-block;
  margin-top: 6%;
  margin-bottom: 15px;
  text-align: left;
  height: 195px; }
  #eventsList .single-event .image {
    position: relative;
    float: left;
    width: 40%;
    height: 195px; }
    #eventsList .single-event .image img {
      background-size: 100% 100%;
      color: transparent; }
    #eventsList .single-event .image .inner-image {
      width: 100%;
      height: 195px;
      background-size: cover;
      background-position-x: 78%; }
    #eventsList .single-event .image .date {
      background-color: #1d847b;
      position: absolute;
      bottom: 0;
      width: 50%;
      left: 25%;
      color: #fff;
      font-weight: 500;
      font-size: 1.2em;
      padding: 8px 0;
      top: 0;
      bottom: inherit;
      text-align: center; }
  #eventsList .single-event .info {
    float: left;
    background-color: #eeebe4;
    width: 60%;
    padding: 0 15px;
    height: 195px; }
    #eventsList .single-event .info h4 {
      text-align: left;
      color: #1d847b;
      margin-top: 19px;
      margin-bottom: 0;
      font-size: 21px; }
    #eventsList .single-event .info p {
      text-align: left; }
    #eventsList .single-event .info a {
      text-align: left;
      color: #1d847b;
      font-weight: 500;
      margin-left: 5px;
      display: inline-block; }
      #eventsList .single-event .info a:hover {
        color: #443b2a; }
  #eventsList .single-event h3 {
    color: #1d847b;
    text-transform: uppercase;
    font-size: 20px; }
  #eventsList .single-event .location {
    line-height: 1.5em;
    background: url(images/location-event.png) no-repeat;
    display: inline-block;
    padding-left: 30px;
    font-size: 1.1em;
    font-weight: 500;
    background-position-y: 0px;
    margin-bottom: 7px;
    margin-top: -13px; }
    #eventsList .single-event .location span {
      display: inline-block;
      background: url("images/events-icons.png") no-repeat left top;
      padding-left: 30px; }
  #eventsList .single-event .time {
    margin-bottom: 10px;
    clear: both;
    line-height: 24px;
    background: url(images/time-event.png) no-repeat;
    height: 30px;
    padding-left: 30px;
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 3px; }
    #eventsList .single-event .time span {
      display: inline-block;
      background: url("images/events-icons.png") no-repeat left -60px;
      padding-left: 30px; }

.weekly {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 40px 50px 30px 200px; }
  .weekly h4 {
    color: #48a199;
    margin-bottom: 5%;
    text-transform: uppercase; }
  .weekly .slick-prev {
    left: -25%;
    transform: rotate(90deg);
    transition: opacity .6s; }
    .weekly .slick-prev:hover {
      opacity: 0.85;
      border: 1px solid #fff; }
  .weekly .slick-next {
    right: -8.5%;
    transform: rotate(-90deg);
    transition: opacity .6s; }
    .weekly .slick-next:hover {
      opacity: 0.85;
      border: 1px solid #fff; }
  .weekly .slick-slide {
    text-align: center;
    border-right: 1px solid #e0dcd1;
    display: table-cell;
    float: none; }
    .weekly .slick-slide h3 {
      color: #1d847b;
      text-transform: uppercase;
      font-size: 18px;
      width: 90%;
      margin: 0 auto 20px; }
    .weekly .slick-slide p {
      font-size: 15px !important;
      font-weight: 400 !important; }
      .weekly .slick-slide p i, .weekly .slick-slide p em {
        font-size: 11px;
        font-style: normal; }
  .weekly.mambos {
    background-image: url("images/mambos-logo.png"), url("images/noise-texture.jpg");
    background-repeat: no-repeat, repeat;
    background-position: 70px center, center center; }
  .weekly.sa {
    background-image: url("images/sa-logo.png");
    background-repeat: no-repeat;
    background-position: 70px center; }

.events-entry .wrapper {
  max-width: 2000px;
  background-image: url(images/bg-content-event-entry.png);
  background-size: cover; }

.events-entry .content {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0px;
  margin-bottom: 110px; }
  .events-entry .content .single_event {
    width: 85%;
    margin: 0 auto;
    height: 300px; }
    .events-entry .content .single_event .return-btn {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .events-entry .content .single_event .return-btn a {
        line-height: 1.6;
        color: #443b2a; }
    .events-entry .content .single_event .info-content {
      display: inline-block; }
      .events-entry .content .single_event .info-content-image img {
        width: 100%; }
      .events-entry .content .single_event .info-content h4 {
        color: #1d847b;
        font-size: 21px; }
      .events-entry .content .single_event .info-content .description {
        font-size: 10px; }
        .events-entry .content .single_event .info-content .description p {
          font-weight: 400 !important;
          margin-bottom: 0px !important; }
      .events-entry .content .single_event .info-content .info-date, .events-entry .content .single_event .info-content .event-location, .events-entry .content .single_event .info-content .event-time {
        width: 100%;
        background-repeat: no-repeat;
        font-weight: 500;
        height: auto;
        display: inline-block;
        margin: 10px 0 20px; }
      .events-entry .content .single_event .info-content .info-date {
        background-image: url(images/calendar-icon.png);
        padding-left: 30px;
        margin-left: 4px;
        font-size: 1.2em;
        margin-top: 15px; }
        .events-entry .content .single_event .info-content .info-date table tr {
          float: left;
          margin: 0 0 10px 5px;
          width: 38%; }
        .events-entry .content .single_event .info-content .info-date h5 {
          color: #1d847b;
          font-size: 16px;
          margin: 2px 0 15px 0; }
      .events-entry .content .single_event .info-content .event-location {
        background-image: url(images/location-event.png);
        padding-left: 30px;
        padding-top: 5px;
        font-size: 1.2em; }
      .events-entry .content .single_event .info-content .event-time {
        background-image: url(images/time-event.png);
        padding-top: 5px;
        font-size: 1.2em;
        padding-left: 30px;
        color: #443b2a; }
      .events-entry .content .single_event .info-content .event-website .btn, .events-entry .content .single_event .info-content .event-website #panel .getdir, #panel .events-entry .content .single_event .info-content .event-website .getdir {
        padding: 7px 50px;
        margin-top: 30px; }
      .events-entry .content .single_event .info-content .learn-more {
        margin-top: 10px;
        display: inline-block;
        background: #1d847b;
        color: white;
        padding: 5px; }
      .events-entry .content .single_event .info-content .hide {
        display: none; }

.searchMonths h2 {
  text-align: center;
  font-size: 2.4em !important; }

.download_calendar {
  width: 511px;
  margin: 0 auto;
  margin-bottom: 0%;
  background-image: url("svg/calendar.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  text-align: center; }
  .download_calendar:hover h2 {
    color: #666259 !important; }
  .download_calendar h2 {
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 1.8em !important;
    color: #f68a2f !important; }
  .download_calendar h4 {
    margin: 8%  0 3% 0;
    color: #443b2a; }

#default.calendar-of-events .fancybox-inner {
  padding: 5%;
  width: 55em !important;
  height: auto !important;
  background-color: #fff;
  color: #443b2a; }
  #default.calendar-of-events .fancybox-inner .event-date {
    padding-top: 0%;
    color: #666259; }
  #default.calendar-of-events .fancybox-inner img {
    width: 100%; }
  #default.calendar-of-events .fancybox-inner h5 {
    font-size: 1.7em;
    color: #1d847b; }
  #default.calendar-of-events .fancybox-inner a {
    margin-top: 2%; }
  #default.calendar-of-events .fancybox-inner p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0 !important; }
  #default.calendar-of-events .fancybox-inner ul.sym-inline-list li {
    margin-bottom: 10px;
    list-style: disc;
    font: 16px "Adobe Garamond Pro","serif"; }

form {
  margin-bottom: 2em;
  width: 100%; }

.form-entry, .field {
  margin-bottom: 10px;
  position: relative;
  overflow: auto; }
  .form-entry label, .field label {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #443b2a; }
    .form-entry label span, .field label span {
      font-size: 0.8em; }
  .form-entry label.error, .field label.error {
    color: red; }
  .form-entry input[type=text],
  .form-entry select,
  .form-entry textarea, .field input[type=text],
  .field select,
  .field textarea {
    width: 100%;
    border: 0px none;
    margin: 0px 0px 10px;
    color: #443b2a;
    padding: 6px 3%;
    /*** Removes Safari weird default styling ***/
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
  .form-entry textarea, .field textarea {
    min-height: 120px; }
  .form-entry input[type=text].error, .form-entry select.error, .form-entry textarea.error, .field input[type=text].error, .field select.error, .field textarea.error {
    border: 1px solid red !important; }

/*** Error Handling ***/
.errorMsg,
#email-error p {
  color: #D85B5B;
  overflow: visible !important;
  line-height: 1.4;
  background-color: #D85B5B;
  color: #fff !important;
  clear: both;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 70%; }

.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 p {
  background-color: #65BCB3; }

/*** Style placeholder ***/
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  opacity: 1; }

/*** Fieldset ***/
fieldset {
  border: none;
  padding: 0;
  margin-bottom: 40px; }
  fieldset legend {
    font-size: 110%;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* CONTACT
*********************************************************** */
#formRFP {
  width: 100%;
  margin: 0 auto; }

.form-entry.one-line label {
  float: left;
  width: 35%; }

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

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

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

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

/* GET DIRECTIONS
*********************************************************** */
#map-canvas,
#directionsPanel {
  width: 80% !important;
  margin: 0 auto !important; }

#panel {
  width: 80%;
  margin: 0 auto !important; }
  #panel label {
    display: block;
    width: 100%;
    margin: 0 0 5px; }
  #panel br {
    display: none; }
  #panel .getdir {
    border: 0; }

.mode, .startdir, .enddir {
  color: #222;
  margin-bottom: 30px;
  font-size: 16px; }
  .mode label, .startdir label, .enddir label {
    width: 150px;
    margin-bottom: 15px; }
  .mode select, .startdir select, .enddir select {
    font-family: inherit;
    display: block;
    padding: 10px 25px; }
  .mode input[type=text], .startdir input[type=text], .enddir input[type=text] {
    color: #443b2a;
    background-color: #fff;
    border: medium none;
    width: 100%;
    font-family: inherit;
    padding: 8px 3%; }

#panel ul,
#panel ul li,
#panel label,
#panel input {
  display: inline-block !important;
  width: auto !important;
  list-style: none; }

#panel input[type="text"] {
  width: 40% !important; }

#panel label {
  text-transform: uppercase;
  line-height: 2; }

#panel #mode {
  margin: 0 10px;
  display: inline-block; }

#panel #mode .icon {
  text-indent: -10000px;
  width: 30px !important;
  margin: 0px 3px;
  height: 24px !important;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  display: inline-block; }

#panel #mode .icon:not(.active):hover {
  opacity: 0.7; }

#panel #mode .car {
  background: url("images/icon-car.png") no-repeat transparent;
  background-size: 22px 18px; }

#panel #mode .bus {
  background: url("images/icon-bus.png") no-repeat transparent;
  background-size: 17px 21px; }

#panel #mode .bike {
  background: url("images/icon-bike.png") no-repeat transparent;
  background-size: 26px 15px; }

#panel #mode .walking {
  background: url("images/icon-walking.png") no-repeat transparent;
  background-size: 9px 20px; }

#panel #mode .car.active {
  background-image: url(images/icon-car-active.png); }

#panel #mode .bus.active {
  background-image: url(images/icon-bus-active.png); }

#panel #mode .bike.active {
  background-image: url(images/icon-bike-active.png); }

#panel #mode .walking.active {
  background-image: url(images/icon-walking-active.png); }

#panel input[type="text"] {
  font-size: 0.8em;
  height: 38px;
  color: #222 !important;
  border: medium none;
  font-family: inherit;
  padding: 5px 3%;
  font-size: 80%; }

#panel .getdir {
  border: none;
  background: #1a7772;
  color: #fff;
  cursor: pointer;
  font-size: 1.05em;
  letter-spacing: 1px;
  padding: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: inherit; }

#landing-page {
  background-color: #f7f4f0; }
  #landing-page .booking-holder h3 {
    color: #fff;
    font-family: "Bad Script","sans-serif";
    text-align: center;
    font-size: 2.1em;
    background-color: #1d847b;
    padding: 40px 20px;
    margin: -29px -25px 20px;
    text-transform: none; }
  #landing-page .booking-holder h5 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 1%; }
  #landing-page ul.sym-inline-list li {
    list-style-type: disc;
    color: #1d847b; }
    #landing-page ul.sym-inline-list li span {
      color: #666259; }
  #landing-page #content .bg {
    padding: 20px 0 50px !important;
    background: #f7f4f0; }
  #landing-page #header {
    display: none !important; }
  #landing-page #top-content {
    padding: 0px !important;
    max-width: 1500px;
    margin: 0 auto;
    height: 565px !important; }
  #landing-page .banner-main-tittle {
    position: absolute;
    top: calc(34% - 50px);
    left: 20%;
    text-shadow: none; }
    #landing-page .banner-main-tittle h2 {
      font-family: "Shadows Into Light Two", cursive;
      color: #1d847b;
      font-size: 7em;
      margin: 0; }
      #landing-page .banner-main-tittle h2 span {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #f68a2f;
        font-size: 0.3em;
        vertical-align: middle; }
    #landing-page .banner-main-tittle p {
      font-weight: bold;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }
    #landing-page .banner-main-tittle .btn, #landing-page .banner-main-tittle #panel .getdir, #panel #landing-page .banner-main-tittle .getdir {
      background-color: #f68a2f; }
  #landing-page .logo-holder {
    background: #fff;
    width: 300px;
    height: 135px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 40px; }
    #landing-page .logo-holder .logo {
      background: url("images/international-palm-beach-logo.png") no-repeat;
      width: 169px;
      height: 93px;
      display: block;
      text-indent: -55555px;
      position: absolute;
      left: 50%;
      margin-left: -92px;
      margin-top: 20px; }
  #landing-page .book-action {
    display: none; }
  #landing-page .booking-holder {
    width: 410px;
    height: 327px;
    background: url("images/noise-texture.jpg");
    float: right;
    padding: 30px 25px;
    margin-top: -215px; }
    #landing-page .booking-holder .check {
      background: url("images/check-icon-booking.png") no-repeat center center;
      height: 37px;
      width: 100%;
      margin-bottom: 20px; }
    #landing-page .booking-holder h2 {
      color: #443b2a !important;
      font-weight: 500 !important;
      text-transform: uppercase;
      font-size: em(19px);
      letter-spacing: 1px;
      margin-bottom: 12px; }
    #landing-page .booking-holder p {
      font-size: em(15px) !important;
      line-height: 1.4em !important;
      font-weight: 400 !important; }
    #landing-page .booking-holder form {
      text-align: center;
      width: 80%;
      margin: 0 auto 40px; }
      #landing-page .booking-holder form .form-entry input[type=text] {
        border: none; }
      #landing-page .booking-holder form img.ui-datepicker-trigger {
        position: absolute;
        right: 16px;
        top: 6px; }
    #landing-page .booking-holder p.match-it {
      font-size: em(13px) !important;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400; }
  #landing-page h1 {
    font-size: em(43px) !important;
    font-weight: 400 !important;
    margin-bottom: 35px;
    margin-top: 65px; }
  #landing-page h3 {
    text-transform: uppercase;
    color: #1d847b;
    font-size: em(15px);
    margin-top: 10px;
    margin-bottom: 18px; }
  #landing-page .inline-ul ul {
    font-size: em(13px);
    list-style-type: disc !important;
    padding-left: 0px !important;
    margin-left: -25px; }
    #landing-page .inline-ul ul li {
      font-weight: 500;
      font-size: 14px;
      padding-left: 0px;
      float: left;
      margin-left: 45px; }
  #landing-page .map-lp {
    background: #99c8c5;
    height: 550px;
    position: relative;
    padding: 0px !important; }
    #landing-page .map-lp #myMap {
      height: 550px;
      background-color: #9AC7C4 !important; }
    #landing-page .map-lp .map_content {
      position: absolute;
      right: 5%;
      top: 40px;
      background: #fff;
      padding: 25px 60px 35px; }
    #landing-page .map-lp h2 {
      font-family: "Shadows Into Light Two", cursive;
      font-size: em(60px);
      margin-bottom: 28px;
      line-height: .75em;
      color: #443b2a; }
      #landing-page .map-lp h2 span {
        display: block;
        padding-left: 50px; }
    #landing-page .map-lp p {
      padding-left: 45px;
      font-size: em(15px);
      margin-bottom: 35px; }
    #landing-page .map-lp ul {
      list-style-type: none;
      text-align: left;
      margin-bottom: 5px !important;
      max-width: 300px; }
      #landing-page .map-lp ul li {
        font-weight: 400;
        font-size: em(15px);
        padding: 5px 20px;
        display: inline-block;
        background: url("images/bullets.png") no-repeat left -33px;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        display: block; }
      #landing-page .map-lp ul li.active {
        background-position: 0 4px;
        color: #1d847b; }
      #landing-page .map-lp ul li:hover {
        color: #1d847b; }
    #landing-page .map-lp .map_popup {
      width: 200px !important;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
      margin-top: 5px; }
      #landing-page .map-lp .map_popup .desc {
        padding: 0 10px 20px;
        text-align: center; }
        #landing-page .map-lp .map_popup .desc h2 {
          font-family: "Fira Sans", "Arial", "sans-serif";
          color: #443b2a !important;
          font-size: 18px; }
  #landing-page .testimonials {
    background: url("images/testimonial-bg.jpg") center;
    padding: 40px 0;
    color: #fff;
    position: relative; }
    #landing-page .testimonials .signs {
      bottom: -30px;
      right: 20px;
      position: absolute; }
    #landing-page .testimonials .testimonial .logo {
      height: 180px;
      background: url("images/tripadvisor-logo.png") no-repeat center; }
    #landing-page .testimonials .testimonial h5 {
      text-transform: uppercase;
      font-size: em(20px); }
    #landing-page .testimonials .testimonial blockquote {
      border: 0;
      padding: 0; }
  #landing-page .gallery-lp {
    padding: 0px !important; }
    #landing-page .gallery-lp ul {
      width: 100%;
      padding-left: 0px;
      margin-bottom: 0px; }
      #landing-page .gallery-lp ul li {
        width: 20%;
        float: left;
        height: 320px;
        list-style-type: none; }
        #landing-page .gallery-lp ul li div {
          height: 100%;
          width: 100%;
          background-size: cover !important;
          background-position: center center !important; }
      #landing-page .gallery-lp ul li:first-child, #landing-page .gallery-lp ul li:last-child {
        width: 10%; }
      #landing-page .gallery-lp ul li:last-child div {
        background-position: left !important; }
  #landing-page #specials-foot {
    display: none; }
  #landing-page #footer {
    padding: 50px 0 100px !important; }
    #landing-page #footer .logo, #landing-page #footer .social-media, #landing-page #footer .tambourine, #landing-page #footer #third-nav {
      display: none; }
  #landing-page .fixed-footer {
    display: none; }
  #landing-page .slick-prev, #landing-page .slick-next {
    position: absolute;
    top: calc(55% - 24px);
    margin-top: -24px;
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3d3321;
    background-image: url(images/arrow-down.png);
    border: 0;
    z-index: 99;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden; }
  #landing-page .slick-prev {
    left: 0px;
    transform: rotate(90deg); }
    #landing-page .slick-prev:hover {
      border: 1px solid #fff;
      transform: scale(1.3);
      transform: rotate(-270deg);
      transition: all 0.5s ease; }
  #landing-page .slick-next {
    right: 0%;
    transform: rotate(-90deg); }
    #landing-page .slick-next:hover {
      border: 1px solid #fff;
      transform: scale(1.3);
      transform: rotate(270deg);
      transition: all 0.5s ease; }

#landing-page #content #top-content {
  height: 540px !important;
  background-image: url("../international-palms-cocoa-beach/media/headeripc-5769a6b290cfb.jpg"); }

#landing-page #content .booking-holder {
  text-align: center;
  height: auto; }
  #landing-page #content .booking-holder h3 {
    padding: 20px;
    font-family: "Davy Francis","sans-serif";
    font-size: 3em;
    margin: -30px -25px 20px; }
  #landing-page #content .booking-holder .landing_rates {
    color: black;
    display: inline-block;
    font-size: 4em;
    letter-spacing: 0px;
    margin-left: 0; }
    #landing-page #content .booking-holder .landing_rates .dollar {
      font-size: 26px;
      position: absolute;
      margin-left: -35px;
      margin-top: -14px; }
    #landing-page #content .booking-holder .landing_rates .nights {
      font-size: 22px;
      margin-top: -12px;
      margin-left: 2px;
      position: absolute; }
  #landing-page #content .booking-holder .btn, #landing-page #content .booking-holder #panel .getdir, #panel #landing-page #content .booking-holder .getdir {
    margin-bottom: 30px;
    background-color: #f78a2f; }

#landing-page #content .map-lp ul li a {
  color: #443b2a; }

#landing-page #content ul.strong li {
  list-style: none !important;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px; }
  #landing-page #content ul.strong li span {
    font-weight: 500; }
  #landing-page #content ul.strong li:before {
    content: "• ";
    color: #1d847b;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0; }

#landing-page #content .small {
  font-size: 1.2em;
  display: inline-block;
  margin-top: 20px; }

#landing-page #content .lp-higlight {
  padding: 0 !important;
  margin-bottom: 5%; }
  #landing-page #content .lp-higlight figure {
    width: 100%;
    height: 320px;
    background-color: red;
    background-size: cover;
    padding-left: 5%; }
    #landing-page #content .lp-higlight figure .info {
      background-color: #eeebe4;
      background: url(../international-palms-cocoa-beach/media/texture-5a71e58eb5cd6.jpg);
      padding: 4%;
      margin-top: -2.5%;
      box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.09); }
      #landing-page #content .lp-higlight figure .info h2 {
        font-family: "Shadows Into Light Two", cursive;
        font-size: 5.5em;
        color: #1d847b;
        margin-bottom: 5%; }
        #landing-page #content .lp-higlight figure .info h2 span {
          font-family: "Fira Sans", "Arial", "sans-serif";
          font-size: 0.5em;
          vertical-align: middle;
          color: #f68a2f; }
      #landing-page #content .lp-higlight figure .info p {
        font-size: 14px; }
      #landing-page #content .lp-higlight figure .info a {
        margin-top: 5%; }

.badge-land {
  margin-top: 70px; }

.gallery-weedings {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: -20px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .gallery-weedings a {
    position: relative;
    background-size: cover;
    background-position: center;
    display: block; }
    .gallery-weedings a figcaption {
      display: none; }
    .gallery-weedings a:hover:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .gallery-weedings .table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 20% 20% 20% 30%;
        grid-template-columns: 10% 20% 20% 20% 30%;
    -ms-grid-rows: 230px 300px;
        grid-template-rows: 230px 300px; }
    @media (max-width: 1300px) {
      .gallery-weedings .table {
        -ms-grid-rows: 185px 278px;
            grid-template-rows: 185px 278px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .gallery-weedings .table {
        -ms-grid-rows: 150px 200px;
            grid-template-rows: 150px 200px; } }
  .gallery-weedings .item-1 {
    background-color: false;
    -ms-grid-column: 5;
        grid-column-start: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3; }
  .gallery-weedings .item-2 {
    background-color: false;
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3; }
  .gallery-weedings .item-3 {
    background-color: false;
    -ms-grid-column: 4;
        grid-column-start: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2; }
  .gallery-weedings .item-4 {
    background-color: false;
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2; }
  .gallery-weedings .item-5 {
    background-color: false;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 4; }

#landing-page-brand {
  background-color: #f7f4f0;
  padding: 20px 0; }
  #landing-page-brand header, #landing-page-brand footer, #landing-page-brand .notification, #landing-page-brand .fixed-footer {
    display: none; }
  #landing-page-brand .row {
    padding: 20px 0; }
  #landing-page-brand h1 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.8em;
    margin: 0;
    display: inline-block; }
    #landing-page-brand h1 span {
      display: block;
      font-family: "Shadows Into Light Two", cursive;
      font-size: 3em;
      display: block; }
  #landing-page-brand img {
    max-width: 100%; }
  #landing-page-brand .tripadvisor {
    text-align: center; }
    #landing-page-brand .tripadvisor .tripadvisor-logo {
      display: inline-block;
      margin: 20px 0;
      width: 50px;
      height: 40px;
      background: url("images/tripadvisor-logo.png") no-repeat center;
      background-size: 100% auto; }
    #landing-page-brand .tripadvisor .quote p {
      line-height: 1.5em; }
    #landing-page-brand .tripadvisor .quote .author {
      font-weight: 500; }
  #landing-page-brand .offer {
    text-align: center; }
    #landing-page-brand .offer img {
      display: block;
      margin: 0 auto; }
    #landing-page-brand .offer p {
      font-weight: 300;
      font-size: 1.3em;
      line-height: 1.6em;
      margin-bottom: 30px;
      text-align: left; }
    #landing-page-brand .offer .included {
      padding: 0 0 20px;
      text-align: left; }
      #landing-page-brand .offer .included li {
        display: block;
        list-style: none;
        padding-left: 35px;
        line-height: 28px;
        font-size: 1.2em;
        margin-bottom: 10px;
        background: url("images/lp-icons.png") no-repeat; }
        #landing-page-brand .offer .included li.pet {
          background-position: 0 -49px; }
        #landing-page-brand .offer .included li.wifi {
          background-position: 0 -93px; }
    #landing-page-brand .offer .btn, #landing-page-brand .offer #panel .getdir, #panel #landing-page-brand .offer .getdir {
      font-size: 18px;
      padding: 10px 30px; }
  #landing-page-brand .slick-list {
    margin-bottom: 15px; }
  #landing-page-brand .disclaimer {
    font-size: 11px;
    text-align: center; }

.dining .desc {
  padding-top: 3%; }

.ui-infobox img {
  cursor: pointer;
  margin: 2px;
  position: absolute;
  top: 0px;
  right: 0px; }

.ui-infobox img.thumb {
  cursor: pointer;
  margin: 2px;
  position: relative;
  top: 0px !important;
  left: 0px !important;
  margin-bottom: 11% !important;
  width: 110%; }

.ui-infobox .title {
  color: #1d847b !important; }

#amenityMenu dl dt a {
  background: url(images/arrow-down-gray.png) no-repeat 5% 50% !important;
  background-size: 9px !important; }

#amenityMenu dl dt.open a {
  background: url(images/arrow-down.png) no-repeat 5% 50% #f68a2f !important; }

#amenityMenu dl dt a {
  color: #1d847b !important; }

.back-btn {
  position: absolute;
  z-index: 99;
  left: 17%;
  top: 2%; }
  .back-btn a {
    background-color: #1d847b;
    padding: 8px 58px;
    color: #fff; }

.hurricane {
  position: fixed;
  left: 18%;
  bottom: 0;
  padding: 10px 25px 10px 50px;
  color: #fff;
  font-weight: bold;
  background: #ef8432 url("images/hurricane-icon.png") no-repeat 15px center;
  z-index: 99; }

.fixed-footer {
  position: fixed;
  padding: 8px 0;
  background-color: #1d847b;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 14px !important;
  z-index: 99; }
  .fixed-footer a {
    color: #fff;
    text-transform: uppercase; }

#footer {
  clear: both;
  /* Fixes clearing on Gallery template */
  background-color: #f7f4f0;
  padding: 50px 0 120px; }
  #footer a.logo {
    background: url(images/IPC-Logo-new.svg) no-repeat 0 center;
    width: 223px;
    height: 85px;
    margin: 0px 0 8px -26px;
    display: block;
    text-indent: -9999px;
    background-size: 100%;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; }
    #footer a.logo:hover {
      opacity: 0.5; }
  #footer .address {
    margin-bottom: 20px;
    font-size: 14px; }
  #footer #third-nav {
    margin-bottom: 30px; }
    #footer #third-nav ul {
      padding: 0; }
    #footer #third-nav li {
      display: inline-block;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid #443b2a;
      line-height: 1em; }
      #footer #third-nav li:last-child {
        border: 0; }
      #footer #third-nav li a {
        display: block;
        line-height: 1em;
        color: #443b2a;
        font-size: em(12px);
        opacity: 1;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out; }
        #footer #third-nav li a:hover {
          opacity: 0.5; }
  #footer .copyright {
    font-size: em(11px);
    color: #aeaaa3; }
  #footer #email-signup {
    margin-bottom: 25px;
    /*
		a {
			background: url('images/arrow-down.png') no-repeat center $green;
			display: block;
			float: left;
			width: 40px;
			height: 48px;
			transform: rotate(-90deg);
			margin-top:-4px;
		}
*/ }
    #footer #email-signup .title {
      font-size: 18px;
      color: #000;
      margin-bottom: 10px; }
    #footer #email-signup p {
      margin-bottom: 15px;
      font-size: 14px; }
    #footer #email-signup input {
      background-color: #eeebe4;
      padding: 10px;
      border: 0;
      float: left;
      width: 72%; }
  #footer ul.social-media {
    padding: 0;
    margin-bottom: 30px; }
    #footer ul.social-media li {
      display: inline-block;
      margin-right: 20px; }
      #footer ul.social-media li a {
        background: url("images/social-media.png") no-repeat;
        display: block;
        width: 27px;
        height: 25px;
        text-indent: -9999px; }
        #footer ul.social-media li a.facebook {
          background-position: 3px 0; }
        #footer ul.social-media li a.twitter {
          background-position: -50px 0; }
        #footer ul.social-media li a.google {
          background-position: -99px 0;
          width: 32px; }
        #footer ul.social-media li a:hover {
          opacity: 0.7; }
  #footer .tambourine a {
    font-size: em(10px);
    color: #aeaaa3;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; }
    #footer .tambourine a:hover {
      opacity: 0.5; }
    #footer .tambourine a img {
      margin-left: 5px; }

#default.weddings #content .bg .content .container {
  margin: 0;
  width: 100%; }

#default.weddings #content .bg .content .list .info {
  padding-top: 0px; }

.list-with-tabs {
  background-color: #eeebe4;
  padding: 40px 120px; }
  .list-with-tabs p {
    margin: 0 !important; }
  .list-with-tabs .blog-title {
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px; }
  .list-with-tabs .tabs {
    width: 100%;
    padding: 20px 0 0 0;
    background: transparent;
    text-align: center;
    margin: 0 auto 60px auto;
    max-width: 900px; }
    .list-with-tabs .tabs .tab {
      display: inline-block;
      vertical-align: middle;
      padding: 0 20px;
      color: #1d847b;
      font-size: 14px;
      cursor: pointer;
      position: relative; }
      .list-with-tabs .tabs .tab:hover, .list-with-tabs .tabs .tab.active {
        color: #f68a2f;
        transition: all 0.4s ease-in-out; }
        .list-with-tabs .tabs .tab:hover::after, .list-with-tabs .tabs .tab.active::after {
          opacity: 1;
          transition: all 0.4s ease-in-out; }
      .list-with-tabs .tabs .tab:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 13px;
        background-color: #1d847b;
        display: inline;
        vertical-align: middle;
        top: 5px;
        right: -5px; }
      .list-with-tabs .tabs .tab:last-child:after {
        display: none; }
      .list-with-tabs .tabs .tab.fake::after {
        display: none; }
    .list-with-tabs .tabs.open {
      background: url(https://www.internationalpalmscocoabeach.com/svg/arrow-up.svg) no-repeat 90% 10px #1d847b;
      background-size: 20px auto;
      height: auto; }
      .list-with-tabs .tabs.open .tab {
        display: block; }
  .list-with-tabs .list-block {
    margin: 0 auto;
    width: 100%; }
    .list-with-tabs .list-block .additional {
      padding: 25px 0 0 0; }
    .list-with-tabs .list-block .activity.no-active {
      display: none; }
    .list-with-tabs .list-block .activity.active {
      display: block; }
    .list-with-tabs .list-block .activity .image figure, .list-with-tabs .list-block .activity .text figure {
      width: 100%;
      height: 420px;
      background-size: cover !important;
      background-position: center center !important; }
      .list-with-tabs .list-block .activity .image figure figcaption, .list-with-tabs .list-block .activity .text figure figcaption {
        display: none;
        height: 100%; }
    .list-with-tabs .list-block .activity .text {
      margin: 0px 0 0 0;
      padding: 20px 10px 0 10px; }
      .list-with-tabs .list-block .activity .text .h1 {
        font-size: 20px !important;
        margin-top: 0 !important;
        margin-bottom: 17px !important; }
      .list-with-tabs .list-block .activity .text .btn, .list-with-tabs .list-block .activity .text #panel .getdir, #panel .list-with-tabs .list-block .activity .text .getdir {
        margin-top: 10px; }
      .list-with-tabs .list-block .activity .text.odd {
        padding-left: 0px; }
      .list-with-tabs .list-block .activity .text.even {
        padding-left: 30px; }
    .list-with-tabs .list-block .activity .block {
      margin: 60px 0; }
      .list-with-tabs .list-block .activity .block article {
        float: left;
        width: 100%;
        padding: 20px; }
        .list-with-tabs .list-block .activity .block article h3 {
          font-family: "Fira Sans", "Arial", "sans-serif";
          font-size: 1em;
          text-transform: uppercase;
          position: relative;
          padding-bottom: 20px; }
          .list-with-tabs .list-block .activity .block article h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0px;
            height: 2px;
            width: 40px;
            background: #1d847b; }
        .list-with-tabs .list-block .activity .block article:nth-child(odd) {
          border-right: 1px solid #dbd3c5; }
        .list-with-tabs .list-block .activity .block article ul.sym-inline-list {
          margin: 10px 0 20px 0; }
          .list-with-tabs .list-block .activity .block article ul.sym-inline-list li {
            font-size: 0.7em;
            font-weight: 700;
            padding: 2px 0 2px 30px;
            margin-bottom: 10px; }
            .list-with-tabs .list-block .activity .block article ul.sym-inline-list li a {
              color: #443b2a; }
              .list-with-tabs .list-block .activity .block article ul.sym-inline-list li a:hover {
                color: #1d847b; }
            .list-with-tabs .list-block .activity .block article ul.sym-inline-list li:nth-child(1) {
              text-transform: uppercase;
              background: url(https://www.internationalpalmscocoabeach.com/assets/svg/icon-distance.svg) no-repeat left center;
              background-size: 18px auto; }
            .list-with-tabs .list-block .activity .block article ul.sym-inline-list li:nth-child(2) {
              background: url(https://www.internationalpalmscocoabeach.com/assets/svg/icon-pin-solid.svg) no-repeat left center;
              background-size: 15px auto; }
            .list-with-tabs .list-block .activity .block article ul.sym-inline-list li:nth-child(3) {
              background: url(https://www.internationalpalmscocoabeach.com/assets/svg/icon-phone-solid.svg) no-repeat left center;
              background-size: 15px auto; }

.weddings .bullets {
  padding: 76px 0 40px 0 !important;
  margin-top: -3.5%; }
  .weddings .bullets .title {
    font-size: 22px !important;
    margin-bottom: 30px;
    color: #f68a2f !important;
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: center;
    position: relative; }
    .weddings .bullets .title span {
      display: block;
      font-weight: 300;
      font-size: 15px;
      color: #1d847b !important; }
    .weddings .bullets .title.cocktail:before {
      content: "";
      display: block;
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      top: -40px;
      left: calc(50% - 20px);
      background: url("images/cups.svg") no-repeat center center; }
    .weddings .bullets .title.buffet:before {
      content: "";
      display: block;
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      top: -40px;
      left: calc(50% - 20px);
      background: url("images/dinner.png") no-repeat center center; }
  .weddings .bullets li {
    float: left;
    width: 23%;
    margin-left: 8%;
    font-size: 15px;
    margin-bottom: 10px; }

* {
  box-sizing: border-box; }

a {
  color: #1d847b;
  outline: none !important; }
  a:hover, a input {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #443b2a; }
  a:focus {
    text-decoration: none; }

p.revealText strong {
  color: #1d847b;
  outline: none !important; }
  p.revealText strong:hover, p.revealText strong input {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #443b2a; }
  p.revealText strong:focus {
    text-decoration: none; }

strong, b {
  font-weight: 500; }

.btn, #panel .getdir {
  background-color: #1d847b;
  color: #fff;
  font-size: 16px;
  padding: 7px 20px;
  font-weight: 500;
  display: inline-block;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer; }

.btn:hover, #panel .getdir:hover {
  background-color: #106b63;
  color: #fff; }

.slide-landing {
  height: 425px;
  background-position: center center;
  background-size: cover; }

.animated, .smart-widget #calendar .ui-datepicker td, .rooms-shortcode .room .room-images .room-image:before, .rooms-shortcode .room .room-images .room-image:after {
  transition: all 0.3s ease; }

.container {
  max-width: 100%; }

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

/* ALL PAGES
*********************************************************** */
.events .events-entry #content #top-content {
  background-image: url(https://www.internationalpalmscocoabeach.com/assets/images/events-header-image.png) !important; }

.offer {
  margin: 30px 0; }
  .offer .name {
    font: 2em "Fira Sans", "Arial", "sans-serif";
    margin: 15px 0;
    color: #1d847b; }

#content #top-content {
  height: 415px;
  background-image: url("https://www.internationalpalmscocoabeach.com/assets/images/header-default.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }
  #content #top-content .label {
    padding-top: 160px;
    font-family: "Shadows Into Light Two", cursive;
    font-size: 4em !important;
    line-height: 1em; }
  #content #top-content h1 {
    letter-spacing: 1px;
    font-size: em(23px);
    font-weight: 400;
    margin-top: 5px; }

#content .top-content .label {
  position: absolute;
  z-index: 10;
  top: 190px;
  left: 45%;
  font-family: "Shadows Into Light Two", cursive;
  font-size: 65px;
  line-height: 1em;
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }

#content .bg {
  background: url("images/texture.jpg") no-repeat center top #f7f4f0;
  padding: 50px 0; }

#content .content .inner {
  width: 64%;
  margin: 0 auto 50px; }

#content .content h1 {
  font-family: "Fira Sans", "Arial", "sans-serif";
  font-size: 2em;
  color: #1d847b; }

#content .content h2 {
  font-family: "Fira Sans", "Arial", "sans-serif";
  font-weight: 400;
  font-size: 1.35em;
  color: #1d847b; }

#content .content p {
  color: #443b2a;
  line-height: 1.6em;
  color: #666259;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 15px; }

#content .content ul {
  padding-left: 15px; }

#content .content li {
  color: #443b2a;
  line-height: 1.4em;
  color: #8f8d89;
  font-weight: 300;
  margin-bottom: 5px; }
  #content .content li span {
    color: #666259; }

#content .content .post-list {
  text-align: center;
  padding: 40px 0;
  overflow: auto;
  position: relative;
  height: 440px; }
  #content .content .post-list img {
    display: block;
    max-width: 90%;
    margin: 0 auto 30px; }
  #content .content .post-list h3 {
    color: #1d847b;
    max-width: 80%;
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: em(23px); }
  #content .content .post-list p {
    font-size: em(15px);
    max-width: 80%;
    margin: 0 auto; }
  #content .content .post-list.dark {
    background-color: #eeebe4; }

#content .content .post {
  margin-bottom: 38px;
  padding-bottom: 47px;
  border-bottom: 1px solid #eeebe4; }

#content .content .quad-wrapper {
  margin-bottom: 40px; }
  #content .content .quad-wrapper .title {
    text-align: center;
    padding: 20px 0 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: em(16px); }
  #content .content .quad-wrapper .quads {
    border-right: 1px solid #e0dcd1;
    margin-right: -1px;
    display: table-cell;
    float: none; }
    #content .content .quad-wrapper .quads:last-child {
      border: 0; }
    #content .content .quad-wrapper .quads img {
      width: 100%;
      display: block;
      margin-bottom: 15px; }
    #content .content .quad-wrapper .quads h3 {
      color: #1d847b;
      max-width: 90%;
      margin: 0 auto 20px;
      font-weight: 400;
      font-size: em(18px);
      text-align: center; }
    #content .content .quad-wrapper .quads ul, #content .content .quad-wrapper .quads p {
      font-size: 15px;
      max-width: 90%;
      margin: 0 auto 10px; }
      #content .content .quad-wrapper .quads ul a, #content .content .quad-wrapper .quads p a {
        color: #443b2a; }
    #content .content .quad-wrapper .quads li {
      font-size: 15px;
      margin-bottom: 12px; }

#content .content .bullets {
  background: url("images/noise-texture.jpg");
  padding: 40px 0; }
  #content .content .bullets .title {
    margin-bottom: 30px;
    font-size: em(18px);
    font-weight: 500;
    padding-left: 60px;
    margin-left: 83px;
    padding-top: 5px; }
    #content .content .bullets .title span {
      display: block;
      font-weight: 300;
      font-size: 15px; }
    #content .content .bullets .title.cocktail {
      background: url("https://www.internationalpalmscocoabeach.com/assets/images/cocktail-icon.png") no-repeat 5px 0;
      padding-left: 40px;
      padding-bottom: 5px; }
    #content .content .bullets .title.buffet {
      background: url("https://www.internationalpalmscocoabeach.com/assets/images/buffet-icon.png") no-repeat 0 7px; }
  #content .content .bullets li {
    float: left;
    width: 23%;
    margin-left: 8%;
    font-size: 15px;
    margin-bottom: 10px; }

#content .content .restaurant {
  padding: 20px 0 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeebe4; }
  #content .content .restaurant .image img {
    max-width: 100%; }
  #content .content .restaurant h3 {
    color: #1d847b;
    font-weight: 400;
    margin: 0 0 20px; }
  #content .content .restaurant p {
    font-size: 1.2em !important; }
  #content .content .restaurant ul {
    padding-left: 0; }
  #content .content .restaurant li {
    display: inline-block;
    padding-left: 30px;
    font-weight: 500;
    margin: 0 30px 10px 0;
    line-height: 26px; }
    #content .content .restaurant li.menu {
      background-position: left bottom;
      background: url("images/dinner-icon.png") no-repeat 0 2px;
      background-size: 21%; }
      #content .content .restaurant li.menu a {
        color: #666259; }
        #content .content .restaurant li.menu a:hover {
          color: #1d847b; }
    #content .content .restaurant li.time {
      background-image: url(images/time-event.png);
      background-repeat: no-repeat;
      background-position: 3px -2px; }
  #content .content .restaurant .logo {
    float: right;
    margin-top: -20px; }
  #content .content .restaurant .view-more {
    font-weight: 500;
    top: -20px;
    position: relative; }
  #content .content .restaurant .view-more-content {
    display: none; }
  #content .content .restaurant.the-breakfast-spot {
    border: 0;
    margin: 0; }
  #content .content .restaurant.jamaikin-me-crazy {
    margin: 0;
    border: 0;
    padding: 30px;
    background: url("images/noise-texture.jpg"); }
    #content .content .restaurant.jamaikin-me-crazy h3 {
      display: none; }
    #content .content .restaurant.jamaikin-me-crazy .logo {
      float: none;
      margin: 0 0 10px -18px; }

#content .sidebar {
  background-color: #eeebe4;
  padding: 100px 0;
  text-align: center; }
  #content .sidebar img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.7);
    display: block;
    margin-bottom: 30px; }
  #content .sidebar .shadow {
    background: url("images/shadow.png") no-repeat center top;
    height: 38px; }
  #content .sidebar h3 {
    margin: 0 0 10px;
    font-size: em(17px); }
  #content .sidebar p {
    text-align: left;
    width: 94%;
    margin: 0 auto 20px;
    font-size: 13px; }
  #content .sidebar a {
    text-transform: uppercase;
    font-weight: 500;
    color: #f68a2f;
    margin-top: 5%; }
    #content .sidebar a:hover {
      color: #443b2a; }

.best-rate-guarantee #content .content ul li {
  list-style: disc !important;
  list-style-type: disc; }

.weddings #content .content .inner {
  margin-bottom: 0; }

.wedding-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3d3321;
  background-image: url("images/arrow-down.png");
  border: 0;
  z-index: 99;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden; }

.wedding-gallery .slick-prev {
  left: 0;
  transform: rotate(90deg); }

.wedding-gallery .slick-next {
  right: 0;
  transform: rotate(-90deg); }

.wedding-gallery .slick-slide img {
  width: 100%; }

.dining #content .content .post-list {
  height: 460px; }

.dining #content .content .trip-dining {
  padding-top: 40px; }
  .dining #content .content .trip-dining img {
    padding-top: 30px; }
  .dining #content .content .trip-dining h3 {
    font-size: em(16px);
    color: #666259;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px; }
  .dining #content .content .trip-dining p {
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400; }
  .dining #content .content .trip-dining .slick-arrow {
    position: absolute;
    top: 35%;
    margin-top: -24px;
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3d3321;
    background-image: url("images/arrow-down-black.png");
    border: 0;
    z-index: 99;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f7f4f0; }
  .dining #content .content .trip-dining .slick-prev {
    left: -150px;
    transform: rotate(90deg); }
  .dining #content .content .trip-dining .slick-next {
    right: -60px;
    transform: rotate(-90deg); }

.dining .sidebar {
  background-color: #eeebe4;
  padding: 100px 0;
  text-align: center; }
  .dining .sidebar img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(160, 160, 160, 0.7);
    display: block;
    margin-bottom: 30px; }
  .dining .sidebar .shadow {
    background: url("images/shadow.png") no-repeat center top;
    height: 38px; }
  .dining .sidebar h3 {
    margin: 0 0 10px;
    font-size: em(17px); }
  .dining .sidebar p {
    text-align: left;
    width: 94%;
    margin: 0 auto 20px;
    font-size: 13px; }
  .dining .sidebar a {
    text-transform: uppercase;
    font-weight: 500;
    color: #f68a2f;
    margin-top: 5%; }
    .dining .sidebar a:hover {
      color: #443b2a; }

/*** Custom Navigation ***/
.sub-menu {
  text-align: center;
  margin-bottom: 30px; }
  .sub-menu li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #666259;
    line-height: 1em; }
    .sub-menu li a {
      padding: 3px 0;
      font-size: 1.3em;
      color: #a09280;
      line-height: 1em;
      font-weight: 400; }
    .sub-menu li a.active {
      cursor: default;
      color: #3d3321; }
    .sub-menu li a:hover {
      color: #3d3321; }
  .sub-menu li:last-child {
    border-right: 0px; }

/*** Slick Dots ***/
.slick-dots {
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%; }

.slick-dots li button {
  background-color: #443b2a;
  background-clip: padding-box;
  /* Prevents border-radius causing bg color bleed in FF */ }

.slick-dots li.slick-active button {
  background-color: #1d847b; }

/* CUSTOMIZE DATEPICKER
*********************************************************** */
#ui-datepicker-div.ui-widget-content {
  background: #FBFBFB !important;
  z-index: 1000 !important;
  border: none !important; }

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

#ui-datepicker-div .ui-widget-header {
  background: #ececec !important;
  border-radius: 0 !important;
  border: 0 !important; }

#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: 1px solid #000; }

#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; }

#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: #1d847b !important;
  border-color: #1d847b;
  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: #1d847b !important; }

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

.specials .sidebar {
  display: none; }

.specials ul#specials li {
  margin-bottom: 40px; }
  .specials ul#specials li .special-text-inner {
    padding-top: 20px; }
    .specials ul#specials li .special-text-inner h2 {
      font-size: 25px; }
    .specials ul#specials li .special-text-inner ul.cta {
      margin: 0;
      padding: 0; }

/* ABOUT
*********************************************************** */
/* SITEMAP
*********************************************************** */
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 5px 5px;
      list-style: none !important;
      line-height: 1.2;
      font-size: 90%; }
      ul.global-sitemap li ul li a {
        text-decoration: none !important;
        color: grey;
        padding-left: 10px; }
    ul.global-sitemap li ul li:before {
      display: none; }

/* MAP POPUP
*********************************************************** */
.map_popup {
  background: #FFFFFF !important;
  width: 250px !important; }
  .map_popup img {
    display: block;
    width: 100%; }
  .map_popup .desc {
    padding: 20px; }
    .map_popup .desc h2 {
      color: #1d847b !important;
      font-size: em(16px); }
    .map_popup .desc p {
      color: #443b2a !important; }

#newPos {
  position: absolute;
  right: 0px;
  bottom: 25px; }

/*** Slick Arrows ***/
.slick-arrow, .slick-prev, .slick-next {
  position: absolute;
  top: 35%;
  margin-top: -24px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3d3321;
  background-image: url("images/arrow-down.png");
  border: 0;
  z-index: 99;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden; }

.slick-prev {
  left: -24px;
  transform: rotate(90deg);
  transition: opacity .6s; }
  .slick-prev:hover {
    opacity: 0.85;
    border: 1px solid #fff; }
  .slick-prev:focus {
    outline: none; }

.slick-next {
  right: -24px;
  transform: rotate(-90deg);
  transition: opacity .6s; }
  .slick-next:hover {
    opacity: 0.85;
    border: 1px solid #fff; }
  .slick-next:focus {
    outline: none; }

.events-entry .wrapper {
  max-width: 2000px;
  background-image: url(images/bg-content-event-entry.png);
  background-size: cover; }

.events-entry .content {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0px;
  margin-bottom: 110px; }
  .events-entry .content .single_event {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    height: 300px; }
    .events-entry .content .single_event .event-info-right {
      padding-left: 25px; }
    .events-entry .content .single_event .info-content {
      width: 50%;
      height: 300px;
      float: left; }
      .events-entry .content .single_event .info-content .event_image {
        background-image: url(images/event-entry.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat; }
      .events-entry .content .single_event .info-content h4 {
        color: #1d847b;
        font-size: 21px; }
      .events-entry .content .single_event .info-content .description {
        font-size: 10px; }
        .events-entry .content .single_event .info-content .description p {
          font-weight: 400 !important;
          margin-bottom: 0px !important; }
      .events-entry .content .single_event .info-content .info-date {
        background-image: url(images/calendar-icon.png);
        background-repeat: no-repeat;
        width: 210px;
        padding-left: 30px;
        margin-left: 4px;
        margin-top: 18px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 500; }
        .events-entry .content .single_event .info-content .info-date table {
          width: 400px; }
          .events-entry .content .single_event .info-content .info-date table tr {
            float: left;
            margin-left: 10px; }
      .events-entry .content .single_event .info-content .event-location {
        background-image: url(images/location-event.png);
        background-repeat: no-repeat;
        height: 28px;
        padding-left: 30px;
        padding-top: 5px;
        margin-bottom: 18px;
        font-size: 1.2em;
        font-weight: 500; }
      .events-entry .content .single_event .info-content .event-time {
        background-image: url(images/time-event.png);
        background-repeat: no-repeat;
        height: 28px;
        height: 28px;
        padding-top: 5px;
        font-size: 1.2em;
        padding-left: 30px;
        font-weight: 500;
        color: #443b2a; }
      .events-entry .content .single_event .info-content .event-website .btn, .events-entry .content .single_event .info-content .event-website #panel .getdir, #panel .events-entry .content .single_event .info-content .event-website .getdir {
        padding: 7px 50px;
        margin-top: 30px; }

.events-entry .wrapper {
  max-width: 2000px;
  background-image: url(images/bg-content-event-entry.png);
  background-size: cover; }

.events-entry .content {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0px;
  margin-bottom: 110px; }
  .events-entry .content .single_event {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    height: 300px; }
    .events-entry .content .single_event .event-info-right {
      padding-left: 25px; }
    .events-entry .content .single_event .info-content {
      width: 50%;
      height: 300px;
      float: left; }
      .events-entry .content .single_event .info-content .event_image {
        background-image: url(images/event-entry.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat; }
      .events-entry .content .single_event .info-content h4 {
        color: #1d847b;
        font-size: 21px; }
      .events-entry .content .single_event .info-content .description {
        font-size: 10px; }
        .events-entry .content .single_event .info-content .description p {
          font-weight: 400 !important;
          margin-bottom: 0px !important; }
      .events-entry .content .single_event .info-content .info-date {
        background-image: url(images/calendar-icon.png);
        background-repeat: no-repeat;
        width: 210px;
        padding-left: 30px;
        margin-left: 4px;
        margin-top: 18px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 500; }
        .events-entry .content .single_event .info-content .info-date table {
          width: 400px; }
          .events-entry .content .single_event .info-content .info-date table tr {
            float: left;
            margin-left: 10px; }
      .events-entry .content .single_event .info-content .event-location {
        background-image: url(images/location-event.png);
        background-repeat: no-repeat;
        width: 190px;
        height: 28px;
        padding-left: 30px;
        padding-top: 5px;
        margin-bottom: 18px;
        font-size: 1.2em;
        font-weight: 500; }
      .events-entry .content .single_event .info-content .event-time {
        background-image: url(images/time-event.png);
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
        width: 150px;
        height: 28px;
        padding-top: 5px;
        font-size: 1.2em;
        padding-left: 30px;
        font-weight: 500;
        color: #443b2a; }
      .events-entry .content .single_event .info-content .event-website .btn, .events-entry .content .single_event .info-content .event-website #panel .getdir, #panel .events-entry .content .single_event .info-content .event-website .getdir {
        padding: 7px 50px;
        margin-top: 30px; }

#myGallery, #gallery-category {
  margin-top: 0 !important; }

.usssa-special-offer #start-content {
  background-color: #eeebe4; }

#default.weddings .fancybox-inner {
  position: fixed; }

#default.weddings .fancybox-close {
  top: -260px;
  right: -331px;
  width: 36px;
  height: 36px; }

.popup-f {
  width: 800px;
  background-color: #fff;
  padding: 60px 0;
  position: fixed;
  top: 20%;
  z-index: 999;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(160, 160, 160, 0.7);
  display: none; }
  .popup-f .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.2em;
    font-weight: 500;
    cursor: pointer; }
  .popup-f .headline {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 1.6em;
    line-height: 38px;
    display: inline-block; }
  .popup-f ul {
    width: 90%;
    margin: 0 auto; }
    .popup-f ul li {
      float: left;
      width: 28%;
      margin-left: 4.5%;
      text-align: left; }
  .popup-f .col {
    width: 26%;
    display: table-cell;
    border-right: 1px solid #e0e0e0;
    padding: 0 3%; }
    .popup-f .col strong {
      display: block;
      text-align: left;
      margin-bottom: 10px;
      padding-left: 15px; }
    .popup-f .col ul {
      width: 100%; }
    .popup-f .col li {
      width: 100%;
      margin: 0;
      float: none; }
    .popup-f .col.last {
      border: 0; }
  .popup-f.amenities .headline {
    background: url("images/amenities-icon.png") no-repeat; }
  .popup-f.dinner .headline {
    background: url("images/dinner-icon.png") no-repeat;
    padding-left: 50px; }

.map-lp {
  background: #99c8c5;
  height: 550px;
  position: relative;
  padding: 0px !important; }
  .map-lp #myMap {
    height: 550px;
    background-color: #9AC7C4 !important; }
  .map-lp .map_content {
    position: absolute;
    right: 5%;
    top: 40px;
    background: #fff;
    padding: 25px 60px 35px; }
  .map-lp h2 {
    font-family: "Shadows Into Light Two", cursive;
    font-size: em(60px);
    margin-bottom: 28px;
    line-height: .75em;
    color: #443b2a; }
    .map-lp h2 span {
      display: block;
      padding-left: 50px; }
  .map-lp p {
    padding-left: 45px;
    font-size: em(15px);
    margin-bottom: 35px; }
  .map-lp ul {
    list-style-type: none;
    text-align: left;
    margin-bottom: 5px !important;
    max-width: 300px; }
    .map-lp ul li {
      font-weight: 400;
      font-size: em(15px);
      padding: 5px 20px;
      display: inline-block;
      background: url("images/bullets.png") no-repeat left -33px;
      padding-left: 30px;
      margin-bottom: 0px;
      cursor: pointer;
      display: block; }
    .map-lp ul li.active {
      background-position: 0 4px;
      color: #1d847b; }
    .map-lp ul li:hover {
      color: #1d847b; }
  .map-lp .map_popup {
    width: 200px !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    margin-top: 5px; }
    .map-lp .map_popup .desc {
      padding: 0 10px 20px;
      text-align: center; }
      .map-lp .map_popup .desc h2 {
        font-family: "Fira Sans", "Arial", "sans-serif";
        color: #443b2a !important;
        font-size: 18px; }
      .map-lp .map_popup .desc p {
        display: none; }

.box-content-popin p {
  margin-bottom: 0; }

@media only screen and (max-width: 1400px) {
  .signs {
    display: none; }
  body {
    font-size: 12px; } }

@media only screen and (max-width: 1600px) {
  #header {
    left: 0; }
  .content-home-event {
    padding-left: 0px; } }

@media only screen and (max-width: 1350px) {
  #home .arrow-home {
    left: calc(65% - 50px); }
    #home .arrow-home span {
      background: url("images/arrow-down.png") no-repeat center;
      background-color: #1d847b;
      width: 50px;
      height: 50px;
      display: block;
      line-height: 17px;
      font-size: 0.7em; }
  .usssa-special-offer .gallery-specials {
    padding-left: 18% !important; }
  .popup {
    left: 60%; }
  .banner-main-tittle {
    position: absolute;
    top: calc(49% - 65px);
    left: 13%;
    text-shadow: none; }
  #home .gallery .block.desktop a {
    width: 18%; }
  #home .gallery .block.desktop .wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    height: 470px;
    width: 57.2%; }
  #home .gallery .block.desktop a.edge {
    width: 43.2%;
    text-align: center; }
  #home .gallery .block.desktop .wrap .mini:nth-child(1) {
    width: 100.5%; }
  #home .gallery .block.desktop .wrap .mini:nth-child(1) img {
    width: 100%;
    margin-top: -20%; }
  #home .gallery .block.desktop a:not(.edge):not(.mini) img {
    height: 100%;
    width: auto;
    max-width: none; }
  #home .gallery .block.desktop a.sob {
    display: none; }
  #home .home-specials .content, #home .home-specials .photo-area {
    padding: 0px 40px 70px; } }

@media only screen and (max-width: 1130px) {
  .popup {
    left: 50%;
    z-index: 99999; } }

/*Ipad */
@media only screen and (max-width: 1024px) {
  #home .upcoming-events .content-home-event {
    padding-left: 19px; }
  .menu_button {
    display: block; }
  #header {
    left: -250px; }
  #home .header-img img {
    max-width: 120%; }
  #home .uvp {
    top: 50px;
    left: 15%; }
    #home .uvp .line1 {
      font-size: 4em; }
  #home .testimonials .slick-next {
    right: -30px; }
  #home .map .title {
    font-size: 4em; }
  #myGallery {
    padding: 30px !important; }
  #home .home-specials .content, #home .home-specials .photo-area {
    padding: 0px 20px 70px; } }

@media only screen and (max-width: 62em) {
  #header a.logo {
    margin-top: 50px; }
  #header .book-direct {
    margin-bottom: 30px; }
  #header .bottom {
    bottom: 2%; }
  #booking-form {
    bottom: 0;
    margin: 0; }
  #home .gallery {
    position: relative;
    padding-left: 16%;
    padding-right: 16%; }
  #home .gallery .block.desktop .wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    height: 470px;
    width: 84%;
    margin-top: 13%; }
  #home .gallery .block.desktop a.sob {
    display: none; }
  #home .gallery .block.desktop a.sob-2 {
    display: none; }
  .booking-widget .body .benefits .title span {
    display: inline-block; }
  .booking-widget .body .offer-slides .offer {
    margin: 20px 0; }
    .booking-widget .body .offer-slides .offer img {
      display: none; }
  .weekly {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 80px 50px 30px 200px; }
    .weekly .slick-prev {
      left: -50%;
      transform: rotate(90deg);
      transition: opacity .6s; }
      .weekly .slick-prev:hover {
        opacity: 0.85;
        border: 1px solid #fff; }
    .weekly .slick-next {
      right: -15.5%;
      transform: rotate(-90deg);
      transition: opacity .6s; }
      .weekly .slick-next:hover {
        opacity: 0.85;
        border: 1px solid #fff; }
    .weekly .slick-slide {
      text-align: center;
      border-right: 1px solid #e0dcd1;
      display: table-cell;
      float: none; }
      .weekly .slick-slide h3 {
        color: #1d847b;
        text-transform: uppercase;
        font-size: 18px;
        width: 90%;
        margin: 0 auto 20px; }
      .weekly .slick-slide p {
        font-size: 15px !important;
        font-weight: 400 !important; }
        .weekly .slick-slide p i, .weekly .slick-slide p em {
          font-size: 11px;
          font-style: normal; }
    .weekly.mambos {
      background-image: url("images/mambos-logo.png"), url("images/noise-texture.jpg");
      background-repeat: no-repeat, repeat;
      background-position: 70px center, center center; }
    .weekly.sa {
      background-image: url("images/sa-logo.png");
      background-repeat: no-repeat;
      background-position: 70px center; } }

@media only screen and (max-height: 840px) {
  .popup {
    width: 600px;
    margin-left: -300px; } }

@media only screen and (max-height: 790px) {
  #header a.logo {
    margin-bottom: 20px; } }

@media only screen and (max-height: 740px) {
  #header a.logo {
    margin-top: 10px; } }

@media only screen and (max-height: 690px) {
  #header #primary-nav ul li {
    margin: 0px 0; }
  #header a.logo {
    margin-top: 35px; }
  #header a.logo {
    margin-top: 15px;
    margin-bottom: 10px; }
  #booking-form .body {
    overflow: scroll; } }

@media only screen and (max-height: 635px) {
  #header .bottom #secondary-nav {
    margin-bottom: 20px; }
  #header .book-direct {
    margin-bottom: 18px; }
  #header a.logo {
    height: 113px; }
  #header .bottom {
    bottom: 0; }
    #header .bottom .phone {
      margin-bottom: 5px; }
    #header .bottom #secondary-nav {
      margin-bottom: 10px; } }

@media only screen and (max-height: 600px) {
  #header #primary-nav ul li a {
    font-size: 1em;
    padding: 4px 0; } }

@media only screen and (max-height: 580px) {
  #header a.logo {
    margin-top: 18px; }
  #header .bottom #secondary-nav {
    margin-bottom: 10px; }
  #header .book-direct {
    margin-bottom: 10px; } }

@media only screen and (max-width: 34em) {
  #booking-form .header {
    padding: 20px 0 15px; } }

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