/* http://www.aoyamalodgeniseko.com
   v1.0 | 2020
   License: Elite Havens
*/
body {
    font-family: 'Open Sans', sans-serif;
}

.animate {
    opacity: 0;
}

/* WRAPPER */
.wrapper {
    max-width: 1024px;
}

.wrapper.wrapper-wide {
    max-width: 1870px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-container .wrapper {
    max-width: none;
}

@media all and (max-width: 1053px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

img.jarallax-img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* HEADER */
.header-container {}

.header-container .header {
    padding: 1px 0 20px;
}

.header-container .header.wrapped {
    padding: 0 0 20px;
}

.header-container.sticky .header {
    padding: 20px 0;
}

.header-container .header .toggler {
    top: 17px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #333;
}

.header-container .header .logo {
    text-align: center;
}

.header-container .header .logo a {
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 50%;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 50%;
    -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: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-radius: 50%;
    padding: 30px;
}

.header-container .header .logo a img {
    max-height: 100px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    max-height: 85px;
    margin-bottom: 0px;
}

.header-container .header .nav {
    margin: 65px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 8px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 23px;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 300px;
}

.header-container .header .nav ul li a {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: -1px;
}

.header-container .header .nav ul li:hover a {
    color: #518397;
}

.header-container .header .nav ul li.active a {
    color: #518397;
}

.header-container .header .nav > ul > li:last-of-type a {
    background: #518397;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.header-container .header .nav ul li .subnav {
    background: #444545;
    margin-top: 20px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #518397;
}

@media all and (max-width: 1053px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 20px;
    }

    .header-container.sticky .header {
        padding: 5px 0 20px;
    }

    .header-container .header .logo a {
        position: relative;
        margin: 0 0 5px;
        left: 0;
        padding: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        border-radius: 0;
        padding: 0;
    }

    .header-container.sticky .header .logo a {
        margin-top: 17px;
        border-radius: 0;
        padding: 0;
    }

    .header-container.sticky .header .logo a img {
        /* max-height: 140px;
        margin-top: -67px;
        margin-bottom: 6px; */
        /* margin-left: -1px; */
        /* margin-right: -22px; */
    }

    .header-container .header .nav {
        border-bottom-color: transparent;
        margin: 10px 0 0;
    }

    .header-container .header .nav > ul > li {
        margin-left: 20px;
    }

    .header-container .header .nav > ul > li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 1023px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 5px 0 20px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 17px;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 8px 0 0;
    }
}

@media all and (max-width: 767px) {

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0;
    }

    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin: 12px 0;
        padding: 0;
    }
    
    .header-container .header .nav > ul > li:last-of-type a {
        padding: 10px 15px;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 46px;
        margin: 0 0 0px;
    }

    .header-container .header .nav ul li .subnav {
        background: #90908f;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}

.footer-container .footer .column h3 {
    color: #518397;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #252525;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}

.footer-container .footer .column address {
    max-width: 295px;
    margin-bottom: 16px !important; 
}

.footer-container .footer .column .socials {
    margin-bottom: 21px;
}

.footer-container .footer .column .socials a {
    font-size: 14px;
    background: #fff;
    color: #518397;
    border: 1px solid #518397;

    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}

.footer-container .footer .column .socials a:hover {
    background: #518397;
    color: #fff;
}

.footer-container .footer .bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    top: 82px;
}

.footer-container .footer .bottom .marketed {
    max-width: 250px;
    margin: 25px auto 15px;
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px !important;
    }
}
@media all and (max-width: 1023px)  and (min-width: 768px){
    .footer-container .footer .bottom {
        top: 297px !important;
    }
}

@media all and (max-width: 767px) {

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }
}

/* HERO CONTAINER */
.hero-container .slideshow .caption big {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}

@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%;
    }
}

@media all and (max-width: 767px) {
    .hero-container .slideshow .owl-nav {
        display: none;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item {
        overflow-x: hidden;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img {
        left: 50%;
        display: block;
        min-width: 100%;
        min-height: 250px;
        position: relative;
        
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img[data-srcset] {
        width: auto;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
    border-bottom: 1px solid #282828;
    border-top: 1px solid #282828;
    margin-bottom: 5px;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid #333333;
    margin-top: -60px;
    margin-bottom: 60px;
}

.buttons-container .button {
    text-align: center;
    padding: 0;
    font-size: 0;
    margin: 5px 0;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
    padding-top: 0;
    padding-bottom: 0;
}

.buttons-container .button a {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: 1px solid #282828;
    background: #fff;
    padding: 12px 10px;
    min-width: 190px;
    margin: 5px;
}

.buttons-container .button a:hover {
    background: #518397;
    color: #fff;
    border-color: #518397;
}

.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}

.buttons-container .prevnext a {
    color: #518397;
    background: #fff;
    top: -39px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #282828;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #518397;
    font-size: 0;
    border: 1px solid #518397;
    
    -webkit-filter: grayscale(100);
    -o-filter: grayscale(100);
    filter: grayscale(100);
}

.buttons-container .prevnext a:hover i {
    
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.buttons-container .prevnext a.prev i {
    background: url("/resources/aoyama/images/prev-arrow.png") no-repeat center center;
    border: 1px solid #518397;
    margin-right: 5px;
}

.buttons-container .prevnext a.prev:hover i {
    border: 1px solid #518397;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/aoyama/images/prev-arrow-hover.png") no-repeat center center;
    background-color: #518397;
}

.buttons-container .prevnext a.next i {
    background: url("/resources/aoyama/images/next-arrow.png") no-repeat center center;
    border: 1px solid #518397;
    margin-right: 5px;
}

.buttons-container .prevnext a.next:hover i {
    border: 1px solid #518397;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/aoyama/images/next-arrow-hover.png") no-repeat center center;
    background-color:#518397;
}

.buttons-container .prevnext a.next:hover i {
    background-color: #518397;
}
.buttons-container .prevnext a.prev:hover i {
    background-color: #518397;
}
@media all and (max-width: 1053px) {
    .buttons-container .prevnext a {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px;
    }
}

.reviews-container {
    /*margin-bottom: 15px;*/
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.reviews-container .reviews {
    padding: 130px 0 100px;
    background: rgba(255, 255, 255, .5);
    /* padding: 40px 0; */
    text-align: left;
    width: 50%;
    /* margin: 100px 0; */
    /* right: 50%; */
    /* position: relative; */
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left !important;
    font-size: 30px !important;
    line-height: 24px !important;
}

.reviews-container .reviews .home-reviews {
    max-width: 100%;
    border: 1px solid #000;
    border-top: none;
    position: relative;
    padding: 40px;
    margin: 0px 40px;
    /* float: left;*/
    -webkit-border-radius:  0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.reviews-container .reviews .home-reviews:before {
    content: '';
    display: block;
    background: url(images/quote.png) no-repeat;
    background-size: contain;
    height: 50%;
    width: 100%;
    left: 0;
    margin-top: -100px;
    margin-left: 1px;
    position: absolute;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 40px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #000;
    font-size: 18px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: left !important;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #000;
    margin-top: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 40px;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
        border-bottom: 1px solid #518397;
    }

    .reviews-container .reviews {
        background: #fff;
        padding: 30px 0;
    }

    .reviews-container .reviews h2 {
        color: #518397 !important;
        text-align: center !important;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 0;        
        text-align: center;
    }
    
    .reviews-container .reviews .home-reviews:before {
        display: none;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;
        color: #282828;
    }

    .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;
    }
    
    .reviews-container .reviews .home-reviews a {
        color: #518397;
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews {
       border: none;
    }
}


.content-container .content .content-item {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.content-container .content .content-item.odd {
    background: #fff;
    margin-top: 5px;
}

.content-container.scroll .content .content-item:first-of-type {
    border-bottom: 1px solid #282828;
    border-top: 1px solid #282828;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper { 
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 60px !important;
}

.content-container.scroll .content .content-item:first-of-type .wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.content-container.scroll .content .content-item h1.entry-title {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 60px;
}

.content-container.scroll .content .content-item h1.entry-title span {
    position: relative;
}

.content-container .content .content-item h1.entry-title strong {
    color: #518397;
    display: inline;
    font-weight: 400;
}

.content-container .content .content-item h2.entry-title {
    font-size: 30px;
    margin-bottom: 40px;
    color: #518397;
    text-transform: uppercase;
    line-height: 1;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #a79778;
    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: #518397;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.content-container .content .content-item h3:first-child {
    margin-top: 0;
}

@media all and (max-width: 1023px) {
    .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: 30px !important;
        max-width: none !important;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        line-height: 55px;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }
    
    .content-container .content .content-item h1.entry-title strong {
        font-size: 30px !important;
    }

}

@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper { 
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-container .content-seo .content-item .wrapper {
        padding-bottom: 30px !important;
    }
    
    .content-container.scroll .content .content-item h1.entry-title {
        text-align: center;
        background: #f9f9f9;
        font-size: 30px !important;
    }
    
    .content-container .content .content-item h1.entry-title strong {
        font-size: 30px !important;
    }
}

.content-container .content .content-item p {
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.content-container .content .content-item p a {
    color: #333;
}

.content-container .content .content-item p b {
    font-weight: bold;
}

.content-container .content .content-item img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: transparent;
    text-align: right;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;    
    border-bottom: 1px solid #282828;
}

.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1024px;
}

.content-container .content .content-item .spy ul li a {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 17.5px 15px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .sticky .spy ul li a {
    padding: 15px;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #518397;
}

.content-container .content .content-item .spy ul li.active a {
    color: #518397;
}

@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: 'Open Sans', sans-serif;
    }
}

.box-container {
    position: relative;
}

.box-container .box {
    font-size: 0;
    margin: 0 auto;
    max-width: 900px;
}

.box-container .box .sub-villa-img,
.box-container .box .sub-villa-content {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.box-container .box .sub-villa-content {
    padding-left: 30px;
}

.box-container .box .sub-villa-content h3 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    margin-top: 20px;
}

.box-container .box .sub-villa-content strong {
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}

.box-container .box .sub-villa-content p {
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.box-container .owl-nav .owl-next,
.box-container .owl-nav .owl-prev {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-container .owl-nav .owl-next {
    right: 0;
}

.box-container .owl-nav .owl-prev {
    left: 0;
}

@media all and (max-width: 1023px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 50px;
    }

    .box-container .owl-nav {
        text-align: center;
    }

    .box-container .owl-nav .owl-next,
    .box-container .owl-nav .owl-prev {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 30px 30px 0;
    }
}

@media all and (max-width: 1024px) {
    .box-container .box .sub-villa-img {
        display: none;
    }

    .box-container .box .sub-villa-content {
        display: block;
        width: auto;
        padding: 0;
    }

    .box-container .box .sub-villa-content strong {
        margin: 15px 0;
    }
}

@media all and (max-width: 767px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 42px;
        line-height: 50px;
        margin: 0;
    }
}

.home .content-container .content .content-item {
    position: relative;
}

.home .content-container .content .content-item .wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px;
}

.home .content-container .content .content-item h1.entry-title {
    font-size: 30px;
}

.home .content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    display: block;    
    margin-top: 15px;
}

.home .content-container .content .content-item h2{
    display:block;
    color:#000000;
    font-size:40px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

.home .content-container .content .content-item h2 strong{
    color: #518397;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
}

.home .content-container .content .content-item.content-item.section-five h2 strong{
    font-size: 40px;

}

.home .content-container .content .content-item p {
    text-align: center;
}

.home .content-container .content .content-item a {
    color: #518397;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item .poi li {
    min-width: 130px;
    margin-right: 9%;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #212121;
    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/aoyama/images/icons-sprite.png") no-repeat;
    height: 77px;
    width: 77px;
    display: block;
    margin: 0 auto 22px;
}

.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: -210px 0;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -411px 0;
}

.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -617px 0;
}

.home .content-container .content .content-item.section-one .wrapper {
    max-width: 1540px;
}

.home .content-container .content .content-item.section-five .wrapper-wide {
    padding-bottom: 5px;
    font-size: 0;
    display: table;
}

.home .content-container .content .content-item.section-two .jarallax,
.home .content-container .content .content-item.section-three .jarallax ,
.home .content-container .content .content-item.section-four .jarallax {
    height: 640px;
}

.home .content-container .content .content-item.section-five .jarallax {
    height: 500px;
    background: #f5f4f1;
    display: table-cell;
    vertical-align: middle;
    width: 56.2%;
}

.home .content-container .content .content-item.section-two #jarallax-container-0,
.home .content-container .content .content-item.section-three #jarallax-container-1 {
    max-width: 1002px;
    height: 640px;
}

.home .content-container .content .content-item.section-three #jarallax-container-1 {
    margin-left: auto;
    margin-right: 0;
    left: auto !important;
    right: 0;
}
.home .content-container .content .content-item.section-five #jarallax-container-3 {
    max-width: 1034px;
    height: 500px;
}

.home .content-container .content .content-item.section-three #jarallax-container-1 img {
    background-position: right !important;
}

.home .content-container .content .content-item.section-two .the-content,
.home .content-container .content .content-item.section-three .the-content,
.home .content-container .content .content-item.section-four .the-content {
    max-width: 1005px;
    background: #f5f4f1;
    top: 70px;
    text-align: center;
}

.home .content-container .content .content-item.section-two .the-content {
    margin-left: auto;
    margin-right: 0;
}

.home .content-container .content .content-item.section-four .the-content {
    max-width: 960px;
    text-align: left;
    background: #fff;
}

.home .content-container .content .content-item.section-five .the-content {
    max-width: 806px;
    width: 43.8%;
    background: #f5f4f1;
    margin-left: auto;
    margin-right: 0;
    padding: 65px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.home .content-container .content .content-item.section-two .the-content .group,
.home .content-container .content .content-item.section-three .the-content .group {
    font-size: 0;
}

.home .content-container .content .content-item.section-two .the-content .group .half,
.home .content-container .content .content-item.section-three .the-content .group .half {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.home .content-container .content .content-item.section-two .the-content .group .half.half-content,
.home .content-container .content .content-item.section-three .the-content .group .half.half-content,
.home .content-container .content .content-item.section-four .the-content {
    padding: 40px 65px;
}

.home .content-container .content .content-item.section-two .the-content a,
.home .content-container .content .content-item.section-three .the-content a {
    
}

.home .content-container .content .content-item.section-four .the-content h2,
.home .content-container .content .content-item.section-four .the-content p,
.home .content-container .content .content-item.section-five .the-content h2,
.home .content-container .content .content-item.section-five .the-content p {
    text-align: left;
}

@media all and (max-width: 1570px) {
    .home .content-container .content .content-item.section-one .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1180px) {
    .home .content-container .content .content-item.section-two .the-content, 
    .home .content-container .content .content-item.section-three .the-content {
        max-width: 500px;
    }
    
    .home .content-container .content .content-item.section-two .the-content .group .half, 
    .home .content-container .content .content-item.section-three .the-content .group .half {
        display: none;
    }
    
    .home .content-container .content .content-item.section-two .the-content .group .half.half-content, 
    .home .content-container .content .content-item.section-three .the-content .group .half.half-content {
        display: block;
        width: auto;
    }
}

@media all and (max-width: 1053px) {
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-right: 0;
    }

    .home .content-container .content .content-item h2{
        font-size: 35px;
    }
    /* section five */
    .home .content-container .content .content-item.content-item.section-five h2 strong{
        font-size: 30px;
    }

    .home .content-container .content .content-item.section-five .the-content p{
        text-align: justify;
    }
    .home .content-container .content .content-item.section-five .the-content{
        padding: 30px;
    }
}

@media all and (max-width: 767px) {
    .home .content-container .content .content-item h1.entry-title {
        font-size: 42px;
        line-height: 50px;
    }
    .home .content-container .content .content-item.section-two .the-content{
        padding: 0;
    }
    .home .content-container .content .content-item h2 {
        text-align: center;
        font-size: 35px;
        line-height: 40px;
    }
    .home .content-container .content .content-item h2 strong{
        font-size: 35px;
    }

    .home .content-container .content .content-item p {
        text-align: justify;
    }

    .home .content-container .content .content-item .poi li {
        min-width: 135px;
    }
    
    .home .content-container .content .content-item.section-five .wrapper-wide {
        display: block;
    }
    
    .home .content-container .content .content-item.section-two .jarallax, 
    .home .content-container .content .content-item.section-three .jarallax, 
    .home .content-container .content .content-item.section-four .jarallax,
    .home .content-container .content .content-item.section-five .jarallax {
        height: auto;
    }
    
    .home .content-container .content .content-item.section-five .jarallax {        
        display: block;
        width: auto;
    }
    
    .home .content-container .content .content-item.section-two #jarallax-container-0,
    .home .content-container .content .content-item.section-three #jarallax-container-1,
    .home .content-container .content .content-item.section-four #jarallax-container-2,
    .home .content-container .content .content-item.section-five #jarallax-container-3 {
        display: none;
    }
    
    .home .content-container .content .content-item.section-two .the-content, 
    .home .content-container .content .content-item.section-three .the-content, 
    .home .content-container .content .content-item.section-four .the-content, 
    .home .content-container .content .content-item.section-four .the-content {
        transform: none !important;
    }
    
    .home .content-container .content .content-item.section-two .the-content,
    .home .content-container .content .content-item.section-three .the-content,
    .home .content-container .content .content-item.section-four .the-content,
    .home .content-container .content .content-item.section-five .the-content {
        max-width: none;
        padding: 15px;
        top: auto; 
         -webkit-transform: translateY(0); 
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
         transform: translateY(0); 
    }
    
    .home .content-container .content .content-item.section-five .the-content {        
        display: block;
        width: auto;
    }
    
    .home .content-container .content .content-item.section-two .the-content .group .half.half-content, 
    .home .content-container .content .content-item.section-three .the-content .group .half.half-content {
        padding: 0px;
        text-align: left;
    }

    .home .content-container .content .content-item.content-item.section-five h2{
        font-size: 34px;
    }

    .home .content-container .content .content-item.content-item.section-five h2 strong{
        font-size: 34px;
        text-align: center;
    }
}

.about .content-container .content .content-item .wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 0;
}

.about .content-container .content .content-item .wrapper-wide:last-of-type {
    padding-bottom: 5px;
}

.about .content-container .content .content-item p {
    text-align: justify;
}

.about .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 54.45%;
    height: 640px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.about .content-container .content .content-item .wrapper.wrapper-wide .the-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 54.45%;
    margin-left: -8.9%;
    position: relative;
    z-index: 1;
    background: #eee;
    padding: 70px;
    border: 20px solid #fff;
    border-right: none;
    text-align: justify;
}

.about .content-container .content .content-item .wrapper.wrapper-wide .the-content p {
    text-align: justify;
}



@media all and (max-width: 1570px) {
    .about .content-container .content .content-item .jarallax {
        width: 65%;
    }
    
    .about .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 65%;
        margin-left: -30%;
    }
}

@media all and (max-width: 1180px) {
    .about .content-container .content .content-item .jarallax {
        width: 80%;
    }
    
    .about .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 80%;
        margin-left: -60%;
    }
}

@media all and (max-width: 1053px) {
    .about .content-container .content .content-item .jarallax {
        width: 100%;
        display: block;
    }
    
    .about .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 100%;
        margin-left: 0;
        border: none;
        padding: 30px;
    }
}

@media all and (max-width: 767px) {
    .about .content-container .content .content-item .wrapper-wide:last-of-type {
        margin-top: -15px;
        padding-bottom: 30px;
    }
    
    .about .content-container .content .content-item .jarallax {
        display: none;
    }
    
    .about .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        padding: 0;
        background: transparent;
    }
    .about .content-container .content .content-item h1.entry-title strong{
        display: block;
    }
}

.explore .content-container .content .content-item .wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 0;
}

.explore .content-container .content .content-item .wrapper:last-of-type {
    padding-bottom: 5px;
}

.explore .content-container .content .content-item.living-areas h2.entry-title {
    margin-bottom: 0;
}

.explore .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 54.45%;
    height: 640px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .jarallax {
    margin-right: 0;
    margin-left: auto;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide .the-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 54.45%;
    margin-left: -8.9%;
    position: relative;
    z-index: 1;
    background: #eee;
    padding: 70px;
    border: 20px solid #fff;
    border-right: none;
    text-align: justify;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .the-content {
    margin-left: auto;
    margin-right: -8.9%;
    border-right: 20px solid #fff;
    border-left: none;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide .the-content p {
    text-align: justify;
}

.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 30px;
    border: 1px solid #90908f;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}

@media all and (max-width: 1570px) {
    .explore .content-container .content .content-item .jarallax {
        width: 65%;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 65%;
        margin-left: -30%;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .the-content {
        margin-left: auto;
        margin-right: -30%;
    }
}

@media all and (max-width: 1180px) {
    .explore .content-container .content .content-item .jarallax {
        width: 80%;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 80%;
        margin-left: -60%;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .the-content {
        margin-left: auto;
        margin-right: -60%;
    }
}

@media all and (max-width: 1053px) {
    .explore .content-container .content .content-item .jarallax {
        width: 100%;
        display: block;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide .the-content,
    .explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .the-content {
        width: 100%;
        margin-left: 0;
        border: none;
        padding: 30px;
    }
}

@media all and (max-width: 767px) {
    .explore .content-container .content .content-item .wrapper-wide:last-of-type {
        margin-top: -10px;
        padding-bottom: 30px;
    }
    
    .explore .content-container .content .content-item .jarallax {
        display: none;
    }
    
    .explore .content-container .content .content-item .wrapper.wrapper-wide .the-content,
    .explore .content-container .content .content-item .wrapper.wrapper-wide:nth-of-type(odd) .the-content {
        padding: 0;
        background: transparent;
    }
}

.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: #333;
    font-family: 'Open Sans', sans-serif;
    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: 25px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    color: #518397;
}

.quick-facts .content-container .content .content-item .item a {
    color: #518397;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/quick-facts.png);
    background-repeat: 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-yoga:before,
.quick-facts .content-container .content .content-item .item#sport-water-sports: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 {
    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 -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-and-marketed-by:before,
.quick-facts .content-container .content .content-item .item#marketed--managed-by:before {
    background-position: 0 -1311px;
}

@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 img {
    margin-top: -10px;
}

.press .content-container .content .content-item .press-container .press-item a {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #333;
    color: #333;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #333;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #333;
    border-color: #333;
    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;
}

.video .content-container .content .content-item .video iframe.active {
    opacity: 1;
}

@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 */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #90908f;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */

.gallery .content-container .content .content-item .gallery-container li {
    width: 33.3333333%;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #333;
    color: #333;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #333;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #333;
    border-color: #333;
    color: #fff;
}

.weddings .content-container .content .content-item .wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 0;
}

.weddings .content-container .content .content-item .wrapper-wide:last-of-type {
    padding-bottom: 5px;
}

.weddings .content-container .content .content-item .wrapper:last-of-type {
    padding-top: 0;
}

.weddings .content-container .content .content-item h1.entry-title {
    margin-bottom: 0;
}

.weddings .content-container .content .content-item p {
    text-align: justify;
}

.weddings .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 54.45%;
    height: 640px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 54.45%;
    margin-left: -8.9%;
    position: relative;
    z-index: 1;
    background: #eee;
    padding: 70px;
    border: 20px solid #fff;
    border-right: none;
    text-align: justify;
}

.weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content p {
    text-align: justify;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
}

.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #518397;
    background: #fff;
    color: #333;
    padding: 19px 15px;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: calc(33.333333% - 7.5px);
    margin-right: 15px;
}

.weddings .content-container .content .content-item ul.capacity li {
    margin: 0;
    text-transform: none;
    display: block;
}

.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 {
    width: calc(66.66666667% - 7.5px);
    font-size: 0;
    vertical-align: top;
    background: #fff;
    margin-left: 0;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #333;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 59px 65px;
    width: calc(50% - 7.5px);
    margin-left: 15px;
    border: 1px solid #518397;

    -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:first-of-type {
    margin-left: 0;
}

.weddings .content-container .content .content-item .guidelines a:hover {
    background: #518397;
    color: #fff;
}

@media all and (max-width: 1570px) {
    .weddings .content-container .content .content-item .jarallax {
        width: 65%;
    }
    
    .weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 65%;
        margin-left: -30%;
    }
}

@media all and (max-width: 1180px) {
    .weddings .content-container .content .content-item .jarallax {
        width: 80%;
    }
    
    .weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 80%;
        margin-left: -60%;
    }
}

@media all and (max-width: 1053px) {
    .weddings .content-container .content .content-item .jarallax {
        width: 100%;
        display: block;
    }
    
    .weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 100%;
        margin-left: 0;
        border: none;
        padding: 30px;
    }
}

@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item ul.capacity {
        margin: 0;
        display: block;
        width: auto;
    }

    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }
    
    .weddings .content-container .content .content-item .guidelines a {
        padding: 40px 15px;
        display: block;
        width: auto;
        margin: 15px 0 0;
    }
}

@media all and (max-width: 767px) {
    .weddings .content-container .content .content-item .wrapper-wide:last-of-type {
        margin-top: -15px;
        padding-bottom: 30px;
    }
    
    .weddings .content-container .content .content-item .jarallax {
        display: none;
    }
    
    .weddings .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        padding: 0;
        background: transparent;
    }
}

.locale .content-container .content .content-item .wrapper:last-of-type {
    padding-bottom: 5px;
}

.locale .content-container .content .content-item.the-locale .wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.locale .content-container .content .content-item .the-content {
    background: #fff;
}

.locale .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    border-bottom: none;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: 50%;
    height: 275px;
    margin-top: 30px;
    margin-left: 30px;
}

.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.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: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do .img {
    margin: 30px 0;
}

.locale .content-container .content .content-item.things-to-do .the-content ul {
    list-style: disc;
    padding-left: 20px;
    text-align: justify;
}

.locale .content-container .content .content-item.things-to-do .the-content ul li {
    margin-bottom: 15px;
}

.locale .content-container .content .content-item.things-to-do .the-content ul li:last-of-type {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do .group {
    margin: 0;
    font-size: 0;
}

.locale .content-container .content .content-item.things-to-do .group .half {
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 16px;
    width: calc(50% - 5px);
}

.locale .content-container .content .content-item.things-to-do .group .half:first-of-type{
    margin-right: 10px;
}
.locale .content-container .content .content-item.things-to-do .group .half:last-of-type {
	margin-bottom:0;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 25px 0px 25px 25px;
    width: 50%;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(odd) {
    padding: 25px 25px 25px 0px;
}
.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;      
    width: 100%; 
}
.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;   
}
.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #282828;  
}

.locale .content-container .content .content-item.things-to-do .the-content ul{
    margin-top:20px;
}
.locale .content-container .content .content-item .wrapper.img-wide{
    padding-top: 0;
    padding-bottom:60px;
}

.locale .content-container .content .content-item .wrapper .first-img{
    padding-top: 0;
    padding-bottom:60px;
}

.locale .content-container .content .content-item.things-to-do .the-content ul li strong{
    font-weight:bold;
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.things-to-do {
        border-top: 1px solid #ececec;
    }

    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
    
    .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,
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(4n + 3) {
        width: auto;
        margin: 0;
        border: none;
        padding: 30px;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 150px;
        margin-left: 0;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }
    
    .locale .content-container .content .content-item.things-to-do .group {
        margin-top: 0;
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half.half-content,
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(4n + 3) {
        background: transparent;
        padding: 0;
        margin-top: 15px;
    }
}
.experience .content-container .content .content-item p strong {
    font-weight:bold;
}

.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 .wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 0;
}

.experience .content-container .content .content-item.dining .wrapper-wide {
    padding-bottom: 20px;
}

.experience .content-container .content .content-item.dining .wrapper-wide:last-of-type {
    /* text-align: right; */
}

.experience .content-container .content .content-item .wrapper-wide:last-of-type {
    padding-bottom: 5px;
}

.experience .content-container .content .content-item.all-year-round h1.entry-title, 
.experience .content-container .content .content-item.dining h1.entry-title {
    margin-bottom: 0px;
}

.experience .content-container .content .content-item p {
    text-align: justify;
}

.experience .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 61.27%;
    margin-bottom: 100px;
    height: 640px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.experience .content-container .content .content-item.all-year-round .jarallax{
    margin-bottom: 300px;
}

.experience .content-container .content .content-item .wrapper.wrapper-wide .the-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    width: 56.95%;
    margin-left: -18.22%;
    position: relative;
    z-index: 1;
    background: #eee;
    padding: 70px;
    border: 20px solid #fff;
    border-bottom: none;
    border-right: none;
    text-align: left;
}

.experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content {
    /* margin-left: 0; */
    float: right;
    margin-top: -136px;
    padding: 100px 70px;
}

.experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content {
    padding: 100px 70px;
    margin-bottom: 200px;
}

.experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content {
    border-bottom: 20px solid #fff !important;
}
.experience .content-container .content .content-item.families .jarallax {
    margin-bottom: 60px;
}
.experience .content-container .content .content-item .wrapper.wrapper-wide .the-content p {
    text-align: justify;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 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: #518397;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
    text-transform: uppercase;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;
    text-align: left;
}

.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0
}

.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.families a {
    color: #333;
}

.experience .content-container .content .content-item.dining .img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
}

.experience .content-container .content .content-item.dining .img:last-of-type {
    margin-right: 0;
}

.experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
    vertical-align: bottom;
    margin-right: 0;
}
 .experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content {
        width: 66.8%;
        max-width: 978px;
    }
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
        width: 45.4%;
    }
/* CUSTOM FOR SUMMER */
.experience .content-container .content .content-item.summer h1.entry-title{
    margin-bottom: 0;
}
.experience .content-container .content .content-item.all-year-round .wrapper-wide{
    padding-bottom: 50px;
}

@media all and (min-width: 1920px) {
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
        width: 46.8%;
        margin-right: 15px;
    }
}
@media all and (max-width: 1765px) {   
   
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
        width: 41.1%;
        margin-right: 15px;
    }    
    .experience .content-container .content .content-item.dining .img {
        width: calc(66.2% - 10px);
    }

    .experience .content-container .content .content-item.dining .img:last-of-type {
        width: calc(33.8% - 10px);
    }

}



@media all and (max-width: 1570px) {
    .experience .content-container .content .content-item .jarallax {
        width: 70%;
    }
    
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 50%;
        margin-left: -20%;
    }
    .experience .content-container .content .content-item.all-year-round .jarallax {
        margin-bottom: 450px;
        height: 800px;
    }
 
}

@media all and (max-width: 1180px) {
    .experience .content-container .content .content-item .jarallax {
        width: 95%;
    }
    
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 50%;
        margin-left: -45%;
    }
}

@media all and (max-width: 1440px) {
    .experience .content-container .content .content-item .jarallax {
        width: 100%;
        display: block;
        margin: 0;
    }
    .experience .content-container .content .content-item.all-year-round .jarallax {
        margin-bottom: -540px;
    }
    
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content,
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content,
    .experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content {
        /* width: 100%;
        margin-left: 0;
        border: none;
        padding: 30px;
        max-width: none; */

    }
    .experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content  {
        margin-bottom: 60px;
    }
    
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content {
        border-top: 15px solid #fff;
        margin-top: -90px;
    }

    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
        /* display: none; */
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd {
        width: auto;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item .wrapper-wide:last-of-type {
        margin-top: -15px;
        padding-bottom: 30px;
    }
    
    .experience .content-container .content .content-item.dining .wrapper-wide {
        padding-top: 0;
    }
    
    .experience .content-container .content .content-item .jarallax {
        display: none;
    }
    
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content,
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content,
    .experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content {
        padding: 0;
        background: transparent;
    }
    
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide .the-content {
        border-top: none;
        margin-top: 0;
    }
    
    .experience .content-container .content .content-item.dining .img {
        display: none;
    }
    .experience .content-container .content .content-item.families .wrapper.wrapper-wide .the-content{
        margin-bottom: 0px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: none;
    width: 100%;
    opacity: 1;
    border: 1px solid #518397;
    background: #fff;
    padding: 30px 15px 15px;
    margin: 0 -1px -1px 0;
}

.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #dcf0f4;
}

.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: #518397;
    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 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
}

.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:hover {
    background: #333;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #333;
    border-color: #333;
    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 #707070;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */

.rates .content-container .content .content-item .teaser strong {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #518397;
}

.rates .content-container .content .content-item .promotions {
    background: #518397;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #518397;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .discounts td > ul,
.rates .content-container .content .content-item .promotions td > ul {
    margin-bottom: 10px;
}

.rates .content-container .content .content-item .discounts td ul br:last-of-type,
.rates .content-container .content .content-item .promotions td ul br:last-of-type {
    display: none;
}
.rates .content-container .content .content-item .promotions td ul br:last-of-type{
    display: block;
}

.rates .content-container .content .content-item .discounts td ul + br,
.rates .content-container .content .content-item .promotions td ul + br {
    display: none;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #282828;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #282828;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #518397;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #518397;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #def1fc;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #518397 !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td img {
    margin: 0 auto;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #518397;
}
.rates strong {
    font-weight: bold;
}

@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%;
    }

    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;
    }
}

/* FORM */

.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #333;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.general-enquiries .content-container .content .content-item form {
    margin-top: 20px;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #494a4a;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .form-col:first-of-type,
.general-enquiries .content-container .content .content-item form .form-row .form-col:first-of-type {
    width: 147px;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
}

.general-enquiries .content-container .content .content-item form .form-row .image img {
    width: auto;
    max-width: 100%;
}

.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: 'Open Sans', 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: 'Open Sans', 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 input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    border: 1px solid #282828;
    background: #fff;
    padding: 10px 20px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 10px 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: #518397;
    border-color: #518397;
    color: #fff;
}

.reservations .content-container .content .content-item form .form-row .error-message,
.general-enquiries .content-container .content .content-item form .form-row .error-message {
    font-weight: 400;
}

/* SITEMAP */

.sitemap .content-container .content .content-item ul li a {
    color: #333;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #333;
}

.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: #333;
}

.links .content-container .content .content-item h2 {
    color: #494a4a;
    font-family: 'Open Sans', sans-serif;
}

.links .content-container .content .content-item h2 a {
    color: #494a4a;
}

.links .content-container .content .content-item h3 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

/* guarantee */

.rates .content-guarantee {
    right: 15px;
    margin-top: 10px;
    position: relative;
}

@media all and (max-width: 1053px) {
    .rates .content-guarantee {
        right: 30px;
    }
}

@media all and (max-width: 800px) {
    .rates .content-guarantee {
        float: none;
        text-align: center;
        margin: 0 0 20px;
        position: relative;
        right: 0;
    }
}

.animated.delay-1s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-2s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.concierge .the-content {
    margin-bottom: 40px;
}

.get-in-touch {
    display: inline-block;
    margin: 5px auto 25px;
    position: relative;
    width: 100%;
    text-align: center;
}

.get-in-touch a {
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
    color: #282828;
    border:1px solid #282828;
    min-width: 210px;
    text-transform: uppercase;
    -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;
}

.get-in-touch a:hover {
    background: #518397;
    color: #fff;
    border: 1px solid #518397;
}

