/* http://www.kabakabaestate.com */
/* v1.0 | 20180228 */
/* License: Elite Havens */

/* WRAPPER */
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
}
.header-container .wrapper {
    max-width: none;
}
@media all and (max-width: 1050px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}
.header-container .header {
    padding: 1px 0 20px;    
}
.header-container .header.wrapped {
    padding: 0 0 20px;
}
.header-container.sticky .header {
    padding: 20px 0;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #010101;
}
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    content: '';
    margin-top: 3px;
}
.header-container .header .logo {
    text-align: center;
}
.header-container .header .logo a {
    margin-left: 8px;
    margin-top: 10px;
    top: 0;
    left: 50%;
    max-height: 92px;
    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container.sticky .header .logo a{
	    margin-top: 10px;
    max-height: 58px;
	
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
    border-radius: 75%;
}
.header-container.sticky .header .logo a img {
    margin-top: 0px;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-container .header .nav {
    margin: 65px 0 0;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    margin: 8px 0 0 ;
}
.header-container .header .nav ul {
    text-align: center;
}
.header-container .header .nav ul li {
    margin-left: 20px;
}
.header-container .header .nav ul li a {
    color: #7f7f7f;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: -1px;
}
.header-container .header .nav ul li:hover a {
    color: #313131;
}
.header-container .header .nav ul li.active a {
    color: #313131;
}
.header-container .header .nav > ul > li:nth-of-type(5) {
    margin-right: 300px;   
}
.header-container .header .nav > ul > li:last-of-type a {
    background: #313131;
    color: #fff;
    padding: 5px;
}
.header-container .header .nav ul li .subnav {
    background: #010101;
    margin-top: 20px;
	margin-left:0px;
}

.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: #010101;
}

@media all and (max-width: 1140px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 20px;
    }
    .header-container.sticky .header {
        padding: 5px 0 20px;
    }
    .header-container .header .logo a {
        position: relative;
        margin: 0 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header-container .header .nav {
        border-bottom-color: transparent;
        margin: 10px 0 0;
    }
    .header-container .header .nav > ul > li {
        margin-left: 20px;
    }
    .header-container .header .nav > ul > li:nth-of-type(5) {
        margin-right: 0;   
    }
}
@media all and (max-width: 767px) {
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0 !important;
    }
    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }
	.header-container .header .logo{
		text-align: left!important;
	}
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 0;
        max-height: 32px;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {        
        margin-top: 0;
        max-height: 31px;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-container .header .nav ul li .subnav {
        background: #90908f;
    }
}

@media all and (max-width: 479px) {
    .header-container .header .logo {
        text-align: center;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Source Sans Pro', sans-serif;   
    font-weight: 400;
    font-size: 15px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}

.footer-container .footer .column h3 {    
    font-family: 'Source Sans Pro', sans-serif;
	color: #313131;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #010101;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}
.footer-container .footer .column address {
    max-width: 285px;
    margin-bottom: 13px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
}

.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #7f7f7f;
    color: #fff;
}
.footer-container .footer .column .socials a:hover {
    background: #313131;
}

.footer-container .footer .bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    top: 66px;
}
.footer-container .footer .bottom .marketed {
    line-height: 20px;
    max-width: 280px;
    margin: 20px auto 15px;
}
.footer-container .footer .bottom .marketed a {
    color: #010101;
}

/* Mini Form */
.miniform .form-column.select:after {    
    border-top-color: #010101;
}
.miniform button {
    background: #010101 !important;
}

/* HERO CONTAINER */
.hero-container .promo-wrapper {
    position: relative;
}
.hero-container .promo-wrapper .promo-banner {
    background: url(/resources/kabakaba/images/promo-zelie.png) no-repeat center center;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 149px;
    width: 173px;
    z-index: 3;
}

.hero-container .slideshow .caption big {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}
.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}
.hero-container .media {
    min-height: calc(85vh - 150px);
}
/* CSS FOR VIDEO ON HOMEPAGE MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media .video {
        background-image: url(images/homevideo.jpg);
    }
}
@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: 30px 0;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
}
.buttons-container .button a {
    color: #313131;
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    border: 1px solid #313131;
    background: #fff;
    padding: 14px;
    min-width: 285px;      
}
.home .buttons-container .button a {    
    margin: 5px;
}
.buttons-container .button a:hover {
    background: #313131;
    color: #fff;
    border-color: #313131;
}

.buttons-container .prevnext .wrapper {
    max-width: 1280px;
}



.buttons-container .prevnext a {
    color: #010101;
    background: #fff;
    top: -69px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; 
}
.buttons-container .prevnext a:hover {
    color: #313131;
}
.buttons-container .prevnext a i {
     background: #fff;
    color: #010101;
    font-size: 0;
    border: 1px solid #010101;  
}
.buttons-container .prevnext a:hover i {    
        background-color: #ffffff !important;
    border-color: #ffffff !important;
    
    -webkit-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("/resources/kabakaba/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/kabakaba/images/next-arrow.png") no-repeat center center;
}


@media all and (max-width:1024px){
    .buttons-container .prevnext .wrapper {
        max-width: 1024px;
    }
}

@media all and (max-width: 1050px) {    
    .buttons-container .prevnext a { 
        font-size: 17px;    
    }
   
}

@media all and (min-width:1024px) and (max-width: 1050px){
    .buttons-container .button a{
        font-size: 19px;
        min-width: 215px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -85px;
    }
    .home .buttons-container:after {
        margin-top: -39px;
    }
    .buttons-container .button a {
        margin: 5px;   
    }
}

/* weddings */

.weddings .content-container .content .content-item h1.entry-title{
	    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px; 
}

.weddings .content-container .content .content-item .the-content {
    width: 50%;
    padding: 30px 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.weddings .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%);
}
.weddings .content-container .content .content-item .wrapper {
    max-width: 1024px;
}

.weddings .content-container .content .content-item .bg-holder:last-of-type p:first-of-type {
    color: #010101;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}
.weddings .content-container .content .content-item h2 {
    font-size: 30px;
	padding-top:20px;
    text-align: center;
    color: #010101;
    font-family: 'Open Sans',sans-serif;
    display: block;
}
.weddings .content-container .content .content-item h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    margin: 40px 0 20px;
    display: block;
}
.weddings .content-container .content .content-item small {
    font-size: 20px;
    text-align: center;
    color: #010101;
        font-family: 'Open Sans',sans-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: #010101;
        font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #010101;
    
    -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: #010101;
    color: #fff;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
}
.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #010101;
    background: #fff;
    color: #010101;
    padding: 19px 15px;
    line-height: 26px;
    font-size: 18px;
        font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: calc(50% - 30px);
    margin-bottom: 30px;
    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 {
    width: 50%;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.weddings .content-container .content .content-item .guidelines a {
    font-size: 17px;
        font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: calc(50% - 15px);
    color: #010101;
    text-transform: none;
    text-decoration: underline;
    text-align: center;
    border: 1px solid #010101;
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 30px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.weddings .content-container .content .content-item .guidelines a:first-of-type {
    margin-left: 0;   
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background: #010101;
    color: #fff;
}
/* CORPORATE */
.corporate-retreats .content-container .content .content-item h1.entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.corporate-retreats .content-container .content .content-item .the-content {
    background: rgba(255,255,255,.9);
}
.corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content{
    padding: 30px 30px 30px 0;
    width: 50%;
    position: relative;
}
.corporate-retreats .content-container .content .content-item .wrapper {
    margin-top: 5px;
}
.corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after{
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 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%);
}

.corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n) .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%);
}
.corporate-retreats .content-container .content .content-item .first-img {
    margin-top: 30px;
}

@media all and (max-width: 1023px) {
    .corporate-retreats .content-container .content .content-item .wrapper {
        margin-top: 0px;
        padding-top: 20px;
    }
    .corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n) .the-content,
    .corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
        width: 100%;
        padding: 0px;
    }
    .corporate-retreats .content-container .content .content-item .bg-holder:first-of-type>.wrapper {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .corporate-retreats .content-container .content .content-item h1.entry-title {
        text-align: center;
        margin-top: 15px;
    }

}
@media all and (max-wdith: 114px) {
.corporate-retreats .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after,
  .content-container .content .content-item .bg-holder:nth-of-type(2n) .the-content:after {
        width: 1002%;
    }
}
/* PHOTO ALBUM */



.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%;
}
.weddings .content-container .content .content-item .photo-album .owl-item .item span.credit {
    position:absolute;
    color: white;
    z-index:7;
    bottom: 10px;
    font-size: 15px;
    background: #0000009e;
   padding: 15px;
}

@media all and (max-width: 1140px) {
    .weddings .content-container .content .content-item .the-content {
        padding: 15px; 
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .wrapper:first-of-type {
        padding-top: 0px;
    }
}
@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;
    }
}
@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;
    }
}


.reviews-container {
    position: relative;
}
.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
	    width: calc((100vw / 2 ) + 50px);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}
.reviews-container .reviews {
    padding: 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1024px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #010101 !important;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left !important;
    font-size: 48px !important;
    line-height: 50px !important;
}
.reviews-container .reviews h2 span {
    display: block;
}

.reviews-container .reviews .home-reviews {
    padding:30px 0 45px;
    text-align: left;
    width: calc(42.6% - 10px);
	float: right;
}
.reviews-container .reviews .home-reviews a {
	margin-top:20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #313131;
    font-family: 'Cormorant Garamond',serif;
    font-size: 25px;
    border: 1px solid #313131;
    background: #fff;
    padding: 14px;
    min-width: 285px;
    text-align: center;
    display: inline-block;
    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;
}
.reviews-container .reviews .home-reviews a:hover{
	background: #313131;
    color: #fff;
    border-color: #313131;
}
.reviews-container .reviews .home-reviews ul {
    color: #010101;
    font-size: 16px;
    margin-left: 0 !important;
}
.reviews-container .reviews .home-reviews ul li {
    display: block;
}
.reviews-container .reviews .home-reviews ul li .right {
    text-align: left !important;
    line-height: 25px;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #010101;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	font-weight:600;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #010101;
    margin-top: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


.reviews-container .owl-nav{
	top:50%;
}

.reviews-container .owl-nav .owl-next, 
.reviews-container .owl-nav .owl-prev {
    position: absolute;
    top: 65%;
	opacity:0.5;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviews-container .owl-nav .owl-next {
    right:-26.222%;
	opacity:0.5;
}

.reviews-container .owl-nav .owl-prev{
	left:-30%;
}

.reviews-container .owl-nav .owl-prev:hover,.reviews-container .owl-nav .owl-next:hover{
	opacity:1;
}

.reviews-container .owl-nav img{
	max-width: 100%;
    display: block;
    height: 75px;
    background: #000;
    padding: 15px 19px;
    border-radius: 5px;
    -webkit-filter: invert(80%) grayscale(80%);
    -o-filter: invert(80%) grayscale(80%);
    filter: invert(80%) grayscale(80%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviews-container .owl-dots{
	position:absolute;
	bottom:-115px;
    display: none;
}

@media all and (max-width: 1200px) {
	.reviews-container .owl-nav{
		display:none;
	}
	.reviews-container .owl-dots{
		display:none;
	}
}

@media all and (max-width: 1023px) {
    .reviews-container {
        border-top: 1px solid #ececec;
		margin-bottom:30px;
    }
    .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 h2 span:last-of-type {
        text-align: left;
        margin-left: 0;
    }
    .reviews-container .reviews .home-reviews {
        padding: 0;   
        display: block;
        width: auto;
		float:none; 
    }
	
	.reviews-container .reviews h2{
		margin-top:30px;
		margin-bottom:20px;
	}
	
}
@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff;
    }
    .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 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: 'Open Sans', sans-serif;
    color: #010101;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}
.content-container .content .content-item.odd {
    margin-top: 5px;
}
.content-container.scroll .content .content-item.odd {
    margin-top: 0px;
	margin-bottom:0px;
}
.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-seo .content-item .wrapper {
    padding-bottom: 40px !important;
    padding-top: 0px;
}
.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #313131;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 30px;    
    line-height: 38px;
    text-transform: uppercase; 
}
.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: #313131;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 30px;    
    line-height: 38px;
    text-transform: none;
    text-align: center;
}
.content-container.scroll .content .content-item h1.entry-title {
    color: #313131;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 55px;
    text-align: left;
    z-index: 21;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #010101;
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 20px;
    color: #010101;
    text-align: left;
	font-size:40px;
}
.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: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform:capitalize;
}
.content-container .content .content-item h3:first-of-type{
	margin-top:0px;
}
@media all and (min-width: 1024px) {
    .content-container .content-seo .content-item .wrapper {
        padding-top: 40px !important;
    }
}
@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;   
    }
    .content-container .content .content-item .bg-holder {
        background-image: none !important;   
    }
    .content-container .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 30px!important;
		line-height: 50px!important;
        max-width: none !important;
    }
    .content-container .content .content-item h1.entry-title strong {
        font-size: 40px;
        line-height: 30px;
    }
    .content-container .content .content-item h2.entry-title {
        font-size: 28px;
    }
    .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;
    }
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
		padding-top:20px;
    }
    .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
    .content-container.scroll .content .content-item h1.entry-title {
		font-size:30px;
        text-align: center;
        background: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-container.scroll .content .content-item h1.entry-title span {
        position: relative;
    }
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.content-container .content .content-item p a {
    color: #010101;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: transparent;    
    text-align: right;  
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1024px;  
}
.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: #313131;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    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: #313131;
    color: #fff;
}
.content-container .content .content-item .spy ul li.active a {
    background: #313131;
    color: #fff;
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'Open Sans', sans-serif;
    }
}
.home .content-container .content .content-item img {
    max-width: 100%;
    display: block;
	height: 75px;
	background: #000;
    padding: 15px 19px;	 
	border-radius: 5px;
	
    -webkit-filter:invert(80%) grayscale(80%);
    -o-filter:invert(80%) grayscale(80%);
    filter:invert(80%) grayscale(80%);
	
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home .content-container .content .content-item .wrapper .group .content{
	padding:30px 0;
	text-align:left; 
	
}
.home .content-container .content .content-item .wrapper .group .content a{
	    margin-top: 20px;
    text-transform: uppercase;
    color: #313131;
    font-family: 'Cormorant Garamond',serif;
    font-size: 25px;
    background: #fff;
    text-align: center;
    display: inline-block;
    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 .wrapper .group .content a:hover{
	text-decoration: none;
}
.box-container {
    position: relative;
}
.box-container .box {
    font-size: 0;
    margin: 0 auto;
    position: relative;
}
.box-container .box .sub-villa-img,
.box-container .box .sub-villa-content {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box-container .box .sub-villa-content {
    padding-right: 30px;
}

.box-container .box .sub-villa-content div{
	margin-top:15px;
}
.box-container .box .sub-villa-content h3 {
    color: #313131;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
    font-size: 38px;
    line-height: 48px;
    margin-top: 0;
}
.box-container .box .sub-villa-content h3 span {
    display: block;
    font-size: 54px;
}
.box-container .box .sub-villa-content strong {
    color: #707070;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 0;
}
.box-container .box .sub-villa-content p {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.box-container .box .sub-villa-content p:last-of-type {
    margin-bottom: 0 !important;
}
.box-container .box .sub-villa-content .more {
    text-decoration: none;
    color: #313131;
    border: 1px solid #313131;
    font-family: 'Cormorant Garamond', serif;
    padding: 10px 30px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    bottom: 0;
    
    -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;  
}
.box-container .box .sub-villa-content .more:hover {
    background: #313131;
    color: #fff;
}

.box-container .owl-nav .owl-next, 
.box-container .owl-nav .owl-prev {
    position: absolute;
    top: 65%;
	opacity:0.5;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-container .owl-nav .owl-next {
    right: 20%;
	opacity:0.5; 
}
.box-container .owl-nav .owl-prev{
	left:16.666%;
}

.box-container .owl-nav .owl-prev:hover,.box-container .owl-nav .owl-next:hover{
	opacity:1;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.box-experience .owl-dots{
	left: 22.777%;
    position: absolute;
    bottom: 15px;
}

.box-art .owl-dots{
	left: 24.222%;
    position: absolute;
    bottom: 20px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
	background: #010101;
}

.owl-dots .owl-dot span{
	width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


@media all and (max-width: 1727px) {
	.box-container .owl-nav .owl-prev{
		left:2%;
	}
	.box-container .owl-nav .owl-next{
		right:2%;	
	}
}

@media all and (max-width: 1200px) {
	.home .content-container .content .content-item .wrapper .group .content{ 
		    width: 100%;
	}
	
	.box-container .box .sub-villa-content{
		padding-left:0;
		padding-right:0;
	}
	
	.box-container .box .sub-villa-content h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }
	.box-container .box .sub-villa-content h3,.home .content-container .content .content-item p{
		text-align:center;
		
	}
	
	.box-container .box .sub-villa-content h3 span{
		margin-top:10px;
	}
	
	.home .content-container .content .content-item .wrapper .group .content a{
		background: transparent;
	}
	
	.box-container .box .sub-villa-content div{
		width:100%;
		text-align:center;
		margin-top:5px;
	}
    .box-container .owl-nav {
        text-align: center;
    }
    .box-container .owl-nav .owl-next,
    .box-container .owl-nav .owl-prev {       
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 30px 30px 0;
		top: auto;
		bottom: -21px;    
    }
	
	
	.box-container{
		    border-top: 1px solid #9e9e9e;
	}
	.home .content-container .content .content-item .wrapper .group .content{
		padding:0;
	}
	
	.box-container .owl-nav .owl-next{
		right:0;
	}
	
	.home .content-container .content .content-item img{
		height:60px;
	}
	
	.box-experience .owl-dots,.box-art .owl-dots{
		display:none;
	}
	
}

@media all and (max-width: 1023px) {
}

@media all and (max-width: 920px) {
    .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 p:last-of-type {
        margin-bottom: 15px !important;
    }
    .box-container .box .sub-villa-content strong {
        margin: 15px 0;
    }
    .box-container .box .sub-villa-content .more {
        position: relative;
    }
}
@media all and (max-width: 500px) {
	.box-container .box .sub-villa-content div{
		margin-bottom:20px;
	}
	.box-container .owl-nav{
		margin-top:-5px;
	}
	.box-container .owl-nav .owl-next{
		opacity:1;
	}
	.box-container .owl-nav .owl-next, .box-container .owl-nav .owl-prev{
		margin: 0px 30px 0;
		top: auto;
		bottom:-10px;
	}
	
	.home .content-container .content .content-item img{
		height:50px;
	}
	
    .home .content-container .content .content-item img{
		height:35px;
		padding: 6px 19px;
	}
	
	.box-container .box .sub-villa-content h3 span{
		display:inline-block;
		font-size:30px;
	}
}

/* EH CONTAINER */

.eh-container h2 {
    color: #010101;
    font-family: 'Georgia',serif;
}

.eh-container .grids .grid {
    font-family: 'Open Sans', sans-serif;
}
.eh-container .grids .grid a {
    background: #010101;  
}

.eh-container .grids .grid a span {
    font-family: 'Georgia', serif;
}

.eh-container .grids .grid p {
   font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;  
}

.eh-container .grids .grid p a {
    background: transparent;  
}
.eh-container .book-now {
     color: #010101;
    font-family: 'Georgia', serif;
}

.home .content-container .content .content-item {
    position: relative;
	margin-top:4px; 
}
.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-size: 55px;
    line-height: 55px;
    color: #7e7e7e;
    text-align: left;
}
.home .content-container .content .content-item h1.entry-title small {
    display: block;
    color: #313131;
    font-size: 50px;
    line-height: 45px;
}
.home .content-container .content .content-item h1.entry-title span {
    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;
	    color: #313131;
}
.home .content-container .content .content-item .poi {
    text-align: center;    
	margin: 0px 0 40px;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 120px;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color:#313131;
    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/kabakaba/images/n-sprite.png") no-repeat;
    height: 92px;
    width: 92px;
    display: block;
    margin: 0 auto 10px;
}
.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -125px 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -248px 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -373px 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -435px 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
.home .content-container .content .content-item .poi li#poi-6:before {
    background-position: -550px 0;
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
@-webkit-keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
.home .content-container .content .content-item p:first-of-type {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.home .content-container .content .content-item p:last-of-type {
    margin-bottom: 15px;
}
.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;
}

.home .content-container .content .content-item .box .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: center top;
}
.home .content-container .content .content-item .box .bg-half:nth-of-type(2n){
	right:auto;
}

.home .content-container .content .content-item:nth-of-type(2n+1) .wrapper .group .content{
	margin-left: auto;
    margin-right: 0;
	padding-left:30px;
}

.home .content-container .content .content-item .grids {
    font-size: 0;
    margin: -2.5px;
}
.home .content-container .content .content-item .grids .grid {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    width: 33.33333%;
    padding: 2.5px;
}
.home .content-container .content .content-item .grids .grid span {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -o-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home .content-container .content .content-item .grids .grid a {
    display: block;
    color: #fff;
    padding: 2.5px;
    text-decoration: none;
    margin: 0 auto;
    
    -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 .grids .grid a:hover {
    background: #010101;
    color: #fff;
}
.home .content-container .content .content-item .grids .grid a img {
    display: block;
    width: 100%;
    opacity: 1;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.home .content-container .content .content-item .grids .grid a:hover img {
    opacity: .8;
}

.home .content-container .content .content-item .box .bg-half {
}


a.eh-button {
    text-align:center!important;
    text-transform: uppercase;
    text-decoration: none;
    color: #313131;
    font-family: 'Cormorant Garamond',serif;
    font-size: 25px;
    border: 1px solid #313131;
    background: #fff;
    padding: 14px;
    min-width: 285px;
    text-align: center;
    display: inline-block;
    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;
    margin-top: 10px!important
}
a.eh-button:hover {
    background: #313131!important;
    color: #fff!important;
    border-color: #313131!important;
}

.home .content-container .content .content-item .box .wrapper.ver2{
    padding-top: 80px;
    padding-bottom: 80px
}
.home .content-container .content .content-item .box .wrapper .new-section{
    display: flex;
    justify-content: flex-start;
    padding-left: 0!important;
    flex-wrap: wrap;
    align-content: center;
    min-height: 284px
}
.home .content-container .content .content-item .box .wrapper .new-section .sub-villa-content{
    width: 43%;
    max-width: 410px;
    text-align: right;
}
.home .content-container .content .content-item .box .wrapper .new-section .sub-villa-content *{
    text-align: right
}

.home .content-container .content .content-item .box.img-left .wrapper .new-section{
    justify-content: flex-end;
}
.home .content-container .content .content-item .box.img-left .bg-half{
    left: 0;
    right: unset
}
.home .content-container .content .content-item .box.img-left .wrapper .new-section .sub-villa-content{
    text-align: left;
}
.home .content-container .content .content-item .box.img-left .wrapper .new-section .sub-villa-content .entry-title{
    max-width: 364px;
    line-height: 1.1;
}
.home .content-container .content .content-item .box.img-left .wrapper .new-section .sub-villa-content *{
    text-align: left
}

/* @supports (-webkit-touch-callout: none) {
    body.home .content-container .content .content-item:first-child {
        margin-top: -50px;
    }
    body.home .content-container .content .content-item:first-child .wrapper{
        padding-top: 0;
    }
} */

/* @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    body.home .content-container .content .content-item:first-child {
        margin-top: -40px;
    }
    body.home .content-container .content .content-item:first-child .wrapper{
        padding-top: 0;
    }
}}
@media not all and (min-resolution:.001dpcm) { @media {

    body.home .content-container .content .content-item:first-child {
        margin-top: -40px;
    }
    body.home .content-container .content .content-item:first-child .wrapper{
        padding-top: 0;
    }
}} */

@media all and (max-width: 1700px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 40px;
        line-height: 40px;
    }
}
@media all and (min-width: 1701px) {   

    .home .content-container .content .content-item .box-container-ver2 .bg-half{
        width: 52%!important;
    }
    .home .content-container .content .content-item .box .wrapper .new-section{
        min-height: 550px
    }
}
@media all and (max-width: 1400px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 30px;
        line-height: 30px;
    }

}
@media all and (max-width: 1200px) {    

	.home .content-container .content .content-item .box .bg-half {
        display: block;
		width: 100%!important;
		opacity: 0.1555;
		background-position:center center;
    }
	.home .content-container .content .content-item:nth-of-type(2n+1) .wrapper .group .content{
		padding-left:0;
	}
    .home .content-container .content .content-item .box .wrapper .new-section{
        justify-content: center;
    }
    
    .home .content-container .content .content-item .box .wrapper .new-section .sub-villa-content{
        text-align: center!important;
        width: 100%;
        max-width: none;
    }
    .home .content-container .content .content-item .box .wrapper .new-section .sub-villa-content *{
        text-align: center!important;
    }
    .home .content-container .content .content-item .box .wrapper .new-section .sub-villa-content a.eh-button{
        margin-top: 20px!important;
    }
    .home .content-container .content .content-item .box.img-left .wrapper .new-section .sub-villa-content .entry-title{
        max-width: none
    }
    .home .content-container .content .content-item .box .wrapper .new-section{
        min-height: 150px
    }
}

@media all and (max-width: 1140px) {    

    .home .content-container .content .content-item .grids .grid {
        width: 50%;
    }
	
}


@media all and (max-width: 1023px) {
	.home .content-container .content .content-item .bg-half {
        display: none;
    }
    .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;
    }  

    .reviews-container .reviews .home-reviews ul li .right,.reviews-container .reviews .home-reviews,.reviews-container .reviews h2#guestreview{
        text-align: center!important;
    }


}
@media all and (max-width: 767px) {      
    .home .content-container .content .content-item h1.entry-title {
        font-size: 34px;
		line-height: 34px;
		margin-bottom: 15px;
    }
    .home .content-container .content .content-item .grids {
        position: relative;
    }       
    .home .content-container .content .content-item .grids .grid span {
        font-size: 28px;
        line-height: 28px;
    }
}
@media all and (max-width: 520px) {     
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }
	
	.home .content-container .content .content-item .poi{
		margin: 0 0 15px;
	}
	.home .content-container .content .content-item .poi li{
		min-width:130px;
		margin-bottom:20px;
	}
	
	
}
.about .content-container .content .content-item {
    position: relative;
}
.about .content-container .content .content-item h1.entry-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}


.about .content-container .content .content-item .wrapper {
    border-bottom: none;
}

.about .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}

.about .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content{
    padding: 30px 30px 30px 0;
    width: 50%;
    position: relative;
}

.about .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after{
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 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%);
}

.about .content-container .content .content-item .bg-holder:nth-of-type(2n) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.about .content-container .content .content-item .bg-holder:nth-of-type(2n) .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%);
}



.about .content-container .content .content-item .first-img {
    margin-top: 30px;
}
@media all and (max-width: 1300px) {
    .about .content-container .content .content-item .the-content {
        padding: 30px 30px 30px 0;
    }
}
@media all and (max-width: 1140px) {
    .about .content-container .content .content-item .the-content {
        padding: 15px; 
    }
}
@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .bg-half {
        display: none;
    }
    .about .content-container .content .content-item .the-content,.about .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content,.about .content-container .content .content-item .bg-holder:nth-of-type(2n) .the-content {
        width: auto;
        padding: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none ;  
    }
	
	.about .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper{
		padding-top: 0!important;
	}
	
	.about .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper{
		padding-bottom: 15px!important;
		padding-top:0px;
	}
}
@media all and (max-width: 767px) {
    .about .content-container .content .content-item .first-img {
        display: none;   
    }
}
.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 .the-content {
    background: rgba(255, 255, 255, .9);
}
.explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    width: 50%;
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
    position: relative;
}

.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: auto;
    left: 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.villa-layout .floorplan {
    margin: 0 auto;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
	width:100%;	
    margin: 0 auto;
    border: 1px solid #90908f;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}
.explore .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
}
.explore .content-container .content .content-item .group:nth-of-type(2n) {
    background: #f6f4f2;
	margin-bottom:5px;
	margin-top:5px;
}
.explore .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.explore .content-container .content .content-item .group .half {
	width: 53.32031%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
}
.explore .content-container .content .content-item .group .half img{
	display:block;
	width:100%;
}
.explore .content-container .content .content-item .group .half.half-content {
	width: 46.67969%;
    padding: 25px 0 25px 25px;
}
.explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
	width: 46.67969%;
    padding: 25px 25px 0px 0;
}
.explore .content-container .content .content-item .group .half h3,
.explore .content-container .content .content-item .group .half h3 p {
    margin-top: 0;   
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	text-transform:uppercase;
}
.explore .content-container .content .content-item.living-areas .second-img {
    margin-top: 5px;
}
.explore .content-container .content .content-item.bedrooms .first-img {
    display: block;
}
.explore .content-container .content .content-item.bedrooms .second-img {
    float: left;
    margin: 25px 14px 0 0;
    width: calc(50% - 14px);
}
.explore .content-container .content .content-item.bedrooms .third-img {
    float: right;
    margin: 25px 0 0 14px;
    width: calc(50% - 14px);
}
.explore .content-container .content .content-item.living-areas .first-img {
    display: block;
    margin-bottom: 0;
}
@media all and (max-width: 1140px) {
    .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;   
    }
}
@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item.living-areas, 
    .explore .content-container .content .content-item.bedrooms {
        border-top: 1px solid #ececec;
    }
    .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 .group .wrapper {
        padding: 40px 0; 
    }
    .explore .content-container .content .content-item .group .half {
        display: none;
    }
    .explore .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
	.explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd){
		width:100%;
	}
    .explore .content-container .content .content-item.bedrooms .second-img,
    .explore .content-container .content .content-item.bedrooms .third-img {
        display: none;   
    }
}

.quick-facts .content-container .content .content-item h1.entry-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.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: #010101;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 100px;
}
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}
.quick-facts .content-container .content .content-item .item strong {
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
    color: #313131;
}
.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}
.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}
.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}
.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -1217px;
}
.quick-facts .content-container .content .content-item .item#pools:before {
    background-position: 0 -278px;
}
.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -373px;
}
.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -467px;
}
.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -561px;
}
.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -655px;
}
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}
.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -844px;
}
.quick-facts .content-container .content .content-item .item#weddings-and-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#sports:before {
    background-position: 0 -1300px;
}

.quick-facts .content-container .content .content-item .item#marketed-by:before {
    background-position: 0 -1400px;
}

@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: 30px;
    }
}
@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }
    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }
    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }
    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container .press-item.current {
    padding: 13px 3px 3px;
    margin-bottom: 15px;
}
.press .content-container .content .content-item .press-container .press-item img {
    margin-top: -10px;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #010101;
    color: #010101;  
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #010101;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #010101;
    border-color: #010101;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.prev,
.press .content-container .content .content-item .press-pagination a.next {
}

/* VIDEO */
.video .content-container .content .content-item .video {
     background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}

.video .content-container .content .content-item .video iframe {
     height: 575px;
}
.video .content-container .content .content-item .video iframe.active {
    opacity: 1;
}


/* FLOORPLAN */
.floorplan .content-container .content .content-item .wrapper {
    padding-top: 0;
}

.floorplan .content-container .content .content-item h1.entry-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.floorplan .content-container .content .content-item h1.entry-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
}

.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
	width:100%;
    border: 1px solid #90908f;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */
.gallery .content-container .content .content-item .wrapper {
    padding-top: 0;
}

.gallery .content-container .content .content-item h1.entry-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.gallery .content-container .content .content-item h1.entry-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
}


.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #010101;
    color: #010101;  
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #010101;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #010101;
    border-color: #010101;
    color: #fff;
}

/* art */
.art .content-container .content .content-item.art .group {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    font-size: 0;
}

.art .content-container .content .content-item.art .group .half {
	    padding: 0px 0 0px 25px;
    font-weight: 400;
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: top;
    font-size: 16px;
   
}
.art .content-container .content .content-item.art .group .half:nth-of-type(odd){
	padding: 0px 25px 0px 0;
}

.art .content-container .content .content-item.art .group .half img {
    margin-bottom: 15px;      
    width: 100%; 
}
.art .content-container .content .content-item.art .group .half strong {
    font-weight: bold;   
}
.art .content-container .content .content-item.art .group .half a {
    color: #010101;  
}

@media all and (max-width: 767px) {
	.art .content-container .content .content-item.art .group{
		margin-top:0px;
		
	}
	.art .content-container .content .content-item.art .group .half,.art .content-container .content .content-item.art .group .half:nth-of-type(odd) {
        width: auto;
        padding: 25px 0;
		border-bottom:1px solid #010101;
    }
    
    .art .content-container .content .content-item.art .group .half img {
        max-width: none;
        width: 100%;
    }
}

/*.locale .content-container .content .content-item {
    margin-bottom: 0;
}*/
.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 .bg-holder .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 .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 .bg-holder .the-content {
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
}
.locale .content-container .content .content-item .bg-holder .the-content:after {
    right: auto;
    left: 0;
    
    -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 {
    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: 50%;
    height: 290px;
    margin-top: 0;
    margin-left: 30px;
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-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: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    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 .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: 0;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half {
    font-weight: 400;
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 4px;
    width: 57.8125%;
    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: #010101;  
}
@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 .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.things-to-do .group .half.half-content{
		width:100%;
	}
    .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 .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;
    }
    .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: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.experience .content-container .content .content-item.art h1.entry-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.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 .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    width: 50%;
    position: relative;
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 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%);
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n) .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%);
}
.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: #010101;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
    text-transform: none;
}
.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: #010101;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0
}
.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}
.experience .content-container .content .content-item.families a {
    color: #010101;  
}
.experience .content-container .content .content-item.dining h3 {
    color: #010101;
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.experience .content-container .content .content-item.elitehavens-concierge p:first-of-type{
    font-size: unset;
    margin-top: 30px;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch a{
    font-size: 30px;
    font-family: 'Cormorant Garamond',serif;
    color: #313131;
    background: #fff;
    border: 1px solid #313131;
    padding: 13px;
    min-width: 180px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    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;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch a:hover{
    color: #fff;
    background: #313131;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch{
    text-align: center;
    margin-top: 30px;
}

@media all and (max-width: 1140px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
}
@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }
    .experience .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-top:0px;
		padding-bottom: 15px !important;		
    }
    .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 .wrapper:first-of-type {
        padding-top: 0px;
    }
}
@media all and (max-width: 767px) {  
    .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 #707070;
    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: #ebebeb;
}
.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: 'Open Sans', sans-serif;
    color: #010101;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #010101;
    color: #010101;  
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #010101;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #010101;
    border-color: #010101;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.prev,
.guest-reviews .content-container .content .content-item .reviews-pagination a.next {
}

@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: #010101;
    font-family: 'Open Sans', sans-serif;
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #313131;
}
.rates .content-container .content .content-item .promotions {
    background: #313131;
    color: #fff;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #313131;
    font-family: 'Cormorant Garamond', serif;
}
.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;   
}
.rates .content-container .content .content-item .tabs-end > ul {
    background: #6a6a6a;
}
.rates .content-container .content .content-item .tabs > ul li a {
    background: #6a6a6a;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #313131;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
     background: #313131;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #eaeaea;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #313131 !important;
    color: #fff;
    padding: 6px 10px;
}
.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: #313131;   
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;   
        margin-bottom: 1px;
    }
    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;   
        border-right: none;
    }
}

/* FORM */

.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #010101;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #010101;
    font-family: 'Open Sans', 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: #010101;
    font-family: 'Cormorant Garamond', serif;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #010101;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
    margin: 10px 5px 0 0;
}
.reservations .content-container .content .content-item form .form-row .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: 'Cormorant Garamond', serif;
    border: 1px solid #313131;
    color: #313131;
    background: #fff;      
}

.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: #313131;
    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 .content-container .content .content-item ul li a {
    color: #010101;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #010101;
}

.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: #666666;
}
.links .content-container .content .content-item h2 {
	text-transform:uppercase;
    color: #010101;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
}

.links .content-container .content .content-item h2.pabaroti{
	text-transform:initial;
	font-size:28px;
	 animation:none;
}
.links .content-container .content .content-item h2.pabaroti:before{
	    content: "\f0c1";
    font: 14px/1 FontAwesome;
    position: relative;
    font-size: 18px;
    margin-right: 5px;
    padding: 0px;
    height: 30px;
    text-decoration: none;
    color: #2d2d8a;
}
.links .content-container .content .content-item h3 {
    color: #010101;
    font-family: 'Cormorant Garamond', serif;
}

.cur-move{
	display:none;
	position: absolute;
    margin-top: 171px;
    z-index: 999;
    left: 20%;
    width: 100%;
    max-width: 200px;
	opacity:0.7;
}


@media all and (max-width: 767px) {
    .cur-move.active{
		display:block;
	}
}