/* General */
sup {
    vertical-align:super;
}
sub {
    vertical-align: sub;
}

.uppercase {
    text-transform: uppercase;
}

.overlay-position {
    position: relative;
}

.pad-bottom20 {
    padding-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mt15 {
    margin-top: 15px;
}

.hide{ display: none; }

.invisible { position: absolute; visibility: hidden; display: block; }

/* Image Overlays */

.bg-img-overlay:before{ content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0, 0.3);}
.tinta:after {content:""; position:absolute; top:0; left:0; bottom:0; right:0; background-color: rgba(0,0,0,0.3);}
.tinta:before { background: none;}

.tint {
  position: relative;
  float: left;
  cursor: pointer;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,255,255, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tint:hover:before {
  background: none;
}

.bg-colour-green:before {
    background: rgba(140,214,0, 0.6);
}

.bg-colour-purple:before {
    background: rgba(0,97,135, 0.6);
}

.bg-colour-blue:before {
    background: rgba(0,101,149, 0.5);
}

.bg-img-overlay h1, .bg-img-overlay h2, .bg-img-overlay h3, .bg-img-overlay h4, .bg-img-overlay h5, .bg-img-overlay h6 {
    position: relative;
}

.botton-fade figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

/* Icons */

.gallery-image-icon {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/camera-image.png) no-repeat;
}

.gallery-video-icon {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/video-image.png) no-repeat;
}

/* Sitemaps */

.sitemap ul, .sitemap li {
    margin: 0;
    /*padding: 0;*/
}

.responsive-embbed {display: block; width:100%; padding-top:56.65%; height:0; position:relative; margin-bottom:20px;}
.responsive-embbed iframe {position:absolute; width:100%; height:100%; object-fit:cover; left:50%; top:50%; transform:translate( -50%, -50% ); -webkit-transform:translate( -50%, -50% );}

/*Custom */

.landing-section.inner-banner.half-banner {height: calc(100vh - 550px);}

.center-image {margin-bottom: 50px;}
.center-image img {display: block; margin: 0 auto;}
.page-content-bottom-pd {padding-bottom: 50px}

.alert-danger > ul {margin: 10px 0 10px;}

.hscroll::-webkit-scrollbar {
    -webkit-appearance: none;
}
.hscroll::-webkit-scrollbar:horizontal {
    height: 11px;
}
.hscroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.hscroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.text-shadow {text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);}

/*play button animation 17-02-2020 */
.landing-section .pulse-wave {
  margin-top: 50px;
}
.pulse-wave {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 100%;
  text-align: center;
  height: 90px;
  width: 90px;
}
.pulse-wave span{
  display: block;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}
.pulse-wave i{
  display: block;
    font-style: normal;
    font-family: 'Gotham Book';
    font-size: 8px;
    line-height: 1;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.pulse-wave:before,
.pulse-wave:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 50%;
    border: 1px solid #fff
}

.pulse-wave:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.pulse-wave:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

@-webkit-keyframes ripple {
  0% {
      -webkit-transform: scale(1)
  }

  75% {
      -webkit-transform: scale(1.75);
      opacity: 1
  }

  100% {
      -webkit-transform: scale(2);
      opacity: 0
  }
}

@keyframes ripple {
  0% {
      transform: scale(1)
  }

  75% {
      transform: scale(1.75);
      opacity: 1
  }

  100% {
      transform: scale(2);
      opacity: 0
  }
}

/* clear top and bottom spacing */
.pt-0 {
    padding-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-bottom: 0 !important;
}

.text-block { max-width: 940px; }
.text-block p { font-size: 1.2em; line-height: 1.2em; }

.fancybox-is-open .fancybox-stage .open-popup.medium {height: calc(60% - 40px);}
.medium .make-inquiry{height: calc(60% - 40px);}

@media (max-width:640px) {
    .fancybox-is-open .fancybox-stage .open-popup.medium {height: calc(70% - 40px);}

    .landing-section.inner-banner .pulse-wave {
        margin-top: 200px;
    }
}

form.kc-form label.error {
    color: red;
    font-weight: normal;
    text-transform: none;
}

/* 4 or more items display to the left and with more margin, 
except the first item*/
/*.slick-track div:first-child:nth-last-child(n + 4) ~ div {
    margin-left: 2rem;
}*/

.guides-page .culinary-bottom {padding-top: 0px;}

.btn.btn-blue {background-color: #438fa6; border-color: #438fa6;}
.btn.btn-blue:hover {background-color: #fff; color: #438fa6; border-color: #438fa6;}

.w-100{
   width: 100%; 
}

.contact-us-block form input::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #868686;
    opacity: 1;
}
.contact-us-block form input:-ms-input-placeholder {/* Internet Explorer 10-11 */
    color: #868686;
}
.contact-us-block form input::-ms-input-placeholder {/* Microsoft Edge */
    color: #868686;
}

.sa-getaway-form-social-links-title {
    margin-top: 16px;
    margin-left: 16px;
}

/* Desktop: ≥1024px */
/* Tablet:  ≥768px*/
/* Medium Devices: 640px */
/* Small Devices: 480px */

.display-none{ 
    display:none;
}

@media (min-width:768px) {
    .display-md-block{
        display:block;
    } 
}

/* IntTelInput fixes */
.iti ul.iti__country-list {
    width: 16rem;
}

.iti__country-list li:before {
    width: 0;
    height: 0;
}

.iti__flag-box, .iti__country-name {
    font-size: 17px;
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    font-size: 12px;
}

form .v-error-message {
    font-size: 14px;
    color: red !important;
    margin-top: 0;
    margin-bottom: 0;
}

.kc-cell-sm-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.dmConcent-form .iti{
    margin-top: 6px
}

.left.equal-height:has(form.sa-loyalty-form) {
    height: 100% !important;
    min-height: 999px;
}

.left.equal-height:has(form.contact-form) {
    height: 100% !important;
    min-height: 764px;
}

.left.equal-height:has(form.sa-community-form) {
    height: 100% !important;
    min-height: 595px;
}
