/* https://www.villachisamui.com/ */
/*  v1.0 | 20190913 */
/*  License: Elite Havens */
body {
    font-family: 'Open Sans', sans-serif;
}

/* WRAPPER */
.wrapper {
    max-width: 1170px;
}

.header-container .wrapper {
    max-width: none;
}

.wrapper.wrapper-wide {
    max-width: 1620px;
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}

.header-container .header {
    padding: 1px 0 14px;
}

.header-container .header.wrapped {
    padding: 0 0 15px;
}

.header-container.sticky .header {
    padding: 40px 0 10px;
}

.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 #494a4a;
}

.header-container .header .logo {
    text-align: left;
}

.header-container .header .logo a {
    margin-left: 0px;
    margin-top: 14px;
    top: 0;
    left: 50%;
    padding: 0;

    -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: 0;

    -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: 113px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    max-height: 71px;
    margin-left: -60px;
    margin-top: -8px;
}

.header-container .header .nav {
    margin: 92px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: -15px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 35px;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 348px;
}

.header-container .header .nav ul li a {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: 0px;
}

.header-container .header .nav ul li a img {
    margin-bottom: -18px;
    margin-left: -60px;
}

.header-container .header .nav ul li:hover a {
    color: #52b7ce;
}

.header-container .header .nav ul li.active a {
    color: #52b7ce;
}

.header-container .header .nav ul li .subnav {
    background: #52b7ce;
    margin-top: 15px;
    border: none;
    margin-left: 0px;
}

.header-container.sticky .header .nav ul li .subnav {
    margin-top: 11px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #242424;
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .header-container .sticky-wrapper {
        height: 220px;
    }
}
@media all and (min-width: 1201px) {
    .header-container .sticky-wrapper {
        height: 125px !important;
    }
}
@media all and (max-width:1200px) and  (min-width: 1024px) {
    .header-container .sticky-wrapper {
        height: 135px !important;
    }
}

@media all and (max-width: 500px) {
    .header-container .sticky-wrapper {
        height: 72px !important;
    }
}
@media all and (max-width: 1200px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 10px 0 10px;
    }

    .header-container .header .nav ul li a,
    .header-container .header .nav ul li:last-of-type a {
        font-size: 14px;
        padding: 5px 2px;
    }

    .header-container.sticky .header {}

    .header-container .header .nav ul li .subnav {
        margin-top: 10px;
    }

    .header-container .header .logo {
        text-align: center;
    }

    .header-container .header .logo a {
        position: relative;
        margin: 0 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-container.sticky .header .logo a {
        margin: 0 0 5px;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 80px;
        margin-left: 0;
        margin-top: 0;
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        margin: 10px 0 0;
    }

    .header-container .header .nav > ul > li {
        margin-left: 17px;
    }

    .header-container .header .nav > ul > li:nth-of-type(1) {
        margin-left: 0;
    }

    .header-container .header .nav ul li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .header-container .header .nav > ul > li {
        margin-left: 0 !important;
    }

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 7px 0 0 !important;
    }

    .header-container.sticky .header {
        margin-top: 0;
        padding: 7px 0 8px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: -2px !important;
        margin-bottom: 2px !important;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        padding-bottom: 0;
        margin: -19px 0 -2px -50px;
        max-height: 60px;
    }

    .header-container .header .nav > ul > li {
        margin-top: 0px;
        padding-bottom: 0;
    }


    .header-container .header .nav ul li a,
    .header-container .header .nav ul li:last-of-type a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }

    .header-container .header .nav ul li .subnav {
        margin-top: 0 !important;
    }

    .header-container .header .nav ul li .subnav li a {
        color: black !important;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    border-top: 1px solid #efefef;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}


.footer-container .footer .column {
    color: #494a4a;
}

.footer-container .footer .column address {
    max-width: 225px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 37px;
    line-height: 22px;
}

.footer-container.sticky .footer .column address {
    display: none;
}

.footer-container .footer .column h3 {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #494a4a;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 35px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
}

.footer-container .footer .column .socials a {
    background: #242424;
    color: #fff;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

.footer-container .footer .column .socials a:hover {
    background: #52b7ce;
}

.footer-container .footer .bottom {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #494a4a;
    top: 148px;
}

.footer-container .footer .bottom .marketed {
    line-height: 20px;
    max-width: 180px;
    margin: 42px auto 15px;
}

.footer-container .footer .bottom .marketed a {
    color: #494a4a;
}
@media all and (max-width: 1023px) and (min-width: 768px) {
     .footer-container:not(.sticky) .footer .bottom {
        top: 82px !important;
    }
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 13px !important;
    }
    .footer-container .footer .bottom .marketed {
        margin: 30px auto 15px;
    }
}

@media all and (max-width: 767px) {

    .footer-container .footer .column:first-of-type {
        padding-bottom: 0;
    }

    .footer-container.sticky .footer .column {
        padding: 1px 0;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }
}

.miniform .form-column.select:after {
    border-top-color: #494a4a;
}

.miniform button {
    background: #494a4a !important;
}

@media (max-width: 1100px) {
    .miniform .form-column {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {

    .miniform .form-container:last-of-type .form-column,
    .miniform .form-column {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        margin-right: 25px;
        font-size: 0;
    }

    .miniform .form-column input,
    .miniform .form-column select {
        background: transparent;
        border: none;
        margin-right: 0;
        width: 50%;
    }
}

@media (max-width: 980px) {
    .miniform .form-column {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .miniform .form-container:last-of-type .form-column {
        background-position: 50% center !important;
    }
}

/* HERO CONTAINER */
.hero-container .promo-wrapper {
    position: relative;
}

.hero-container .slideshow .caption big {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}

/* CSS FOR VIDEO ON HOMEPAGE MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media .video {
        background-image: url(images/homevideo.jpg);
    }
}
@media all and (max-width: 1023px) {
    .hero-container .promo-wrapper {
        display: none;
    }
}


@media all and (max-width: 1023px) {

    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: none;
    margin-top: -35px;
    margin-bottom: 35px;
}

.buttons-container .button {
    background: #fff;
    padding: 15px 0;
}

.buttons-container .button .wrapper {
    max-width: 1170px;
}

.buttons-container .button a {
    text-decoration: none;
    color: #242424;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    border: 1px solid #242424;
    background: #fff;
    padding: 12px 10px 13px;
    min-width: 235px;
    margin: 10px;
}

.buttons-container .button a:hover {
    background-color: #52b7ce;
    border: 1px solid #52b7ce;
    color: #fff;
}

.buttons-container .prevnext {
    background: #fff;
}

.buttons-container .prevnext .wrapper {
    max-width: 1170px;
}

.buttons-container .prevnext a {
    color: #38362c;
    background: transparent;
    top: -55px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    opacity: 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;
}

.buttons-container .prevnext a:hover {
    color: #52b7ce;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #494a4a;
    margin-top: -10px;
}

.buttons-container .prevnext a:hover i {
    /*background-color: #ff470f !important;
    color: #fff;
    
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);*/
}

.buttons-container .prevnext a.prev i {
    background: #fff url("/resources/chisamui/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    background: #fff url("/resources/chisamui/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 1200px) {
    .buttons-container .prevnext a {
        font-size: 14px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -79px;
        margin-bottom: 79px;
    }

    .home .buttons-container:after {
        margin-top: -39px;
        margin-bottom: 47px;
    }

    .buttons-container .button a {
        max-width: 175px !important;
        margin: 5px !important;
    }

    .buttons-container .prevnext .wrapper {
        height: auto;
        padding-top: 20px;
    }
}

.reviews-container {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 54% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.reviews-container .lazyloaded {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.reviews-container .reviews {
    padding: 4px 0 5px;
}

.reviews-container .reviews .wrapper {
    max-width: 1170px;
}

.reviews-container .reviews h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
    font-size: 40px;
    line-height: 35px;
}

.reviews-container .reviews h2 span {
    display: block;
}

.reviews-container .reviews .home-reviews {
    padding: 0 0 0 30%;
    text-align: left;
    width: 100%;
    margin: 50px 0;
    margin-left: 0;
    position: relative;
}

.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    margin-left: -8%;
}

.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding: 3px 0;
    -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;
}

.reviews-container .reviews .home-reviews a:hover {
    border-color: #52b7ce;
    color: #52b7ce;
}

.reviews-container .reviews .home-reviews ul {
    color: #fff;
    font-size: 16px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #fff;
    margin-top: 20px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }

    .reviews-container .reviews .group .half {
        display: block;
        width: auto;
    }

    .reviews-container .reviews .img {
        margin: 0;
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 40px 0;
    }

    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .reviews-container .reviews {
        padding-top: 30px;
    }

    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
        margin-bottom: 15px;
    }

    .reviews-container .reviews h2:before {
        display: none;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0 auto 30px;
        padding: 0;
        background: transparent;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 16px;
    }

    .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 .content-item {
    font-family: 'Lato', sans-serif;
    color: #242424;
    font-size: 16px;
    line-height: 25px;
}

.content-container .content .content-item.odd,
.content-container .content .content-seo {
    background: #fff;
    margin-top: 5px;
}

.content-container.scroll .content .content-item.odd {
    margin-top: 2px;
    border-bottom: 1px solid #52b7ce;
}

.content-container.scroll .content .content-item.odd:first-of-type {
    background: #fff;
    text-align: center;
    margin-bottom: 0;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    max-width: 1170px;
}

.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1170px;
}

.content-container .content .content-item .group .half {
    width: calc(50% - 10px);
    margin: 0 5px;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #52b7ce;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.content-container .content .content-item h1.entry-title {
    color: #52b7ce;
    text-align: left;
    margin-bottom: 40px;
}

.content-container .content .content-item h1.entry-title span {
    color: #52b7ce;
}

.content-container .content .content-item h1.entry-title big {
    font-family: 'Open Sans', sans-serif;
    font-size: 85px;
    color: #494a4a;
    display: block;
    line-height: 85px;
}

.content-container.scroll .content .content-item h1.entry-title {
    position: absolute;
    color: #52b7ce;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 67px;
    text-align: left;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}

.content-container .content .content-item h1.entry-title strong {
    font-weight: 100;
    font-size: 50px;
    display: inline;
    color: #2a2b2a;
}

.content-container.scroll .content .content-item h1.entry-title.sticky {
    line-height: 50px;
}

.content-container .content .content-item h2.entry-title {
    margin-bottom: 30px;
    color: #52b7ce;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 36px;

    -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 h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #52b7ce;
    margin-top: 1px;
}

@-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 .content .content-item h2.entry-title span {
    background: transparent;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #2a2b2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

@media all and (max-width: 1023px) {
    .content-container .content .content-item .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item .bg-holder {
        background-image: none !important;
    }

    .content-container .content .content-item h1.entry-title, 
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 40px !important;        
        line-height: 48px;
    }

    .content-container .content .content-item h1.entry-title,
    .content-container .content .content-item h2.entry-title {
        margin-bottom: 20px;
    }
    
    .content-container .content .content-item h1.entry-title strong {
        font-size: 40px !important;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }

}

@media all and (max-width: 767px) {

    .content-container .content .content-item h1.entry-title, 
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 30px !important;
        line-height: 30px;
    }
    
    .content-container .content .content-item h1.entry-title strong {
        font-size: 30px !important;
        line-height: 30px;
    }

    .content-container.scroll .content .content-item h1.entry-title span {
        position: relative;
    }

    .content-container .content .content-item h1.entry-title big {
        font-size: 35px;
        display: inline-block;
        line-height: 35px;
    }

}

.content-container .content .content-item p {
    font-size: 16px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.content-container .content .content-item p:last-of-type {
    margin-bottom: 0;
}

.content-container .content .content-item p a {
    color: #494a4a;
}

.content-container .content .content-item p b {
    font-weight: bold; 
}

.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.content-container .content .content-item .spy:after {
    content: '';
    border-bottom: 1px solid #52b7ce;
    position: absolute;
    left: -225px;
    right: -225px;
    display: none;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    /*border-top: 1px solid #494a4a;*/
    border-bottom: 1px solid #52b7ce;
}

.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1170px;
}

.content-container .content .content-item .spy ul li {
    margin-left: 20px;
}

.content-container .content .content-item .spy ul li a {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 20px 0 23px;

    -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: 12px 0;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #52b7ce;
}

.content-container .content .content-item .spy ul li.active a {
    color: #52b7ce;
    background: #b9f1fe;
}

@media all and (max-width: 1200px) {
    .content-container .content .content-item .sticky .spy ul {
        padding: 0 15px;
    }
}

@media all and (max-width: 1023px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        padding: 12px 0 !important;
    }
}

@media all and (max-width: 767px) {

    .content-container .content .content-item .sticky .spy ul {
        border-top: 1px solid transparent;
    }

    .content-container .content .content-item .spy ul li {
        margin-left: 0;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'Lato', sans-serif;
        padding: 10px 12px !important;
    }
    .content-container .content .content-item h1.entry-title{
        text-align: center!important
    }
}

@media all and (max-width: 480px) {
    .content-container .content .content-item .wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-container .content .content-item h1.entry-title strong{
        display:block;
    }
}

.home .content-container .content .content-item {
    position: relative;
    margin-top: 0;
}

.home .content-container .content .content-item h1.entry-title {
    text-align: center;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    padding: 0;
    font-size: 0;
    clear: both;
    float: left;
    margin-top: -10px;
    margin-right: 30px;
}

.home .content-container .content .content-item .poi li {
    min-width: 85px;
    margin-right: 8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;

}

.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}

.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/chisamui/images/icons-sprite.png") no-repeat;
    height: 92px;
    width: 92px;
    display: block;
    margin: 0 auto 10px;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}

.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -117px 0;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -234px 0;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.home .content-container .content .content-item.section-two {
    margin: -40px 0 0;
}

.home .content-container .content .content-item .first,
.home .content-container .content .content-item .second,
.home .content-container .content .content-item .third,
.home .content-container .content .content-item .forth {
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home .content-container .content .content-item .forth {
    margin-bottom: 0;
}

.home .content-container .content .content-item .first .wrapper,
.home .content-container .content .content-item .second .wrapper,
.home .content-container .content .content-item .third .wrapper,
.home .content-container .content .content-item .forth .wrapper {
    padding: 0;
}

.home .content-container .content .content-item .first .wrapper:after,
.home .content-container .content .content-item .second .wrapper:after,
.home .content-container .content .content-item .third .wrapper:after,
.home .content-container .content .content-item .forth .wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.home .content-container .content .content-item .first .wrapper .flex,
.home .content-container .content .content-item .second .wrapper .flex,
.home .content-container .content .content-item .third .wrapper .flex,
.home .content-container .content .content-item .forth .wrapper .flex {
    background: rgba(255, 255, 255, .85);
    float: right;
    width: 40%;
    padding: 30px 60px;
    position: relative;
    min-height: 333px;
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;    
    -webkit-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;
}

.home .content-container .content .content-item .second .wrapper .flex,
.home .content-container .content .content-item .forth .wrapper .flex {
    float: left;
}

.home .content-container .content .content-item .first p,
.home .content-container .content .content-item .second p,
.home .content-container .content .content-item .third p,
.home .content-container .content .content-item .forth p {
    color: #242424;
    text-align: left;
}

.home .content-container .content .content-item .first a,
.home .content-container .content .content-item .second a,
.home .content-container .content .content-item .third a,
.home .content-container .content .content-item .forth a {
    color: #242424;
    background: transparent;
    border: 1px solid #242424;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 20px 11px;
    margin-top: 30px;

    -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 .content-container .content .content-item .first a:hover,
.home .content-container .content .content-item .second a:hover,
.home .content-container .content .content-item .third a:hover,
.home .content-container .content .content-item .forth a:hover {
    color: #fff;
    background: #52b7ce;
    border: 1px solid #52b7ce;
}

.home .content-container .content .content-item .first a,
.home .content-container .content .content-item .third a {
    float: right;
}

.home .content-container .content .content-item h3 {
    color: #52b7ce;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}

@media all and (max-width: 1200px) {
    .home .content-container .content .content-item .poi li {
        min-width: 119px;
        width: 10%;
        margin-right: 0;
    }
    
    .home .content-container .content .content-item .first .wrapper .flex, 
    .home .content-container .content .content-item .second .wrapper .flex, 
    .home .content-container .content .content-item .third .wrapper .flex,
    .home .content-container .content .content-item .forth .wrapper .flex {
        padding: 60px 30px;
        max-width: 540px;
    }
}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }

    .home .content-container .content .content-item .wrapper {
        padding-bottom: 40px;
    }

    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }

    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
        float: none;
        border: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home .content-container .content .content-item h1.entry-title span:first-of-type {
        margin-left: 0;
    }

    .home .content-container .content .content-item .group h3 {
        min-height: auto;
    }

    .home .content-container .content .content-item .group p {
        min-height: auto;
        margin-bottom: 10px;
        max-width: none !important;
    }

    .home .content-container .content .content-item .first .wrapper .flex,
    .home .content-container .content .content-item .second .wrapper .flex,
    .home .content-container .content .content-item .third .wrapper .flex,
    .home .content-container .content .content-item .forth .wrapper .flex {
        width: 50%;   
    }
}

@media all and (max-width: 767px) {

    .home .content-container .content .content-item .poi {
        padding-bottom: 25px;
        margin-top: 30px;
        display: none;
    }

    .home .content-container .content .content-item .poi li {
        padding-bottom: 15px;
    }

    .home .content-container .content .content-item.section-two {
        margin: -30px 0 0;
    }
    
    .home .content-container .content .content-item .first .wrapper, 
    .home .content-container .content .content-item .second .wrapper, 
    .home .content-container .content .content-item .third .wrapper,
    .home .content-container .content .content-item .forth .wrapper {
        padding-bottom: 0 !important;
    }
    
    .home .content-container .content .content-item .first .wrapper .flex, 
    .home .content-container .content .content-item .second .wrapper .flex, 
    .home .content-container .content .content-item .third .wrapper .flex,
    .home .content-container .content .content-item .forth .wrapper .flex {
        max-width: none;
        float: none;
        width: auto;
    }
    
    .home .content-container .content .content-item .first a,
    .home .content-container .content .content-item .third a {
        float: none;
    }
}

@media all and (max-width: 480px) {
    .home .content-container .content .content-item .wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home .content-container .content .content-item h1.entry-title {
        margin-bottom:20px;
    }
}

.about .content-container .content .content-item .img {
    margin-top: 30px;
}

.explore .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}

.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.explore .content-container .content .content-item .group {
    margin: 0 -15px;
    font-size: 0;
}

.explore .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin: 0 15px;
    width: calc(50% - 30px);
}

.explore .content-container .content .content-item .group .half.half-content {
    font-size: 16px;
    text-align: justify;
}

.explore .content-container .content .content-item.villa-layout .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-bottom: 30px;
}

.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.living-areas .the-content:first-of-type{
    margin-bottom:30px;
}

.explore .content-container .content .content-item.living-areas .the-content:after {
    right: 0;
    left: auto;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.explore .content-container .content .content-item.villa-layout .img,
.explore .content-container .content .content-item.bedrooms .img {
    margin-top: 30px;
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 40px auto 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    border: none;
    margin: 0 auto 15px;
    display: block;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}

.explore .content-container .content .content-item.villa-layout .img img,
.explore .content-container .content .content-item.bedrooms .img img,
.explore .content-container .content .content-item.living-areas .img img {
    max-width: none;
    width: 100%;
}

.explore .content-container .content .content-item.living-areas .the-content > .img img,
.explore .content-container .content .content-item.bedrooms .the-content > .img img {
    margin: 0 auto;
}

.explore .content-container .content .content-item.bedrooms .group:first-of-type {
    margin-top: 30px;
}

.explore .content-container .content .content-item.living-areas .group .half h3,
.explore .content-container .content .content-item.bedrooms .group .half h3 {
    margin-top: 0;
}

.explore .content-container .content .content-item.living-areas .group .half .img,
.explore .content-container .content .content-item.bedrooms .group .half .img {
    margin-top: 0;
}

.explore .content-container .content .content-item.living-areas .group .half ul,
.explore .content-container .content .content-item.bedrooms .group .half ul {
    list-style: disc;
    margin-left: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.explore .content-container .content .content-item.living-areas .group .half li,
.explore .content-container .content .content-item.bedrooms .group .half li {
    margin-bottom: 15px;
}

.explore .content-container .content .content-item.living-areas .group .half li:last-child,
.explore .content-container .content .content-item.bedrooms .group .half li:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1200px)  {

    .explore .content-container .content .content-item.living-areas .group .half.half-content .the-content,
    .explore .content-container .content .content-item.bedrooms .group .half.half-content .the-content {
        margin-top: 30px;
    }
}

@media all and (max-width: 1023px) {

    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }

    .explore .content-container .content .content-item.living-areas,
    .explore .content-container .content .content-item.bedrooms {
        border-top: none;
    }

    .explore .content-container .content .content-item .the-content:after {
        display: none;
    }

    .explore .content-container .content .content-item .group .half {
        width: auto;
        padding-right: 0px !important;
    }

    .explore .content-container .content .content-item.living-areas .group:first-of-type,
    .explore .content-container .content .content-item.bedrooms .group:first-of-type {
        margin-top: 0;
    }

    .explore .content-container .content .content-item .group .half {
        display: none;
    }

    .explore .content-container .content .content-item .group .half.half-content {
        display: block;
    }

    .explore .content-container .content .content-item.living-areas .group .half h3,
    .explore .content-container .content .content-item.bedrooms .group .half h3 {
        margin-top: 25px;
    }

}


.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}

.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}

.quick-facts .content-container .content .content-item .item {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 70px;
}

.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong {
    color: #2a2b2a;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: #494a4a;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -9px;
    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#spa:before,
.quick-facts .content-container .content .content-item .item#spa--fitness:before {
    background-position: 0 -943px;
}

.quick-facts .content-container .content .content-item .item#pool:before,
.quick-facts .content-container .content .content-item .item#pools: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#communication: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#families:before,
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}

.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -844px;
}

.quick-facts .content-container .content .content-item .item#events:before,
.quick-facts .content-container .content .content-item .item#weddings--events:before {
    background-position: 0 -1687px;
}

.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 -1215px;
}

.quick-facts .content-container .content .content-item .item#managed-by:before {
    background-position: 0 -1500px;
}

@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;
    }
}

/* PRESS */

.press .content-container .content .content-item .press-container .press-item.current {
    padding: 3px 3px 3px;
    margin-bottom: 15px;
}


.press .content-container .content .content-item .press-container .press-item img {
    margin-top: 0;
}

.press .content-container .content .content-item .press-container .press-item a {
    color: #494a4a;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-container .press-item span {
    overflow: hidden;
    display: inline;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #494a4a;
    color: #494a4a;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #494a4a;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #494a4a;
    border-color: #494a4a;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #494a4a;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
    display: block;
}

/* GALLERY */
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #494a4a;
    color: #494a4a;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #494a4a;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #494a4a;
    border-color: #494a4a;
    color: #fff;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    padding-bottom: 30px;
}

.locale .content-container .content .content-item.things-to-do .wrapper {
    padding-top: 0;
}

.locale .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.locale .content-container .content .content-item.the-locale .area {
    margin-top: 30px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: left;
    width: 50%;
    height: 192px;
    margin-top: 30px;
    margin-right: 30px;
}

.locale .content-container .content .content-item.the-locale .img {
    margin-top: 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: #494a4a;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    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 .img img {
    max-width: none;
    width: 100%;
}

.locale .content-container .content .content-item .group {
    margin: 25px -15px 0;
    font-size: 0;
}

.locale .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin: 0 15px;
    width: calc(50% - 30px);
}

.locale .content-container .content .content-item .group .half.half-content {
    font-size: 16px;
    text-align: justify;
}

.locale .content-container .content .content-item.things-to-do ul {
    list-style: disc;
}

.locale .content-container .content .content-item.things-to-do ol {
    list-style: decimal;
}

.locale .content-container .content .content-item.things-to-do ul li,
.locale .content-container .content .content-item.things-to-do ol li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.locale .content-container .content .content-item.things-to-do ul li:last-of-type,
.locale .content-container .content .content-item.things-to-do ol li:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 1200px) {
    .locale .content-container .content .content-item .group {
        margin-top: 0;
    }
    
    .locale .content-container .content .content-item .group .half {
        vertical-align: top;
    }

    .locale .content-container .content .content-item.things-to-do .group .half .img {
        margin-top: 30px;
    }

    .locale .content-container .content .content-item.things-to-do ul,
    .locale .content-container .content .content-item.things-to-do ol {
        margin-top: 30px;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content .the-content {
        margin-top: 30px;
    }
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do {
        border-top: 1px solid #fff;
    }

    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .locale .content-container .content .content-item .the-content:after {
        display: none !important;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .locale .content-container .content .content-item.the-locale .img {
        margin: 30px 0 0;
    }

    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type {
        margin-bottom: 0px;
    }
    
    .locale .content-container .content .content-item.things-to-do ul, 
    .locale .content-container .content .content-item.things-to-do ol {
        margin-top: 15px;
    }

}

@media all and (max-width: 767px) {

    .locale .content-container .content .content-item .wrapper > .img {
        margin-bottom: 0;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 225px;
        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 .half img {
        max-width: none;
        width: 100%;
    }
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item h1.entry-title {
    text-align: left;
    margin-bottom: 30px;
}

.experience .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}

.experience .content-container .content .content-item .bg-holder {
    margin-top: 5px;
}

.experience .content-container .content .content-item.staff .details,
.experience .content-container .content .content-item.spa .details {
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff .details:first-child,
.experience .content-container .content .content-item.spa .details:first-child {
    margin-top: 0;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
}

.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 {
    font-size: 16px;
    display: block;
    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 {
    color: #2a2b2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    clear: left;
}

.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    float: none;
    width: auto;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.staff dd p,
.experience .content-container .content .content-item.spa dd,
.experience .content-container .content .content-item.spa dd p {
    font-size: 16px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    overflow: hidden;
}

.experience .content-container .content .content-item.staff dd p,
.experience .content-container .content .content-item.spa dd p {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff dd{
    margin-bottom:20px;
}

.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.spa .img {
    margin-bottom: 30px;
}

.experience .content-container .content .content-item.families a {
    color: #494a4a;
}

.experience .content-container .content .content-item .img img {
    max-width: none;
    width: 100%;
}

.experience .content-container .content .content-item .group {
    margin: 0 -15px 10px;
    font-size: 0;
}

.experience .content-container .content .content-item .group:last-child {
    margin-bottom: 0;
}

.experience .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}

.experience .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.experience .content-container .content .content-item.dining .group .half .img,
.experience .content-container .content .content-item.spa .group .half .img {
    margin: 0;
}

@media all and (max-width: 1200px) {    
    .experience .content-container .content .content-item .group {
        margin: 0 0 15px;
    }
    
    .experience .content-container .content .content-item .group:last-child {
        margin-bottom: 0;
    }

    .experience .content-container .content .content-item .group .half {
        display: none;
    }

    .experience .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        margin: 0;
        display: block;
        width: auto;
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
    }

    .experience .content-container .content .content-item .the-content:after {
        display: none !important;
    }
    
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd {
        display: block;
        width: auto;
    }
    
    .experience .content-container .content .content-item.staff .img {
        margin: 30px 0 0;
    }

    .experience .content-container .content .content-item.spa p:last-of-type {
        margin-bottom: 15px;
    }

    .experience .content-container .content .content-item .group .wrapper {
        padding: 0 !important;
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item.staff dt {
        float: none;
        display: block;
        width: auto;
    }

    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
}

.weddings .content-container .content .content-item h2 {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    font-size: 30px;
    color: #494a4a;
    font-weight: 400;
    text-align: center;
}

.weddings .content-container .content .content-item small {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    color: #494a4a;
    display: block;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
    margin: 0 -15px;
}

.weddings .content-container .content .content-item .group .half {
    width: calc(58.4% - 30px);
    margin: 0 15px;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.weddings .content-container .content .content-item .group .half.half-content {
    width: calc(41.6% - 30px);
}

.weddings .content-container .content .content-item .season,
.weddings .content-container .content .content-item .capacity {
    width: 420px;
    font-size: 16px;
    font-weight: 300;
    color: #494a4a;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 25px 25px;
    font-family: 'Open Sans', sans-serif;
    margin: 13px auto 0;
}

.weddings .content-container .content .content-item .capacity {}

.weddings .content-container .content .content-item .season {
    display: block;
    width: auto;
    padding: 2.65% 25px;
}

.weddings .content-container .content .content-item .season li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 10px;
}

.weddings .content-container .content .content-item .season li:before {
    content: '|';
    margin-right: 10px;
    margin-left: -10px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.weddings .content-container .content .content-item .season li:first-of-type:before {
    display: none
}

.weddings .content-container .content .content-item .guidelines {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
}

.weddings .content-container .content .content-item .guidelines ul li {
    display: inline-block;
    max-width: 250px;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #494a4a;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 25px 5px;
    margin-top: 13px;
    font-family: 'Open Sans', sans-serif;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.weddings .content-container .content .content-item .guidelines a:hover {
    background-color: #15140f;
    color: #fff;
}

.weddings .content-container .content .content-item .img {
    margin: 30px auto;
}

.weddings .content-container .content .content-item .group .img {
    margin: 0 auto;
}

@media all and (max-width: 1200px) {

    .weddings .content-container .content .content-item .group .half {
        display: none;
    }

    .weddings .content-container .content .content-item .group .half.half-content {
        display: block;
        width: calc(100% - 30px);
    }

    .weddings .content-container .content .content-item .capacity {
        padding: 3.2% 5px;
        font-size: 16px;
        width: auto;
        display: block;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: calc(50% - 10px);
        padding: 4.4% 5px;
        font-size: 16px;
    }

    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 20px;
    }
}

@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 15px;
    }

    .weddings .content-container .content .content-item .guidelines {
        font-size: 0;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: 50%;
        padding: 4.4% 5px;
        font-size: 15px;
    }

    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 16px;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: 100%;
        padding: 4.4% 5px;
        font-size: 16px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: left;
    width: calc(33.33333% + .1px);
    opacity: 1;
    border: 1px solid #fff;
    background: #fff;
    padding: 30px 15px 15px;
    margin: 0 -1px -1px 0;
    margin: 0;
}

.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #ebf2f5;
}

.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 3px;
    display: block;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #b1b1b1;
    font-size: 140px;
    margin: 31px 10px -10px -10px;
    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 {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #494a4a;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #494a4a;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #494a4a;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #494a4a;
    border-color: #494a4a;
    color: #fff;
}

@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #494a4a;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #52b7ce;
}

.rates .content-container .content .content-item .promotions {
    background: #52b7ce;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #52b7ce;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #2a2b2a;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #2a2b2a;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #52b7ce;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #52b7ce;
    font-family: 'Lato', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #dceff3;
    color: #494a4a;
    font-family: 'Lato', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #52b7ce !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #2a2b2a;
}

.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;
}
@media all and (max-width: 767px) {

    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 1px;
    }

    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
}

/* FORM */
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #494a4a;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #494a4a;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #2a2b2a;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #494a4a;
    font-family: 'Lato', 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: 'Lato', sans-serif;
}


.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: 'Lato', 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: 'Lato', sans-serif;
}


.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Lato', sans-serif;
}


.reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
    margin: 10px 5px 0 0;
}

.reservations .content-container .content .content-item form .form-row .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {}

.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] {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;    
    color: #242424;
    font-size: 20px;
    border: 1px solid #242424;
    background: #fff;
    padding: 10px 10px 11px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 10px 30px 11px;
}

.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-color: #2a2b2a;
    border: 1px solid #2a2b2a;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #494a4a;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #494a4a;
}

.links .content-container .content .content-item a:hover,
.links .content-container .content .content-item a:hover h2,
.links .content-container .content .content-item a:hover h3 {
    color: #494a4a;
}

.links .content-container .content .content-item h2 {
    color: #494a4a;
    font-family: 'Open Sans', sans-serif;
}

.links .content-container .content .content-item h3 {
    color: #494a4a;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-guarantee {
	position: absolute;
    margin-top: 15px;
    right: 15px;
}

@media all and (max-width: 767px) {
    .rates .content-guarantee {
        right: auto;
        position: relative;
    }
}

