/* http://www.villaseascape.com
   v1.0 | 20180604
   License: Elite Havens
*/

/* WRAPPER */
.wrapper {
    max-width: 1024px;
}
.wrapper.wrapper-wide {
    max-width: 1620px;
}
.header-container .wrapper {
    max-width: none;
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}
.header-container .header {
    padding: 1px 0 34px;    
}
.header-container .header.wrapped {
    padding: 0 0 35px;
}
.header-container.sticky .header {
    padding: 10px 0 15px;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #282828;
}

.header-container .header .logo {
    text-align: center;
}
.header-container .header .logo a {
	 margin-left: 0;
    margin-top: 10px;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 15px 0 0;
    
    -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: 13px;
    
    -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 {
    margin-bottom: 0;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    margin-top: -25px;
    margin-bottom: -20px;
}
.header-container .header .nav {
    margin: 63px 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: 20px;
}
.header-container .header .nav ul li a {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    padding: 5px 0;
    margin-bottom: -1px;
}
.header-container .header .nav ul li:hover a {
    color: #5ba1d4;
    border-bottom-color: #5ba1d4;
}
.header-container .header .nav ul li.active a {
    color: #5ba1d4;
    border-bottom-color: #5ba1d4;
}
.header-container .header .nav ul li:last-of-type a {
    background: #5ba1d4;
    color: #fff;
    border: 1px solid #5ba1d4;
    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: transparent;
    color: #5ba1d4;
}
.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 352px;   
}
.header-container .header .nav ul li .subnav {
    background: #5ba1d4;
    margin-top: 15px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #5ba1d4;
}

@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 {
        max-height: 140px;        
        margin-top: -63px;
    }
    .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 {
        margin-top: -25px;
    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 0 0 0;
    }
}
@media all and (max-width: 767px) {
    .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 {
        margin-top: -20px;
        margin-bottom: -15px;
        max-width: 170px;
	}    
    
}

/* 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: #5ba1d4;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #282828;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 28px;
}
.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 34px;
}
.footer-container .footer .column .socials {
    margin-bottom: 4px;
}
.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #74787b;
    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: #5ba1d4;
}
.footer-container .footer .bottom {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
	top: 35px;
    padding-bottom: 20px;
}

.footer-container .footer .bottom .marketed {
    margin: 20px auto 15px;
}
.tavr_certificate_of_excellence {
    height: 123px !important;
}
.tavr_certificate_of_excellence img {
    height: 88px !important;
}
/* new added */
@media all and (min-width: 1024px) {
    .footer-container #chse_badge {
        /* position: absolute; */
       margin-left: 5%;
       width: 45%;
       float: right;
    }
    .footer-container .footer .bottom .tavr_certificate_of_excellence{
        float: left;
        width: 40%!important;
        height: calc(70px + (152 - 70) * (100vw - 320px) / (1920 - 320))!important;
    }
    .footer-container .footer .bottom .tavr_certificate_of_excellence img{
        width: 58%!important;
    }
}
@media (min-width:768px) and (max-width: 1200px) {
.footer-container .footer .bottom {
    top: 317px !important;
    }
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
    .footer-container .footer .bottom {
        top: 30px;
    }
}
@media all and (max-width: 767px) {
    div#chse_badge  {
        position: unset;
    }
    
	 .footer-container .footer .column address {
        text-align: center;    
        margin: 0 auto 15px;
    }
	.footer-container .footer .bottom .marketed {
		    margin: 25px auto 15px;
	}
	.footer-container.sticky .footer .bottom{
		padding-bottom: 0px;
	}
	.footer-container.sticky .footer .bottom .tavr_certificate_of_excellence{
		display: none;
	}
	.footer-container .footer .bottom .tavr_certificate_of_excellence{
		display: block;
	}
}

/* Tripadvisor
------------------------------------------------------------ */
.tavr_certificate_of_excellence {
    margin: 0 auto;
}
.tavr_certificate_of_excellence > a > span {
    line-height: 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: 'Libre Baskerville', 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%;
    }
}
@media all and (max-width: 767px) {
    .hero-container .slideshow .owl-nav  {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}
.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #5ba1d4;
    margin-top: -58px;
    margin-bottom: 70px;
}
.buttons-container .button {
    padding: 30px 0;
}
.home .buttons-container .button {
    padding-top: 0;
}
.buttons-container .button .wrapper {
    max-width: 1024px;
}
.buttons-container .button a {
    color: #5ba1d4;
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    border: 1px solid #5ba1d4;
    font-weight: 300;
    background: #fff;
    padding: 9px 10px 7px;
    min-width: 155px;      
}
.home .buttons-container .button a {    
    margin: 5px;
}
.buttons-container .button a:hover {
    background: #5ba1d4;
    color: #fff;
    border-color: #5ba1d4;
}
.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}
.buttons-container .prevnext a {
    color: #5ba1d4;
    background: #fff;
    top: -66px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.buttons-container .prevnext a:hover {
    color: #000;
}
.buttons-container .prevnext a i { 
    background: #fff;
    color: #282828;
    padding: 0;
    font-size: 0;    
    height: 17px;
    width: 17px;
    padding: 17px;
    margin-top: -10px;
    vertical-align: top;
    border: 1px solid #5ba1d4;
    
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.buttons-container .prevnext a:hover i { 
    background-color: #a245b3 !important;
    border-color: #a245b3 !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/seascape/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/seascape/images/next-arrow.png") no-repeat center center;
}
@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;
    }    
}

.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: 'Libre Baskerville', serif;
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center !important;
    font-size: 50px !important;
    line-height: 24px !important;
}
.reviews-container .reviews .home-reviews {
    background: transparent;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    /*margin: 50px 0;*/
    /*margin-left: 50%;*/
    margin: 0 auto 60px;
    position: relative;
}
.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: transparent;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*width: 20%;*/
    /*margin-left: -20%;*/
}
.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}
.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
}
.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: center !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: #5ba1d4!important;
        border-bottom: 1px solid #5ba1d4;
		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;
}
.content-container .content .content-item.odd {
    margin-top: 0;
}
.content-container.scroll .content .content-item.odd {
    margin-top: 0;
    margin-bottom: 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;
}
.content-container .content .content-item .wrapper {
    max-width: 1024px;
}
.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
}
.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: 'Libre Baskerville', serif;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 40px;    
    line-height: 50px;
	text-transform: capitalize;
}
.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: #5ba1d4;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 40px;    
    line-height: 24px;
    text-transform: none;
    text-align: center;
}
.content-container.scroll .content .content-item h1.entry-title {
	position: relative;
	text-align: center;
	text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 15px;    
}
.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;
}
.content-container.scroll .content .content-item h1.entry-title.sticky{
	position: relative!important;
	top: 0px!important;
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 35px;
    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,
.content-container .content .content-item h3 p {
    color: #282828;
    font-family: 'Libre Baskerville', 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.scroll .content .content-item h1.entry-title {
        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 {
        font-size: 22px;
		line-height:26px;
		margin-top:0;
    }
}
@media all and (max-width: 767px) {
    .content-container.scroll .content .content-item h1.entry-title {
		font-size: 30px!important;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 5px;
        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:#282828;
    font-family: 'Libre Baskerville', 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: #5ba1d4;
}
.content-container .content .content-item .spy ul li.active a {
    color: #5ba1d4;
}

@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 {
        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: 'Libre Baskerville', 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: 'Libre Baskerville', 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: 'Source Sans Pro', 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 {
    padding-bottom: 40px;
    max-width: 1170px;
}
.home .content-container .content .content-item:last-of-type h2 {
    color: #282828;
    font-size: 30px;
    font-family: 'Libre Baskerville', 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.tagline {
    color: #74787b;
    font-style: italic;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    max-width: 850px;
    margin: -15px auto 45px;
    text-align: center;
}
.home .content-container .content .content-item .poi {
    text-align: center;    
    margin: 0;
    padding-top: 50px;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 100px;
    margin-right: 11%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Libre Baskerville', 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/seascape/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;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -203px 0;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -403px 0;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -601px 0;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -811px 0;
}
.home .content-container .content .content-item p:last-of-type {
    margin-bottom: 15px;
}
.home .content-container .content .content-item .img {    
    margin-left: -21.7%;
    margin-right: -21.7%;
    margin-top: 30px;
}
.home .content-container .content .content-item .group {
	width: 100%;
	max-width: 1680px;
	margin: 0px auto 0px;
	text-align: center;
}
.home .content-container .content .content-item .group .first-img,
.home .content-container .content .content-item .group .second-img,
.home .content-container .content .content-item .group .third-img {
    float: left;
    width: 32.142857142857145%;   
}
.home .content-container .content .content-item .group .first-img,
.home .content-container .content .content-item .group .second-img {
    margin-right: 1.7857142857142856%;
}
.home .content-container .content .content-item .group h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    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 .group p {
    min-height: 150px;
    text-align-last: center;
    margin-bottom: 30px;
} 
.home .content-container .content .content-item .group a {
    text-transform: none;
    text-decoration: none;
    color: #5ba1d4;
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    border: 1px solid #5ba1d4;
    font-weight: 300;
    background: #fff;
    padding: 12px 10px;
    min-width: 220px;
    margin: 5px;
    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: #5ba1d4;
	color: #fff;
}
@media all and (max-width: 1720px) {  
	.home .content-container .content .content-item .group {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (max-width: 1400px) {   
    .home .content-container .content .content-item .group h3 {
        min-height: 108px;
    }
    .home .content-container .content .content-item .group p {
        min-height: 175px;
    }
}
@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 .group p {
        min-height: 175px;
    }
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }
    .home .content-container .content .content-item .wrapper {
        padding-bottom: 40px;
    }
    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }
    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
	.home .content-container .content .content-item h1.entry-title span {
		font-size: 42px;
		line-height: 50px;
	}   
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }	
    .home .content-container .content .content-item .poi {
        padding-top: 30px;   
    }
	.home .content-container .content .content-item .group .first-img, 
    .home .content-container .content .content-item .group .second-img {
		margin-right: 0;
	}	
	.home .content-container .content .content-item .group .first-img, 
    .home .content-container .content .content-item .group .second-img, 
    .home .content-container .content .content-item .group .third-img {
		width:100%;
		float:none;
		margin: 0px auto 0;
		padding: 0;
	}	
    .home .content-container .content .content-item .first-img img,
    .home .content-container .content .content-item .second-img img,
	.home .content-container .content .content-item .third-img img {
        display: none; 
    }  	
	.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;
	}
}
@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 .poi li {
		min-width: 140px;
		margin-top:20px;
		font-size: 16px;
	}
    .home .content-container .content .content-item .group a {
        font-size:25px;
        min-width:200px;
    }   
}
@media all and (max-width: 520px) {     
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }
}

.about .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
}
.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;
    }
}

.explore .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
}
.explore .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}
.explore .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.explore .content-container .content .content-item.living-areas {
    background: #f2f6fb;
}
.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 .floorplan {
    margin: 30px -73px 0;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    border: 1px solid #5ba1d4;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #5ba1d4;
}
.explore .content-container .content .content-item.bedrooms .first-img {
    margin-left: -29.2%;
    margin-right: -29.2%;
    margin-bottom: 30px;
}
@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;
    }
}
@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;
    }
}

.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 -938px;
}
.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#transportation: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 -1028px;
}
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1123px;
}
.quick-facts .content-container .content .content-item .item#managed--marketed-by:before {
    background-position: 0 -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 a {
    color: #282828;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
}
.press .content-container .content .content-item .press-container .press-item em {
    font-size: 16px;
}
.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;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #5ba1d4;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #282828;
    color: #282828;  
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #282828;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #282828;
    border-color: #282828;
    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: 'Libre Baskerville', 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: 'Libre Baskerville', 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;
    margin-top: 30px;
}
.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: 16px;
    font-family: 'Libre Baskerville', 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: 16px;
   font-family: 'Libre Baskerville', 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 {
	border-color: #5ba1d4;
	background: #5ba1d4;
    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 {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do {
    background: #f2f6fb;
}
.locale .content-container .content .content-item.things-to-do ul{
	list-style: disc;
}
.locale .content-container .content .content-item.things-to-do ul li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
}


.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(50% + 29.1%);
    height: 545px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: -29.1%;
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'Libre Baskerville', 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 ol {
	    list-style: disc;
}
.locale .content-container .content .content-item.things-to-do ol li{
	    margin-left: 15px;
    margin-bottom: 15px;
}
.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-left: 0;
    margin-right: 0;
    margin-top: 30px;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 16px;
    width: calc(52.9296875% + 29.1%);
    margin-right: -29.1%;
    margin-left: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 30px 0 30px 30px;
    width: 47.0703125%;
    margin-left: 0;
    margin-right: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half:not(.half-content):nth-of-type(odd) {
    margin-left: -29.1%;
    margin-right: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(odd) {
    padding: 30px 30px 30px 0;
}
.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;  
}
@media all and (max-width: 1620px) {    
    .locale .content-container .content .content-item.the-locale .map_div {
        width: 50%;
        margin-right: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half {
        width: 52.9296875%;
        margin-right: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half:not(.half-content):nth-of-type(odd) {
        margin-left: 0;
    }
}
@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; 
    }
}
@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 {
        margin-bottom: 30px;
    }
}
@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: 0;
    }
    .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%;
    }
}

.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: 'Libre Baskerville', 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-left: -29.1%;
    margin-right: -29.1%;
    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% - 30px);
    margin: 0 15px;
}
@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 .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 .slides li {
    display: block;
    float: left;    
    width: calc(33.33333% + 1px);
    opacity: 1;
    border: 1px solid #5ba1d4;
    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: #5ba1d4;
    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: 'Libre Baskerville', 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: 'Libre Baskerville', serif;
    font-size: 18px;
}

.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 .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #5ba1d4;
}
.rates .content-container .content .content-item .promotions {
    background: #5ba1d4;
    color: #fff;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #5ba1d4;
    font-family: 'Source Sans Pro', 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 .tabs-end > ul {
    background: #75797a;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #75797a;
    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: #5ba1d4;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #5ba1d4;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #c8e8ff;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}
.rates .content-container .content .content-item .tabs-end table td:first-of-type {
    text-align: left;
}
.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    text-align: right;
    background: #5ba1d4 !important;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
}

.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: #5ba1d4;  
}

@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;
    }
    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 50%;
    }
    .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: #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: 'Libre Baskerville', 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: 'Libre Baskerville', serif;
    border: 1px solid #5ba1d4;
    color: #5ba1d4;
    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: #5ba1d4;
    color: #fff;
}

/* 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: 'Libre Baskerville', serif;
}
.links .content-container .content .content-item h2 a {
    color: #282828;
}
.links .content-container .content .content-item h3 {
    color: #282828;
    font-family: 'Libre Baskerville', serif;
}
/* CSS hp header mobile*/
@media all and (max-width: 767px) {
    .hero-container .media .video {
        background-image: url(images/homevideo.jpg);
    }
}