/* UP and AT THEM! */

h1 {
    font-size: 3.45rem;
}

#dormitorios::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f52b';
}

.large--text-two-col p{
    font-size: 14px;
    line-height: 1.8;
}
.copy p {
    font-size: 18px;
    line-height: 1.8;
}
.copy big {
    font-family: "Surveyor Display A","Surveyor Display B";
    font-size: 24px;
    line-height: 1.5;
}

.entry-content {
  padding: 50px 0px 0px 0px;
}

.tab-description {
    color: orangered;
}

.dining-row .restaurant  h4 {
    font-family: "Surveyor Fine A","Surveyor Fine B";
    font-size: 1.75rem;
    color: #000;
    text-transform: capitalize!important;
    line-height: 1;
}

.dining-row .restaurant  h4 a {
    color: #000;
}


.dining-row .dining-terms {

    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}

.dining-row .dining-terms a {

    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.5);
}

.dining-row .dining-terms a:hover {
    color: #000;
}
.dining-row .restaurant p {
    color: #000;
    font-size: 0.9rem;
}

.dining-row .staff-member img {
    border-radius: 30rem;
    margin: 0 auto;
}
.restaurant ul {
    list-style: outside none square;
    font-size: 0.9rem;
}

.type-video h2 {
    font-family: "Surveyor Fine A","Surveyor Fine B";
    font-weight: 100;
    text-transform: capitalize;
}

/*---------- WEATHER WIDGET ------------*/

.weather-widget {
    background-color: #282828;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    margin: 0;
}

.weather-fineprint {
    font-size: 0.75em;
    color: #999;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.weather-fineprint a {
    color: #333;
}

#feeds .weather-widget h3 {
    font-size: 5.2em;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 700
}

.weather-widget .currently {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left;
    text-align: center;
}

.weather-widget .temp {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left;
    text-align: center;
}

.weather-widget .days {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1
}

.weather-widget hr {
    border: 1px solid #414141;
    margin: 0 auto 15px
}
.weather-widget ul li {
    text-align: center;
    padding-bottom: 0 !important;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;

}

.weather-widget .days:before,
.weather-widget .days:after {
    content: " ";
    display: table
}
.weather-widget .days:after {
    clear: both
}
.weather-widget .days li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em
}
.weather-widget .days li {
    width: 20%;
    padding: 0 0.625em 1.25em
}
.weather-widget .days li:nth-of-type(n) {
    clear: none
}
.weather-widget .days li:nth-of-type(5n+1) {
    clear: both
}
.weather-widget .days li {
    font-size: 14px;
    color: #0fdac2;
    text-transform: uppercase
}

.weather-big {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 10px;
    z-index: 1;
    color: #f4f4f4;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.weather-big:before {
  font-family: 'weather-bigicons';
  speak: none;
  font-size: 55px;
}

.weather-sml {
    display: block;
    font-size: 0px;
    margin: 5px auto;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 1;
    color: #808080;
}

.weather-sml:before {
    font-family: 'weathericons';
    speak: none;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.weather-sml:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.weather-widget .weather-icons {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
    font-size: 22px;
    color: #a0ddf5;
}
.weather-widget .weather-icons:before,
.weather-widget .weather-icons:after {
    content: " ";
    display: table
}
.weather-widget .weather-icons:after {
    clear: both
}
.weather-widget .weather-icons li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em
}
.weather-widget .weather-icons li {
    width: 20%;
    padding: 0 0.625em 1.25em
}
.weather-widget .weather-icons li:nth-of-type(n) {
    clear: none
}
.weather-widget .weather-icons li:nth-of-type(5n+1) {
    clear: both
}

.icon-clouds:before {
    content: "\f013";
}

.icon-lightning:before {
    content: "\f01e";
}

.icon-heavyrain:before {
    content: "\f019";
}

.icon-thunderstorm:before {
    content: "\f01e";
}

.icon-fog:before {
    content: "\f014";
}

.icon-wind:before {
    content: "\f011";
}

.icon-cloudynight:before {
    content: "\f086";
}
.icon-mostlycloudyday:before {
    content: "\f002";
}

.icon-rainsnow:before {
    content: "\f017";
}

.icon-snownight:before {
    content: "\f038";
}

.icon-snow:before {
    content: "\f01b";
}

.icon-freezingrainnight:before {
    content: "\f06a";
}

.icon-freezingrainday:before {
    content: "\f0b2";
}

.icon-freezingrain:before {
    content: "\f0b5";
}

.icon-rainynight:before {
    content: "\f028";
}

.icon-rainyday:before {
    content: "\f008";
}

.icon-mostlycloudynight:before {
    content: "\f031";
}

.icon-rainsnowday:before {
    content: "\f006";
}

.icon-rainsnownight:before {
    content: "\f034";
}

.icon-sleet:before {
    content: "\f0b5";
}

.icon-heavysleet:before {
    content: "\f0b5";
}

.icon-heavysnow:before {
    content: "\f01b";
}

.icon-snowday:before {
    content: "\f00a";
}

.icon-sleetday:before {
    content: "\f0b2";
}

.icon-sleetnight:before {
    content: "\f0b4";
}

.icon-hail:before {
    content: "\f015";
}

.icon-heavyhail:before {
    content: "\f015";
}

.icon-hailday:before {
    content: "\f004";
}

.icon-fognight:before {
    content: "\f04a";
}

.icon-fogday:before {
    content: "\f003";
}

.icon-haze:before {
    content: "\f0b6";
}

.icon-lightningbolts:before {
    content: "\f016";
}

.icon-windsnow:before {
    content: "\f01a";
}

.icon-windrain:before {
    content: "\f018";
}

.icon-thunderstormnight:before {
    content: "\f02d";
}

.icon-thunderstormday:before {
    content: "\f010";
}

.icon-hailnight:before {
    content: "\f06a";
}

.icon-crescentmoon:before {
    content: "\f0ad";
}

.icon-sunny:before {
    content: "\f00d";
}

.icon-partlycloudy:before {
    content: "\f00c";
}

.icon-rain:before {
    content: "\f019";
}

.weather-widget .temps-hi {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    color: #f4f4f4;
    *zoom: 1
}
.weather-widget .temps-hi:before,
.weather-widget .temps-hi:after {
    content: " ";
    display: table
}
.weather-widget .temps-hi:after {
    clear: both
}
.weather-widget .temps-hi li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em
}
.weather-widget .temps-hi li {
    width: 20%;
    padding: 0 0.625em 1.25em
}
.weather-widget .temps-hi li:nth-of-type(n) {
    clear: none
}
.weather-widget .temps-hi li:nth-of-type(5n+1) {
    clear: both
}
.weather-widget .temps-lo {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
    color: #808080;
}
.weather-widget .temps-lo:before,
.weather-widget .temps-lo:after {
    content: " ";
    display: table
}
.weather-widget .temps-lo:after {
    clear: both
}
.weather-widget .temps-lo li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em
}
.weather-widget .temps-lo li {
    width: 20%;
    padding: 0 0.625em 1.25em
}
.weather-widget .temps-lo li:nth-of-type(n) {
    clear: none
}
.weather-widget .temps-lo li:nth-of-type(5n+1) {
    clear: both
}
.weather-widget hr {
    border: 1px solid #2d2d2d;
    margin: 15px auto 15px;
    width: 100%;
}

.mobile-search {
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 0.7em;
    color: #f4f4f4;
    position: relative;
    top: 4px;
}

.mobile-search i {
    margin-right: 3px;
}

.small-nav a {
    color: #f4f4f4;
}
.weather .temp h3 {
    color: #f4f4f4;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 3.4em;
    font-weight: 700;
    margin-bottom: 15px;
}
.current p {
    color: #fff;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}


/*---------- END WEATHER WIDGET ------------*/

.feed-more a {
    color: rgba(0, 0, 0, 0.35);
    display: inline-block;
    line-height: 1.3;
    transition: all 200ms ease-in-out 0s;
}


.feed-more {
    clear: both;
    color: rgba(255, 255, 255, 0.2);
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -0.5rem;
}

.player-margin {
    margin-top: 7rem;
}

li.activity .display-table {
    display: table;
    vertical-align: middle;
}

.dining-grid .display-table-cell {
    display: table-cell;
    float: left !important;
    vertical-align: middle;
}

.fly  p {
    font-size: 14px;
    margin-bottom: 15px;
}

.fly h4 {
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    height: 2em;
}

.fly a {
    display: inline-block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    color: auto;
    font-size: .80em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
}

/* .fly a:hover {
    color: #333333;
}
.fly a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    transition: width 300ms ease 0s, background-color 0.5s ease 0s;
    width: 0;
}
.fly a:hover::after {
    background: #0fdac2 none repeat scroll 0 0;
    width: 100%;
} */

.fly ul {
    font-family: "Surveyor SSm A", "Surveyor SSm B";
    font-size: 0.875em;
    font-weight: 400;
    list-style: outside none square;
    margin-bottom: 0;
    margin-bottom: 14px;
}

.fly strong {
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 1.125em;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.8em;
    font-weight: 400;
    display: block;
    margin-top: 25px;
}

/* .floor {
    position: relative;
    bottom:0;
} */

.fly .columns {

    padding: 0px 10px 50px 10px;
}
.they-modal .modal-wrap {
    padding: 2rem;
}

.contact-button {
    background-color: #282828;
    border: 1px solid #000;
    color: #fff;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    width: 100%;
}
.contact-button:hover, .contact-button:active, .contact-button:focus {
    background: transparent none repeat scroll 0 0;
    color: #282828;
}

.contact-button-trans {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    color: #282828;
    display: inline-block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    width: 80%;
    bottom: 0;
    position: absolute;
}

.contact-button-trans:hover, .contact-button-trans:active, .contact-button-trans:focus {
    background-color: #282828;
    color: #fff;
}

.gform_wrapper.They_wrapper [data-abide] small.error {
    margin-top: 0rem;
    transition: all 200ms ease-in-out 0s;
}
.gform_wrapper.They_wrapper textarea.medium {
    width: 100%;
}
.gform_wrapper.They_wrapper textarea.medium, .gform_wrapper.They_wrapper input[type="text"] {
    border-color: #282828;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    text-indent: 1em!important;
}
.gform_wrapper.They_wrapper textarea.medium:focus, .gform_wrapper.They_wrapper textarea.medium:hover, .gform_wrapper.They_wrapper textarea.medium:active, .gform_wrapper.They_wrapper input[type="text"]:focus, .gform_wrapper.They_wrapper input[type="text"]:hover, .gform_wrapper.They_wrapper input[type="text"]:active {
    background: #fff none repeat scroll 0 0;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;

    border-color: #282828;

}
.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    outline-style: none;
    font-size:  0.9rem!important;
    font-family: inherit;
    padding: .313em 0;
    letter-spacing: normal;
    text-indent: .25em;
}

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    outline-style: none;
    padding: 0.313em 0;
    text-indent: 1em!important;
}
.gform_wrapper select, .gform_wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    font-size:  0.9rem!important;
}
/* .gform_wrapper.They_wrapper input[type="text"] {
    height: 44px;
}
 */
:-moz-placeholder {
    color: #000;
}
*::-moz-placeholder {
    color: #000;
}

.booking-page a.prop-booking.active {
  font-weight: 600;
  color: #4d4d4d!important;
}

.booking-page a.prop-booking::before {
    font-family: "Font Awesome 6 Pro";
    /* content: "\f45c"; */
    /*color: #4d4d4d;*/
    content: "\f0c8";
    /* font-weight:700; */
    margin-right: 5px;
}
.booking-page a.prop-booking.active::before {
    font-family: "Font Awesome 6 Pro";
    /* content: "\f046"; */
    /* content: "\f6b0"; */
    content: "\f14a";
    font-weight:700;
    color: #4d4d4d;
    margin-right: 5px;

}
.booking-page a.prop-booking.active::before svg {
  font-weight:700;
  color:red;
}
#pay_later, #payments {
    display: none;
}
.special_touches input[type="checkbox"] {
    margin: 0rem;
}
.booking-page h5, #pay_later h5 {
    color: #1d1b1b;
    background-color: #cee456;
    font-weight: 400;
    font-size:  0.8rem;
    text-align: center;
    padding: 5px 0;
    display: block;
    margin-bottom: 30px;
}

.booking-modal a.prop-booking {
    font-size:  0.9rem;
}

ul.cancellation-terms {
  list-style-type: none;
}

.gform_wrapper .datepicker {
    width: 10em !important;
}

.booking-label {
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.booking-text {
    font-size: 0.9rem;
}

.booking-nav a.endofline, .booking-nav {
  color: rgba(34, 34, 34, 0.2);
}

.special_touches p {
    /*box-shadow: 0.5rem 0.5rem 2px blue inset;*/
    font-size: small;
}

.main-cat-filter {

}
.main-cat-filter a {
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-right: 1rem;
    text-transform: uppercase;
    transition: all 200ms ease-in-out 0s;
}
.main-cat-filter a::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    transition: all 200ms ease-in-out 0s;
    width: 0;
}
.main-cat-filter a.active, .main-cat-filter a:hover, .main-cat-filter a:focus, .main-cat-filter a:active {
    color: #000;
}
.main-cat-filter a.active::after, .main-cat-filter a:hover::after, .main-cat-filter a:focus::after, .main-cat-filter a:active::after {
    width: 100%;
}
.main-cat-filter span.label {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    color: #fff;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 500;
    margin-right: 1rem;
    padding: 0.5rem 0.5rem 0.45rem;
    text-transform: uppercase;
}

.awards li img {
    opacity: 0.8;
    display: block;
    margin: 0 auto 7px;
}


.awards li p {
    margin: 0;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.75em;
    color: #0fdac2;
    font-weight: 900;
    opacity: 0.8;
}

.booking-modal h4 {
    color: #0fdac2;
    font-weight: 900;
    font-size: 1.1rem;
}
.booking-modal h3 {
    color: #f4f4f4;
    font-family: "Surveyor SSm A", "Surveyor SSm B";
    font-size: 1.9rem;
    font-weight: 100;
    text-transform: capitalize;
}
.modal-head-skinny {
    padding: 15px 40px 5px 40px ;
    background-color: #282828;
}

.non-button {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    max-width: 15rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    width: 100%;
}
.non-button.book-button__header {
    margin: 1rem auto;
}
.non-button:hover, .non-button:active, .non-button:focus {
  color: #fff;
  background: #282828;
}

.rates-pol ul {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.69em;
  font-weight: 400;
  list-style: square;
  margin-bottom: 0;
  margin-left: 30px;
  color: #4d4d4d;
}


.reservation {
    display: none;
}

.tabs-content {
    margin-bottom: 0rem!important;
}

.tabs .tab-title > a {
    display: block;
    background-color: #2d2d2d;
    color: #999;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 0rem 1rem;
}

.tabs .tab-title.active a {
    background-color: #282828;
    color: #0fdac2;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.tabs .tab-title > a:hover {
    background-color: #444;
}

.tabs .tab-title.nav > a {
    display: block;
    background-color: #eee;
    color: #999;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.tabs .tab-title.nav.active {
    /*border-top: 1px solid gray;*/
    /*border-right: 1px solid gray;*/
    background-color: #fff;
}

.tabs .tab-title.nav.active a {
    background-color: #fff;
    /*color: #0fdac2;*/
}

.tabs .tab-title .nav > a:hover {
    background-color: #444;
}

.page-hero__text-content {
    text-shadow: 2px 2px 6px black;
    line-height: 92px;
}
/* .booking-modal .columns.padcol {
    padding: 1rem 2.5rem 0rem 0.5rem;
} */
.hero__text-wrap p {
    text-shadow: 2px 2px 6px black;
}

.promo-block .tooltip {
  background: #fff;
  bottom: 5%;
  color: #333;
  display: block;
  left: -110%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.promo-block .tooltip:empty {
    display: none;
    visibility: hidden;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.promo-block .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.promo-block .tooltip:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

.promo-block:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.promo-block .tooltip .hidden {
    display: none;
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

.promo-block {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    margin-top: -15px;
    padding: 1%;
    color: white!important;
    text-shadow:none!important;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /* background-color: #d4330f; */
    background-color:#257a22!important;
    float: right;
    top: 20px;
    margin-bottom: -100px;
    padding: 2px;
    line-height: 1.35em;
    /*cursor: help;*/
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    z-index: 1;
}

.promo-block.hidden {
    display: none;
}

.promo-block:empty {
    display: none;
}

.outside {
    font-size: small;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    text-transform: uppercase;
    position: relative;
}

.outside:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f041 ';
    position: relative;
    left: -5px;
    color: #96b800;
}

.outside:after {
    content: ' TULEMAR';
}

.outside:empty {
    display: none;
}


/*.outsideTulemar a:after, .otherHotels a:after {*/
    /*: hsla(0,10%,75%,1);*/
    /*font-family: 'FontAwesome';*/
    /*content: ' \f124';*/
 /*}*/

.key:before {
    font-family: 'Font Awesome 6 Pro';
    content: ' \f124';
}

.key {
    position: relative;
    left: 30%;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 12px;
}

/* custom column in booking form
.csscolumns #booking .interested-props {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
}
*/
#booking .interested-props a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    padding: 0.12rem 0.25rem;
    /*color: blue;*/

}

@media only screen and (max-width: 40em) {
    .csscolumns #booking .interested-props {
        column-count: 1;
    }
    .csscolumns #booking .interested-props a{
        padding: 0.5em;
    }
}

.csscolumns #booking .interested-props a {
    width: 100%;
}

.inactive {
    pointer-events: none;
    tab-index: -1;
    opacity: 0.5;
}
.ui-datepicker {
    width: 225px!important;
}

.inquiry {
    display: none;
}
.deal_text {
    text-align: center;
    background: yellow;
    width: 100%;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 800;
    /*color: #555555;*/
    color: black;
    font-size: large;
    position: relative;
    top: 30px;
    padding:0.25rem;
    /*padding-top: 0.7em;*/
    /*padding-bottom: 0.2em;*/
}
.deal_text.publicity {
    background-color: white;
    margin-top: -0.4em;

}
.deal_text.publicity:after {
    content: '';
    position: relative;
    display: block;
    width: 25%;
    height: 1px;
    background: black;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
}

.deal_text.publicity h6 {
    background-color: deeppink;
    /*color: deeppink;*/
}

.instructions {
    text-align: center;
    font-variant: small-caps;
    font-size: 1rem;
}

.gform_wrapper .gfield_checkbox li label {
    margin-left: 1em!important;
    margin-top: -0.6em!important;
}

.gform_wrapper textarea.small {
    height: 50px!important;
}

#otherHotels, #insurance, #payments {
    display: none;
}

.alert-box.alert {
    display: none;
}

.red {
    color:red;
}

ul .reasons:hover {
    transform: translateY(-4px);
    transition: all 300ms ease;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.reasons h5 {
    background-color: transparent;
    min-height: 50px;
    text-align: center;
    border-bottom: 1px solid #333;
    color: orangered;
}

.reasons p {
    font-size: 14px;
}

.meter {
    background-color: #B3D40F!important;
}

.progress-meter-text {
    font-weight: 300;
    color: #2d2b2b;
}

.saleData {
    text-align:center;
}

.salePrice {
    text-align: center;
    font-weight: 600;
}
.saleButton {
    margin: 0 auto;
    width: 15em;
}

#gform_wrapper_3 .gform_footer input[type=submit],#gform_wrapper_5 .gform_footer input[type=submit] {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    background-color: transparent;
    border: 1px solid black;
    color: black;
}

#gform_wrapper_5 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#gform_wrapper_3 .gform_footer input[type=submit]:hover,#gform_wrapper_5 .gform_footer input[type=submit]:hover  {
  background-color: black;
  color: white;
}

h6.discounts {
    text-align: center;
    color: black;
    font-weight: 600;
    background-color: yellow;
}
h6.discounts.wide {
    color: inherit;
    background-color: white;
    font-weight: 300;
}
h4.other-title.discounts {
    font-size: 170%;
}

h6.squeal {
    background-color: #d4330f;;
    color: #eee;
}
h6.squeal.wide {
    background-color: #d4330f;;
    color: #eee;
}
h6.discounts.deets small {
    text-transform: none;
    font-size: 80%;
}

/*.discounts.date:before {
    font-family: "FontAwesome";
    content: "\f073 ";
    margin-right: 5px;
}*/

.discounts.icons {
    text-align: center;
    font-size: small;
    color: #555555;
}
.discounts.regular {
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: smaller;
}
.discounts.regular:before {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    content: "\2605  Regular price for this season:";
    margin-right: 5px;
    text-transform: none;
    font-size: small;
}
.discounts.regular:after {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    content: " \2605";
    margin-right: 5px;
    text-transform: none;
    font-size: small;
    color: inherit;
}
.wedding-prop-image {
    text-align: center;

}
.wedding-prop-image a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    margin: 0px 20px;
    display: inline-block;
    text-decoration: none;
    color: #555555;
}
.marquee3k {
    margin-bottom: -0.3em;
    position: relative;
    top: 0em;
    background-color: #484444;
    color: white;
}

.marquee3k p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    /*font-size: x-small;*/
    font-size: 12px;
    margin-bottom: 0px;
}

.marquee3k span {
    padding-left: 30px;
}

.marquee3k span a {
    color: #ced40f;
}

.diagonal-marquee {
    transform: rotate(45deg);
}

.marquee3k__copy {
    /*padding-right: 30px;*/
    box-sizing: border-box;
}

.clearing-caption {
    background-color: rgba(51, 51, 51, 0.76);
}
.property-fame h4 {
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-size: 2.75rem;
    color: #000;
    text-transform: capitalize;
    margin: 1em 0em 1em 0em;
}
.property-fame img {
    border-radius: 30rem;
    margin: 0 auto;
}
.property-fame p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-variant: normal;
    text-transform: none;
}
.property-fame h3 {
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-size: 1.75rem;
    color: #000;
    text-transform: capitalize;
    margin: 1em 0em 1em 0em;

}
.quote p {
    font-family: "Surveyor SSm A", "Surveyor SSm B";
    color: inherit;
    font-size: 14.4px;
    text-rendering: optimizeLegibility;
}
h1.hero__title {
    color: #fff;
    /* font-size: 102px; */
    font-size:5.6vmax;
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    text-transform: none;
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
}
.hero__slide .hero__subtitle .second {
  font-weight:400;
}
.sold {
    text-decoration: none;
    display: inline-block;
    color: red;
    font-size: larger;
    font-style: italic;
}
.sold:after {
    content:'\f2b5';
    font-family: "Font Awesome 6 Pro";
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none!important;
   color:red;
   font-size: larger;
}
.latest-story .title{
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size:0.7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.latest-story li {
    list-style: none;
    text-align: right;
}
.latest-story li a {
    color: #000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    /*text-decoration: underline;*/
    /*line-height: 2.5em;*/
    /*margin-left: 1em;*/
    list-style: none;
    text-align: right;
    text-transform: uppercase;
}
.latest-story li a:hover:after {
    width: 100%;
    background: #0FDAC2;
}
.latest-story .story p {
    font-size: 0.75em;
    font-weight: 300;
    margin-bottom: 7px;
    padding: 0.5em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 19.2px;
    max-height: 103px;
}
.latest-story .story {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 15px;
}
.latest-story .story:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.social h2 span {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  display: block;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1em;
  font-style: normal;
  text-align: center;
}
.num.threesixty.sale {
    font-weight: bold;
    color: green;
}
.narrow li.heading a {
    /*background: #000;*/
    /*color: #fff!important;*/
    width: 100%;
    font-size:123%;
    font-weight: 700;
    /*text-decoration: underline;*/
}
h6.one-bedroom-property-group, h6.two-bedroom-property-group, h6.private-villas-property-group, h6.outside-property-group {
    font-size: x-small;
    font-weight: 700;
}
h6.one-bedroom-property-group:before {
    content: 'One Bedrooms';
}
h6.two-bedroom-property-group:before {
    content: 'Two & Three Bedrooms';
}
h6.private-villas-property-group:before {
    content: 'Private Villas';
}
h6.outside-property-group:before {
    content: 'Outside Tulemar';
}

#suggestion {
    background-color: #ecddbd;
    padding: 2rem;
}
.sloth_plug p {
    background: blanchedalmond;
    font-size: 0.8rem;
    padding: 1rem;
}
p.caption {
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}
.threesixty-image-thumb {
    margin-bottom: 1.2rem;
}
h6.centered {text-align:center;}
.property.activities.description {
    font-size:90%;
}
.activity-rate {
    float: right;
    font-weight: 600;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: smaller;
    padding: 1rem;
}
img.property-activities {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 15px;
}
img.property-activites:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
/*body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 300;
    max-width: 15rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    width: 100%;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background: #282828;
}
body .gform_wrapper .gform_footer input[type=submit]:active {
  color: #fff;
  background: #282828;
}
body .gform_wrapper .gform_footer input[type=submit]:focus {
  color: #fff;
  background: #282828;
}*/
#panel-A {
    width: 33%;
    float:left;
    margin-left: -1.7rem;
    background-color: white;
}
#panel-B {
    float:left;
    margin-left: -1.7rem;
    background-color: white;
    width:98%;
}
#panel-C {
    float:left;
    margin-left: -1.7rem;
    background-color: white;
    width: 38%;
}
.PropertyGroup {
    width:25%;
}
.allSmall:before {
    content:"1 Bedroom";
}
.our2br:before {
    content: "2 & 3 Bedrooms";
}
.privateVillas:before {
    content: "Private Villas";
}
.otherHotels:before {
    content: "Other Destinations";
}
.outsideTulemar:before {
    content: "Outside Tulemar";
}
.scroller { overflow: auto; height: 200px; border: 1px solid grey; padding: 6px; }
.button[disabled] {background-color:#a51212;}
#gform_submit_button_2 { color: white; background-color:green;}
#gform_submit_button_2[disabled=disabled] { background-color:black; color: #cccccc; }

.bullet-item {
    font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
}
.pricing-table .description {
    color: #bd1818;
}
.pricing-table .total {
    background-color: #f0f7f0;
}
.menu-icon {
    text-shadow: 1px 1px 2px #000;
}
.red {
  color:red;
}
.green {
  color:green;
}
.white {
  color:white;
}
div.logoMS {
  display: table-cell;
  vertical-align: middle;
  height: 6em;
  /* border: 1px solid red; */
  }
p.reglas {
  font-family:"Roboto";

}
#rules td {
  font-family:"Roboto";
  font-size:large;
}
#rules tr {
  height:min(6.5em);
}
#salud td {
  font-family: "Roboto";
  font-size:medium;
}
#salud tr {
  height:max(5em);
}
iframe.reglas {
  border-width: 0px;
  border-style: none;
}
