/* http://www.villaastabali.com */
/*  v1.0 | 20180426 */
/*  License: Elite Havens */

/* WRAPPER */
.wrapper {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
}

@media all and (max-width: 1140px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}
.header-container .header {
    padding: 1px 0 37px;    
}
.header-container .header.wrapped {
   padding: 0 0 38px;
}
.header-container.sticky .header {
   padding: 0 0 10px;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #000;
}

.header-container .header .logo {
    text-align: left;
}
.header-container .header .logo a {
    margin-left: 0;
    margin-top: -5px;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: -78px;
    background: #761d16;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-container .header .logo a img {
    max-height: 170px;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    margin-top: -23px;
    margin-bottom: -11px;
}
.header-container .header .nav {
    text-align: right;
    padding: 37px 0 0;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    padding: 10px 0 0;
}
.header-container .header .nav ul {
    text-align: right;
}
.header-container .header .nav ul li {
    margin-left: 30px;
}

.header-container .header .nav>ul>li:nth-of-type(4) {
    margin-right: 0;
}
.header-container .header .nav ul li a {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    padding: 10px 5px;
    margin-bottom: -3px;
}
.header-container.sticky .header .nav ul li a {
    padding-bottom: 10px;
}
.header-container .header .nav ul li a img {
    margin-bottom: -18px;
    margin-left: -60px;
}
.header-container .header .nav ul li:hover a {
    color: #761d16;	
}
.header-container .header .nav ul li.active a {
    color: #761d16;
	border-bottom-color: #761d16;
}
.header-container .header .nav > ul > li:last-of-type a {
    background: #761d16;
    color: #fff;
    padding: 5px;
}
.header-container .header .nav > ul > li:last-of-type a:hover {
    background: #000;
}
.header-container .header .nav ul li .subnav {
    background: #761d16;
    opacity: 0;
    margin-top: 38px;
    border: none;
    margin-left: 0px;
}

.header-container.sticky .header .nav ul li .subnav {
    margin-top: 11px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #000;
    color: #fff;
}

@media all and (max-width: 1140px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 0 0 10px;
    }
    .header-container .header .nav ul li a {
        font-size: 14px;
        padding: 5px 2px;
    }
    .header-container.sticky .header {
       
    }
	.header-container .header .nav ul li .subnav {
		margin-top: 10px;
	}
    .header-container .header .logo {
        text-align: center;
    }
    .header-container .header .logo a {
        position: relative;
        margin: -60px 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header-container.sticky .header .logo a {
        
    }
    .header-container .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        padding: 10px 0 0;
    }
    .header-container .header .nav > ul > li {
        margin-left: 18px;
    }
    .header-container .header .nav > ul > li:nth-of-type(1) {
        margin-left: 0;   
    }
    .header-container .header .nav ul li:nth-of-type(4) {
        margin-right: 0;
    }
}
@media all and (max-width: 767px) {
    .header-container .header .nav>ul>li {
        margin-left: 0 !important;
    }
    .header-container .header,
    .header-container .header.wrapped {
        padding: 10px 0 0;
    }
    .header-container.sticky .header {
        margin-top: 0;
        padding: 10px 0 0;
    }
    
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: -88px;
        margin-bottom: -4px;
        background: #761d16;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {     
        margin-top: 0;
        margin-bottom: -8px;
        max-height: 136px;
        display: block;
    }
    .header-container .header .nav>ul>li {
        margin-top: 0px;
        padding-bottom: 5px;
    }    
    .header-container .header .nav {
        padding: 0 !important;
    }
    .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: #90908f;
        margin-top: 0 !important;
    }
}
@media all and (max-width: 479px) {
    .header-container .header, 
    .header-container .header.wrapped,
    .header-container.sticky .header {
        padding: 8px 0 0;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Roboto', sans-serif;    
    font-weight: 400;
    font-size: 14px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}

.footer-container .footer .column {
	    color: #000;
}

.footer-container .footer .column address {
    max-width: 320px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 35px;
    line-height: 22px;
}
.footer-container.sticky .footer .column address {
    display: none;
}
.footer-container .footer .column h3 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-container .footer .column a {
    color: #000;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 36px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
    font-size: 0;
}

.footer-container .footer .column .socials a {
    background: #000;
    color: #fff;
    
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;    
}

.footer-container .footer .column .socials a:hover {
    background: #761d16;
}

.footer-container .footer .bottom {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    top: 85px;
}
.footer-container .footer .bottom .marketed {
    margin: 25px auto 15px;
}
.footer-container .footer .bottom .marketed a {
    color: #000;
}

@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 322px !important;
    }

}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
   
	.footer-container .footer .bottom .marketed {
		    margin: 30px auto 15px;
	}
}
@media all and (max-width: 767px) {
    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
		padding-top: 0;
    }
    .footer-container.sticky .footer .column {
        padding: 1px 0;
    }
    .footer-container .footer .column address {
        text-align: center;    
        margin: 0 auto 15px;
    }
   
}

/* HERO CONTAINER */
.hero-container .promo-wrapper {
    position: relative;
}
.hero-container .promo-wrapper .promo-banner {
    background: url(/resources/asta/images/promo-zelie.png) no-repeat center center;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 149px;
    width: 173px;
    z-index: 3;
}

.hero-container .hero img {
	width: 100%;
    display: block
}
.hero-container .slideshow img.lazyload,
.hero-container .slideshow img.lazyloading {
    display: block
}

.hero-container .slideshow .caption big {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}
.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}

@media all and (max-width: 1023px) {
    .hero-container .promo-wrapper {
        display: none;
    }
}
@media all and (max-width: 1023px) {
    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}
@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 #595352;
    margin-top: -61px;
    margin-bottom: 61px;
}
.buttons-container .button {
    padding: 0 0 30px;
}
	
.home .buttons-container .button {
	 padding: 30px 0;
}
.home .buttons-container .button {
    padding-top: 40px;
}
.buttons-container .button .wrapper {
    max-width: 1110px;
}
.buttons-container .button a {
    color: #000;
    font-family: 'Playfair Display', serif; 
    font-size: 30px;
    border: 1px solid #000;
    background: #fff;
    padding: 10px 10px 11px;
    min-width: 250px; 
} 
.home .buttons-container .button a {    
    margin: 5px;
}
.buttons-container .button a:hover {
    background-color: #761d16;
    color: #fff;
}
.buttons-container .prevnext .wrapper {
    max-width: 1110px;
}
.buttons-container .prevnext a {
    color: #000;
    background: #fff;
    top: -69px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.buttons-container .prevnext a:hover {
    color: #000;
}
.buttons-container .prevnext a i {
    background: #fff;
    color: #000;
    font-size: 0; 
}
.buttons-container .prevnext a:hover i {   
    background-color: #8ee7f5 !important;
    color: #fff;
    
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("/resources/asta/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/asta/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: -82px;
        margin-bottom: 79px;
    }
    .home .buttons-container:after {
        margin-top: -36px;
		margin-bottom: 47px;
    }
    .buttons-container .button a {
        margin: 5px;       
    }
}

.reviews-container {
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 54% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.reviews-container .reviews {
    padding: 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1110px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #000;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
}
.reviews-container .reviews h2 span {
    display: block;
}
.reviews-container .reviews .home-reviews {    
    padding: 0;
    text-align: center;
    width: 100%;
}
.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
	text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #000;
    text-transform: none;
    border: 1px solid #000;
    text-decoration: none;
    padding: 9px 15px 12px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.reviews-container .reviews .home-reviews a:hover {
    background-color: #761d16;
    color: #fff;
}
.reviews-container .reviews .home-reviews ul {
    color: #000;
    font-size: 20px;
    margin-left: 0 !important;
}
.reviews-container .reviews .home-reviews ul li {
    display: block;
}
.reviews-container .reviews .home-reviews ul li .right {
    text-align: center;
	font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #000;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #000;
    margin-top: 20px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
}
@media all and (max-width: 1023px) {
    
    .reviews-container .bg-half {
        display: none;
    }
    .reviews-container .reviews {
        width: 100%;
    }
    .reviews-container .reviews h2 span {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
  
    .reviews-container .reviews .home-reviews {
        padding: 0;   
        display: block;
        width: auto;
    }
}
@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff;
    }
    .reviews-container .reviews {
        background: transparent;
		padding-top: 30px;
    }
    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
		margin-bottom: 15px;
    }   
    .reviews-container .reviews h2:before {
        display: none;
    }
    .reviews-container .reviews .home-reviews ul {
        font-size: 16px;   
    }
    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.content-container .content .content-item img{
	width: 100%;
}
.content-container .content .content-item.odd,
.content-container .content .content-seo {
    margin-top: 40px;
}

.content-container.scroll .content .content-item.odd:first-of-type {
    background: #9e9e9e;
    text-align: center;
}
.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}
.content-container .content .content-item .wrapper {
    max-width: 1110px;
}
.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 35px;    
    line-height: 24px;
    text-transform: none;
}
.content-container .content .content-item h1.entry-title {
	text-align: center;
    padding: 10px 0 10px;
}
.content-container .content .content-item h1.entry-title span { 
	color: #000;
}
.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 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px;    
    line-height: 24px;
}
.content-container.scroll .content .content-item h1.entry-title {
	position: absolute;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    text-transform: none;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 55px;
	padding: 0;
	border-top: none;
	border-bottom: none;
}
.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #000;
    display: block;	
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 42px;
	
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #000;
    margin-top: 1px;
}

@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding: 0 2%;
}
.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #000;
     font-family: 'Playfair Display', serif;
    font-size: 25px;
    text-transform: uppercase;
}
@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 h2.entry-title span {
        padding-bottom: 5px;
    }
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
		padding-top: 25px;
		padding-bottom: 25px !important;
    }
    .content-container.scroll .content .content-item.odd:first-of-type .wrapper {
		padding-bottom: 0 !important;
    }
    .content-container.scroll .content .content-item h1.entry-title {
        background: #fff;
        color: #000;
		position: relative;
		font-size: 30px !important;
		line-height: 40px;
    }
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
}

.content-container .content .content-item p a {
    color: #000;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: #9e9e9e;    
    text-align: right; 
}

.content-container .content .content-item .sticky .spy {
    background: #9e9e9e;
}
.content-container .content .content-item .spy ul {
    background: #9e9e9e;
    max-width: 1110px;
}
.content-container .content .content-item .spy ul li {
    border-left: 1px solid #fff;
}
.content-container .content .content-item .spy ul li:last-of-type {
    border-right: 1px solid #fff;
}
.content-container .content .content-item .spy ul li a {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.content-container .content .content-item .sticky .spy ul li a {
    padding: 15px;    
}
.content-container .content .content-item .spy ul li a:hover {
    background: #761d16;
}
.content-container .content .content-item .spy ul li.active a {    
    background: #761d16;	
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'Roboto', sans-serif;
    }
}

/* EH CONTAINER */

.eh-container h2 {
    color: #000;
    font-family: 'Georgia', serif;
}
.eh-container .grids .grid {
    font-family: 'Roboto', sans-serif;
}
.eh-container .grids .grid a {
    background: #000;
}
.eh-container .grids .grid a span {
    font-family: 'Georgia', serif;
}

.eh-container .grids .grid p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.eh-container .grids .grid p a {
    background: transparent;  
}
.eh-container .book-now {
    color: #000;
    font-family: 'Georgia', serif;
}


.home .content-container .content .content-item {
    position: relative;
	margin-top: 0;
}
.home .content-container .content .content-item .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.home .content-container .content .content-item .wrapper {
    padding-bottom: 40px;
}
.home .content-container .content .content-item .wrapper .the-content {
    margin-left: calc(48% + 30px);
}
.home .content-container .content .content-item h1.entry-title {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 72px;
    line-height: 65px;
    color: #282828;
    font-weight: 300;
    text-align: left;
	margin-bottom: 40px;	
	padding: 0;
	border-top: none;
	border-bottom: none;
}
.home .content-container .content .content-item h1.entry-title small {
    display: block;
    color: #000;
    font-size: 50px;
    line-height: 45px;
}
.home .content-container .content .content-item h1.entry-title span {
    color: #000;
    font-weight: 400;
	font-size: 88px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item h1.entry-title span:first-of-type {
    margin-left: 0;
    display: block;
}
.home .content-container .content .content-item h2.entry-title {
	text-align:left;
	font-size: 30px;
	line-height: 36px;
    text-transform: inherit;
}
.home .content-container .content .content-item h2.entry-title:after {
	border: none;
}
.home .content-container .content .content-item .poi {
    text-align: center;
    padding: 20px 0;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 128px;
    margin-right: 8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	
}
.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}
.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/asta/images/icon-sprite.png") no-repeat;
    height: 128px;
    width: 128px;
    display: block;
    margin: 0 auto 10px;
	
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -243px 0;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -492px 0;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -738px 0;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -981px 0;
}

@-webkit-keyframes bounce-in-fwd {0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity: 0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity: 1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd {0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity: 0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity: 1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.home .content-container .content .content-item p:first-of-type {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 32px;
}
.home .content-container .content .content-item p:last-of-type {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}
.home .content-container .content .content-item .first-img {
    float: left;
    width: 29.5%;
    margin: -5px 30px 0 0;
}
.home .content-container .content .content-item .second-img {
    float: right;
    width: 29.5%;
    margin: -5px 0 0 30px;
}

@media all and (max-width: 1140px) {    
    .home .content-container .content .content-item .poi li {
        min-width: 119px;
        width: 10%;
        margin-right: 20px;
    }
  
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }
	.home .content-container .content .content-item.parallax-background{
		background-position: 50%!important;
	}
	
	
    .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:first-of-type {
        margin-left: 0;
    }
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }
    .home .content-container .content .content-item .first-img,
    .home .content-container .content .content-item .second-img {
        display: none;
    }  
}

@media all and (max-width: 767px) {      
    .home .content-container .content .content-item h1.entry-title,.home .content-container .content .content-item h1.entry-title span,.home .content-container .content .content-item h1.entry-title small {
        font-size: 33px;
		line-height: 35px;
    }   
	.home .content-container .content .content-item .poi {
		padding-bottom: 25px;
	}
	.home .content-container .content .content-item .poi li {
		padding-bottom: 15px;
	}
    .home .content-container .content .content-item .bg-half {
        display: block !important;
        height: 250px;
        width: 100% !important;
        margin-bottom: 10px;
        position: relative;
    }
    .home .content-container .content .content-item .wrap-this{
        display: block;
        min-height: auto;
        margin-bottom: 17px;
        margin-top: 0;
        padding-top: 0 !important;
    }
    .home .content-container .content .content-item {
        display: flex;
        flex-wrap: wrap;
    }
    .home .content-container .content .content-item .bg-half{
        order: 2
    }
    .home .content-container .content .content-item .wrapper{
        padding-bottom: 0!important
    }
    .home .content-container .content .group .content-item .wrapper >div >div:not(.wrap-this){
        margin-bottom:20px
    }
}

.home .content-container .content .group .content-item .wrapper .the-content {
	margin-right: calc(59.11458% + 106px);
	margin-right: 68.7%;
    margin-left: 0;
}
.home .content-container .content .group .content-item:nth-of-type(2n + 2) .wrapper .the-content {
	margin-left: calc(59.11458% + 106px);
	margin-left: 68.7%;
    margin-right: 0;
}
.home .content-container .content .group .content-item .bg-half {
	left: auto;
    right: 0;
    width: 59.11458%;
    width: calc((100vw / 2 ) + 165px);
}
.home .content-container .content .group .content-item:nth-of-type(2n + 2) .bg-half {
	right: auto;
    left: 0;
}
.home .content-container .content .group .content-item .wrapper div div {
	    padding-top: 25px;
}
.home .content-container .content .group .content-item .wrapper a {
	font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    text-decoration: none;
    padding: 5px 15px;
	
	    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	
}
.home .content-container .content .group .content-item .wrapper a:hover {
    background-color: #761d16;
    color: #fff;
	
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@media all and (max-width: 1023px) {  
	.home .content-container .content .group .content-item .bg-half {
        display: none;
    }
	.home .content-container .content .group .content-item .wrapper .the-content {
		margin-right: 0;
	}
	.home .content-container .content .group .content-item:nth-of-type(2n+2) .wrapper .the-content {
		margin-left: 0;
	}
}
@media all and (max-width: 1023px) {  
	.home .content-container .content .group .content-item .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #7f7f7f24;
	}
}

.about .content-container .content .content-item {
    margin-top: 5px;
    margin-bottom: 40px;
}
.about .content-container .content .content-item h1.entry-title {
    text-align: left;
    margin-bottom: 30px; 
}
.about .content-container .content .content-item .the-content {
    width: auto;
    padding: 30px 0 30px 60px;
    margin-left: 42.4%;
    margin-right: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.about .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%);
}
@media all and (max-width: 1140px) {
    .about .content-container .content .content-item .the-content {
        padding: 30px 15px; 
    }
}
@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
        margin: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none ;  
    }
}

.about-elite-havens .content-container .content .content-item h1.entry-title,
.concierge .content-container .content .content-item h1.entry-title {
    margin-top: 40px;
}

.explore .content-container .content .content-item.living-areas {
	padding-top: 40px;
}
.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.living-areas .wrapper {
	padding-top: 25px;
}
.explore .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
    position: relative;
}
.explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
}
.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}
.explore .content-container .content .content-item.villa-layout h2.entry-title,
.explore .content-container .content .content-item.living-areas h2.entry-title,
.explore .content-container .content .content-item.bedrooms h2.entry-title {
	line-height: 42px;
}
.explore .content-container .content .content-item h4,
.explore .content-container .content .content-item h4 p {
    margin-top: 25px;   
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 20px auto 0;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    border: 1px solid #000;
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}
.explore .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
}
.explore .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1110px;
}
.explore .content-container .content .content-item .group:nth-of-type(2n) {
    background: none;
}
.explore .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.explore .content-container .content .content-item .group .half {
	width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;	
}
.explore .content-container .content .content-item .img {
	margin: 0 auto;
    max-width: 1920px;
}
.explore .content-container .content .content-item .group {
	margin-top: 30px;
}
.explore .content-container .content .content-item .group .half.half-content {
    width: 50%;
    padding: 25px 0 25px 40px;
}
.explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    padding: 25px 40px 25px 0;
}
.explore .content-container .content .content-item .group:nth-of-type(even) .img {
    margin-right: -71.4%;
}
.explore .content-container .content .content-item .group:nth-of-type(odd) .img {
    margin-left: -71.4%;
}
.explore .content-container .content .content-item .group .half h3,
.explore .content-container .content .content-item .group .half h3 p {
    margin-top: 0;   
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}
.explore .content-container .content .content-item.bedrooms .group {
    margin-top: -30px;
    margin-bottom: 30px;
    background: #f0f0f0;
}
.explore .content-container .content .content-item.bedrooms .group:last-of-type {
    margin-bottom: 40px;
}
.explore .content-container .content .content-item.bedrooms .group .half .img img{
	width:100%;
}

@media all and (max-width: 1140px) {
    .explore .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
    .explore .content-container .content .content-item .group .half.half-content,
    .explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
        padding: 15px;
    }
}
@media all and (max-width: 1023px) {
	.explore .content-container .content .content-item .group .wrapper {
		padding: 0px;
	}
    .explore .content-container .content .content-item { 
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item.bedrooms h2.entry-title {
        margin-bottom: 0
    }
    .explore .content-container .content .content-item h3 {
        margin-top: 0
    }
    .explore .content-container .content .content-item.living-areas, 
    .explore .content-container .content .content-item.bedrooms {
        border-top: none;
    }
    .explore .content-container .content .content-item .bg-holder:first-of-type .wrapper {
        padding-bottom: 0;
    }
    .explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content,
    .explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
        width: auto;
        padding: 0;
    }
    .explore .content-container .content .content-item .the-content:after {
        display: none ;  
    }
    .explore .content-container .content .content-item .group {
        margin: 0;   
    }
    .explore .content-container .content .content-item.bedrooms .group {
        background: #fff;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }
    .explore .content-container .content .content-item.bedrooms .group:last-of-type {
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item .group .wrapper {
        padding: 40px 0; 
    }
    .explore .content-container .content .content-item .group .half {
        width: 100%;
        margin: 10px 0;
    }
    .explore .content-container .content .content-item .group .half.half-content {
        padding: 0 15px !important;
        display: block;
        width: auto;
    }
    .explore .content-container .content .content-item .group .img{
        margin-right: 0!important; margin-left: 0!important;
    }
    .explore .content-container .content .content-item.bedrooms .second-img {
        display: block;   
    }
}


.about .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
}
.about .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1110px;
}
.about .content-container .content .content-item .group:nth-of-type(2n) {
    background: none;
}
.about .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.about .content-container .content .content-item .group .half {
	width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;	
}
.about .content-container .content .content-item .img {
	margin: 0 auto;
    max-width: 1920px;
}
.about .content-container .content .content-item .group {
	margin-top: 30px;
}
.about .content-container .content .content-item .group .half.half-content {
    width: 50%;
    padding: 25px 0 25px 40px;
}
.about .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    padding: 25px 40px 25px 0;
}
.about .content-container .content .content-item .group:nth-of-type(even) .img {
    margin-right: -71.4%;
    max-height: 1111px;
    overflow: hidden;
}
.about .content-container .content .content-item .group:nth-of-type(odd) .img {
    margin-left: -71.4%;
}
.about .content-container .content .content-item .group .half h3,
.about .content-container .content .content-item .group .half h3 p {
    margin-top: 0;   
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}
.about .content-container .content .content-item.bedrooms .group {
    margin-top: -30px;
    margin-bottom: 30px;
    background: #f0f0f0;
}
.about .content-container .content .content-item.bedrooms .group:last-of-type {
    margin-bottom: 40px;
}
.about .content-container .content .content-item.bedrooms .group .half .img img{
	width:100%;
}

@media all and (max-width: 1140px) {
    .about .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
    .about .content-container .content .content-item .group .half.half-content,
    .about .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
        padding: 15px;
    }
}
@media all and (max-width: 1023px) {
	.about .content-container .content .content-item .group .wrapper {
		padding: 0px;
	}
    .about .content-container .content .content-item { 
        margin-bottom: 0;
    }
    .about .content-container .content .content-item.bedrooms h2.entry-title {
        margin-bottom: 0
    }
    .about .content-container .content .content-item h3 {
        margin-top: 0
    }
    .about .content-container .content .content-item.living-areas, 
    .about .content-container .content .content-item.bedrooms {
        border-top: none;
    }
    .about .content-container .content .content-item .bg-holder:first-of-type .wrapper {
        padding-bottom: 0;
    }
    .about .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content,
    .about .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
        width: auto;
        padding: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none ;  
    }
    .about .content-container .content .content-item .group {
        margin: 0;   
    }
    .about .content-container .content .content-item.bedrooms .group {
        background: #fff;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }
    .about .content-container .content .content-item.bedrooms .group:last-of-type {
        margin-bottom: 0;
    }
    .about .content-container .content .content-item .group .wrapper {
        padding: 40px 0; 
    }
    .about .content-container .content .content-item .group .half {
        width: 100%;
        margin-top: 20px;
    }
    .about .content-container .content .content-item .group .half.half-content {
        padding: 0 15px !important;
        display: block;
        width: auto;
    }
    .about .content-container .content .content-item .group:nth-of-type(even) .img {
        /* margin-right: -71.4%; */
        max-height: 591px;
        margin-right: 0;
    }
    .about .content-container .content .content-item.bedrooms .second-img {
        display: block;   
    }
}



.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}
.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}
.quick-facts .content-container .content .content-item .item {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 80px;
}
.quick-facts .content-container .content .content-item .item a{
    color: #000
}
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}
.quick-facts .content-container .content .content-item .item strong {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    display: block;
}
.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -8px;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}
.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}
.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}
.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -935px;
}
.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#sports:before {
    background-position: 0 -1405px;
}
.quick-facts .content-container .content .content-item .item#events:before {
    background-position: 0 -1218px;
}
.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.current {
    padding: 3px 3px 3px;
    margin-bottom: 15px;
}

.press .content-container .content .content-item .press-container .press-item img {
    margin-top: 0;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}
.press .content-container .content .content-item .press-container .press-item span {
    overflow: hidden;
    display: block;
}
.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #000;
    color: #000;
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #000;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #000;
    border-color: #000;
    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: 623px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 0 auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #90908f;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #000;
    color: #000;
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #000;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}


.locale .content-container .content .content-item .the-content {    
    background: rgba(255, 255, 255, .9);
}
.locale .content-container .content .content-item.odd .the-content {    
    background: transparent;
}
.locale .content-container .content .content-item.things-to-do .the-content {    
    background: #efefef;
}
.locale .content-container .content .content-item .wrapper {
    max-width: 1110px;
}
.locale .content-container .content .content-item.the-locale .wrapper {
    border-bottom: none;
}
.locale .content-container .content .content-item.the-locale .area {
	margin-top: 40px;
}
.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: 50%;
    height: 212px;
    margin-top: 0;
    margin-left: 30px; 
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do .group {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half {
	width: 57.8125%;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 4px;
    font-size: 16px;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 25px 0 25px 25px;
	width: 42.1875%;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(odd) {
    padding: 25px 25px 25px 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: #000;  
}
@media all and (max-width: 1140px) {
    .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 .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: 225px;
        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 .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;   
		width: 100%;
        margin-bottom: 15px;
    }
    .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 h1.entry-title {
    text-align: left;
    margin-top: 40px;
}
.experience .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.experience .content-container .content .content-item .bg-holder {
    margin-top: 5px;
}
.experience .content-container .content .content-item.staff h1,
.experience .content-container .content .content-item.dining h1,
.experience .content-container .content .content-item.families h1,
.experience .content-container .content .content-item.spa h1 {
    text-align: center;
}
.experience .content-container .content .content-item.staff h2.entry-title,
.experience .content-container .content .content-item.dining h2.entry-title,
.experience .content-container .content .content-item.families h2.entry-title,
.experience .content-container .content .content-item.spa h2.entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	margin-bottom: 10px;    
	text-align: left;
}
.experience .content-container .content .content-item.staff h2.entry-title:after,
.experience .content-container .content .content-item.dining h2.entry-title:after,
.experience .content-container .content .content-item.families h2.entry-title:after,
.experience .content-container .content .content-item.spa h2.entry-title:after {
    border-bottom: 0px;
}
.experience .content-container .content .content-item.staff .details,
.experience .content-container .content .content-item.spa .details {
    margin-top: 20px;
}
.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 22px;
    text-transform: none;
    float: left;
    width: 22%;
    font-weight: 700;
}
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;   
}
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    overflow: hidden;
}
.experience .content-container .content .content-item.staff dd p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    text-align: justify;
}
.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: #000;  
}
.experience .content-container .content .content-item.dining h3 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.experience .content-container .content .content-item .group {
    margin: 0 auto;
    font-size: 0;
    max-width: 1920px;
}
.experience .content-container .content .content-item .group:first-of-type {
    margin-top: 40px;
}
.experience .content-container .content .content-item .group:last-of-type {
    margin-bottom: 40px;
}
.experience .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1110px;
}
.experience .content-container .content .content-item .group:nth-of-type(2n) {
    background: none;
}
.experience .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.experience .content-container .content .content-item .group .half {
	width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;	
}
.experience .content-container .content .content-item .group .half.half-content {
    width: 50%;
    padding: 25px 0 25px 40px;
}
.experience .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    padding: 25px 40px 25px 0;
}
.experience .content-container .content .content-item .group:nth-of-type(even) .img {
    /* margin-right: -71.4%; */
}
.experience .content-container .content .content-item .group:nth-of-type(odd) .img {
    /* margin-left: -71.4%; */
}
@media all and (max-width: 1140px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
    .experience .content-container .content .content-item .group .half.half-content,
    .experience .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
        padding: 15px;
    }
}
@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.spa p:last-of-type {
        margin-bottom: 15px;
    }
	.experience .content-container .content .content-item .group {
        margin: 0 0 15px;   
    }
    .experience .content-container .content .content-item .group .wrapper {
        padding: 0!important; 
		margin: 0;
    }
    .experience .content-container .content .content-item .group .half {
        display: none;
    }
    .experience .content-container .content .content-item .group .half.half-content {
        padding: 0 15px !important;
        display: block;
        width: auto;
    }
}
@media all and (max-width: 767px) {  
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.spa dt {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 0;
    }
}

.content-item.weddings .wrapper .the-content .wrapper {
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}
.weddings .content-container .content .content-item h1.entry-title {
    margin-top: 40px;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
    margin: 0 auto;
    max-width: 1920px;
}
.weddings .content-container .content .content-item > .group:last-of-type {
    margin-bottom: 40px;
}
.weddings .content-container .content .content-item .capacity {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 40.2%;
    color: #282828;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 30px 25px;
    font-family: 'Playfair Display', serif;    
    margin-top: 30px;
}
.weddings .content-container .content .content-item .guidelines {
    font-size: 0;
    width: 59.8%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.weddings .content-container .content .content-item .guidelines a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: calc(50% - 20px);
    color: #282828;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 30px 10%;
    margin-top: 30px;
    margin-left: 20px;
    font-family: 'Playfair Display', serif;
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background-color: #761d16;
    color: #fff;
}
@media all and (max-width: 1140px) {
    .experience .content-container .content .content-item .group .wrapper {
        margin: 0 15px;   
    }
    .weddings .content-container .content .content-item .capacity {
        padding: 3.2% 5px;
        font-size: 16px;    
        width: auto;
        display: block;
    }
    .weddings .content-container .content .content-item .guidelines {
        width: auto;
        display: block;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: calc(50% - 10px);
        padding: 4.4% 5px;
        font-size: 16px;
        margin-left: 0;
    }
    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 20px;   
    }
    .weddings .content-container .content .content-item .first-img {
        display: none;   
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 15px;
    }
    .weddings .content-container .content .content-item .guidelines {
        font-size: 0;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: 50%;
        padding: 4.4% 5px;
        font-size: 15px;
    }
    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 0;
    }
}
@media all and (max-width: 767px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 16px;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: 100%;
        padding: 4.4% 5px;
        font-size: 16px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .reviews-container,
.guest-reviews .content-container .content .content-item .slides {
    padding-bottom: 1px; 
}

.guest-reviews .content-container .content .content-item .slides li {
    float: left;    
    border: 1px solid #000;
    padding: 30px 15px 15px;
    margin: 0 0 2px 0;
    opacity: 1;
    visibility: visible;
    display: block;
    width: calc(33.33333% + 1px);
}
.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #f4edec;
}
.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 3px;
    display: block;
}
.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #b1b1b1;
    font-size: 140px;
    margin: 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: 'Playfair Display', serif;
    font-size: 18px;
    color: #000;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #000;
    color: #000;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #000;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #000;
    border-color: #000;
    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 #000;
    }
    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #000;
}
.rates .content-container .content .content-item .promotions {
    background: #000;
    color: #fff;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #000;
    font-family: 'Playfair Display', serif;
}
.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;   
}

.rates .content-container .content .content-item .promotions td{
	color: #fff;
}
.rates .content-container .content .content-item .tabs-end > ul {
    background: #000;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #761d16;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
    background: #761d16;
    font-family: 'Roboto', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #f4edec;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject { 
	background: #761d16 !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: #761d16;
}

@media all and (max-width: 767px) {
	.rates .content-container .content .content-item .discounts,
	.rates .content-container .content .content-item .promotions {
		padding: 20px 10px;
	}
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;   
        margin-bottom: 1px;
    }
    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;   
    }
}

/* FORM */

.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #000;
}
.reservations .content-container .content .content-item .teaser, 
.general-enquiries .content-container .content .content-item .teaser {
    max-width: 680px;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.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: #000;
    font-family: 'Playfair Display', serif;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .form-col:first-of-type,
.general-enquiries .content-container .content .content-item form .form-row .form-col:first-of-type {
    width: 147px;   
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #000;
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
}
.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'Roboto', 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: 'Roboto', 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 {
    float: left;
}
.reservations .content-container .content .content-item form .form-row .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {
  
}
.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
  font-size: 25px;
    font-family: 'Playfair Display', serif;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    padding: 4px 30px 7px;   
}
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 4px 24px 7px;
}
.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: #761d16;
	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: #000;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    text-decoration: none;
    color: #000;
}

.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: #000;
}
.links .content-container .content .content-item h2 {
    color: #000;
    font-family: 'Playfair Display', serif;
}
.links .content-container .content .content-item h3 {
    color: #000;
    font-family: 'Playfair Display', serif;
}