@font-face{ font-family:"Majorant"; src: url("/resources/sammasan_v2/css/fonts/Majorant-Lt.ttf") format("truetype"), url("/resources/sammasan_v2/css/fonts/Majorant-Lt.woff") format("woff"); }
@font-face{ font-family:"Majorant-Thin"; src: url("/resources/sammasan_v2/css/fonts/Majorant-Th.ttf") format("truetype"), url("/resources/sammasan_v2/css/fonts/Majorant-Th.woff") format("woff");}
@font-face{ font-family:"Majorant-Ultra-Thin"; src: url("/resources/sammasan_v2/css/fonts/Majorant-UlTh.ttf") format("truetype"); }
@font-face{ font-family:"Majorant-Bold"; src: url("/resources/sammasan_v2/css/fonts/Majorant-Bd.ttf") format("truetype");}
@font-face { font-family:"FS Siena"; src: url("/resources/sammasan_v2/css/fonts/FSSiena.ttf") format("truetype")}

html {
    box-sizing: border-box;
}
body {
    font-family: 'FS Siena', sans-serif;
    outline: none;
}

/* WRAPPER */
.wrapper {  
    max-width: 1740px;
    padding-right: 40px;
    padding-left: 40px;
}

.wrapper-wide {
    padding: 0px;
    max-width: 100%;
}
.header-container .wrapper {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}
@media all and (min-width: 1920px) {
   .wrapper {
        max-width: 100%;
   }
}

@media all and (max-width: 1170px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .wrapper-wide {
        padding: 0;
    }
    .home .wrapper-wide {
        padding: 0px;
    }
}
/* HEADER */
.header-container.sticky .header {
    padding: 10px 0;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #444444;
}
.header-container .header .logo {
    text-align: center;
}
.header-container .header .logo a {
    margin-left: 0;
    margin-top: -48px;
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: -48px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-container .header .logo a img {
    max-height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-container.sticky .header .logo a img {
    max-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
}

.header-container .header .nav {
    margin: 65px 0 10px;
    padding-top: 5px;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 52px 0 0px;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 35px;
}

.header-container .header .nav ul li a {
    color: #424242;
    font-family: 'Majorant', sans-serif;
    font-size: 16px;
    padding: 5px 0px;
    margin-bottom: 0px;
}
.header-container .header .nav ul li:hover a,
.header-container .header .nav ul li.active a {
    color: #303030;
    border-bottom-color: #303030;
}

.header-container .header .nav ul li .subnav {
    background: #4f90bf;
    color: #fff;
    margin-top: 9px;
}
.header-container .header .nav ul li .subnav .subnav {
    margin-top: 0px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
    border-bottom: none;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #303030;
}

.header-container .header .nav ul li .subnav li:hover .subnav li a {
    background: #4f90bf;
    color: #fff;
}

.header-container .header .nav ul li .subnav li:hover .subnav li:hover a {
    background: #fff;
    color: #303030;
}

@media all and (max-width: 1023px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 5px 0 20px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 10px;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 8px 0 0;
    }

    .header-container .header .nav ul li:nth-of-type(5) {
        margin-left: 20px;
    }

    .header-container .header .logo {
        top: 0px;
    }
}

@media all and (max-width: 767px) {
    .header-container .header .nav {
        padding-top: 0px;
    }
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0;
    }
    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }

    .header-container .header .nav {
        margin-top: 20px;
    }
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin: 5px 0;
    }

    .header-container .header .nav > ul > li:nth-of-type(5) {
        margin-left: 0px;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 35px;
    }
    .header-container .header .nav ul li:hover a {
        color: #4f90bf;
        border-bottom-color: #303030;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Majorant-Thin', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.footer-container .footer .wrapper {
    max-width: 1170px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}
.footer-container .footer .column {
    font-weight: 400;
}
.footer-container .footer .column h3 {
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 10px;
}
.footer-container .footer .column a {
    color: #000;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Majorant-Thin
}
.footer-container .footer .column address {
    max-width: 220px;
    margin-bottom: 60px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
}
.footer-container .footer .column .footer-nav li:before{
    content: '\2022'!important;
}
.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #fff;
    color: #434343;
    border: 1px solid #434343;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}
.footer-container .footer .column .socials a:hover {
    background: #4f90bf;
    border-color: #4f90bf;
    color: #fff;
}
.footer-container .footer .bottom {
    font-family: 'Majorant-Thin', sans-serif;
    font-weight: 300;
    font-size: 14px;
    top: 85px;
}
.footer-container .footer .bottom .marketed {
    max-width: 180px;
    font-weight: 400;
    margin-top: 20px;
}
.footer-container.sticky .footer .column .copyright {
    left: 20px;
}

.footer-container .sha-logo-footer {
    position: absolute;
    bottom: 8vh;
    left: 213px;
}

@media all and (max-width: 767px) {
    .footer-container.sticky .footer .bottom {
        top: 0px!important;
        padding: 0px;
    }
    .footer-container .footer .bottom,
    .footer-container .footer .column {
        padding: 20px 0 0;
    }
}
/* BUTTONS CONTAINER */
.buttons-container {
    background: #acd5f1;
    padding: 30px 15px;
}
.buttons-container .button .wrapper {
    max-width: 1170px;
    padding: 20px 0px;
}

.buttons-container .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #f5f3f1;
    font-family: 'FS Siena', sans-serif;
    font-size: 20px;
    border: 1px solid #f5f3f1;
    padding: 10px;
    min-width: 180px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

.buttons-container .button a.home-button {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0;
    font-size: 17px;
}

.buttons-container .button a.home-button:hover {
    color: #4f90bf;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid #595352;
    margin-top: -61px;
    margin-bottom: 70px;
}

.buttons-container .button i.fa.fa-long-arrow-right:before {
    content: "\2192";
    font-size: 43px;
    font-weight: 100;
    position: relative;
    top: 6px;
}

.buttons-container .button i.fa-long-arrow-right:before {
    content: "\2192";
    font-size: 43px;
    font-weight: 100;
    position: relative;
    top: 7px;
    border: 1px solid #f1eeea;
    background: #f1eeea;
    border-radius: 50%;
    left: -19px;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    padding: 10px;
    z-index: -1;
}

.buttons-container .button i.fa.fa-long-arrow-right:hover:before {
    background: transparent;
    border: none;
}
.buttons-container .prevnext .wrapper {
    max-width: 1110px;
}

.buttons-container .prevnext a {
    color: #fff;
    top: -6px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'FS Siena', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #4f90bf;
}

.buttons-container .prevnext a i {
    -webkit-filter: none;
    filter: none;
    background: url("/resources/veyla/images/prev-arrow-hover.png") no-repeat center center;
    border: 1px solid #4f90bf;
    background-color: #4f90bf;
    padding: 25px;
    margin-top: -19px;
}

.buttons-container .prevnext a.prev i {
    background: url("/resources/veyla/images/prev-arrow-hover.png") no-repeat center center;
    border: 1px solid #4f90bf;
    background-color: #4f90bf;
    margin-right: 5px;
}

.buttons-container .prevnext a.prev:hover i {
    background-color: #fff;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/veyla/images/prev-arrow.png") no-repeat center center;
    border: 1px solid #4f90bf
}

.buttons-container .prevnext a.next i {
    background: url("/resources/veyla/images/next-arrow-hover.png") no-repeat center center;
    border: 1px solid #4f90bf;
    background-color: #4f90bf;
    margin-right: 5px;
}

.buttons-container .prevnext a.next:hover i {
    background-color: #fff;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/veyla/images/next-arrow.png") no-repeat center center;
    border: 1px solid #4f90bf;
}
a.btn-default {
    font-family: 'FS Siena',sans-serif;
    border: 1px solid #4f90bf;
    font-size: 16px !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    background-color: #4f90bf;
    color: #fff;
    line-height: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
 a.btn-default:hover {
    background: none;
    color: #303030 !important;
}
@media all and (max-width: 1170px) {
    .buttons-container .prevnext a {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container {
        background: none;
    }
    .buttons-container .prevnext .wrapper {
        margin-bottom: -47px;
    }

    .buttons-container .button a {
        min-width: 180px !important;
    }

    .buttons-container:after {
        margin-top: -76px;
    }

    .home .buttons-container:after {
        margin-top: -39px;
        margin-bottom: 47px;
    }

    .rates .buttons-container .button,
    .home .buttons-container .button {
        padding: 0px !important;
    }

    .buttons-container .prevnext a {
        top: -22px !important;
    }

    .buttons-container .button a.home-button {
        padding-bottom: 20px;
    }

    .buttons-container .button i.fa-long-arrow-right:before {
        padding: 0px;
        font-size: 35px !important;
        top: 3px !important;
    }
}

/* REVIEWS CONTAINER */
.reviews-container {
    font-family: 'Majorant-Thin';
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*flex-basis: 58%;
    max-width: 58%;*/
}

.reviews-container [id*=jarallax]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .45);
}

.reviews-container .reviews {
    padding: 1px 0;
}

.reviews-container .reviews .wrapper {
    max-width: 1024px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #fff !important;
    font-family: 'FS Siena';
    text-transform: uppercase;
    margin-bottom: 100px;
    font-weight: 400;
    text-align: right !important;
    font-size: 50px !important;
    position: relative;
    padding: 5px 30px;
}

.reviews-container .reviews h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(images/quote.png) no-repeat center center;
    width: 62px;
    height: 51px;
}

.reviews-container .reviews h2:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 80px;
    bottom: 0;
    border-bottom: 1px solid #fff;
}

.reviews-container .reviews .home-reviews {
    padding: 60px;
    text-align: left;
    margin: 0;
    position: relative;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #fff;
    font-size: 16px;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: justify !important;
    text-align-last: left;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Majorant-Thin';
    font-size: 20px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #fff;
    margin-top: 20px;
    display: block;
    font-family: 'Majorant-Thin';
    font-size: 20px;
}

.reviews-container .reviews .home-reviews ul li .right .villa-name {
    display: block;
}

@media all and (max-width: 1023px) {
    .reviews-container {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .reviews-container .reviews {
        width: 100%
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 40px 0
    }
    
    .reviews-container [id*=jarallax]:after {
        background: #231f20;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: transparent !important;
        border-bottom: 1px solid #282828;
        padding-top: 15px
    }

    .reviews-container .reviews {
        background: transparent;
        padding: 0 0 15px 0
    }

    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    .reviews-container .reviews h2:before,
    .reviews-container .reviews h2:after {
        display: none;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 15px
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 14px
    }

    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px
    }

    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px
    }
}

/* CONTENT CONTAINER */
.content-container .content .content-item {
    margin-bottom: 0px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item .wrapper{
    max-width: 1163px;
}

.content-container .content .content-item .wrapper.title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1740px;
}

.content-container .content .content-item {
    font-family: 'FS Siena', sans-serif;
    color: #434343;
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-container .content .content-item.odd,
.content-container .content .content-seo {
    margin-top: 0;
}

.content-container .content .content-item h1.entry-title {
    font-family: 'FS Siena', sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #303030;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
}

.content-container .content .content-item h2.entry-title {
    font-family: 'FS Siena', sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #4f90bf;
    text-align: center;
    line-height: 35px;
    text-transform: capitalize;

    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.content-container .content .content-item h1.entry-title strong {
    display: inline;
    font-size: 45px;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: block;
    margin-top: 1px;
}

.content-container .content .content-item h2.entry-title span,
.content-container .content .content-item h2.entry-title strong {
    display: inline;
    color: #303030;
}

.content-container .content .content-item h2.entry-title strong {
    font-weight: 400;
     color: #303030;
}

.content-container .content .content-item.about p {
    text-align: justify;
}

.content-container .content .content-item h3 {
    font-size: 30px;
  font-family: 'FS Siena', sans-serif;
  color: #303030;
  text-align: left;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    text-transform: none;
    font-weight: 400;
}

.content-container .content .content-item h4,
.content-container .content .content-item h4 p {
    color: #f5f3f1;
    font-family: 'FS Siena', sans-serif;
    font-size: 16px;
    text-transform: none;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.content-container .content .content-item p {
    font-family: 'Majorant-thin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #434343;
}
.content-container .content .content-item p:last-of-type {
    margin-bottom: 0px;
}

.content-container .content .content-item p a {
    color: #303030;
    text-decoration: none
}
.content-container .content .content-item img{
    width: 100%;
}
.content-container.scroll .content .content-item .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-container.scroll .content .content-item.odd:first-of-type {
    text-align: center;
    max-width: 100%;
}
.content-container .content .content-item .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
 }
 
 .content-container .content .content-item .group .half {
    margin-right: 2px;
    outline: none;
}
/* .content-container .content .content-item .group .half:first-of-type {
    padding-right: 40px;
} */
.content-container .content .content-item h2, 
.content-container .content .content-item .group .half h2 {
    text-align: left;
    font-size: 35px;
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    width: 100%;
    padding-bottom: 20px;
    line-height: 35px !important;
}
/* .content-container .content .content-item .tabs ul {
    text-align: center;
    border: 1px solid #c6a882;
    padding: 10px 0;
    border-left: 0px;
    border-right: 0px;
}
 .content-container .content .content-item .tabs > ul li {
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.content-container .content .content-item .tabs>ul a,
.content-container .content .content-item .tabs > ul li a {
    text-decoration: none;
    padding: 0;
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 .content-container .content .content-item .tabs > ul li.current a{
    color: #c6a882;
    text-decoration: underline;
}
 .content-container .content .content-item .tabs>div.current {
    display: block;
}
 .content-container .content .content-item .tabs>div {
    display: none;
}
.content-container .content .content-item  .tabs.simple-tabs ul {
   text-align: center;
} */

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

.content-container.scroll .content .content-item h2.entry-title,
.content-container.scroll .content .content-item h1.entry-title {
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    font-size: 45px;
    line-height: 55px;
    margin-top: 0;
    z-index: 21;
    text-align: center;
    text-transform: none;
    border-top: none;
}
.content-container.scroll .content .content-item h1.entry-title {
    padding: 0;
}
.content-container.scroll .content .content-item h2.entry-title {
    padding-bottom: 20px;
}

.content-container.scroll .content .content-item h1.entry-title {
    text-transform: none;
    text-align: left;
    color: #fff;
}

.content-container.scroll .content .content-item h1.entry-title span {
    /* color: #303030;
    z-index: 21; */
}
.content-container.scroll .content .content-item.concierge h1.entry-title,
.content-container.scroll .content .content-item.about-elite-havens h1.entry-title  {
    text-align: center;
    margin-bottom: 20px
}

.content-container .content .content-item .group .half.half-content {
    /* padding-left: 40px;
    padding-right:40px; */
    margin-right: 0px !important;
}

/* @media all and (max-width: 1440px) {
    .content-container .content .content-item .group .half:first-of-type{
        padding-right: 0px;
    }
} */
@media all and (max-width: 1024px) {
   
    .content-container .content .content-item .wrapper-wide .jarallax{
        display: none;
    }
    .content-container .content .content-item .group {
        display: block;
    }
    .content-container .content .content-item .group .half {
        width: 100%;
    }
    .content-container .content .content-item .wrapper {
        padding: 20px 15px;
    }
}
@media all and (max-width: 1023px) {
    .content-container.scroll .content .content-item h1.entry-title,
    .content-container .content .content-item h1.entry-title strong {
        font-size: 35px;
        line-height: 30px;
    }

    .content-container .content .content-item h2.entry-title {
        margin-bottom: 20px;
    }
    
    .content-container .content .content-item h4,
    .content-container .content .content-item h4 p,
    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        font-size: 25px !important;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .group .half.half-content{
        padding: 0px;
    }

      .content-container .content .content-item.about .wrapper {
        padding-top: 20px;
        padding-bottom: 20px; 
    }
    .content-container .content .content-item .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* .content-container .content .content-item h1.entry-title {
        margin-bottom: 20px;
    } */
    .content-container.scroll .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title.sticky {
       margin-left: 0px !important;
       margin-right: 0px !important;
   }
   .content-container .content .content-item .group .half {
       margin-right: 0px;
   }
   .content-container .content .content-item h1.entry-title{
    font-size: 25px;
    line-height: 35px;
   }
   .content-container .content .content-item .group .half:first-of-type{
    padding-right: 0px;
   }
}

/* MENU SPY */

.content-container .content .content-item .spy,
.content-container .content .content-item .sticky .spy {
    background: #acd5f1!important;
}

.content-container .content .content-item .spy ul {
    text-align: right;
    background: none;
    max-width: 1110px;
}

.content-container .content .content-item .spy ul li a {
    color: #fff;
    font-family: 'FS Siena',sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .sticky .spy ul li a {
    padding: 15px;
}

.content-container .content .content-item .spy ul li a:hover {
    background: #4f90bf;
}

.content-container .content .content-item .spy ul li.active a {
    background: #4f90bf;
}
.content-container.scroll .content .content-item h1.entry-title.sticky {
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media all and (max-width: 1140px) {
    .content-container .content .content-item .sticky .spy {
        padding: 0 0 0 15px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .sticky .spy {
        padding: 0;
    }
}


.explore .content-container .content .content-item.living-areas .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-top: 0;
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    text-align: center;
    margin-top: 20px;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto 0 4px;
    border: 1px solid #acd5f1;
    display: block;    
    min-width: calc(50vw - 4px);
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #4f90bf;
    background: #fff;
    font-family: 'Majorant-Thin', sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 20px;
    text-decoration: underline;
    text-underline-position: under;
}
.explore .content-container .content .content-item.villa-layout .floorplan a:hover {
    font-weight: bold;
}
.explore .content-container .content .content-item.living-areas .img:last-of-type{
    margin-top: 30px;
}

.explore .content-container .content .content-item .group {
    display: flex;
    align-items: center;
    margin: 30px -15px 0;
}

.explore .content-container .content .content-item .group > div {
    flex: 1;
    margin: 0;
}

.explore .content-container .content .content-item .group .half {
    max-width: calc(50% - 30px);
    flex-basis: 50%;
    margin: 0 15px;
}

.explore .content-container .content .content-item .group .half H3 {
    margin-top: 0;
}

@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item h3 {
        margin-top: 25px;
    }
    
    .explore .content-container .content .content-item .group .half {
        max-width: none;
    }
    
    .explore .content-container .content .content-item .group .half.half-img {
	    display: none;
    }
    
    .explore .content-container .content .content-item.living-areas .img {
        display: none;   
    }
}


/* HOME */
.home .content-container .content .content-item .wrapper
{
    position: relative;
    max-width: 1270px;
}
.home .content-container .content .content-item.odd .wrapper {
    padding-top: 0;
    padding-bottom: 0;
} 

.home .buttons-container .button .wrapper {
    padding: 0px;
}
.home .content-container .content .content-item .tabs {
    text-align: center;
}
.home .content-container .content .content-item .single-content {
    padding-top: 20px;
}
.home .content-container .content .content-item h1.entry-title,
.home .content-container .content .content-item h1.entry-title span {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    color: #303030;
}
.home .content-container .content .content-item h1.entry-title {
    font-family: 'FS Siena', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}
.home .content-container .content .content-item h1.entry-title strong{
    font-size: 28px;
    display: block
}
.home .content-container .content .content-item h2{
    text-align: left;
    font-size: 25px;
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    width: 100%;
    padding-bottom: 20px;
} 
.home .content-container .content .content-item  h2 span {
    background: #fff;
    padding: 0 10px;
}
.home .content-container .content .content-item  h3 {
    text-align: left;
    color: #303030;
    font-size: 25px;
}
.home .content-container .content .content-item p {
    text-align: justify;
}
.home .content-container .content .content-item:last-of-type .group .half.half-content.caption p:first-of-type {
    font-family: 'FS Siena', sans-serif;
    /* font-size: 20px;
    color: #8e8579; */
}
.home .content-container .content .content-item .groups .half a:hover .overlay{
    opacity:1;
    outline: none;
}
.home .content-container .content .content-item .group>div {
    margin: 0 3px;
    flex: 1;
}
.home .content-container .content .content-item .tabs>div {
    background: #f5f3f1;
}
.home .content-container .content .content-item .group .half {
    text-align: left;
}

.home .content-container .content .content-item .group .half.half-img {
   margin-left: -60px;
}
.home .content-container .content .content-item:last-of-type .group .half.half-img {
    margin-right: 0px;
    margin-left: 0px;
}
.home .content-container .content .content-item .group {
    /* background-color: #f1ebdb;
    padding: 40px 0; */
}
.home .content-container .content .content-item:nth-of-type(3n) .group{
    margin-top: 40px
}
.home .content-container .content .content-item .group a:hover {
    color: #fff;
}
.home .content-container .content .content-item .group .half a {
    box-shadow: none;
}
.home .content-container .content .content-item .group .one-third {
    flex-basis: calc(33.3333333% - 5px);
    max-width: calc(33.3333333% - 5px);
    margin: 5px 2.5px 0;
    position: relative;
}
.home .content-container .content .content-item .group .one-third span {
    font-size: 40px;
    font-family: 'FS Siena', sans-serif;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -ms-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.home .content-container .content .content-item .btn-default {
    margin-top: 20px;
    display: inline-block;
}
.home .content-container .content .content-item .group.no-bg{
    background: none;
    padding: 0
}

.home .content-container .content .content-item .location,.home .content-container .content .content-item .rate{
    text-align: center
}
.home .content-container .content .content-item .location{
    text-align: center;
    font-size: 18px;
    font-family: 'Majorant';
    margin-bottom: 0
}
.home .content-container .content .content-item .rate {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: 'Majorant';
}
@media all and (max-width:1440px){
    .home .content-container .content .content-item .group .half{
        margin-right: 40px;
    }
}

@media all and (min-width:1024px) {
    .home .content-container .content .content-item .group {
        display: flex;
    }
    .home .content-container .content .content-item .group .half:first-of-type {
        padding-right: 30px;
    }
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .group .half.half-img,
    .home .content-container .content .content-item .group>div{
        margin: 0px;
    }
    .home .content-container .content .content-item .group .half {
        width: 100%;
    }
    .home .content-item .button-diamond {
        width: 50px;
        height: 50px;
    }
    .home .content-container .content .content-item .group .one-third {
        flex-basis: auto;
        max-width: 100%;
    }
    .home .content-container .content .content-item:last-of-type .group .half.half-img.img {
        padding-top: 20px;
    }
    .home .content-container .content .content-item .tabs>ul li a {
        font-size: 16px;
    }
    .home .content-container .content .content-item:nth-of-type(3n) .group {
        padding: 20px 0;
    }
    .home .content-container .content .content-item .group .half.half-content.caption {
        padding: 20px 20px 0;
    }
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .group {
        display: block;
    }
    .home .content-container .content .content-item .group .half:first-of-type {
        padding-right: 0px;
    }
    .home .content-container .content .content-item .wed-mob {
        display: block;
    }
    .home .content-container .content .content-item .img.jarallax {
        display: none;
    }
}
/* ABOUT*/
.about.veyla .content-container .content .content-item .group .half  {
    text-align: center;
}
.about-elite-havens .content-container .content .content-item .wrapper {
    max-width: 1170px;
}

.about .jarallax.img.fullwidth {
    height:40vh;
}

@media all and (max-width: 1023px) {
    /* .about .content-container .content .content-item .group .half:first-of-type{
        display: none;
    } */

    .about.veyla-natai-residences .content-container .content .content-item .wrapper-wide {
        display: block;
    }    
    .about.veyla-natai-residences .content-container .content .content-item h1.entry-title {
        margin-bottom: 0px;
    }
}

@media all and (max-width:768px){
    .about .content-container .content .content-item .the-content .wrapper-wide:nth-of-type(2){
        display:none;
    }

    .about.about.veyla-natai-residences .content-container .content .content-item .group .half:last-of-type{
        margin-top: 20px;
    }

    .about.sea-villas .content-container .content .content-item #living .group.living-first{
        flex-direction: column !important;
    }

    .about.sea-villas .content-container .content .content-item #living .group.living-first .half.half-content{
        margin-bottom: 40px;
    }
}

/* VILLAS */
.content-container .content .content-item #layout .group .half {
    text-align: center;
}
.content-container .content .content-item #layout h3 {
    background: #f1ebdb;
    color:#fff;
}
.content-container .content .content-item #quick-facts h2:first-of-type {
    text-align: center;
}
.content-container .content .content-item #quick-facts .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.content-container .content .content-item #quick-facts .group {
    align-items: start;
    margin-top: 20px;
}
#managed--marketed-by a{
    color: #000!important
}

#about .img{
    float: left;
    width: 37%;
    margin-right: 20px;
    margin-bottom: 20px;
}
#about h1.entry-title{
    margin-top: 0;
    text-align: left;
}
@media all and (max-width: 1024px) {
    .content-container .content .content-item #about .group .half img {
        padding-bottom: 20px;
    }
    .content-container .content .content-item #bedrooms .group .half img,
    .content-container .content .content-item #layout .group .half:last-of-type{
        padding-top: 20px;
    }
    .content-container .content .content-item #bedrooms .wrapper:last-of-type, 
    .content-container .content .content-item #about .wrapper:last-of-type {
        padding-top: 0px;
    }

    .content-container .content .content-item #bedrooms .wrapper-wide,
    .content-container .content .content-item #about .wrapper-wide {
        display: block;
    }
    .content-container .content .content-item #bedrooms .wrapper:last-of-type .group,
    .content-container .content .content-item #about .wrapper:last-of-type .group,
    .content-container .content .content-item #living .wrapper .group:last-of-type {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .content-container .content .content-item #living .group .half:first-of-type {
        padding-top: 20px;
    }
}

/* QUICK FACTS */

.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}
.quick-facts .content-container .content .content-item h1.entry-title{
    margin-top: 0;
}
.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}
.quick-facts .content-container .content .content-item .group{
    align-items: baseline;
    margin-top: 20px
}
.quick-facts .content-container .content .content-item .item {
    color: #282828;
    font-family: 'Majorant-Thin',sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 100px;
}

.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong {
    font-size: 20px;
    font-family: 'Majorant-Thin',sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    color: #4f90bf;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}

.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#gym:before,
.quick-facts .content-container .content .content-item .item#gym-yoga:before {
    background-position: 0 -1405px;
}

.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -1217px;
}

.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -278px;
}

.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -373px;
}

.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -467px;
}

.quick-facts .content-container .content .content-item .item#communications:before {
    background-position: 0 -561px;
}

.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -655px;
}

.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}

.quick-facts .content-container .content .content-item .item#transportation:before {
    background-position: 0 -844px;
}

.quick-facts .content-container .content .content-item .item#events:before {
    background-position: 0 -935px;
}

.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1028px;
}

.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1123px;
}

.quick-facts .content-container .content .content-item .item#marketed-by:before {
    background-position: 0 -1311px;
}

.quick-facts .content-container .content .content-item .item#managed-by:before {
    background-position: 0 -1498px;
}

@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px;
    }

    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }

    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }

    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }

    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}


/* GALLERY */
.gallery .content-container .content .content-item .wrapper {
    /* padding: 20px 0px;
    max-width: 100% */
}

.gallery .content-container .content .content-item h1.entry-title {
  margin: 20px 0 0 0;
}

.gallery .content-container .content .content-item .tabs>div {
    padding: 0 40px;
    max-width: 1170px;
    margin: 0 auto;
}
.gallery .content-container .content .content-item .tabs ul {
    border: none;
}
.gallery .content-container .content .content-item .tabs .gal-tab {
    border: 1px solid #c6a882;
    margin-bottom: 20px;
}
.gallery .content-container .content .content-item .tabs>ul li a {
    padding: 0;
    min-width: 0;
}

.gallery .content-container .content .content-item .floorplan img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery .content-container .content .content-item .floorplan a {
    font-family: 'FS Siena', sans-serif;
    color: #272727;
    display: block;
}

.gallery .content-container .content .content-item .tabs > ul::-webkit-scrollbar {
    width: 0;  
    height: 1px; 
    background: transparent;
}
/* Optional: show position indicator in red */
.gallery .content-container .content .content-item .tabs > ul::-webkit-scrollbar-thumb {
    background: rgba(57, 94, 102, .5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid#4f90bf;
    color: #4f90bf;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background:#4f90bf;
    border-color: #4f90bf;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #4f90bf;
    border-color: #4f90bf;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-container li a{
    height:200px !important;
}

@media all and (max-width: 767px) {
    
    .gallery .content-container .content .content-item .tabs>ul {
        display: block !important;
    }

    .gallery .content-container .content .content-item .tabs > ul li {
        margin-bottom: 5px !important;
    }
    .gallery .content-container .content .content-item .tabs>div {
        padding: 0 15px;
    }
}

/* FLOORPLAN */
.gallery .content-container .content .content-item .tabs>ul li a,
.floorplan .content-container .content .content-item .tabs > ul li a {
    text-transform: capitalize;
}
.floorplan  .content-container .content .content-item .tabs>div.current {
    max-width: 1170px;
    margin: 0 auto;
}
.floorplan .content-container .content .content-item .wrapper {
    padding: 0 0 40px 0;
    max-width: 100%
}
.floorplan .content-container .content .content-item h1.entry-title {
    margin: 20px 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.floorplan .content-container .content .content-item .tabs>ul li a {
    border: none !important;
    padding: 0;
    min-width: 0;
}

.floorplan .content-container .content .content-item .tabs > ul::-webkit-scrollbar {
    width: 0; 
    height: 3px;  
    background: transparent;  
}
/* Optional: show position indicator in red */
.floorplan .content-container .content .content-item .tabs > ul::-webkit-scrollbar-thumb {
    background: rgba(57, 94, 102, .5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.content-container .content .content-item .floorplan a{
    color: #000;
    text-decoration: none
}
/* .floorplan .content-container .content .content-item .tabs>div {
    padding-bottom: 40px;
} */
.floorplan .content-container .content .content-item .tabs .gal-tab {
    margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
    .floorplan .content-container .content .content-item h1.entry-title {
        margin-top: 20px !important;
    }
}
@media all and (max-width: 767px) {
    .floorplan .content-container .content .content-item .tabs>ul {
        display: block !important;
    }
    .floorplan  .content-container .content .content-item .tabs>div.current,
    .floorplan .content-container .content .content-item img {
        max-width: 100%;
    }
}
.content-container.scroll .content .content-item:first-of-type{
    margin-top: 5px;
    background: #acd5f1;
    border-top: none;
    border-bottom: 1px solid #acd5f1;
}
/* LOCALE */


.locale .content-container .content .content-item.things-to-do .wrapper {
    padding-top: 0;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: left;
    width: 50%;
    height: 342px;
    margin-top: 30px;
    margin-right: 30px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #282828;
    font-family: 'Majorant-Thin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do .img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.locale .content-container .content .content-item.things-to-do .group {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    font-size: 0;
}

.locale .content-container .content .content-item.things-to-do .group .half {
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: 16px;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.locale .content-container .content .content-item.things-to-do .group .half .img {
    margin: 0 auto
}

.locale .content-container .content .content-item.things-to-do .group .half img {
    width: 100%;
}

.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;
}

.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #282828;
}

@media all and (max-width: 1140px) {
    .locale .content-container .content .content-item.things-to-do .group {
        margin-top: 15px;    
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half {
        width: calc(100% - 30px);
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half.half-img {
        display: none;
    }
    
    .locale .content-container .content .content-item.things-to-do .img {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.the-locale h3 {
        margin-top: 25px;
    }
    
    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 150px;
        margin-left: 0;
        margin-right: 0;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }

    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        width: auto;
        padding: 0 !important;
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}
/* EXPERIENCE */
.experience .content-container .content .content-item .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.experience .content-container .content .content-item .wrapper-wide {
    padding: 30px 0;
}
.experience .content-container .content .content-item .content-inner {
    text-align: center;
    padding: 40px 0 0;
}
.experience .content-container .content .content-item .group {
    padding-top: 40px;
}
.experience .content-container .content .content-item .group .half:first-of-type {
    /* padding-right: 20px; */
}
.experience .content-container .content .content-item .group .half:last-of-type {
    padding-left: 20px;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-bottom: 20px
}

.experience .content-container .content .content-item.staff dt, 
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt, 
.experience .content-container .content .content-item.spa dd  {
    width: 70%;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1; margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    width: 30%;
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    font-size: 25px;
    font-weight: 400;
}

/* .content-container .content .content-item p {
    font-size: 16px;
    color: #303030;
    font-family: 'FS Siena', sans-serif;
    font-weight: 300;
} */

.experience .content-container .content .content-item h1.entry-title{
    margin-top: 0
}

#dining .the-content{
    margin-top: 40px
}
#dining .img{
    margin: 20px 0
}
#dining .img:first-child{
    margin: 0 20px 20px 0
}
.experience .content-container .content .content-item.dining .img {
    float: left;
    margin-right: 30px;
    margin-top: -5px;
}

.experience .content-container .content .content-item.dining .img:last-of-type {
    float: none;
    margin-right: 0;
    margin-top: 30px;
}

@media all and (max-width: 1140px) {

    .experience .content-container .content .content-item.dining .img {
        margin-bottom: 10px;
        margin-top: 7px;
    }
}
@media all and (min-width:1280px){
    .experience .content-container .content .content-item .group{
        /* margin:0 -30%; */
    }
}

@media all and (max-width:1024px){
    .experience .content-container .content .content-item h1.entry-title{
        margin-bottom: 20px;
    }
    .experience .content-container .content .content-item .group .half.half-content{
        padding-right: 0px;
        padding-left: 0px;
    }
    .experience .content-container .content .content-item .group .half:last-of-type{
        display: none;
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .group .half:first-of-type {
        padding-right: 0px;
    }
    .experience .content-container .content .content-item .group {
        display: flex;
        padding-top:0px
    }
    .experience .content-container .content .content-item dd,
    .experience .content-container .content .content-item dt{
        width: 100% !important;
        text-align:justify
    }
    .experience .content-container .content .content-item.dining .img {
        display: none;
    }

    .experience .content-container .content .content-item.dining .img:last-of-type {
        display: block;
    }
}


/* CONCIERGE */
.concierge .content-container .content .content-item {
    text-align: center;
}
.concierge .content-container .content .content-item .content-inner {
    margin-top: 40px;
}

/* PRESS */

.press .press-container a {
    color: #000;
}

/* GUEST REVIEWS */
.guest-reviews .content-container .content .content-item h1.entry-title {
    margin-top: 20px;
}
.guest-reviews .content-container .content .content-item .reviews-container .wrapper {
    max-width: 1740px !important;
    margin:0 auto !important;
    padding: 40px !important;
}
.guest-reviews .content-container .content .content-item .wrapper:first-of-type {
    max-width: 1087px;
    padding: 0px;
}
.guest-reviews .content-container .content .content-item .tabs>ul {
    display: block;
    line-height: 0;
}
.guest-reviews .content-container .content .content-item .tabs > ul li a {
    padding: 0px;
}
.guest-reviews .content-container .content .content-item .tabs > ul li,
.guest-reviews .content-container .content .content-item .tabs > ul li:first-of-type {
    flex-basis: 0px !important;
}
.guest-reviews .content-container .content .content-item .tabs > ul li a {
    min-width: 0px;
}
.guest-reviews .content-container .content .content-item .tabs > ul li.current a,
.guest-reviews .content-container .content .content-item .tabs>ul li a {
    background: none;
}
.guest-reviews .content-container .content .content-item .tabs.simple-tabs ul.slides,
.guest-reviews .content-container .content .content-item .reviews-container .total-reviews {
    font-family: 'FS Siena',sans-serif;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 40px;
}
.guest-reviews .content-container .content .content-item .tabs.simple-tabs ul.slides {
    border: none;
}

.guest-reviews .content-container .content .content-item .tabs {
    margin: 0 -1px;
    background: transparent;
}

.guest-reviews .content-container .content .content-item .tabs > div {
    display: none;
}

.guest-reviews .content-container .content .content-item .tabs > div.current {
    display: block;
    overflow-x: auto;
    padding-top: 20px;
}

 .guest-reviews .content-container .content .content-item ul#listPage {
    padding: 0 40px;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
 }

.guest-reviews .content-container .content .content-item .tabs > ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.guest-reviews .content-container .content .content-item .tabs > ul li a {
    text-decoration: none;
    font-family: 'FS Siena', sans-serif;
    font-weight: 400;
    text-transform: capitalize !important;
    border-right: 1px solid #f1f9fc;
    display: block;
    text-align: center;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.guest-reviews .content-container .content .content-item .tabs > ul li.current a {
    color: #303030;
    text-decoration: underline;
}

.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    opacity: 0;
}

.guest-reviews .content-container .content .content-item .reviews-container .review, 
.guest-reviews .content-container .content .content-item .slides li {
    opacity: 1 !important;
}

.guest-reviews .content-container .content .content-item .reviews-container .review,
.guest-reviews .content-container .content .content-item .slides li.current {
    display: block !important;
    opacity: 1 !important;
}

.guest-reviews .content-container .content .content-item .reviews-container .review {
    float: none !important;
    margin: 0 0 30px !important;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #303030;
    font-size: 135px !important;
    margin: 47px 10px -10px -10px !important;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    text-align: right;
    display: block;
    margin-top: 10px;
}

.guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'FS Siena', sans-serif;
    color: #303030;
    font-size: 25px;
    font-style: normal;
}
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    color: #303030;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'FS Siena', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-align: right !important;
}

.guest-reviews .content-container .content .content-item .reviews-container a {
    color: #434343;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
       padding: 4px 10px;
    text-decoration: none;
      color: #4f90bf;
    margin: 2px;
    border: 1px solid #4f90bf;
    display: inline-block;
    
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #4f90bf;
    border-color: #4f90bf;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #4f90bf;
    border-color: #4f90bf;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination {
    text-align: center;
}

@media all and (min-width: 1400px) {
    .guest-reviews .buttons-container {
        margin-top: 30px;
        margin-bottom: -16px;
    }
}

@media all and (max-width: 1024px) {
    .guest-reviews .content-container .content .content-item .reviews-container .wrapper {
        padding: 20px !important;
    }
    .guest-reviews .content-container .content .content-item ul#listPage {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .guest-reviews .content-container .content .content-item .reviews-container {
        padding-bottom: 40px;
    }
}
    
@media all and (max-width: 767px) {
    .guest-reviews .content-item.odd{
        display: block;
    }
    .guest-reviews .box {
        padding: 20px;
    }
    #about .img ,#about h1.entry-title br{
        display:none;

    }
    #about h1.entry-title{
        margin-bottom: 20px;
    }
}

.rates .content-container .content .content-item .teaser strong {
    color: #282828;
    font-family: 'FS Siena', serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #8ab9da;
    font-family: 'Majorant-thin', sans-serif;
}

.rates .content-container .content .content-item .promotions {
    background: #8ab9da;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #8ab9da;
    font-family: 'FS Siena', serif;
    font-size: 25px;
    text-transform: uppercase;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #e6f0f7;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #e6f0f7;
    color: #666;
    font-family: 'FS Siena', serif;
    font-weight: 400;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #8ab9da;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #8ab9da;
    font-family: 'Majorant-Thin', sans-serif;
    font-size: 14px;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #e6f0f7;
    color: #282828;
    font-family: 'Majorant-Thin', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #8ab9da !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td img {
    margin: 0 auto;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #8ab9da;
}
.rates .content-container .content .content-item ul li:last-of-type {
    list-style: none !important;
}

.rates .content-container .content .content-item ul li:nth-of-type(5n) {
    list-style: disc !important;
}



.rates .buttons-container,.home .buttons-container{
    padding: 0
}
.rates .buttons-container .button .wrapper,.home .buttons-container .button .wrapper {
    max-width: 1170px;
    padding: 6px 0px;
}
.rates .buttons-container .button .wrapper a,.home .buttons-container .button .wrapper a{
    background: #8ab9da
}
.rates .buttons-container .button .wrapper a:hover,.home .buttons-container .button .wrapper a:hover{
    border-color: #8ab9da;
}
@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .tabs > ul li,.home .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 1px;
    }
}


/* RESERVATIONS */
.reservations .content-guarantee {
    position: absolute;
    right: 262px;
   *top: 281px;
   margin-top: 78px;
}
.contact-sent .content-container .content .content-item .wrapper,
.reservation-sent .content-container .content .content-item .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.iframe-wrapper h3 {
    font-family: 'FS Siena', sans-serif;
    font-size: 25px;
    margin-top: 0 !important;
}
.iframe-wrapper span {
    display: block;
    margin-bottom: 10px;
}
#frmCal {
    margin-bottom: 30px;
}
#frmCal select {
    padding: 5px;
    width: 100%;
    max-width: 100px;
    margin-right: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cal-legend {
    margin: 15px 0 30px;
    display: block;
}
.cal-legend ul {
    margin: 0 !important;
}
.cal-legend ul:after {
    clear: both;
    content: '';
    display: block;
}
.cal-legend li {
    float: left;
    padding-left: 20px !important;
    margin: 0 20px 0 0 !important;
    list-style-type: none !important;
}
.cal-legend li.available {
    background: url(images/cal-available.png) no-repeat 0 50%;
}
.cal-legend li.on-request {
    background: url(images/cal-on-request.png) no-repeat 0 50%;
}
.cal-legend li.on-hold {
    background: url(images/cal-on-hold.png) no-repeat 0 50%;
}
.cal-legend li.booked {
    background: url(images/cal-booked.png) no-repeat 0 50%;
}
.cal-legend li.no-rates {
    background: url(images/cal-no-rates.png) no-repeat 0 50%;
}
.cal-legend li.check-in-out {
    background: url(images/cal-check-in-out.png) no-repeat 0 50%;
}
.reservations .content-container .content .content-item .wrapper{
    margin: 0 auto;
    max-width: 1170px;
}
 .general-enquiries .content-container .content .content-item .teaser {
    max-width: 100%;
}

.general-enquiries .content-container .content .content-item .wrapper {
    max-width: 1170px;
}
.general-enquiries .content-container .content .content-item h1.entry-title {
    margin-bottom: 20px;
}
.general-enquiries ol li {
    font-family: 'FS Siena', sans-serif;
}

.general-enquiries li:last-of-type {
    padding-bottom: 10px;
}
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #434343;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #434343;
    font-family: 'FS Siena', sans-serif;
    font-weight: 400;
}
.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    font-family: 'FS Siena', sans-serif;
    color: #303030;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #434343;
    font-family: 'FS Siena', sans-serif;
}
.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'FS Siena', sans-serif;
    font-weight: 400;
}
.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'FS Siena', sans-serif;
}
.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'FS Siena', sans-serif;
}
.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 18px;
    font-family: 'FS Siena', sans-serif;
    border: 1px solid #4f90bf;
    color: #434343;
    background: #fff;
}
.reservations .content-container .content .content-item form .form-row input[type=submit]:hover,
.general-enquiries .content-container .content .content-item form .form-row input[type=submit]:hover {
    background: #4f90bf;
    color: #fff;
    border: 1px solid #4f90bf;
}

@media (min-width: 1024px) {
    .reservations .content-container .content .content-item form .form-row:first-of-type .form-estate {
        display: grid;
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .general-enquiries .content-container .content .content-item .wrapper {
        padding-top: 0px;
    }
}

/* SITEMAP LINKS */
.concierge .content-container .content .content-item .wrapper,
.terms .content-container .content .content-item .wrapper,
.privacy .content-container .content .content-item .wrapper,
.sitemap .content-container .content .content-item .wrapper,
.links .content-container .content .content-item .wrapper{
    margin: 0 auto;
    max-width: 1170px;
}
.concierge .content-container .content .content-item h1.entry-title,
.terms .content-container .content .content-item h1.entry-title,
.privacy .content-container .content .content-item h1.entry-title,
.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.sitemap .content-container .content .content-item ul li a {
    color: #434343;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #434343;
}

.links .content-container .content .content-item h2 {
    color: #434343;
    font-family: 'FS Siena', sans-serif;
}

.links .content-container .content .content-item h3 {
    color: #434343;
    font-family: 'FS Siena', sans-serif;
}

.contact-sent .the-content {
    font-family: 'FS Siena',sans-serif;
}

/* terms */
.privacy .content-container .content .content-item h4,
.terms .content-container .content .content-item h4 {
    text-align: left;
}




/* GALLERY */
#photo-gallery .tabs {
    background: transparent;
}

#photo-gallery .tabs p {
    display: none;
}

#photo-gallery .tabs > ul {
    font-size: 0;
    margin-bottom: 1px;
    margin-right: -1px;
}

#photo-gallery .tabs > ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#photo-gallery .tabs > ul li a {
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase;
    border-right: none;
    display: block;
    min-width: 140px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#photo-gallery .tabs > div {
    display: none;
}

#photo-gallery .tabs > div.current {
    display: block;
}

#photo-gallery .gallery-container {
    display: flex;
    flex-wrap:wrap;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    padding-bottom: 0;
}

#photo-gallery .gallery-container li {
    width: 25%;
    padding: 2px;
    opacity: 1;
    display: none;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#photo-gallery .gallery-container li.current {
    opacity: 1;
    padding: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#photo-gallery .gallery-container li a,
#photo-gallery .gallery-container li a img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    height: calc(130px + (190 - 130) * (100vw - 320px) / (1920 - 320))!important;
    /* min-height: 100%; */
    object-fit: cover;
    text-decoration: none;
}

#photo-gallery .gallery-container li a:hover img {
    opacity: 1;
}

#photo-gallery .gallery-container li a:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#photo-gallery .gallery-container li a:hover:before {
    background: rgba(255, 255, 255, .5);
}

#photo-gallery .gallery-container li a:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    line-height: initial;
    z-index: 3;
    background: transparent;
    padding: 15px 0;
    width: 10px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#photo-gallery .gallery-container li a:hover:after {
    font-size: 40px;
    width: 60px;
}

#photo-gallery .gallery-container li a p {
    font-size: 0;
}

#photo-gallery .gallery-pagination {
    text-align: center;
    margin-top: 30px;
}

#photo-gallery .gallery-pagination a {
    text-decoration: none;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}








/* GALLERY */
#photo-gallery h2{
    text-align: center!important
}
#photo-gallery .wrapper {
    padding: 20px 0px;
    max-width: 100%
}

#photo-gallery h1.entry-title {
  margin: 20px 0 0 0;
}

#photo-gallery .tabbedGallery  {
    padding: 0 40px;
    max-width: 1170px!important;
    margin: 0 auto;
}
#photo-gallery .tabs ul {
    border: none;
}
#photo-gallery .tabs .gal-tab {
    border: 1px solid #c6a882;
    margin-bottom: 20px;
}
#photo-gallery .tabs>ul li a {
    padding: 0;
    min-width: 0;
}

#photo-gallery .floorplan img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#photo-gallery .floorplan a {
    font-family: 'FS Siena', sans-serif;
    color: #272727;
    display: block;
}

#photo-gallery .tabs > ul::-webkit-scrollbar {
    width: 0;  
    height: 1px; 
    background: transparent;
}
/* Optional: show position indicator in red */
#photo-gallery .tabs > ul::-webkit-scrollbar-thumb {
    background: rgba(57, 94, 102, .5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#photo-gallery .gallery-pagination a {
    border: 1px solid#4f90bf;
    color: #4f90bf;
}

#photo-gallery .gallery-pagination a:hover {
    background:#4f90bf;
    border-color: #4f90bf;
    color: #fff;
}

#photo-gallery .gallery-pagination a.active {
    background: #4f90bf;
    border-color: #4f90bf;
    color: #fff;
}

#photo-gallery .gallery-container li a{
    /* height:200px !important; */
}

@media all and (max-width: 767px) {
    
    #photo-gallery .tabs>ul {
        display: block !important;
    }

    #photo-gallery .tabs > ul li {
        margin-bottom: 5px !important;
    }
    #photo-gallery .tabs>div {
        padding: 0 15px;
    }
}




.home #home-grid-section {
    position: relative;
    margin-bottom: 20px
}

.home #home-grid-section:last-of-type .wrapper {
    padding-top: 0;
}

.home #home-grid-section h1.entry-title {
    text-align: left;
    font-weight: 100;
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.home #home-grid-section h1.entry-title strong {
    font-size: 84px;
    line-height: 80px;
    display: block;
    font-family: 'Arapey', serif;
    font-weight: 400;
}

.home #home-grid-section .the-content .img {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 3px solid #90732c;
}

.home #home-grid-section .poi {
    text-align: center;
    padding: 20px 0 20px;
    font-size: 0;
    clear: both;
}

.home #home-grid-section .poi li {
    width: 16%;
    min-width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(144, 115, 44);
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
}

.home #home-grid-section .poi li:last-of-type {
    margin-right: 0;
}

.home #home-grid-section .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/naamsawan/images/icons-sprite.png") no-repeat;
    height: 70px;
    width: 70px;
    display: block;
    margin: 0 auto 10px;
}

.home #home-grid-section .poi li#poi-1:before {
    background-position: 0 0;
}

.home #home-grid-section .poi li#poi-2:before {
    background-position: -91px 0;
}

.home #home-grid-section .poi li#poi-3:before {
    background-position: -182px 0;
}

.home #home-grid-section .poi li#poi-4:before {
    background-position: -270px 0;
}

.home #home-grid-section .poi li#poi-5:before {
    background-position: -365px 0;
}

.home #home-grid-section .group {
    margin: 0px -2px 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline
}

.home #home-grid-section .group>div {
    margin: 0 10px;
    flex: 1;
}

.home #home-grid-section .group .img h2 {
    color: #231f20;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal
}
.home #home-grid-section .group .img strong {
    /* color: rgb(144, 115, 44);
    font-size: 30px;
    font-family: 'Arapey', serif;*/
    font-weight: bold; 
}
.home #home-grid-section .group a {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0
}

.home #home-grid-section .group a:hover {
    transform: scale(1.05);
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.home #home-grid-section .group a span {
    color: #90732c;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home #home-grid-section .group a:hover span {
    opacity: 1;
}
@media all and (max-width: 767px) {
    .home #home-grid-section .group {
        flex-direction: column;
    }
    .home #home-grid-section .group>div{
        width: 100%;
        margin: 0
    }
    .home #home-grid-section .group .img h2{
        font-size: 22px;
    }
    .home #home-grid-section:last-of-type .wrapper{
        padding-bottom: 0
    }
    .home #home-grid-section{
        margin-bottom: 0
    }
    .inner-img.split{
        height: calc(200px + (514 - 240) * (100vw - 320px) / (1920 - 320));
    }
    .home .content-container .content .content-item h1.entry-title {
        font-size: 39px;
    }

}

.hero-container .slideshow img.lazyload, .hero-container .slideshow img.lazyloading,body:not(.home) .hero-container .hero img, .hero-container .slideshow > .item img, .subpage .inner-img{
    object-fit: cover;
    object-position: center;
    /* height: calc(250px + (750 - 250) * (100vw - 320px) / (1920 - 320)); */
    max-height: 467px;
}