/* 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: 1600px;
    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: 30px 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: 64px;
    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: -77px;
        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: 270px;
    margin-bottom: 35px !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: 28px;
}

.footer-container .footer .bottom .marketed {
    max-width: 250px;
    margin: 20px auto 15px;
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px !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%;
}

.hero-parallax{
    transform: none !important;
}

@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: #282828;
    background: #fff;
    top: -39px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #518397;
}

.buttons-container .prevnext a.prev i {
    background: url("/resources/ukiyo/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/ukiyo/images/prev-arrow-hover.png") no-repeat center center;
    background-color: #518397;
}

.buttons-container .prevnext a.next i {
    background: url("/resources/ukiyo/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/ukiyo/images/next-arrow-hover.png") no-repeat center center;
    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;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #fff !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: 721px;
    border: 1px solid #fff;
    border-top: none;
    position: relative;
    padding: 40px;
    -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: 60px;
    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: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #fff;
    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: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #fff;
    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;
    }
}

.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;
}

.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 {
    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-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;
}

.home .content-container .content .content-item .inner-desc {
    position: absolute;
    bottom: 20em;
    padding: 80px;
    background-color: #03030360;
    max-width: 1024px;
    z-index: 2;
}

.home .content-container .content .content-item .inner-desc p,
.home .content-container .content .content-item .inner-desc h2 {
    color: #fff !important;
}

.home .content-container .content .content-item.section-three .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.home .content-container .content .content-item.section-three .group .img {
    flex-basis: calc(33.3333333%);
    max-width: calc(33.3333333%);
    position: relative;
}

.home .content-container .content .content-item .img .img-desc {
    background: rgba(0, 0, 0, 0.459);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    height: 20%;
    padding: 20px;
    -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;
    opacity: 0;
}



.home .content-container .content .content-item .img:hover .img-desc {
    opacity: 1;
}

.home .content-container .content .content-item .img .img-desc:hover {
    -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;
    height: 30%;
}

.home .content-container .content .content-item .img-desc H3 {
    margin-bottom: 0px;
    color: #fff;
}

.home .content-container .content .content-item a {
    margin-top: 10px;
    color: #fff;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 90%;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}
/* @media all and (min-width: 768px) and (max-width: 1200px) {
    .home .content-container .content .content-item .img .img-desc {
        padding: 35px 20px 20px !important;
    }
} */
@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: 1280px){
    .home .content-container .content .content-item .img .img-desc{
        height: 50%;
    }
}

@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: 100%;
    }
    .home .content-container .content .content-item .inner-desc{
        bottom: 9em;
        left: 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 {
        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: 1024px){
    .home .content-container .content .content-item .img .img-desc{
        height: 120px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .home .content-container .content .content-item .img-desc h3 {
        font-size: 15px;
    }
    .home .content-container .content .content-item .img .img-desc:hover {
        height: 50%;
    }
}

@media all and (max-width:768px){
    .home .content-container .content .content-item .inner-desc{
        max-width: 100%;
        bottom: 2em;
    }

    .home .content-container .content .content-item .home-slides .owl-item {
        float: left;
    }
    .home .content-container .content .content-item.section-three .group .img{
        max-width: 100%;
    }
    .home .content-container .content .content-item.section-three .home-slides .owl-item.active .img .img-desc {
        height: 60% !important;
        opacity:1 !important;
    }
    .home .content-container .content .content-item .img-desc H3{
        font-size: 14px;
    }
    
    .home .content-container .content .content-item.section-three .group{
        display: block;
    }
}

@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;
    }
 
    .home .content-container .content .content-item.section-two .inner-desc{
        position: absolute;
        padding: 40px;
        left: 0;
        bottom: 60px;
        top: unset;
        max-width: 100%;
        height: 300px;
        z-index: 44;
    }
    .home .content-container .content .content-item .img-desc H3,
    .home .content-container .content .content-item .img-desc a{
        font-size: 14px;
    }
}

@media all and (max-width:683px){
        .home .content-container .content .content-item.section-two .inner-desc{
            bottom: unset;
            position: absolute;
            box-shadow: 0px 8px 16px 3px #888;
            background-color: #03030387;
            top: 0px;
        }
        
}

@media all and (max-width:500px){
    
    .home .content-container .content .content-item.section-three .group .img{
        max-width:100%;
    }
    .home .content-container .content .content-item.section-three .home-slides .owl-item.active .img .img-desc {
        height: 40% !important;
        opacity:1 !important;
    }
    .home .content-container .content .content-item.section-three .group{
        display: block;
    }
    .home .content-container .content .content-item.section-two .inner-desc{
        height: 500px;
    }
}

@media all and (max-width: 410px) and (min-width: 321px) {
    .home .content-container .content .content-item.section-two .inner-desc{
        height: 650px;
    }
}
@media all and (max-width: 320px) {
    .home .content-container .content .content-item.section-two .inner-desc{
        height: 550px;
    }
}

@media all and (max-width: 425px){
    .home .content-container .content .content-item.section-two .inner-desc{
        bottom: 150px;
        position: relative;
        box-shadow: 0px 8px 16px 3px #888888;
        background-color: #030303d1;
    }
    .home .content-container .content .content-item .img-desc H3{
        font-size: 17px;
    }
    
}

@media all and (max-width:320px){
    .home .content-container .content .content-item.section-two .inner-desc{
        padding: 20px;
    }
    .home .content-container .content .content-item.section-two .the-content{
        padding: 0;
    }
}
.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: 50px;
}

.about .content-container .content .content-item p {
    text-align: justify;
}

.about .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    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: 40px;
}

.explore .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 440px;
    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 {
    width: 100%;
    margin-left: 0;
    padding: 0px;
    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;
}

.explore .content-container .content .content-item.bedrooms .group-wrapper,
.locale .content-container .content .content-item.things-to-do .group-wrapper
{
    display: flex;
    align-items: center;
}

.explore .content-container .content .content-item.bedrooms .half
{
    padding: 0 60px;
}
.explore .content-container .content .content-item.bedrooms .half.half-content
{
    flex: 1;
    padding: 0;
}
.explore .content-container .content .content-item.bedrooms .group-wrapper .second-img
{
    margin-right: -349px;
}
.explore .content-container .content .content-item.bedrooms .group-wrapper .first-img
{
    margin-left: -349px;
}

.explore .content-container .content .content-item.living-areas .wrapper:last-of-type {
    padding-bottom: 60px;
}
.explore .content-container .content .content-item.bedrooms .group:first-of-type{
    margin-top: 40px;
}

@media all and (max-width: 1570px) {
    .explore .content-container .content .content-item.bedrooms{
        overflow: hidden;
    }
    .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%;
    }
    .explore .content-container .content .content-item .jarallax{
        margin: 0px;
        width: 100%;
    }
}

@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%;
    }
    .explore .content-container .content .content-item.bedrooms .group-wrapper .first-img{
        margin-left: -59px;
    }
    .explore .content-container .content .content-item.bedrooms .group-wrapper .second-img{
        margin-right: -59px;
    }
    .explore .content-container .content .content-item .jarallax{
        margin: 0px;
    }
}

@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;
    }
    .explore .content-container .content .content-item.bedrooms .group-wrapper{
        display: flex;
        flex-direction: column;
    }
    .explore .content-container .content .content-item.bedrooms .half{
        width: 100%;
        padding: 0px;
    }
    .explore .content-container .content .content-item.bedrooms .group-wrapper .first-img{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .explore .content-container .content .content-item.bedrooms .group:nth-of-type(2n) .group-wrapper {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .explore .content-container .content .content-item.bedrooms .group-wrapper .second-img{
        margin-left:0;
        margin: 20px 0;
    }
    .explore .content-container .content .content-item.living-areas .wrapper:last-of-type{
        display: none;
    }
}

.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: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}

.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#gym-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: 355px;
    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 .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 .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.things-to-do .the-content ul li strong {
    font-weight: bold;
}

.locale .content-container .content .content-item.things-to-do ul li{
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
    font-family: 'Open sans',sans-serif;
}
.locale .content-container .content .content-item.things-to-do ul li:last-of-type{
    margin-bottom: 0;
}
.locale .content-container .content .content-item.things-to-do ul{
    list-style: disc;
    margin-top: 15px;
}

.locale .content-container .content .content-item.things-to-do .group{
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
    margin-top: 40px;
}

.locale .content-container .content .content-item.things-to-do .group-wrapper
{
    display: flex;
    align-items: center;
}

.locale .content-container .content .content-item.things-to-do .half{
    width: 50%;
    margin: 0 5px;
}
.locale .content-container .content .content-item.things-to-do .half.half-content
{
    flex: 1;
    padding: 0;
}
.locale .content-container .content .content-item.things-to-do .group-wrapper .second-img{
    margin-right: -349px;
}
.locale .content-container .content .content-item.things-to-do .group-wrapper .first-img{
    margin-left: -349px;
}
.locale .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 440px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.locale .content-container .content .content-item.things-to-do .wrapper.ttd-content{
    padding-top: 0;
}

@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;
    }
    .locale .content-container .content .content-item.things-to-do .group{
        margin-top: 0;
    }
}

@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.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.dining h1.entry-title {
    margin-bottom: 40px;
}

.experience .content-container .content .content-item p {
    text-align: justify;
}

.experience .content-container .content .content-item .jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-bottom: 60px;
    height: 400px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.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;
}

.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;
}


/* CUSTOM FOR SUMMER */

.experience .content-container .content .content-item.summer h1.entry-title,
.experience .content-container .content .content-item.winter h1.entry-title {
    margin-bottom: 60px;
    line-height: unset;
}

.experience .content-container .content .content-item .group-wrapper
{
    display: flex;
    align-items: center;
}

.experience .content-container .content .content-item .half
{
    padding: 0 60px;
}
.experience .content-container .content .content-item .half.half-content
{
    flex: 1;
    padding: 0;
}
.experience .content-container .content .content-item .group-wrapper .second-img
{
    margin-right: -349px;
}
.experience .content-container .content .content-item .group-wrapper .first-img
{
    margin-left: -349px;
}

.experience .content-container .content .content-item.winter .group:first-of-type{
    margin-top: 40px;
}

@media all and (max-width: 1765px) {
    .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 .img {
        width: calc(66.2% - 10px);
    }
    .experience .content-container .content .content-item.dining .img:last-of-type {
        width: calc(33.8% - 10px);
    }
    .experience .content-container .content .content-item.dining .wrapper.wrapper-wide:last-of-type .img {
        width: 33.2%;
    }
}

@media all and (max-width: 1570px) {
    .experience .content-container .content .content-item .jarallax {
        width: 100%;
    }
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 50%;
        margin-left: -20%;
    }
}

@media all and (max-width: 1180px) {
    .experience .content-container .content .content-item .wrapper.wrapper-wide .the-content {
        width: 50%;
        margin-left: -45%;
    }
    .experience .content-container .content .content-item .group-wrapper .first-img{
        margin-left: -59px;
    }
    .experience .content-container .content .content-item .group-wrapper .second-img{
        margin-right: -59px;
    }
    .experience .content-container .content .content-item .group:nth-of-type(2n){
        margin-top: 40px;
    }
    
}

@media all and (max-width: 1053px) {
    .experience .content-container .content .content-item .jarallax {
        width: 100%;
        display: block;
        margin: 0;
    }
    .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.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;
    }
    .experience .content-container .content .content-item .jarallax {
        display: none;
    }
}

@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 .group-wrapper{
        display: flex;
        flex-direction: column;
    }
    .experience .content-container .content .content-item .half{
        width: 100%;
        padding: 0px;
    }
    .experience .content-container .content .content-item .group-wrapper .first-img{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .experience .content-container .content .content-item .group:nth-of-type(2n) .group-wrapper {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .experience .content-container .content .content-item .group-wrapper .second-img{
        margin-left:0;
        margin: 20px 0;
    }
}


/* GUEST REVIEW */

.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: left;
    width: calc(33.33333% + 1px);
    opacity: 1;
    border: 1px solid #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 strong {
    font-weight: bold;
}
.rates .content-container .content .content-item p {
    color: #000 !important;
}

.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;
}

@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;
}

/* conceirge */

a.linkout {
    color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    border: 1px solid #282828;
    background: #fff;
    padding: 17px 20px 15px;
    max-width: 230px;
    display: block;
    margin: 30px auto 0;
    text-decoration: none;
    text-align: center;
    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;
}
a.linkout:hover {
    color: #fff;
    background-color: #518397;
    border-color: #518397;
}