body {
    font-family: 'Roboto', sans-serif;
}

/* WRAPPER */
.wrapper {
    max-width: 1024px;
}

.header-container .wrapper {
    max-width: none;
}

@media all and (max-width: 1050px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (min-width: 768px){

    .rates .content-container .content .content-item .teaser{
        width:67%;
    }
}
/* HEADER */
.header-container {}

.header-container .header {
    padding: 10px 0;
}

.header-container .header.wrapped {
    left: 0;
    width: 100%;
}

.header-container.sticky .header {
    padding: 10px 0;
}

.header-container .header .toggler {
    top: 6px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #a37e2f;
}

.header-container .header .logo {
    text-align: center;
}

.header-container .header .logo a {
    margin-left: 0;
    margin-top: 15px;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container.sticky .header .logo a {
    margin-top: 8px;
}

.header-container .header .logo a img {
    margin-top: 0;
}

.header-container.sticky .header .logo a img {
    margin-top: -50px;
}

.header-container .header .nav {
    margin: 66px 0 6px;
}

.header-container.sticky .header .nav {
    margin: 8px 0 4px 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 34px;
}

.header-container .header .nav ul li a {
    color: #282828;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: -1px;
}

.header-container .header .nav ul li:hover a {
    color: #a37e2f;
}

.header-container .header .nav ul li.active a {
    color: #a37e2f;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 302px;
}

.header-container .header .nav ul li .subnav {
    background: #f7f7f7;
    margin-top: 10px;
    min-width: 130px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #282828;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #a37e2f;
    color: #fff;
}

@media all and (max-width: 1140px) {

    .header-container .header,
    .header-container.sticky .header {
        padding: 20px 0 10px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        position: relative;
        margin: 0;
        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 .header .nav {
        border-bottom-color: transparent;
        margin: 10px 0 0;
    }

    .header-container.sticky .header .nav {
        margin: 8px 0 4px 0;
    }

    .header-container .header .nav > ul > li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .header-container .header {
        border-bottom: 1px solid #a37e2f;
        padding: 10px 0 5px;
    }

    .header-container.sticky .header {
        padding: 10px 0 5px;
    }

    .header-container .header .logo {
        padding: 9px 0 8px !important;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        margin-top: -61px;
    }

    .header-container .header .nav ul li .subnav {
        background: #a37e2f;
    }
}

.footer-container .footer {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;    
}

.footer-container .footer .column {
    color: #282828;
    font-weight: 300;
}

.footer-container .footer .column h3 {
    color: #a37e2f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.footer-container .footer .column a {
    color: #282828;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}

.footer-container .footer .column address {
    max-width: 277px;
    margin-bottom: 21px;
}

.footer-container .footer .column .socials {
    margin-bottom: 14px;
}

.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #282828;
    color: #fff;
}

.footer-container .footer .column .socials a:hover {
    background: #a37e2f;
}


.footer-container .footer .bottom {
    color: #282828;
    font-weight: 300;
    top: 135px;
}

.footer-container.sticky .footer .bottom {
    color: #282828;
}

.footer-container .footer .bottom .marketed {
    margin: 15px auto;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .footer-container .footer .bottom {
        top: 115px;
    }
}
@media all and (max-width: 767px) {

    .footer-container .footer .column address {
        margin: 0 auto 15px;
    }
    .footer-container .footer .bottom {
        top: 0px;
    }
    
}

.hero-container .slideshow .caption big {
    font-family: 'Roboto', sans-serif;
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.hero-container .slideshow .caption small {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 9%;
    left: 11%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 28%; 
    left: 19%;
}

.hero-container .slideshow #slide-3 .caption {
    top: 38%; 
    left: 15%;
}
@media all and (min-width: 1200px) {
    .hero-container .media .video {
        top: 47%;
    }
}
/* 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 .slideshow .caption big {
        font-size: 45px;
    }

    .hero-container .slideshow .caption small {
        font-size: 30px;
        text-align: left;
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .hero-container .slideshow .caption {
        display: none;
    }

    .hero-container .slideshow .owl-nav {
        display: none;
    }
}

.buttons-container {
    background: #292929;
    margin: 0;
}

.buttons-container .button {
    padding: 10px 0;
    background-size: cover;
    background-position: center;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
}

.home .buttons-container .button {
    padding: 10px 0;
    background: transparent;
}

.buttons-container .button a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #a37e2f;
    border: 1px solid #a37e2f;
    padding: 10px;
    min-width: 190px;
}

.buttons-container .button a:hover {
    background: #fff;
    border-color: #fff;
    color: #a37e2f;
}

.buttons-container .prevnext {
    text-align: right;
}

.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}

.buttons-container .prevnext a {
    color: #fff;
    top: -42px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.buttons-container .prevnext a:hover {
    color: #a37e2f;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #a37e2f;
    width: 23px;
}

.buttons-container .prevnext a:hover i {
}

.buttons-container .prevnext a.prev i {
    margin-right: 5px;
    background: url("/resources/baantaleyrom/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    margin-left: 5px;
    background: url("/resources/baantaleyrom/images/next-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.prev:hover i {
    background: url("/resources/baantaleyrom/images/prev-arrow-hover.png") no-repeat center center;
}

.buttons-container .prevnext a.next:hover i {
    background: url("/resources/baantaleyrom/images/next-arrow-hover.png") no-repeat center center;
}

@media all and (max-width: 1023px) {

    .buttons-container .button a {
        font-size: 18px;
    }
}

@media all and (max-width: 767px) {

    .buttons-container .button a {
        min-width: 150px;
    }
    
    .buttons-container .prevnext a {
        top: -5px !important;
    }
}

.reviews-container {
    background: #f7f7f7;
    background-size: cover;
    margin-bottom: 0;
}

.reviews-container .reviews .wrapper {
    max-width: 1024px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #a37e2f;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

.reviews-container .reviews h2:before {
    content: '';
    display: none;
    text-align: center;
    height: 65px;
    width: 65px;
    margin: 0 auto 20px;
}

.reviews-container .reviews a {
    color: #292929;
    margin-top: 25px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.reviews-container .reviews .home-reviews {
    padding: 30px 0;
    text-align: left;
}

.reviews-container .reviews .home-reviews ul {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #292929;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: center !important;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    margin-bottom: 20px;
    font-size: 20px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    margin-top: 20px;
    display: block;
    font-size: 20px;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }

    .reviews-container .reviews .home-reviews {
        padding: 20px 0;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: #f7f7f7;
    }

    .reviews-container .reviews {
        background: transparent;
    }

    .reviews-container .reviews h2 {
        font-size: 42px;
    }

    .reviews-container .reviews h2:before {
        display: none;
    }

    .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 .content-item {
    font-family: 'Roboto', sans-serif;
    color: #272727;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}

.content-container .content .content-item.odd {
    background: #fff;
}

.content-container.scroll .content .content-item:first-of-type {
    background: url("/resources/baantaleyrom/images/title-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    max-width: 1024px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 40px;
    background: url("/resources/baantaleyrom/images/title-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}

.content-container.scroll .content .content-item h1.entry-title {
    background: none;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 66px;
    padding: 0;
    
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container.scroll .content .content-item h1.entry-title.sticky {
    position: fixed;
    font-size: 30px;
    line-height: 40px;
}

.content-container .content .content-item h1.entry-title strong {  
    font-weight: 400;
    color: #a37e2f;
    display: inline;
}

.content-container .content .content-item h2.entry-title {
    text-align: center;
    color: #a37e2f;
    font-size: 35px;
    font-weight: 300;
    background: url("/resources/baantaleyrom/images/subtitle-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0;
    max-width: 1024px;
    margin: 0 auto;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #a37e2f;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media all and (max-width: 1023px) {
    
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 35px !important;
        line-height: 55px;
    }
    
    .content-container .content .content-item h1.entry-title strong {  
        font-size: 36px !important;
    }
}

@media all and (max-width: 767px) {

    .content-container.scroll .content .content-item h1.entry-title {
        background: #ffffff;
        color: #a37e2f;
    }
}

.content-container .content .content-item p {
    font-size: 17px;
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.content-container .content .content-item p a {
    color: #a37e2f;
}

.content-container .content .content-item .sticky .spy {
    background: url("/resources/baantaleyrom/images/title-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.content-container .content .content-item .spy ul {
    background: transparent;
    max-width: 1024px;
}

.content-container .content .content-item .spy ul li a {
    color: #282828;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 20.5px 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 .spy ul li a:after {
    content: "•";
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px 10px;
}

.content-container .content .content-item .spy ul li:last-of-type a:after {
    display: none;
}

.content-container .content .content-item .sticky .spy ul li a {
    font-size: 15px;
    line-height: 10px;
    padding: 15px 0;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #a37e2f;
    text-decoration: underline;
}

.content-container .content .content-item .spy ul li.active a {
    color: #a37e2f;
    text-decoration: underline;
}

@media all and (max-width: 1023px) {
    
    .content-container .content .content-item .sticky .spy {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        padding: 15px 0 !important;
    }
}

@media all and (max-width: 767px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'Roboto', sans-serif;
    }
}

.home .content-container .content .content-item.odd {
    background: #f7f7f7;
}

.home .content-container .content .content-item.odd h1.entry-title {
    background: none;
}

.home .content-container .content .content-item.odd .poi {
    text-align: center;
    margin: 30px 0 0;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item.odd .poi li {
    width: 10%;
    min-width: 190px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333333;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item.odd .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/baantaleyrom/images/icons-sprite.png") no-repeat;
    height: 70px;
    width: 70px;
    display: block;
    margin: 0 auto 10px;
}

.home .content-container .content .content-item.odd .poi li#poi-1:before {
    background-position: 0 0;
}

.home .content-container .content .content-item.odd .poi li#poi-2:before {
    background-position: -91px 0;
}

.home .content-container .content .content-item.odd .poi li#poi-3:before {
    background-position: -182px 0;
}

.home .content-container .content .content-item.odd .poi li#poi-4:before {
    background-position: -269px 0;
}

.home .content-container .content .content-item.odd .poi li#poi-5:before {
    background-position: -365px 0;
}

.home .content-container .content .content-item .group {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .content-container .content .content-item .group .half {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
}

.home .content-container .content .content-item .group .half strong {
    text-transform: uppercase;
    display: block;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    color: #a37e2f;
    padding: 15px 15px 0;
}

.home .content-container .content .content-item .group .half span {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #282828;
    margin-top: 5px;
    padding: 0 15px;
}

.home .content-container .content .content-item  .group .half a {
    text-decoration: none;
    background: #a37e2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    padding: 11px 30px;
    margin-top: 40px;
    margin-bottom: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    
    -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;
}

.home .content-container .content .content-item  .group .half a:hover {
    background: #fff;
    color: #a37e2f;
}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .group {
        justify-content: center;
        flex-direction: column;
    }
    
    .home .content-container .content .content-item .group:nth-of-type(odd) {
        flex-direction: column-reverse;
    }
    
    .home .content-container .content .content-item .group .half {
        width: 100%;
    }
}


@media all and (max-width: 479px) {    
    .home .content-container .content .content-item.odd .poi li {
        min-width: 140px;
    }
}

.about .content-container .content .content-item .img {
    margin-top: 30px;
}

.explore .content-container .content .content-item.villa-layout .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper,
.explore .content-container .content .content-item.living-areas .wrapper {
    border-bottom: none;
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 30px auto 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    border: 1px solid #a37e2f;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}

.explore .content-container .content .content-item.bedrooms .group,
.explore .content-container .content .content-item.living-areas .group {
    margin: 30px -25px 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore .content-container .content .content-item.bedrooms .group .half,
.explore .content-container .content .content-item.living-areas .group .half {
    display: block;
    float: none;
    width: auto;
    margin: 0 25px;
}

.explore .content-container .content .content-item.bedrooms .img,
.explore .content-container .content .content-item.living-areas .img {
    display: block;
    margin-bottom: 30px;
}

.explore .content-container .content .content-item.bedrooms .group .img,
.explore .content-container .content .content-item.living-areas .group .img {
    margin-bottom: 0;
}

@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item.bedrooms .group,
    .explore .content-container .content .content-item.living-areas .group {
        margin: 30px -10px 0;
        justify-content: center;
    }
    
    .explore .content-container .content .content-item.bedrooms .group .half,
    .explore .content-container .content .content-item.living-areas .group .half {
        margin: 0 10px;
    }
}


.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: #282828;
    font-family: 'Roboto',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: 23px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
    color: #1a1a1a;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -5px;
    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,
.quick-facts .content-container .content .content-item .item#spa--gym: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#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#for-families:before {
    background-position: 0 -750px;
}

.quick-facts .content-container .content .content-item .item#transport:before,
.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#managed--marketed-by:before {
    background-position: 0 -1308px;
}

.quick-facts .content-container .content .content-item p a {
    color: #333333;
}

@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 .content-container .content .content-item .press-container .press-item.current {
    padding: 13px 3px 3px;
    margin-bottom: 15px;
}

.press .content-container .content .content-item .press-container .press-item img {
    margin-top: -10px;
}

.press .content-container .content .content-item .press-container .press-item a {
    color: #a37e2f;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #a37e2f;
    color: #a37e2f;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #a37e2f;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #a37e2f;
    border-color: #a37e2f;
    color: #fff;
}

.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

@media all and (max-width: 767px) {
    .video .content-container .content .content-item .video iframe {
        height: 400px;
    }
}

@media all and (max-width: 600px) {
    .video .content-container .content .content-item .video iframe {
        height: 300px;
    }
}

.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #fff;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #a37e2f;
    color: #a37e2f;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #a37e2f;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #a37e2f;
    border-color: #a37e2f;
    color: #fff;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
}

.weddings .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    float: none;
}

.weddings .content-container .content .content-item .wrapper > .group:first-of-type .half {
    width: 53%;
}

.weddings .content-container .content .content-item .wrapper > .group:first-of-type .half.half-content {
    width: 47%;
    padding: 0 25px 0 0;
}

.weddings .content-container .content .content-item .wrapper > .group:last-of-type .half {
    width: 51.6%;
    padding-top: 25px;
    vertical-align: top;
}

.weddings .content-container .content .content-item .wrapper > .group:last-of-type .half.half-content {
    width: 48.4%;
    padding: 25px 0 0 25px;
}

.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #a37e2f;
    background: #fff;
    color: #a37e2f;
    padding: 26px 15px;
    line-height: 26px;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.weddings .content-container .content .content-item ul.capacity li {
    margin: 0 15px;
    text-transform: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.weddings .content-container .content .content-item ul.capacity li:before {
    content: '|';
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: none;
}

.weddings .content-container .content .content-item ul.capacity li:first-of-type:before {
    display: none;
}

.weddings .content-container .content .content-item .guidelines {
    display: block;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 20px;
    font-family: 'PT Serif', serif;
    display: block;
    color: #a79178;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #a79178;
    background: #fff;
    padding: 28px 35px;
    margin-bottom: 10px;
    display: block;

    -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;
}

.weddings .content-container .content .content-item .guidelines a:hover {
    background: #a79178;
    color: #fff;
}

@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .group .half {
        display: none;
        width: auto !important;
        padding: 0 !important;
    }

    .weddings .content-container .content .content-item .group .half.half-content {
        display: block;
    }

    .weddings .content-container .content .content-item ul.capacity {
        margin-top: 25px;
    }
}
/* CORPORATE */
.wellness-retreats .content-container .content .content-item span,
.corporate-retreats .content-container .content .content-item span {
    color: #a37e2f;
}
.wellness-retreats .content-container .content .content-item img,
.corporate-retreats .content-container .content .content-item img {
    padding-top: 40px;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    padding-bottom: 0;
}

.locale .content-container .content .content-item.the-locale .wrapper,
.locale .content-container .content .content-item.things-to-do .wrapper {
    border-bottom: none;
}

.locale .content-container .content .content-item.the-locale .img {
    float: right;
    margin-left: 50px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: calc(50% - 26px);
    height: 355px;
    margin-top: 30px;
    margin-left: 30px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 15px);
    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: #272727;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    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 ul,
.locale .content-container .content .content-item.things-to-do ol {
    margin-top: 20px;
    margin-left: 20px;
    list-style: disc;
    line-height: 30px;
}

.locale .content-container .content .content-item.things-to-do li {
    margin-bottom: 15px;
}

.locale .content-container .content .content-item.things-to-do li:last-child {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do .group {
    margin: 30px -25px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.locale .content-container .content .content-item.things-to-do .group .half {
    display: block;
    float: none;
    width: auto;
    margin: 0 25px;
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.things-to-do .group {
        margin: 30px -10px 0;
        justify-content: center;
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half {
        margin: 0 10px;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .img {
        display: none;
    }
    
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 150px;
        margin-left: 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 {
        display: none;
        width: auto;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        margin-bottom: 25px;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type {
        margin-bottom: 0;
    }

    .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,
.experience .content-container .content .content-item.spa .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item.staff 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 {
    width: auto;
    font-size: 16px;
    vertical-align: top;
    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 {
    width: auto;
    color: #a37e2f;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    width: auto;
}

.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 .img {    
    margin-bottom: 0;
    margin-right: 50px;
    float: left;
}

.experience .content-container .content .content-item.dining .group,
.experience .content-container .content .content-item.spa .group {
    margin: 0 -25px 30px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experience .content-container .content .content-item.dining .group .half,
.experience .content-container .content .content-item.spa .group .half {
    display: block;
    float: none;
    width: auto;
    margin: 0 25px;
}

.experience .content-container .content .content-item.families .img {
    margin-bottom: 30px;
}

.experience .content-container .content .content-item.families a {
    color: #a37e2f;
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item.dining .group,
    .experience .content-container .content .content-item.spa .group {
        margin: 0 -10px 30px;
        justify-content: center;
    }
    
    .experience .content-container .content .content-item.dining .group .half,
    .experience .content-container .content .content-item.spa .group .half {
        margin: 0 10px;
    }
    
    .experience .content-container .content .content-item.staff .img {    
        display: none;
    }
}

.guest-reviews .content-container .content .content-item .reviews-container .review, 
.guest-reviews .content-container .content .content-item .slides li {
    opacity: 1;
    display: block;
}

.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    padding: 3px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    margin-bottom: 15px;
    font-size: 25px;
    color: #a37e2f;
    font-style: normal;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    margin-top: 5px;
    text-align: right;
    display: block;
    text-transform: none;
}

.guest-reviews .content-container .content .content-item .reviews-pagination {
    margin-top: 30px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #a37e2f;
    color: #a37e2f;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #a37e2f;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #a37e2f;
    border-color: #a37e2f;
    color: #fff;
}

.rates .content-container .content .content-item .teaser strong {
    color: #272727;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #a37e2f;
}

.rates .content-container .content .content-item .promotions {
    background: #a37e2f;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #a37e2f;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #f1f1f1;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #f1f1f1;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #a37e2f;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #a37e2f;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #edf0f1;
    color: #252525;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #a37e2f !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #a37e2f;
}
.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-end > ul li {
        width: 33.3333333%;
    }
}


.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #a37e2f;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #a37e2f;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #a37e2f;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.reservations .content-container .content .content-item form .form-row .input,
.reservations .content-container .content .content-item form .form-row .select,
.reservations .content-container .content .content-item form .form-row .checkbox,
.general-enquiries .content-container .content .content-item form .form-row .input,
.general-enquiries .content-container .content .content-item form .form-row .select,
.general-enquiries .content-container .content .content-item form .form-row .checkbox {
    font-size: 15px;
}

.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: 'Roboto', sans-serif;
    margin-right: 17px;
}

.general-enquiries .content-container .content .content-item form .form-row .image {
    background: #fff;
    line-height: 36px;
    text-align: center;
    width: 250px;
    border: 1px solid #ddd;
}

.general-enquiries .content-container .content .content-item form .form-row .image img {
    vertical-align: middle;
    background: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.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: 'Roboto', sans-serif;
    font-size: 15px;
}

.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: 'Roboto', sans-serif;
    font-size: 15px;
}

.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] {
    font-size: 20px;
    color: #fff;
    background: #a37e2f;
    border: 1px solid #a37e2f;
    padding: 7px 20px;
    min-width: 127px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 7px 16px;
}

.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: #fff;
    color: #a37e2f;
}

.sitemap .content-container .content .content-item ul li a {
    color: #a37e2f;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #a37e2f;
}

.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: #a37e2f;
}

.links .content-container .content .content-item h2 {
    color: #a37e2f;
    font-family: 'Roboto', sans-serif;
}

.links .content-container .content .content-item h3 {
    color: #a37e2f;
    font-family: 'Roboto', sans-serif;
}