/* http://www.villavoyagebali.com
   v1.0 | 20180604
   License: Elite Havens
*/

/* WRAPPER */
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
}
.wrapper.wrapper-wide {
    max-width: 1620px;
}
.header-container .wrapper {
    max-width: unset;
}
.sticky-wrapper,
.spy-wrapper {    
    -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: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {
    
}
.header-container .header {
    background: #fff;
    padding: 1px 0 34px;    
    position: relative;
    left: 0;
    width: 100%;
    
    -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;
}
.header-container .header.wrapped {
    position: fixed;
    padding: 0 0 35px;
    top: 0;
    z-index: 1001;
}
.header-container.sticky .header {
    border-bottom: 1px solid #efefef;
    padding: 10px 0 15px;
}
.header-container .header .toggler {
    background: #fff;
    border: none;
    cursor: pointer;
    display: none;
    padding: 10px;
    position: fixed;
    right: 4px;
    top: 11px;
    z-index: 100;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #282828;
    display: block;
    width: 20px;
}
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    content: '';
    margin-top: 3px;
}
.header-container .header .logo {
    text-align: center;
}
.header-container .header .logo a {
    position: absolute;
    margin-left: 0;
    margin-top: 10px;
    top: 0;
    left: 50%;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 0;
    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    
    -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;
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: 8px;
    
    -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 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    max-height:95px;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -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;
}
.header-container .header .logo a img.lazyload,
.header-container .header .logo a img.lazyloading {
    width: auto;
    max-width: 100%;
}
.header-container.sticky .header .logo a img {
    margin-top: 0;
   max-height:45px;
    
}
.header-container .header .nav {
    text-align: center;
    margin: 50px 0 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;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    margin: 8px 0 0 ;
}
.header-container .header .nav ul {
    text-align: center;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.header-container .header .nav ul li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.header-container .header .nav ul li:first-of-type {
    margin-left: 0;
}
.header-container .header .nav ul li a {
    color: #000000;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    display: block;
    font-family: 'Arapey', serif;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: -1px;
    text-decoration: none;
    text-transform: uppercase;
    
    -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;
}
.header-container .header .nav ul li:hover a {
    color: #282828;
    border-bottom-color: #282828;
}
.header-container .header .nav ul li.active a {
    color: #282828;
    border-bottom-color: #282828;
}
.header-container .header .nav ul li:last-of-type a {
    background: transparent;
    color: #8fc4ba;
    border: 1px solid #8fc4ba;
    padding-left: 7px;
    padding-right: 7px;
}
.header-container .header .nav ul li:last-of-type a:hover,
.header-container .header .nav ul li:last-of-type a.active {
    background: #46999c;
    color: #fff;
}
.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 266px;   
}
.header-container .header .nav ul li .subnav {
    background: #8fc4ba;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    left: 0;
    z-index: 2;
    margin-top: 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;
}
.header-container .header .nav ul li.hover .subnav {
    opacity: 1;
    visibility: visible;
    
    -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;
}
.header-container .header .nav ul li .subnav li {
    display: block;
    margin-left: 0;
}
.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
    border: none;
    display: block;
    white-space: nowrap;
    padding: 10px 8px;
    min-width: 150px;
    
    -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;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #46999c;
    /*border-top: 1px solid #46999c;
    border-bottom: 1px solid #46999c;*/
}

@media all and (max-width: 1200px) {
        .header-container .header .nav>ul>li:nth-of-type(4) {
    margin-right: 220px;
}
}

@media all and (max-width: 1053px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 15px;
    }
    .header-container.sticky .header {
        padding: 0 0 15px;
    }
    .header-container .header .logo a {
        position: relative;
        margin: 0 0 10px;
        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%);
    }
    .header-container.sticky .header .logo a {
        margin-top: 0;
        margin-bottom: 0;
    }
    .header-container .header .logo a img {
        
    }    
    .header-container.sticky .header .logo a img {
        margin-top: 10px
    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        border-bottom-color: transparent;
        margin: 0 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: 20px 0 15px;
    }
    .header-container.sticky .header.wrapped {
        padding: 0 0 15px;
    }
    .header-container .header .logo a,    
    .header-container.sticky .header .logo a {        
        -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 {

    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 0 0 0;
    }
    .header-container .header .nav > ul > li{
        margin-left: 17px;
    }
}
@media all and (max-width: 767px) {
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 4px 0 0;
    }
    .header-container.sticky .header,
    .header-container.sticky .header.wrapped {
        margin-top: 0;
        padding: 4px 0 0;
    }
    .header-container .header .toggler {
        display: block;
    }
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin: 7px 0 9px;
    }
    .header-container .header .logo a img, 
    .header-container.sticky .header .logo a img {
        max-height: 35px;
    }    
    .header-container .header .nav {
        background: #f0f0f0;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 98;
        margin-top: 1px;
        
        -webkit-transform: translateY(-50%) scaleY(0);
        -ms-transform: translateY(-50%) scaleY(0);
        -o-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(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;
    }
    .header-container .header .nav.open {        
        -webkit-transform: translateY(0%) scaleY(1);
        -ms-transform: translateY(0%) scaleY(1);
        -o-transform: translateY(0%) scaleY(1);
        transform: translateY(0%) scaleY(1);
    }
    .header-container.sticky .header .nav {
        margin-top: 1px;
    }
    .header-container .header .nav ul,
    .header-container .header .nav ul li {
        display: block;
        margin-left: 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 {
        background: #282828;
        border: none;
        position: relative;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    .header-container .header .nav ul li .subnav.slide {
        max-height: 999px;
    }
    .header-container .header .nav ul li .subnav li a {
        padding-left: 30px;
        color: #fff;
    }
}
@media all and (max-width: 479px) {
    .header-container .header,
    .header-container.sticky .header {
        padding: 8px 0 0;
    }
    .header-container .header .logo {
        text-align: left;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Source Sans Pro', 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: #282828;
    font-family: 'Arapey', serif;
    font-weight: 400;
    font-size: 26px;
}
.footer-container .footer .column a {
    color: #282828;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}
.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 24px;
}
.footer-container .footer .column .socials {
    margin-bottom: 4px;
}
.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #8fc4ba;
    border-color: #8fc4ba;
    color: #fff;
    
    -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: #46999c;
    border-color: #46999c;
}
.footer-container .footer .bottom {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    top: 44px;
}

.footer-container .footer .bottom .marketed {
    margin: 20px auto 15px;
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
 
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .footer-container .footer .bottom {
        top: 312px !important;
    }
    .footer-container .footer .bottom .marketed {
        margin: 20px auto 15px;
    }
}
@media all and (max-width: 767px) {
    .footer-container .footer .column address {
        text-align: center;    
        margin: 0 auto 15px;
    }
}

/* Mini Form */
.miniform .form-column.select:after {    
    border-top-color: #282828;
}
.miniform button {
    background: #282828 !important;
}

/* HERO CONTAINER */
.hero-container .slideshow .caption big {
    font-family: 'Arapey', serif;
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}
.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}
.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}
@media all and (max-width: 1023px) {
    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}

.buttons-container {
    background: #fff;
    margin-top: 60px;
}
.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    /*border-bottom: 1px solid #282828;*/
    margin-top: -87px;
    margin-bottom: 87px;
}
.buttons-container .button {
	 padding: 0px 0;
    background: transparent;
    border-top: 1px solid #8fc4ba;
    border-bottom: 1px solid #8fc4ba;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
}
.buttons-container .button a {
    color: #8fc4ba;
    font-family: 'Arapey', serif;
    font-size: 30px;
    border: 1px solid #8fc4ba;
    font-weight: 300;
    background: transparent;
    padding: 9px 10px 7px;
    min-width: 155px;      
}
.buttons-container .button a:hover {
    background: #46999c;
    border-color: #46999c;
    color: #fff;
}
.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}
.buttons-container .prevnext a {
   color: #000;
    background: transparent;
    top: -38px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.buttons-container .prevnext a:hover {
    color: #8fc4ba;
}
.buttons-container .prevnext a i { 
    background: #fff;
    color: #282828;
    font-size: 0;    
	border: 1px solid #fff;
}
.buttons-container .prevnext a:hover i { 
    background-color: #8fc4ba !important;
    border-color: #8fc4ba !important;
    
    -webkit-filter: hue-rotate(90deg) invert(100%);
    -o-filter: hue-rotate(90deg) invert(100%);
    filter: hue-rotate(90deg) invert(100%);
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("/resources/voyage/images/prev-arrow-white.png") no-repeat center center;
    background-color: #8fc4ba !important;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/voyage/images/next-arrow-white.png") no-repeat center center;
    background-color: #8fc4ba !important;
}
.buttons-container .prevnext a.prev:hover i {
    background: url("/resources/voyage/images/prev-arrow-white.png") no-repeat center center !important;
}
.buttons-container .prevnext a.next:hover i {
    background: url("/resources/voyage/images/next-arrow-white.png") no-repeat center center !important;
}


@media all and (max-width: 1050px) {    
    .buttons-container .prevnext a { 
        font-size: 17px;    
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px;
    }
    .home .buttons-container:after {
        margin-top: -41px;
    }
    .buttons-container .button a {
        margin: 5px;     
        min-width: 160px;
    }
    .buttons-container .prevnext .wrapper {
        margin-top: 40px!important;
    }
}

.reviews-container {
    /*margin-bottom: 15px;*/
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.reviews-container .reviews {
    padding: 1px 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1024px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #282828!important;
    font-family: 'Arapey', serif;
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left !important;
    font-size: 50px !important;
    line-height: 24px !important;
}
.reviews-container .reviews .home-reviews {
    background: rgba(255,255,255,.9);
    padding: 40px 0;
    text-align: left;
    width: 50%;
    margin: 50px 0;
    margin-right: 50%;
    position: relative;
}
.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255,255,255,.9);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20%;
    width: 20%;
}
.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
}
.reviews-container .reviews .home-reviews:before{
    left: 0;
    right: auto;
    margin-left: -1000%;
    margin-right: 0;
    width: 1000%;
}
.reviews-container .reviews .home-reviews ul {
    color: #282828;
    font-size: 16px;
    margin-left: 0 !important;
}
.reviews-container .reviews .home-reviews ul li {
    display: block;
    font-weight: 300;
}
.reviews-container .reviews .home-reviews ul li .right {
    text-align: justify !important;
    line-height: 25px;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #282828;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #282828;
    margin-top: 20px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
@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;
    }
    .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 #282828;
        padding-top:20px;
    }
    .reviews-container .reviews {
        background: transparent;
    }
    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }   
    .reviews-container .reviews h2:before {
        display: none;
    }
    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 0 0 40px;
    }
    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;   
    }
    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'Source Sans Pro', sans-serif;
    color: #282828;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}
.content-container .content .content-item.odd {
    background: #fff;
    margin-top: 0;
}
.content-container.scroll .content .content-item:first-of-type {
    background: none;
    border-bottom: 1px solid #74787b;
}
.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}
 
.gallery .content-container .content .content-item .wrapper,
.video .content-container .content .content-item .wrapper,
.floorplan .content-container .content .content-item .wrapper,
.guest-reviews .content-container .content .content-item .wrapper,
.press .content-container .content .content-item .wrapper,
.rates .content-container .content .content-item .wrapper{
    padding-bottom:20px;
}

.content-container .content .content-item .wrapper:first-of-type{
    margin-top: 35px;
}

.content-container .content .content-item .wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
    max-width: 1024px;
}


.explore .content-container .content .content-item .wrapper:first-of-type{
    margin-top: 0;
}

.explore .content-container .content .content-item .wrapper{
     padding-top: 25px;
    padding-bottom: 25px;
}
.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1720px;
}
.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}
.content-container.scroll .content .content-item:first-of-type .wrapper {
    max-width: none;
}
.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #282828;
    font-family: 'Arapey', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 40px;    
    line-height: 50px;
    text-transform: none;
}
.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title,
.contact-sent .content-container .content .content-item h1.entry-title,
.reservation-sent .content-container .content .content-item h1.entry-title {
    color: #282828;
    font-family: 'Arapey', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 40px;    
    line-height: 24px;
}
.content-container.scroll .content .content-item h1.entry-title {
	text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: left;
    z-index: 21;    
}
.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #282828;
    display: block;
}
.content-container.scroll .content .content-item h1.entry-title.sticky {
	
    position: fixed;
    z-index: 21;
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 35px;
        font-size: 35px;
    line-height: 45px;
    color: #282828;
    text-transform: none;
    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{
    text-align: center;
}
.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #282828;
    font-family: 'Arapey', serif;
    font-size: 25px;
    text-transform: none;
    font-weight:500;
}
@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 .wrapper,
    .explore .content-container .content .content-item .wrapper
    {
        padding-top:40px;
    }
    .content-container.scroll .content .content-item h1.entry-title {
		font-size: 30px!important;
        line-height: 54px;   
    }
    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }
    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        line-height:26px;

    }

    .buttons-container {
        margin-top: 0; 
    }
    .reservations .content-container .content .content-item .wrapper:first-of-type,
    .rates .content-container .content .content-item .wrapper:first-of-type,
    .press .content-container .content .content-item .wrapper:first-of-type,
    .guest-reviews .content-container .content .content-item .wrapper:first-of-type,
    .quick-facts .content-container .content .content-item .wrapper:first-of-type,
    .about .content-container .content .content-item .wrapper:first-of-type{
        margin-top: 0; 
    }
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent; 
    }
    .content-container .content .content-item h1.entry-title {
        text-align: center;
        margin-bottom:20px;
    }
    .content-container.scroll .content .content-item h1.entry-title {
        margin-top: -12px;
        margin-bottom: 5px;
    }
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}
.content-container .content .content-item p a {
    color: #282828;
}
.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}
.content-container .content .content-item img {
    max-width: none;
    width: 100%;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: #fff;
    text-align: center; 
    position: relative;
    left: 0;
    right: 0;
    border-top: 1px solid #74787b;
}
.content-container .content .content-item .sticky .spy {
    background: #fff;
    border-bottom: 1px solid #74787b;
}
.content-container .content .content-item .spy ul {
    background:none;
    text-align: center;
    max-width: 1024px; 
}
.content-container .content .content-item .spy ul li a {
    color:#8fc4ba;
    font-family: 'Arapey', serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 16px 15px 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: 16px 15px 15px;    
}
.content-container .content .content-item .spy ul li a:hover {
    color: #8fc4ba;
}
.content-container .content .content-item .spy ul li.active a {
    color: #46999c;
}
@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 {
        font-size: 18px;
    }
}
@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-size: 22px;
        text-transform: none;
    }
}

.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: #282828;
    font-family: 'Arapey', 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: 'Arapey', serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}
.box-container .box .sub-villa-content p {
    color: #282828;
    font-family: 'Roboto', 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: 1110px) {
    .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.wrapper-wide:first-of-type{
    margin-top: 40px;
}
.home .content-container .content .content-item .wrapper.wrapper-wide:first-of-type{
    margin-top: 40px;
}
.home .content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1720px;
}
.home .content-container .content .content-item .wrapper p{
    margin-top: 16px !important;
}
.home .content-container .content .content-item .wrapper.wrapper-wide .group .half{
    width: calc(51.5% - 29px);
    /*margin: 0 15px;*/
}
.home .content-container .content .content-item .wrapper.wrapper-wide .group .half:last-of-type{
    float:right;
}
.home .content-container .content .content-item .wrapper.wrapper-wide .group .half p{
    /*max-width:730px;*/
    margin: 0px auto;
    padding: 0 30px;
}
.home .content-container .content .content-item .wrapper {
    padding-bottom: 0;
    max-width: 1024px;
}
.home .content-container .content .content-item .wrapper.wrapper-wide.caption.last{
    margin: 37px auto 56px;
}

.home .content-container .content .content-item .wrapper.wrapper-wide.caption.last .the-content .caption{
    margin-top: 44px;
}
.home .content-container .content .content-item .wrapper.wrapper-wide.caption.last .the-content .caption h3{
    margin-bottom: 19px;
}
.home .content-container .content .content-item:last-of-type{
    margin-bottom: 55px;
}

.home .content-container .content .content-item h1.entry-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    margin-bottom: 35px;
}
.home .content-container .content .content-item h1.entry-title strong{
    font-family: 'Arapey', serif;
    font-size: 75px;
}
.home .content-container .content .content-item h3{
    font-size: 50px;
    margin-top: 6px;
}

.about .content-container .content .content-item p.tagline, 
.home .content-container .content .content-item p.tagline {
    color: #616161;
    font-size: 18px;
    font-family: 'Arapey', serif;
    font-style: italic;
    font-weight: 300;
    max-width: 730px;
    margin: 0 auto 0px;
    text-align: center;
    margin-top: 20px;
}
.about .content-container .content .content-item p.tagline{
    margin-bottom: 20px;    
}

.home .content-container .content .content-item:last-of-type h2 {
    color: #282828;
    font-size: 30px;
    font-family: 'Arapey', serif;
    text-align: center;
    line-height: 30px;
    max-width: 850px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.home .content-container .content .content-item p {
    text-align-last: center;
}

.home .content-container .content .content-item p.intro {
    text-align-last:left;
}
.home .content-container .content .content-item .poi {
    text-align: center;    
    margin: 0;
        padding-top: 60px;
    padding-bottom: 65px;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 100px;
    margin-right: 5%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Arapey', serif;
    font-size: 20px;
    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/voyage/images/icons-sprite.png") no-repeat;
    height: 99px;
    width: 100px;
    display: block;
    margin: 0 auto 22px;
}
.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
    
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -141px 0;
    
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -285px 0;
    
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -425px 0;
    
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -571px 0;
    
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
}

@-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 p:last-of-type {
    margin-bottom: 15px;
}
.home .content-container .content .content-item .img {    

}
.home .content-container .content .content-item .group {
    text-align: center;
}

.home .content-container .content .content-item .group h3 {
    font-family: 'Arapey', serif;
    font-size: 50px;
    line-height: 36px;
    text-transform: none;
    max-width: 520px;    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
} 
.home .content-container .content .content-item .wrapper.wrapper-wide .group .half h3{
    margin: 40px auto 33px;
}
.home .content-container .content .content-item .wrapper.wrapper-wide .group .half .button{
    margin-top: 30px;
}
.home .content-container .content .content-item .group p {

    text-align-last: center;
} 
.home .content-container .content .content-item .group a {
    text-transform: none;
    text-decoration: none;
    color: #8fc4ba;
    font-family: 'Arapey', serif;
    font-size: 30px;
    border: 1px solid #8fc4ba;
    font-weight: 300;
    background: transparent;
    padding: 12px 10px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 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;
}
.home .content-container .content .content-item .group a:hover {
    background: #46999c;
    border-color: #46999c;
    color: #fff;
}
@media all and (max-width: 1720px) {  

}
@media all and (max-width: 1200px) {
    .home .content-container .content .content-item .group{
        padding: 0;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half {
        width: calc(51.5% - 21px);
    }
}
@media all and (max-width: 1053px) {    
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-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-top: 9px;
    }
    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }
    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
    .home .content-container .content .content-item h1.entry-title span {
        font-size: 42px;
        line-height: 50px;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide:first-of-type{
        margin-top: 10px;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half h3{
        margin: 30px auto 23px;
        font-size: 40px;
    }   
    .home .content-container .content .content-item:last-of-type{
        margin-bottom: 45px;
    }
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half .button{
        margin-top: 20px;
    }
    .home .content-container .content .content-item .poi {
        padding-top: 30px;   
    }
    .home .content-container .content .content-item .poi li{
            min-width: 135px;
    }
    .home .content-container .content .content-item .group{
        padding-left: 0;
        padding-right: 0;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half{
        width: calc(51.5% - 20px);
    }
    .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;
    }
    .home .content-container .content .content-item h1.entry-title strong {
        margin-top: 10px;
    }
}
@media all and (max-width: 767px) {    
    .header-container.sticky .header .logo a img{
        margin-top:0px;
    }
    .home .content-container .content .content-item h1.entry-title {
        font-size: 42px;
        line-height: 50px;
    }
    .home .content-container .content .content-item p.tagline{
        margin:0 auto;
    }
    .home .content-container .content .content-item .poi li {
        margin-top:20px;
    }
    .home .content-container .content .content-item .group{
            padding-left: 15px;
    padding-right: 15px;
    }
    .home .content-container .content .content-item .group a {
        font-size:25px;
        min-width:200px;
    }  

    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half{
        width:100%;
        margin:0;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide{
        padding-top:0;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide img{
        display:none;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half p{
        max-width:100%;
        padding: 0;
    }
}
@media all and (max-width: 520px) {     
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }
    .home .content-container .content .content-item h1.entry-title {
        font-size: 32px;
        line-height: 20px;
    }
    .home .content-container .content .content-item h1.entry-title strong {
        font-size: 50px;
    }
    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half h3 {
        font-size: 30px;   
    }
    .home .content-container .content .content-item .group,
    .home .content-container .content .content-item .wrapper.wrapper-wide .wrapper{
        padding: 0px;
    }

}

.about .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0 !important;
}
.about .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}
.about .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}
@media all and (max-width: 767px) {   
    .about .content-container .content .content-item .wrapper.wrapper-wide {
        display: none;
    }
}
.locale .content-container.scroll .content .content-item .wrapper:first-of-type,
.explore .content-container.scroll .content .content-item .wrapper:first-of-type{
    max-width: 1024px;
    padding-top: 10px;
}
.explore .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    max-width: 1720px;
}

.explore .content-container .content .content-item h3{
    text-align: left;
}
.locale .content-container .content .content-item .spy,
.explore .content-container .content .content-item .spy{
    border-top: none;
}
.locale .content-container .content .content-item .spy ul,
.explore .content-container .content .content-item .spy ul{
    text-align: right;
}
.locale .content-container .content .content-item .sticky .spy ul li a:last-of-type,
.explore .content-container .content .content-item .sticky .spy ul li a:last-of-type{

}

.explore .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}
.explore .content-container .content .content-item .group .half {
    width: calc(50% - 6px);
    margin: 2px 3px;
}
.explore .content-container .content .content-item.living-areas {
    background: #fff;
    margin-bottom:0;
}

.explore .content-container .content .content-item.living-areas .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper{
    padding-bottom:0px;
}

.explore .content-container .content .content-item.living-areas .wrapper-wide,
.explore .content-container .content .content-item.bedrooms .wrapper-wide{
    padding-top:38px;
    padding-bottom:20px;
}
.explore .content-container .content .content-item.living-areas .wrapper:first-of-type{
    margin-top: 18px;
}

.explore .content-container .content .content-item.bedrooms .wrapper:first-of-type{
    padding-top: 35px;
}

.explore .content-container .content .content-item.villa-layout .wrapper,     
.explore .content-container .content .content-item.living-areas .wrapper {    
    border-bottom: none;
}  

.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}
.explore .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.explore .content-container .content .content-item.living-areas .the-content:after {
    right: auto;
    left: 0;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.explore .content-container .content .content-item.villa-layout .wrapper:first-of-type {
    padding-top: 55px;
}
.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 23px 0px 0;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    /*border: 1px solid #282828;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #282828;
}
.explore .content-container .content .content-item.bedrooms .wrapper.wrapper-wide {
    padding-top: 20px;
    padding-bottom:20px;
}
    
.explore .content-container .content .content-item.bedrooms .first-img {

    margin-bottom: 30px;
}

.explore .content-container .content .content-item.bedrooms .wrapper .the-content .group{
    font-size:0px;
    margin: 35px -15px 25px;
}

.explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half{
    display: inline-block;
    width: calc(60% - 30px);
    margin: 2px 15px;
    vertical-align: middle;
    float:none;
}

.explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half .right-img{
    margin-right: -59.9%;
    margin-left: 0;
}

.explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half .left-img{
    margin-left: -59.7%;
    margin-right: 0;
}

.explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half.half-content{
    width: calc(40% - 30px);
    font-size:16px;
}
@media all and (max-width: 1170px) {
    .explore .content-container .content .content-item.villa-layout .floorplan {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1053px) {
    .explore .content-container .content .content-item .the-content {
        padding: 15px; 
    }
    .explore .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
}
@media all and (max-width: 1050px) {
    .explore .content-container .content .content-item .group .wrapper {
        margin: 0 15px;   
        padding: 30px 0 0;
    }
}
@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item .the-content {
        padding: 0;
    }
    .explore .content-container .content .content-item .the-content:after {
        display: none;  
    }   
    .explore .content-container .content .content-item.bedrooms .first-img {
        margin-bottom: 30px;
    }
    .explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half{
        display:none;
    }
    .explore .content-container .content .content-item.bedrooms .wrapper .the-content .group .half.half-content{
        display:inline-block;
        width:calc(100% - 30px);
    }
}
@media all and (max-width: 767px) {
    .explore .content-container .content .content-item .wrapper.wrapper-wide,    
    .explore .content-container .content .content-item.bedrooms .first-img {
        display: none;
    }
    
    .explore .content-container .content .content-item.living-areas .wrapper,
    .explore .content-container .content .content-item.bedrooms .wrapper{
        padding-bottom:40px;
    }
    .explore .content-container.scroll .content .content-item h1.entry-title{
        text-align:center;
        position: relative !important;
    }

    .explore .content-container.scroll .content .content-item h1.entry-title.sticky{
        position: none;
        z-index: 0;
    }

    .explore .content-container .content .content-item .spy ul{
        text-align: center;
    }

    .explore .content-container .content .content-item.villa-layout .wrapper:first-of-type{
        margin-top: 10px;
    }

    .explore .content-container .content .content-item.living-areas .wrapper:first-of-type{
        margin-top: 0px;
    }

    .explore .content-container .content .content-item.bedrooms .wrapper:first-of-type{
        padding-top: 0px;
    }
}

.quick-facts .content-container .content .content-item .wrapper:first-of-type{
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}
.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}
.quick-facts .content-container .content .content-item .item {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 75px;
}
.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-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    color: #282828;
}
.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#gym-yoga: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#weddings--events:before {
    background-position: 0 -935px;
}
.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1037px;
}
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -940px ;
}
.quick-facts .content-container .content .content-item .item#managed-and-marketed-by:before {
    background-position: 0 -1127px;
}
@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;
    }
    .quick-facts .buttons-container{
        margin-top: 30px;
    }
}
@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 a {
    color: #282828;
    font-family: 'Arapey', serif;
    font-size: 18px;
}
.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #282828;
    color: #282828; 
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #282828;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #282828;
    border-color: #282828;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.prev,
.press .content-container .content .content-item .press-pagination a.next {
}

/* 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: 623px;
}
@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 .wrapper:first-of-type{
    margin-top: 0;
}

.floorplan .content-container .content .content-item .wrapper {
    padding-bottom: 0;
}
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
     border: 1px solid #282828;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}
@media all and (max-width: 1023px) {
    .floorplan .buttons-container{
        margin-top: 30px;
    }
}

/* GALLERY */
.gallery .content-container .content .content-item .wrapper:first-of-type{
    margin-top: 0;
}
.gallery .content-container .content .content-item .wrapper {
    padding-bottom: 0;
}
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #8fc4ba;
    color: #8fc4ba;
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #46999c;
    border: 1px solid #46999c;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #46999c;
    border-color: #46999c;
    color: #fff;
}

.weddings .content-container .content .content-item .wrapper {
    max-width: 1024px;
}
.weddings .content-container .content .content-item h2 {
    font-size: 35px;
    text-align: center;
    color: #272727;
    font-family: 'Arapey', serif;
    display: block;
}
.weddings .content-container .content .content-item h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0 20px;
    display: block;
}
.weddings .content-container .content .content-item small {
    font-size: 20px;
    text-align: center;
    color: #707070;
    font-family: 'Arapey', serif;
    display: block;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
}
.weddings .content-container .content .content-item a.button {
    display: block;
    margin: 30px auto 0;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #282828;
    
    -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 a.button:hover {
    background: #282828;
    color: #fff;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
}
.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #282828;
    background: #fff;
    color: #282828;
    padding: 19px 15px;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Arapey', serif;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 10px;
}
.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 a {
    font-size: 22px;
   font-family: 'Arapey', serif;
    display: block;
    color: #282828;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #282828;
    background: #fff;
    padding: 28px 35px;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.weddings .content-container .content .content-item .guidelines a:hover {
    background: #282828;
    color: #fff;
}

.weddings .content-container .content .content-item .wrapper .first-img {
    margin:30px 0;
}
.weddings .content-container .content .content-item .group .half {
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}
.weddings .content-container .content .content-item .group .half.half-content {
        padding: 25px 0 25px 25px;
}

/* PHOTO ALBUM */

.weddings .content-container .content .content-item .photo-album-thumbs {
    background: #dcf0f4;
}
.weddings .content-container .content .content-item .second-img {
    float: left;
    width: 57.7%;
}
.weddings .content-container .content .content-item .third-img {
    float: right;
    width: 39.3%;
}
@media all and (max-width: 1053px) {
    .weddings .content-container .content .content-item .the-content {
        padding: 15px; 
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .weddings .content-container .content .content-item .the-content:after {
        display: none;  
    }   
    .weddings .content-container .content .content-item ul.capacity {
        margin: 25px 0 10px;
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .second-img,
    .weddings .content-container .content .content-item .third-img {
        display: none;
    }
    
    .weddings .content-container .content .content-item .group .half {
        display: none;
    }
    
    .weddings .content-container .content .content-item .group .half.half-content {
            padding: 0 !important;
            display: block;
            width: auto;
    }
}
@media all and (max-width: 850px) {
    .weddings .content-container .content .content-item a.button {
        font-size: 24px;
        padding: 15px;
        max-width: 200px;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: auto;
        margin: 0 0 10px !important;
        display: block;
        line-height: 1;
    }
}


.locale .content-container .content .content-item .wrapper:first-of-type{
    margin-top: 0;
}

.locale .content-container .content .content-item .wrapper-wide{
    max-width: 1720px;
    width: 100%;
    margin: auto;
}

.locale .content-container .content .content-item {
    margin-bottom: 0;
}
.locale .content-container .content .content-item .wrapper{
     padding-top: 23px;
    padding-bottom: 23px;
}

.locale .content-container .content .content-item.the-locale .wrapper:first-of-type{
    padding-top: 55px;
}

.locale .content-container .content .content-item.things-to-do {
    background: #fff;
    margin-bottom: 25px;
}

.locale .content-container .content .content-item.things-to-do .wrapper:first-of-type{
    margin-top: 11px;
}
.locale .content-container .content .content-item.things-to-do .wrapper{
    padding-top: 15px;
}
.locale .content-container .content .content-item.things-to-do .wrapper:before{
    border-top: 1px solid #252525;
    content: "";
    display: block;
    margin: 0 -34%;
}

.locale .content-container .content .content-item.things-to-do .group{
    margin-top:0px;
}

.locale .content-container .content .content-item.things-to-do .the-content .wrapper .things-to-do-desc{
    width: 100%;
    text-align: justify;
}

.locale .content-container .content .content-item .things-to-do-desc{
    margin: auto;
}

.locale .content-container .content .content-item .things-to-do-desc ol{
    list-style:disc;
    margin-top:20px;
}
.locale .content-container .content .content-item .things-to-do-desc ol li{
    text-align:justify;
    margin-left: 15px;
    margin-bottom: 15px;
}
.locale .content-container .content .content-item .things-to-do-desc ol li:last-of-type{
    margin-bottom: 0;
}

.locale .content-container .content .content-item.odd .the-content {    
    background: transparent;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.locale .content-container .content .content-item .wrapper {
    max-width: 1024px;
}
.locale .content-container .content .content-item.the-locale .wrapper {
    position:relative;
    border-bottom: none;
}
.locale .content-container .content .content-item.the-locale .bg-holder:nth-of-type(2n) .wrapper {
    padding-bottom: 30px;
}
.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: calc(48.6% + 34%);
    height: 573px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: -34%;
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'Arapey', serif;
    font-size: 25px;
}
.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: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 10px;
    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 .wrapper{
    padding-bottom: 5px;
}

.locale .content-container .content .content-item.things-to-do .bg-holder:nth-of-type(2n) .wrapper {
    padding-top: 5px;
}

.locale .content-container .content .content-item.things-to-do .group{
    margin-top:25px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half{
    width: calc(40.7% - 30px);
    margin: 0 15px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content{
    width: calc(59.3% - 30px);
    margin: 0 15px;
}
.locale .content-container .content .content-item.things-to-do .group .half .left-img {
    margin-left: -87.4%;
    margin-top: 10px;
}

.locale .content-container .content .content-item.things-to-do .group .half .right-img {
    margin-right: -87.4%;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content h2.sub-title {
    color: #282828;
    font-family: 'Arapey', serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;    
    line-height: 50px;
    text-transform: none;
    text-align: left;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content p span{
    font-size:25px;
}

.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;      
    width: 100%; 
}
.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;   
}
.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #282828;  
}
.locale .content-container .content .content-item.things-to-do .img{
    margin-top:5px;
}
.locale .content-container .content .content-item.things-to-do ul{
    list-style:disc;
    margin-top:10px;
}

.locale .content-container .content .content-item.things-to-do ul li{
    text-align:justify;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 16px; 
}



@media all and (max-width: 1620px) {    
    .locale .content-container .content .content-item.the-locale .distances{
        width: 100%;
    }
    .locale .content-container .content .content-item.the-locale .map_div {
        width: 50%;
        margin-right: 0;
        height:300px;
    }
    .locale .content-container .content .content-item.things-to-do .group .half .left-img {
        margin-left: -52.1%;
    }
    .locale .content-container .content .content-item.things-to-do .group .half .right-img {
        margin-right: -52.1%;
    }
}
@media all and (max-width: 1053px) {
    .locale .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
    .locale .content-container .content .content-item.odd .the-content {
        padding: 0 !important; 
    }
    .locale .content-container .content .content-item.things-to-do .group .half{
        width: calc(100% - 30px);
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content{
        width: calc(100% - 30px);
    }
    .locale .content-container .content .content-item.things-to-do .group .half.hide{
        display: none;
    }
    .locale .content-container .content .content-item.things-to-do .group .half .left-img {
        margin: 0 5px;
        width: calc(50% - 10px);
        display: inline-block;
    }
}
@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 .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }
    .locale .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-bottom: 15px !important;
    }
    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item .the-content:after {
        display: none !important;  
    }
    .locale .content-container .content .content-item.the-locale .map_div {
        float:none;
        width:100%;
        margin:0 0 30px
    }
}
@media all and (max-width: 767px) {

    .locale .content-container .content .content-item .spy ul{
        text-align: center;
    }
    
    .locale .content-container .content .content-item .wrapper{
        padding-top: 5px;
        padding-bottom: 5px; 
    }   
    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }
    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }
    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;    
        margin-bottom: 15px;
        width: auto;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type { 
        margin-bottom: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}
@media all and (max-width: 479px) {
    .locale .content-container.scroll .content .content-item h1.entry-title{
        position: relative;
        text-align: center;
    }
    .locale .content-container .content .content-item .spy ul{
        text-align: center;
    }
}

.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.staff .wrapper.wrapper-wide, 
.experience .content-container .content .content-item.dining .wrapper.wrapper-wide, 
.experience .content-container .content .content-item.families .wrapper.wrapper-wide, 
.experience .content-container .content .content-item.spa .wrapper.wrapper-wide {
    padding-top: 0;
}
.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 20px;
}
.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: #282828;
    font-family: 'Arapey', serif;
    font-size: 25px;
    font-weight:500;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 23px;
    text-transform: none; 
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.spa dt {
    width: 30%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.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: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    width: 70%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.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: #282828;  
}
.experience .content-container .content .content-item.families .first-img {
    margin-top: 30px;
}
.experience .content-container .content .content-item.staff .group, 
.experience .content-container .content .content-item.dining .group, 
.experience .content-container .content .content-item.families .group, 
.experience .content-container .content .content-item.spa .group {
    margin-left: -15px;
    margin-right: -15px;
}
.experience .content-container .content .content-item.staff .group .half, 
.experience .content-container .content .content-item.dining .group .half, 
.experience .content-container .content .content-item.families .group .half, 
.experience .content-container .content .content-item.spa .group .half {
    width: calc(50% - 6px);
    margin: 0 3px;
}


.experience .content-container .content .content-item.dining h2.entry-title {
    margin: 25px 0 5px;
    font-size: 25px;
    text-align: left;
}

.experience .content-container .content .content-item.families .wrapper:first-of-type{
    padding-bottom: 35px !important;
}
.experience .content-container .content-seo .content-item.staff .wrapper.wrapper-wide:last-of-type,
.experience .content-container .content-seo .content-item.dining .wrapper.wrapper-wide:last-of-type,
.experience .content-container .content-seo .content-item.families .wrapper.wrapper-wide:last-of-type{
    padding-bottom: 20px !important;
}
.experience .content-container .content .content-item.families h1.entry-title{
    margin-bottom: 26px;
}

.experience .content-container .content .content-item.staff .wrapper:first-of-type,
.experience .content-container .content .content-item.spa .wrapper:first-of-type{
    padding-bottom: 30px !important;
}
.experience .content-container .content .content-item.spa h1.entry-title{
    margin-bottom: 37px;
}

.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch{
    margin-top: 40px;
    text-align: center;
}

.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch a {
    text-decoration: none;
    font-family: 'Arapey', serif;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #8fc4ba;
    background: #8fc4ba;
    min-width: 210px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch:hover a {
    color: #8fc4ba;
    border: 1px solid #8fc4ba;
    background: #fff;
    -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;
}

@media all and (max-width: 1053px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
}
@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item.staff .wrapper:first-of-type,
    .experience .content-container .content .content-item.dining .wrapper:first-of-type,
    .experience .content-container .content .content-item.families .wrapper:first-of-type,
    .experience .content-container .content .content-item.spa .wrapper:first-of-type{
        margin-top: 0;
    }
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !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,
    .experience .content-container .content .content-item.spa dt,
    .experience .content-container .content .content-item.spa dd {
        width: auto;
        display: block;
    }
}
@media all and (max-width: 767px) {  
    .experience .content-container .content .content-item .wrapper.wrapper-wide {
        display: none;
    }
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .reviews-container,
.guest-reviews .content-container .content .content-item .slides {
    padding-bottom: 1px; 
}

.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: left;    
    width: calc(33.33333% + 1px);
    opacity: 1;
    border: 1px solid #282828;
    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: #efefef;
}
.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: #282828;
    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: 'Arapey', serif;
    font-size: 18px;
    color: #282828;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Arapey', serif;
    font-size: 18px;
}
.guest-reviews .content-container .content .content-item .reviews-pagination {
    text-align: center;
    margin-top: 0;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #282828;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #282828;
    border-color: #282828;
    color: #fff;
}

@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}
@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #707070;
    }
    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}
.rates .content-container .content .content-item .promotions-box{
    margin-top: 35px;
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #8fc4ba;
}
.rates .content-container .content .content-item .promotions {
    background: #fff;
    color: #282828;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
.rates .content-container .content .content-item .promotions .rates-title {
    color: #282828;   
}
.rates .content-container .content .content-item .tabs-end > ul {
    background: transparent;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #46999c;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #8fc4ba;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
	background: #46999c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
.rates .content-container .content .content-item .tabs-end table td {
    background: #e8e8e8;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #46999c !important;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table tr:nth-of-type(2n) td {
    background: #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: #8fc4ba;  
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .teaser{
        max-width:100%; 
    }
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;   
        margin-bottom: 1px;
    }
}

/* FORM */
.reservations .content-container .content .content-item .wrapper:last-of-type{
    margin-bottom: 25px
}

.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #282828;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #282828;
    font-family: 'Source Sans Pro', 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: #282828;
    font-family: 'Arapey', serif;
    font-size: 40px;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #282828;
    font-family: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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] {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Arapey', serif;
    border: 1px solid #8fc4ba;
    color: #8fc4ba;
    background: #fff;
    padding: 6px 20px 5px;     
}
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 6px 20px 5px;
}
.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: #46999c;
    border: 1px solid #46999c;
    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: #282828;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #282828;
}

.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: #282828;
}
.links .content-container .content .content-item h2 {
    color: #282828;
    font-family: 'Arapey', serif;
}
.links .content-container .content .content-item h2 a {
    color: #282828;
}
.links .content-container .content .content-item h3 {
    color: #282828;
    font-family: 'Arapey', serif;
}