/* http://www.villaaiko.com/ */
/*  v1.0 | 20191205 */
/*  License: Elite Havens */
body {
    font-family: 'PT Sans', sans-serif;
}

/* WRAPPER */
.wrapper {
    max-width: 1170px;
}

.header-container .wrapper {
    max-width: none;
}

.wrapper.wrapper-wide {
    max-width: 1620px;
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}

.header-container .header {
    padding: 1px 0 9px;
}

.header-container .header.wrapped {
    padding: 0 0 10px;
}

.header-container.sticky .header {
    padding: 40px 0 10px;
}

.header-container .header .toggler {
    top: 7px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #131313;
}

.header-container .header .logo {
    text-align: left;
}

.header-container .header .logo a {
    margin-left: 0px;
    margin-top: 14px;
    top: 0;
    left: 50%;
    padding: 0;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container.sticky .header .logo a {
    padding: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.header-container .header .logo a img {
    max-height: 85px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    margin-bottom: -10px;
    max-height: 60px;
}

.header-container .header .nav {
    margin: 72px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: -15px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 45px;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 339px;
}

.header-container .header .nav ul li a {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: 0px;
}

.header-container .header .nav ul li a img {
    margin-bottom: -18px;
    margin-left: -60px;
}

.header-container .header .nav ul li:hover a {
    color: #003768;
}

.header-container .header .nav ul li.active a {
    color: #003768;
}

.header-container .header .nav ul li .subnav {
    background: #fff;
    margin-top: 10px;
    border: none;
    margin-left: 0px;
}

.header-container.sticky .header .nav ul li .subnav {
    margin-top: 11px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #131313;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #003768;
    color: #fff;
}

@media all and (max-width: 1200px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 10px 0 10px;
    }

    .header-container .header .nav ul li a,
    .header-container .header .nav ul li:last-of-type a {
        font-size: 14px;
        padding: 5px 2px;
    }

    .header-container.sticky .header {}

    .header-container .header .nav ul li .subnav {
        margin-top: 10px;
    }

    .header-container .header .logo {
        text-align: center;
    }

    .header-container .header .logo a {
        position: relative;
        margin: 0 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-container.sticky .header .logo a {
        margin: 0 0 5px;
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        margin: 10px 0 0;
    }

    .header-container .header .nav > ul > li {
        margin-left: 17px;
    }

    .header-container .header .nav > ul > li:nth-of-type(1) {
        margin-left: 0;
    }

    .header-container .header .nav ul li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .header-container .header .nav > ul > li {
        margin-left: 0 !important;
    }

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 9px 0 0 !important;
    }

    .header-container.sticky .header {
        margin-top: 0;
        padding: 7px 0 8px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 40px;
        margin-bottom: -7px;
    }

    .header-container .header .nav > ul > li {
        margin-top: 0px;
        padding-bottom: 0;
    }


    .header-container .header .nav ul li a,
    .header-container .header .nav ul li:last-of-type a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }

    .header-container .header .nav ul li .subnav {
        margin-top: 0 !important;
    }

    .header-container .header .nav ul li .subnav li a {
        color: black !important;
    }
}

@media all and (max-width: 479px) {

    .header-container .header,
    .header-container .header.wrapped,
    .header-container.sticky .header {
        padding: 5px 0 6px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 7px;
        max-height: 60px;
    }

}

/* FOOTER */
.footer-container .footer {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    border-top: 1px solid #efefef;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}


.footer-container .footer .column {
    color: #131313;
}

.footer-container .footer .column address {
    max-width: 314px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 36px;
    line-height: 22px;
}

.footer-container.sticky .footer .column address {
    display: none;
}

.footer-container .footer .column h3 {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #131313;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 13px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
}

.footer-container .footer .column .socials a {
    background: #131313;
    color: #fff;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

.footer-container .footer .column .socials a:hover {
    background: #003768;
}

.footer-container .footer .bottom {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #131313;
    top: 65px;
}

.footer-container .footer .bottom .marketed {
    line-height: 20px;
    max-width: 220px;
    margin: 20px auto 15px;
}

.footer-container .footer .bottom .marketed a {
    color: #131313;
}
/* @media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 30px !important;
    }
} */
@media (max-width: 1200px) and (min-width: 1024px) {
    .footer-container .footer .bottom {
        top: 68px !important;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 13px !important;
    }

    .footer-container .footer .bottom .marketed {
        margin: 30px auto 15px;
    }
}

@media all and (max-width: 767px) {

    .footer-container .footer .column:first-of-type {
        padding-bottom: 0;
    }

    .footer-container.sticky .footer .column {
        padding: 1px 0;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }
}

.miniform .form-column.select:after {
    border-top-color: #131313;
}

.miniform button {
    background: #131313 !important;
}

@media (max-width: 1100px) {
    .miniform .form-column {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {

    .miniform .form-container:last-of-type .form-column,
    .miniform .form-column {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        margin-right: 25px;
        font-size: 0;
    }

    .miniform .form-column input,
    .miniform .form-column select {
        background: transparent;
        border: none;
        margin-right: 0;
        width: 50%;
    }
}

@media (max-width: 980px) {
    .miniform .form-column {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .miniform .form-container:last-of-type .form-column {
        background-position: 50% center !important;
    }
}

/* HERO CONTAINER */
.hero-container .promo-wrapper {
    position: relative;
}

.hero-container .slideshow .caption big {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}

@media all and (max-width: 1023px) {
    .hero-container .promo-wrapper {
        display: none;
    }
}


@media all and (max-width: 1023px) {

    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #f1f0f0;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: none;
    margin-top: -35px;
    margin-bottom: 35px;
}

.buttons-container .button {
    background: #f1f0f0;
    padding: 5px 0 5px;
}

.buttons-container .button .wrapper {
    max-width: 1170px;
}

.buttons-container .button a,
.home .buttons-container .button a {
    text-decoration: none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    border: 1px solid #131313;
    background: #131313;
    padding: 9px 10px 10px;
    min-width: 225px;
    margin: 10px;
}

.buttons-container .button a:hover {
    background-color: #003768;
    border: 1px solid #003768;
    color: #fff;
}

.buttons-container .prevnext {
    background: #f1f0f0;
}

.buttons-container .prevnext .wrapper {
    max-width: 1170px;
}

.buttons-container .prevnext a {
    color: #38362c;
    background: transparent;
    top: -45px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    opacity: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.buttons-container .prevnext a:hover {
    color: #131313;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #003768;
    margin-top: -10px;
}

.buttons-container .prevnext a:hover i {
    /*background-color: #ff470f !important;
    color: #fff;
    
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);*/
}

.buttons-container .prevnext a.prev i {
    background: #fff url("/resources/aiko/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    background: #fff url("/resources/aiko/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 1200px) {
    .buttons-container .prevnext a {
        font-size: 14px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -79px;
        margin-bottom: 79px;
    }

    .home .buttons-container:after {
        margin-top: -39px;
        margin-bottom: 47px;
    }

    .buttons-container .button a {
        max-width: 175px !important;
    }

    .buttons-container .prevnext .wrapper {
        height: auto;
        padding-top: 20px;
    }
}

.reviews-container {
    margin-top: 0;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.reviews-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.8);
}

.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 54% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.reviews-container .reviews {
    padding: 4px 0 5px;
}

.reviews-container .reviews .wrapper {
    max-width: 1170px;
}

.reviews-container .reviews h2 {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left;
    font-size: 40px;
    line-height: 35px;
}

.reviews-container .reviews h2 span {
    display: block;
}

.reviews-container .reviews .home-reviews {
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 50px 0;
    margin-left: 0;
    position: relative;
}

.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .4);
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    margin-left: -8%;
}

.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    text-transform: none;
    border-bottom: 1px solid #131313;
    text-decoration: none;
    padding: 3px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.reviews-container .reviews .home-reviews a:hover {
    border-color: #003768;
    color: #003768;
}

.reviews-container .reviews .home-reviews ul {
    color: #131313;
    font-size: 16px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #131313;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #131313;
    margin-top: 20px;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }

    .reviews-container .reviews .group .half {
        display: block;
        width: auto;
    }

    .reviews-container .reviews .img {
        margin: 0;
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 40px 0;
    }

    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
        border-bottom: 1px solid #131313;
        margin-bottom: 0;
    }

    .reviews-container .reviews {
        background: #fff;
        padding-top: 30px;
    }

    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
        margin-bottom: 15px;
    }

    .reviews-container .reviews h2:before {
        display: none;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0 auto 30px;
        padding: 0;
        background: transparent;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'PT Sans', sans-serif;
    color: #131313;
    font-size: 16px;
    line-height: 25px;
}

.content-container .content .content-item.odd,
.content-container .content .content-seo {
    background: #fff;
    margin-top: 5px;
}

.content-container.scroll .content .content-item.odd {
    margin-top: 2px;
}

.content-container.scroll .content .content-item.odd:first-of-type {
    background: #fff;
    text-align: center;
    margin-bottom: 0;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 1170px;
}

.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 60px !important;
}

.content-container .content-seo .content-item .wrapper:first-of-type {
    padding-top: 50px;
}

.content-container .content .content-item .group .half {
    width: calc(50% - 10px);
    margin: 0 5px;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.content-container .content .content-item h1.entry-title {
    color: #003768;
    text-align: left;
    margin-bottom: 30px;
    /*border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;*/
}

.content-container .content .content-item h1.entry-title span {
    color: #131313;
}

.content-container .content .content-item h1.entry-title big {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 85px;
    color: #131313;
    display: block;
    line-height: 85px;
}

.content-container.scroll .content .content-item h1.entry-title {
    position: absolute;
    color: #003768;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 58px;
    text-align: left;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}

.content-container .content .content-item h1.entry-title strong {
    font-weight: 400;
    font-size: 60px;
}

.content-container.scroll .content .content-item h1.entry-title.sticky {
    line-height: 50px;
}

.content-container .content .content-item h2.entry-title {
    margin-bottom: 30px;
    color: #003768;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 36px;

    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #003768;
    margin-top: 1px;
}

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

@media all and (max-width: 1023px) {
    .content-container .content .content-item .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item .bg-holder {
        background-image: none !important;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 30px !important;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }

}

@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
        padding-top: 25px;
        padding-bottom: 25px !important;
    }

    .content-container .content .content-item .wrapper.wrapper-wide {
        display: none;
    }

    .content-container.scroll .content .content-item.odd:first-of-type .wrapper {
        padding-bottom: 0 !important;
    }

    .content-container .content .content-item h1.entry-title {
        margin-bottom: 20px;
    }

    .content-container .content .content-item h1.entry-title span {
        display: block;
        line-height: 1;
    }

    .content-container.scroll .content .content-item h1.entry-title span {
        position: relative;
        display: inline;
    }

    .content-container .content .content-item h1.entry-title big {
        font-size: 35px;
        display: inline-block;
        line-height: 35px;
    }

    .content-container .content .content-item h2.entry-title {
        margin-bottom: 20px;
    }

}

.content-container .content .content-item p {
    font-size: 16px;
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
}


.content-container .content .content-item p:last-of-type {
    margin-bottom: 0;
}

.content-container .content .content-item p a {
    color: #131313;
}

.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: #fff;
    border-bottom: 1px solid #003768;
    position: relative;
}

.content-container .content .content-item .spy:after {
    content: '';
    border-bottom: 1px solid #003768;
    position: absolute;
    left: -225px;
    right: -225px;
    display: block;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    /*border-top: 1px solid #131313;
    border-bottom: 1px solid #131313;*/
}

.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1170px;
}

.content-container .content .content-item .spy ul li {
    margin-left: 20px;
}

.content-container .content .content-item .spy ul li a {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 0 18px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .sticky .spy ul li a {
    padding: 12px 0;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #003768;
}

.content-container .content .content-item .spy ul li.active a {
    color: #003768;
}

@media all and (max-width: 1200px) {
    .content-container .content .content-item .sticky .spy ul {
        padding: 0 15px;
    }
}

@media all and (max-width: 1023px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        padding: 12px 0 !important;
    }
}

@media all and (max-width: 767px) {

    .content-container .content .content-item .sticky .spy ul {
        border-top: 1px solid transparent;
    }

    .content-container .content .content-item .spy ul li {
        margin-left: 0;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'PT Sans', sans-serif;
        padding: 10px 12px !important;
    }
}

.home .content-container .content .content-item {
    position: relative;
    margin-top: 0;
}

.home .content-container .content .content-item .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.home .content-container .content .content-item h1.entry-title {
    text-transform: uppercase;
    color: #414141;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 3px;
    line-height: 55px;
    border-top: none;
    border-bottom: none;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #003768;
    font-size: 40px;
    font-weight: 300;
    max-width: 346px;
}

.home .content-container .content .content-item h1.entry-title strong {
    font-size: 90px;
    color: #003768;
    line-height: 0.9;
    margin-top: -7px;
}

.home .content-container .content .content-item h2.entry-title {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    text-transform: inherit;
}

.home .content-container .content .content-item h2.entry-title:after {
    border: none;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    padding: 0;
    font-size: 0;
    clear: both;
    float: left;
    margin-top: -10px;
    margin-right: 30px;
}

.home .content-container .content .content-item .poi li {
    min-width: 85px;
    margin-right: 8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;

}

.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}

.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/aiko/images/icons-sprite.png") no-repeat;
    height: 92px;
    width: 92px;
    display: block;
    margin: 0 auto 10px;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}

.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -117px 0;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -234px 0;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.home .content-container .content .content-item:first-of-type p:first-of-type {
    font-style: italic;
}

.home .content-container .content .content-item p:last-of-type {
    /*margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;*/
}

.home .content-container .content .content-item.section-two {
    margin: -95px 0 0;
}

.home .content-container .content .content-item.section-one .img {
    width: 43.5%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item.section-two .the-content {
    width: 43.5%;
    padding-left: 30px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item .first,
.home .content-container .content .content-item .second,
.home .content-container .content .content-item .third {
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
}

.home .content-container .content .content-item .third {
    margin-bottom: 0;
}

.home .content-container .content .content-item .first .wrapper,
.home .content-container .content .content-item .second .wrapper,
.home .content-container .content .content-item .third .wrapper {
    padding: 0;
}

.home .content-container .content .content-item .first .wrapper:after,
.home .content-container .content .content-item .second .wrapper:after,
.home .content-container .content .content-item .third .wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.home .content-container .content .content-item .first .wrapper > div,
.home .content-container .content .content-item .second .wrapper > div,
.home .content-container .content .content-item .third .wrapper > div {
    background: rgba(255, 255, 255, .85);
    float: left;
    max-width: 510px;
    padding: 50px 30px 50px 0;
    position: relative;
}

.home .content-container .content .content-item .second .wrapper > div {
    float: right;
    border: none;
    padding: 50px 0 50px 30px;
}

.home .content-container .content .content-item .first .wrapper > div:before,
.home .content-container .content .content-item .second .wrapper > div:before,
.home .content-container .content .content-item .third .wrapper > div:before {
    background: rgba(255, 255, 255, .85);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
}

.home .content-container .content .content-item .second .wrapper > div:before {
    right: -100%;
    left: auto;
}

.home .content-container .content .content-item .first .wrapper > div:after,
.home .content-container .content .content-item .second .wrapper > div:after,
.home .content-container .content .content-item .third .wrapper > div:after {
    content: '';
    display: block;
    clear: both;
}

.home .content-container .content .content-item .first p,
.home .content-container .content .content-item .second p,
.home .content-container .content .content-item .third p {
    color: #000000;
}

.home .content-container .content .content-item .first a,
.home .content-container .content .content-item .second a,
.home .content-container .content .content-item .third a {
    color: #fff;
    background: #131313;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 20px;
    margin-top: 30px;
    float: right;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home .content-container .content .content-item .first a:hover,
.home .content-container .content .content-item .second a:hover,
.home .content-container .content .content-item .third a:hover {
    background: #003768;
}

.home .content-container .content .content-item .first a,
.home .content-container .content .content-item .third a {
    float: none;
}

.home .content-container .content .content-item h3 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}

@media all and (max-width: 1200px) {
    .home .content-container .content .content-item .poi li {
        min-width: 119px;
        width: 10%;
        margin-right: 0;
    }
    
    .home .content-container .content .content-item .first .wrapper > div, 
    .home .content-container .content .content-item .second .wrapper > div, 
    .home .content-container .content .content-item .third .wrapper > div {
        padding: 60px 30px;
        max-width: 540px;
    }

    .home .content-container .content .content-item h1.entry-title{
        text-align: center;
        padding-right: 0;
    }
}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }

    .home .content-container .content .content-item .wrapper {
        padding-bottom: 40px;
    }

    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }

    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
        float: none;
        border: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home .content-container .content .content-item h1.entry-title span:first-of-type {
        margin-left: 0;
    }

    .home .content-container .content .content-item:first-of-type p:first-of-type {
        margin-bottom: 15px;
    }

    .home .content-container .content .content-item.section-one .the-content,
    .home .content-container .content .content-item.section-two .the-content {
        width: auto;
        display: block;
        padding: 0 !important;
    }

    .home .content-container .content .content-item.section-one .img {
        display: none;
    }

    .home .content-container .content .content-item.section-two {
        margin: -40px 0 0;
    }

    .home .content-container .content .content-item .group h3 {
        min-height: auto;
    }

    .home .content-container .content .content-item .group p {
        min-height: auto;
        margin-bottom: 10px;
        max-width: none !important;
    }
  
}

@media all and (max-width: 767px) {
    .home .content-container .content .content-item .wrapper.wrapper-wide {
        display: block;
    }
    
    .home .content-container .content .content-item h1.entry-title,
    .home .content-container .content .content-item h1.entry-title span,
    .home .content-container .content .content-item h1.entry-title small {
        font-size: 33px;
        line-height: 35px;
    }
    
    .home .content-container .content .content-item h1.entry-title strong {
        font-size: 52px;
        margin-top: 0;
    }

    .home .content-container .content .content-item h1.entry-title {
        margin-bottom: 20px;
    }

    .home .content-container .content .content-item .poi {
        padding-bottom: 25px;
        margin-top: 30px;
        display: none;
    }

    .home .content-container .content .content-item .poi li {
        padding-bottom: 15px;
    }

    .home .content-container .content .content-item.section-two {
        margin:  -30px 0 0;
    }
    
    .home .content-container .content .content-item .first .wrapper, 
    .home .content-container .content .content-item .second .wrapper, 
    .home .content-container .content .content-item .third .wrapper {
        padding-bottom: 0 !important;
    }
    
    .home .content-container .content .content-item .first .wrapper > div, 
    .home .content-container .content .content-item .second .wrapper > div, 
    .home .content-container .content .content-item .third .wrapper > div {
        max-width: none;
        float: none;
    }
    
    .home .content-container .content .content-item .first a,
    .home .content-container .content .content-item .third a {
        float: none;
    }
}

.home .content-container .content .group .content-item .wrapper .the-content {
    margin-right: calc(59.11458% + 106px);
    margin-left: 0;
}

.home .content-container .content .group .content-item:nth-of-type(2n + 2) .wrapper .the-content {
    margin-left: calc(59.11458% + 106px);
    margin-right: 0;
}

.home .content-container .content .group .content-item .bg-half {
    left: auto;
    right: 0;
    width: 59.11458%;
}

.home .content-container .content .group .content-item:nth-of-type(2n + 2) .bg-half {
    right: auto;
    left: 0;
}

.home .content-container .content .group .content-item .wrapper div div {
    padding-top: 25px;
}

.home .content-container .content .group .content-item .wrapper a {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 25px;
    color: #131313;
    text-transform: uppercase;
    border: 1px solid #131313;
    text-decoration: none;
    padding: 5px 15px;

    -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 .group .content-item .wrapper a:hover {
    background-color: #99694b;
    color: #fff;

    -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;
}

@media all and (max-width: 1023px) {
    .home .content-container .content .group .content-item .bg-half {
        display: none;
    }

    .home .content-container .content .group .content-item .wrapper .the-content {
        margin-right: 0;
    }

    .home .content-container .content .group .content-item:nth-of-type(2n+2) .wrapper .the-content {
        margin-left: 0;
    }
}

@media all and (max-width: 1023px) {
    .home .content-container .content .group .content-item .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #7f7f7f24;
    }
}

.about .content-container .content .content-item .img {
    margin: 30px -225px;
}

.about .content-container .content .content-item .img img {
    max-width: none;
    width: 100%;
}

@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .img {
        margin: 30px 0;
    }
}

.explore .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}

.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.explore .content-container .content .content-item .group {
    margin: 0 -15px;
    font-size: 0;
}

.explore .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin: 0 15px;
    width: calc(50% - 30px);
}

.explore .content-container .content .content-item .group .half.half-content {
    font-size: 16px;
    text-align: justify;
}

.explore .content-container .content .content-item.villa-layout .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-bottom: 30px;
}

.explore .content-container .content .content-item.living-areas .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-top: 0;
}

.explore .content-container .content .content-item.living-areas .the-content:after {
    right: 0;
    left: auto;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 40px auto 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    border: none;
    margin: 0 auto 15px;
    display: block;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}

.explore .content-container .content .content-item.villa-layout .img.img-wide,
.explore .content-container .content .content-item.bedrooms .img.img-wide {
    margin: 30px -225px 0;
}

.explore .content-container .content .content-item.villa-layout .img img,
.explore .content-container .content .content-item.bedrooms .img img,
.explore .content-container .content .content-item.living-areas .img img {
    max-width: none;
    width: 100%;
}

.explore .content-container .content .content-item.living-areas .the-content > .img img,
.explore .content-container .content .content-item.bedrooms .the-content > .img img {
    margin: 0 auto;
}

.explore .content-container .content .content-item.bedrooms .group:first-of-type {
    margin-top: 30px;
}

.explore .content-container .content .content-item.living-areas .group .half h3,
.explore .content-container .content .content-item.bedrooms .group .half h3 {
    margin-top: 0;
}

.explore .content-container .content .content-item.living-areas .group:nth-of-type(odd) .half .img,
.explore .content-container .content .content-item.bedrooms .group:nth-of-type(odd) .half .img {
    margin-left: -225px;
}

.explore .content-container .content .content-item.living-areas .group:nth-of-type(even) .half .img,
.explore .content-container .content .content-item.bedrooms .group:nth-of-type(even) .half .img {
    margin-right: -225px;
}

@media all and (max-width: 1200px) {
    .explore .content-container .content .content-item.bedrooms .group:first-of-type {
        margin-top: 0;
    }

    .explore .content-container .content .content-item.living-areas .group .half .img,
    .explore .content-container .content .content-item.bedrooms .group .half .img {
        margin-top: 30px;
    }

    .explore .content-container .content .content-item.living-areas .group .half h3,
    .explore .content-container .content .content-item.bedrooms .group .half h3 {
        margin-top: 30px;
    }

    .explore .content-container .content .content-item.living-areas .group .half.half-content .the-content,
    .explore .content-container .content .content-item.bedrooms .group .half.half-content .the-content {
        margin-top: 30px;
    }
}

@media all and (max-width: 1023px) {

    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }

    .explore .content-container .content .content-item.living-areas,
    .explore .content-container .content .content-item.bedrooms {
        border-top: none;
    }
    
    .explore .content-container .content .content-item.villa-layout .img.img-wide,
    .explore .content-container .content .content-item.bedrooms .img.img-wide {
        margin: 30px 0 0;
    }

    .explore .content-container .content .content-item .the-content:after {
        display: none;
    }

    .explore .content-container .content .content-item .group .half {
        width: 100%;
        padding-right: 0px !important;
    }

    .explore .content-container .content .content-item.living-areas .group:first-of-type,
    .explore .content-container .content .content-item.bedrooms .group:first-of-type {
        margin-top: 0;
    }

    .explore .content-container .content .content-item .group .half {
        display: none;
    }

    .explore .content-container .content .content-item .group .half.half-content {
        display: block;
    }

    .explore .content-container .content .content-item.living-areas .group .half h3,
    .explore .content-container .content .content-item.bedrooms .group .half h3 {
        margin-top: 25px;
    }

}

@media all and (max-width: 767px) {
    .explore .content-container .content .content-item .wrapper.wrapper-wide {
        display: block;
    }
}


.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: #131313;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 70px;
}

.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong {
    font-size: 25px;
    font-family: 'Frank Ruhl Libre', serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: #131313;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -9px;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}

.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -943px;
}

.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 {
    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 -1215px;
}

.quick-facts .content-container .content .content-item .item#managed-by:before {
    background-position: 0 -1500px;
}

@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px;
    }

    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }

    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }

    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }

    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* PRESS */

.press .content-container .content .content-item .press-container .press-item.current {
    padding: 3px 3px 3px;
    margin-bottom: 15px;
}


.press .content-container .content .content-item .press-container .press-item img {
    margin-top: 0;
}

.press .content-container .content .content-item .press-container .press-item a {
    color: #131313;
    display: block;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-container .press-item span {
    overflow: hidden;
    display: block;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #131313;
    color: #131313;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #131313;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #131313;
    border-color: #131313;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #131313;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
    display: block;
}

/* GALLERY */
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #131313;
    color: #131313;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #131313;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #131313;
    border-color: #131313;
    color: #fff;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    padding-bottom: 30px;
}

.locale .content-container .content .content-item.things-to-do .wrapper {
    padding-top: 0;
}

.locale .content-container .content .content-item .the-content h2.entry-title {
    line-height: 20px;
}

.locale .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.locale .content-container .content .content-item.the-locale .area {
    margin-top: 10px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: left;
    width: 50%;
    height: 279px;
    margin-top: 25px;
    margin-right: 30px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.the-locale .img {
    margin: 30px -225px 0;
}

.locale .content-container .content .content-item .img img {
    max-width: none;
    width: 100%;
}

.locale .content-container .content .content-item .group {
    margin: 25px -15px 0;
    font-size: 0;
}

.locale .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin: 0 15px 5px;
    width: calc(50% - 30px);
}

.locale .content-container .content .content-item .group .half.half-content {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.locale .content-container .content .content-item.things-to-do .wrapper.wrapper-wide .img {
    margin-top: 10px;
}

.locale .content-container .content .content-item.things-to-do .wrapper.wrapper-wide {
    padding-top: 0px;
    padding-bottom: 0px !important
}

.locale .content-container .content .content-item.things-to-do .wrapper:nth-of-type(4) {
    padding-bottom: 60px !important;
}

.locale .content-container .content .content-item.things-to-do .wrapper.wrapper-wide .group {
    margin-left: -5px;
}

.locale .content-container .content .content-item.things-to-do .group:nth-of-type(odd) .half .img {
    margin-left: -225px;
}

.locale .content-container .content .content-item.things-to-do .group:nth-of-type(even) .half .img {
    margin-right: -225px;
}

.locale .content-container .content .content-item.things-to-do ul {
    list-style: disc;
}

.locale .content-container .content .content-item.things-to-do ol {
    list-style: decimal;
}

.locale .content-container .content .content-item.things-to-do ul li,
.locale .content-container .content .content-item.things-to-do ol li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
}

.locale .content-container .content .content-item.things-to-do ul li:last-of-type,
.locale .content-container .content .content-item.things-to-do ol li:last-of-type {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do ul li a,
.locale .content-container .content .content-item.things-to-do ol li a {
    color: #131313;
}

@media all and (max-width: 1200px) {
    .locale .content-container .content .content-item .group {
        margin-top: 0;
    }
    
    .locale .content-container .content .content-item .group .half {
        vertical-align: top;
    }

    .locale .content-container .content .content-item.things-to-do .group .half .img {
        margin-top: 30px;
    }

    .locale .content-container .content .content-item.things-to-do ul,
    .locale .content-container .content .content-item.things-to-do ol {
        margin-top: 30px;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content .the-content {
        margin-top: 30px;
    }
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item .group {
        margin: 0;
    }
    
    .locale .content-container .content .content-item.things-to-do .the-content:first-of-type {
        padding: 40px 0 0 !important;
        background: transparent;
    }

    .locale .content-container .content .content-item.things-to-do .the-content:first-of-type:before {
        display: none;
    }

    .locale .content-container .content .content-item.things-to-do .the-content {
        padding: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do {
        border-top: 1px solid #fff;
    }

    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .locale .content-container .content .content-item .the-content:after {
        display: none !important;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .locale .content-container .content .content-item.the-locale .img {
        margin: 30px 0 0;
    }

    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type {
        margin-bottom: 0px;
    }
    
    .locale .content-container .content .content-item.things-to-do ul, 
    .locale .content-container .content .content-item.things-to-do ol {
        margin-top: 15px;
    }

}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item .wrapper.wrapper-wide {
        display: block;
    }

    .locale .content-container .content .content-item .wrapper > .img {
        margin-bottom: 0;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 225px;
        margin-left: 0;
        margin-right: 0;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }

    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item h1.entry-title {
    text-align: left;
}

.experience .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}

.experience .content-container .content .content-item .bg-holder {
    margin-top: 5px;
}

.experience .content-container .content .content-item.staff h2.entry-title,
.experience .content-container .content .content-item.dining h2.entry-title,
.experience .content-container .content .content-item.families h2.entry-title,
.experience .content-container .content .content-item.spa h2.entry-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.experience .content-container .content .content-item.staff h2.entry-title:after,
.experience .content-container .content .content-item.dining h2.entry-title:after,
.experience .content-container .content .content-item.families h2.entry-title:after,
.experience .content-container .content .content-item.spa h2.entry-title:after {
    border-bottom: 0px;
}

.experience .content-container .content .content-item.staff .details,
.experience .content-container .content .content-item.spa .details {
    margin-top: 30px;
}

.experience .content-container .content .content-item.spa .details:first-child {
    margin-top: 0;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    color: #131313;
    font-family: 'Frank Ruhl Libre',serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    clear: left;
}

.experience .content-container .content .content-item.staff dt {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: calc(30% - 15px);
    margin-right: 15px;
}

.experience .content-container .content .content-item.staff dd {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 70%;
}

.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    float: none;
    width: auto;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.staff dd p,
.experience .content-container .content .content-item.spa dd,
.experience .content-container .content .content-item.spa dd p {
    font-size: 15px;
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    overflow: hidden;
}

.experience .content-container .content .content-item.staff dd p,
.experience .content-container .content .content-item.spa dd p {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff dd: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: #131313;
}

.experience .content-container .content .content-item.staff .img {
    margin: 30px -225px 0;
}

.experience .content-container .content .content-item .img img {
    max-width: none;
    width: 100%;
}

.experience .content-container .content .content-item .group {
    margin: 0 -15px 30px;
    font-size: 0;
}

.experience .content-container .content .content-item .group:last-child {
    margin-bottom: 0;
}

.experience .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}

.experience .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.experience .content-container .content .content-item.dining .group .half .img,
.experience .content-container .content .content-item.spa .group .half .img {
    margin: 0;
}

.experience .content-container .content .content-item.dining .group:nth-of-type(odd) .half .img,
.experience .content-container .content .content-item.families .group:nth-of-type(odd) .half .img,
.experience .content-container .content .content-item.spa .group:nth-of-type(odd) .half .img {
    margin-right: -225px;
}

.experience .content-container .content .content-item.dining .group:nth-of-type(even) .half .img,
.experience .content-container .content .content-item.families .group:nth-of-type(even) .half .img,
.experience .content-container .content .content-item.spa .group:nth-of-type(even) .half .img {
    margin-left: -225px;
}

@media all and (max-width: 1200px) {
    .experience .content-container .content .content-item .the-content {
        padding: 0 !important;
    }
    
    .experience .content-container .content .content-item .group {
        margin: 0 0 15px;
    }
    
    .experience .content-container .content .content-item .group:last-child {
        margin-bottom: 0;
    }

    .experience .content-container .content .content-item .group .half {
        display: none;
    }

    .experience .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        margin: 0;
        display: block;
        width: auto;
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
    }

    .experience .content-container .content .content-item .the-content:after {
        display: none !important;
    }
    
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd {
        display: block;
        width: auto;
    }
    
    .experience .content-container .content .content-item.staff .img {
        margin: 30px 0 0;
    }

    .experience .content-container .content .content-item.spa p:last-of-type {
        margin-bottom: 15px;
    }

    .experience .content-container .content .content-item .group .wrapper {
        padding: 0 !important;
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item.staff dt {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
    }

    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
}

.weddings .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0px !important;
}

.weddings .content-container .content .content-item .wrapper:nth-of-type(4) {
    padding-bottom: 60px !important;
}

.weddings .content-container .content .content-item h2 {
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
    font-size: 30px;
    color: #131313;
    font-weight: 400;
    text-align: center;
}

.weddings .content-container .content .content-item small {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    color: #131313;
    display: block;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
    margin: 0 -15px;
}

.weddings .content-container .content .content-item .group .half {
    width: calc(58.4% - 30px);
    margin: 0 15px;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.weddings .content-container .content .content-item .group .half.half-content {
    width: calc(41.6% - 30px);
}

.weddings .content-container .content .content-item .season,
.weddings .content-container .content .content-item .capacity {
    width: 420px;
    font-size: 16px;
    font-weight: 300;
    color: #131313;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 25px 25px;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 13px auto 0;
}

.weddings .content-container .content .content-item .capacity {}

.weddings .content-container .content .content-item .season {
    display: block;
    width: auto;
    padding: 2.65% 25px;
}

.weddings .content-container .content .content-item .season li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 10px;
}

.weddings .content-container .content .content-item .season li:before {
    content: '|';
    margin-right: 10px;
    margin-left: -10px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.weddings .content-container .content .content-item .season li:first-of-type:before {
    display: none
}

.weddings .content-container .content .content-item .guidelines {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
}

.weddings .content-container .content .content-item .guidelines ul li {
    display: inline-block;
    max-width: 250px;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #131313;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 25px 5px;
    margin-top: 13px;
    font-family: 'Frank Ruhl Libre', serif;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.weddings .content-container .content .content-item .guidelines a:hover {
    background-color: #15140f;
    color: #fff;
}

.weddings .content-container .content .content-item .img {
    margin: 30px auto;
}

.weddings .content-container .content .content-item .group .img {
    margin: 0 auto;
}

@media all and (max-width: 1200px) {

    .weddings .content-container .content .content-item .group .half {
        display: none;
    }

    .weddings .content-container .content .content-item .group .half.half-content {
        display: block;
        width: calc(100% - 30px);
    }

    .weddings .content-container .content .content-item .capacity {
        padding: 3.2% 5px;
        font-size: 16px;
        width: auto;
        display: block;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: calc(50% - 10px);
        padding: 4.4% 5px;
        font-size: 16px;
    }

    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 20px;
    }
}

@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 15px;
    }

    .weddings .content-container .content .content-item .guidelines {
        font-size: 0;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: 50%;
        padding: 4.4% 5px;
        font-size: 15px;
    }

    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 16px;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: 100%;
        padding: 4.4% 5px;
        font-size: 16px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .reviews-container:before {
    display: none;
}

.guest-reviews .content-container .content .content-item .slides li {
    opacity: 10;
    padding: 3px;
    display: none;
}

.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 3px;
    display: block;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #b1b1b1;
    font-size: 140px;
    margin: 52px 10px -20px -10px;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    margin-bottom: 0;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
    color: #131313;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {

    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #131313;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #131313;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #131313;
    border-color: #131313;
    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 #131313;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #003768;
}

.rates .content-container .content .content-item .promotions {
    background: #003768;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #003768;
    font-family: 'Frank Ruhl Libre', serif;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #131313;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #131313;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #003768;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #003768;
    font-family: 'PT Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #c4d1dc;
    color: #131313;
    font-family: 'PT Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #003768 !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #003768;
}

@media all and (max-width: 767px) {

    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 1px;
    }

    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
}

/* FORM */
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #131313;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #131313;
    font-family: 'PT Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'PT 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: 'PT Sans', sans-serif;
}


.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'PT 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: 'PT 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 .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {}

.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    border: 1px solid #131313;
    background: #131313;
    padding: 6px 30px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 6px 30px;
}

.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: #003768;
    border: 1px solid #003768;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #131313;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #131313;
}

.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: #131313;
}

.links .content-container .content .content-item h2 {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
}

.links .content-container .content .content-item h3 {
    color: #131313;
    font-family: 'Frank Ruhl Libre', serif;
}