/* http://www.nokubeachhouse.com
   v1.0 | 20170814
   License: Elite Havens
*/

@font-face {
    font-family: 'Freight';
    src: url('fonts/freight_sans_light-webfont/freight_sans_light-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/freight_sans_light-webfont/freight_sans_light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/freight_sans_light-webfont/freight_sans_light-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/freight_sans_light-webfont/freight_sans_light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/freight_sans_light-webfont/freight_sans_light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 
@font-face {
    font-family: 'Naive Bold';
    src: url('fonts/naive/NaiveBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/naive/NaiveBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/naive/NaiveBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/naive/NaiveBold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/naive/NaiveBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Tisa OT';
    src: url('fonts/tisa/TisaOT.eot'); /* IE9 Compat Modes */
    src: url('fonts/tisa/TisaOT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/tisa/TisaOT.woff') format('woff'), /* Modern Browsers */
         url('fonts/tisa/TisaOT.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/tisa/TisaOT.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Video live stream */
#vid-ads{
    width: 100%;
    display: inline-block;
    background: #000;
    opacity: 1;
        transition: all 0.3s;

}
#vid-ads a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    font-size: 20px;
}
#vid-ads a i{
    font-size: 16px;
}
#vid-ads:hover{
    opacity: 0.8;
    transition: all 0.3s;
}

.promo-highlight a {
    top: 42px!important;
}

@media all and (max-width: 767px) {
    #vid-ads a{
        text-align: left;
        letter-spacing: 1px;
        font-size: 13px;
        position: relative;
        padding-left: 24px;

    }
    #vid-ads a i{
        font-size: 9.7px;
        position: absolute;
        top: 12px;
        left: 9px;
    }
    .promo-highlight a {
        top: 15px!important;
        border: none!important;
    }
    .promo-highlight img#promo-badges{ 
        display: block!important;
    }
    .promo-highlight a span{
        display: none!important
    }
    .hero-container img {
        max-width: 90px!important;
        top: 45px;
    }
}

@media all and (max-width: 440px) {
    #vid-ads a{
        font-size: 12px;
        letter-spacing: normal;
    }
    .hero-container img {
        max-width: 59px!important;
        top: 39px;
    }
    #vid-ads a i {
        font-size: 8px;
        top: 12.3px;
    }
}
/* HELPER */
.noku-capital-title{
    font-size: 45px !important;
}



/* WRAPPER */
.wrapper {
    max-width: 1024px;
}
.header-container .wrapper {
    max-width: none;
}

@media all and (max-width: 1050px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.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 .logo {
    text-align: center;
}
.header-container .header .logo a {
    margin-left: 0;
    margin-top: 10px;
    top: 0;
    left: 50%;
    background:none;
    padding: 15px 0 0;
        
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: 10px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-container .header .logo a img {
    max-height: 150px;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    max-height: 55px;
    margin-top: 0px;
}
.header-container .header .nav {
    margin: 85px 0 0;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    margin: 8px 0 0 ;
}
.header-container .header .nav ul {
    text-align: center;
}
.header-container .header .nav ul li {
    margin-left: 20px;
}

.header-container .header .nav ul li a {
    color: #000000;
    font-family: 'Freight';
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 0px;
}
.header-container .header .nav ul li:hover a {
    color: #000000;
    border-bottom-color: #000000;
}
.header-container .header .nav ul li.active a {
    color: #000;
    border-bottom-color: #000;
}
.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 312px;   
}
.header-container .header .nav ul li .subnav {
	background: #000000;
    margin-top: 20px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #000000;
}

@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;
        padding: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header-container.sticky .header .logo a {
        margin-top: 17px;
    }
  
    .header-container .header .nav {
        border-bottom-color: transparent;
        margin: 10px 0 0;
    }
    .header-container .header .nav > ul > li {
        margin-left: 20px;
    }
    .header-container .header .nav > ul > li:nth-of-type(4) {
        margin-right: 0;   
    }
}
@media all and (max-width: 1023px) {  
    .header-container .header, 
    .header-container .header.wrapped {
        padding: 5px 0 20px;
    }
    .header-container .header .logo a,    
    .header-container.sticky .header .logo a {
        margin-top: 17px;
        
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 8px 0 0;
    }
}
@media all and (max-width: 767px) {
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0;
    }
    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
            margin: 0 0 5px;
    }
	
	.header-container .header .logo a img,  .header-container.sticky .header .logo a img{
		max-height:42px;
    }  
    .header-container .header .nav ul li .subnav {
        background: #90908f;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Freight';    
    font-weight: 400;
    font-size: 14px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}

.footer-container .footer .column {
     padding: 50px 0 0;
}

.footer-container .footer .column h3 {
    color: #000000;
    font-family: 'Freight';
    font-weight: 400;
    font-size: 25px;
}

.footer-container .footer .column a {
    color: #000000;
    text-decoration: none;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}

.footer-container .footer .column .socials {
    margin-bottom: 22px;
    font-size: 0;
}

.footer-container .footer .column .socials a {
	font-size: 15px;
    background: #000000;
    color: #fff;
    
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}
.footer-container .footer .column address {
    margin-bottom: 34px!important;
    max-width: 301px;
}
.footer-container .footer .column .socials a:hover {
    background: #707070;
}

.footer-container.sticky .footer .column .address{
	display:none;
}

.footer-container .footer .bottom {
    font-family: 'Freight';
    font-weight: 400;
    font-size: 14px;
}

.footer-container .footer .address{
	margin-bottom: 15px;
    margin-top: 66px;
    line-height: 20px;
    max-width: 260px;
    margin-right: 0;
    margin-left: auto;
}
.footer-container .footer .bottom .marketed {
    margin: 20px auto 15px;
}
.footer-container .footer .bottom .marketed a {
    color: #000000;
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 110px !important;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
}
@media all and (max-width: 767px) {
    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
        padding:30px 0;
    }    
    .footer-container .footer .address{
        margin-right: auto;
    }
	.footer-container .footer .bottom .marketed{
		margin:30px auto 15px;
	}
}

/* Mini Form */

.miniform label { 
    display: none;
}
.miniform .form-column input, 
.miniform .form-column select {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 60px;
    width: 390px;
    text-align: center;
}
.miniform .form-column input:last-of-type, 
.miniform .form-column select:last-of-type {
    margin-right: 0;
}
.miniform .form-column.select:after {    
    border-top-color: #000000;
}
.miniform button {
    background: #000000 !important;
}

/* HERO CONTAINER */
.hero-container .slideshow .caption big {
    font-family: 'Freight';
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Freight';
    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%;
}
/* 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 (min-width: 1200px) {
    .hero-container .media .video {
        top: 45%;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}
.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #000000;
    margin-top: -64px;
    margin-bottom: 66px;
}
.buttons-container .button {
    padding: 30px 0;
}
.home .buttons-container .button {
    padding-top: 0;
}
.buttons-container .button .wrapper {
    max-width: 1024px;
}
.buttons-container .button a {
    color: #000000;
    font-family: 'Freight';
    font-size: 20px;
    border: 1px solid #000000;
    font-weight: 400;
    background: #fff;
    padding:20px 20px 18px;
    min-width: 223px;    
}
.home .buttons-container .button a {    
    margin: 5px;
}
.buttons-container .button a:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}

.buttons-container .prevnext a {
    color: #000000;
    background: #fff;
    right: 0;
    top: -70px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Freight';
}
.buttons-container .prevnext a:hover {
    color: #000;
}

.buttons-container .prevnext a i { 
    background: #fff;
    color: #000000;
	font-size: 0;
	border: 1px solid #000000;
}
.buttons-container .prevnext a:hover i {    
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("/resources/noku/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/noku/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -89px;
        margin-bottom: 90px;
    }
    .home .buttons-container:after {
        margin-top: -44px;
    }
    .buttons-container .button a {
       min-width: 160px;
    }
}

.reviews-container {
    /*margin-bottom: 15px;*/
    font-family: 'Freight';
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /* border-top: 1px solid #333; */
    padding-top: 40px;
}
.reviews-container .reviews {
    padding: 1px 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1024px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #000000 !important;
    font-family: 'Freight';
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center !important;
    font-size: 50px !important;
    line-height: 24px !important;
}
.reviews-container .reviews .home-reviews {
    background: rgba(255, 255, 255, .9);
    padding: 0px 40px 40px;
    text-align: center;
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    position: relative;
}
.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .9);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    margin-left: -20%;
}
.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}
.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.reviews-container .reviews .home-reviews ul {
    color: #333333;
    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: center;
    line-height: 25px;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Freight';
    font-size: 16px;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #333333;
    margin-top: 20px;
    display: block;
    font-family: 'Freight';
    font-size: 16px;
}
@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }
    .reviews-container .reviews .home-reviews { 
        display: block;
        width: auto;
        /* margin: 30px auto;        
        padding: 40px; */
    }
    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;   
    }
}
@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
        border-bottom: 1px solid #000000;
    }
    .reviews-container .reviews {
        background: transparent;
    }
    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }   
    .reviews-container .reviews h2:before {
        display: none;
    }
    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 0 0 40px;
    }
    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;   
    }
    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.map-container {
	padding-top: 35px;
}

.content-container .content .content-item {
    font-family: 'Freight';
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}
.content-container .content .content-item.odd {
    margin-top: 5px;
}
.content-container .content .content-item.odd, 
.content-container .content .content-seo{
	background: transparent;
}

.content-container.scroll .content .content-item:first-of-type {
    background: #fff;
	padding: 30px 0 19px;
}

.content-container.scroll .content .content-item:last-of-type{
	margin:0 auto 40px;
}

.content-container.scroll .content .content-item:first-of-type:before{
	    content: '';
    margin-top: 79px;
    border-bottom: 1px solid #000;
    position: absolute;
    width: 100%;
	margin-left:-50px;
}
.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}
.content-container .content .content-item .wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1024px;
}
.content-container .content-seo .content-item .wrapper {
    padding-bottom: 70px ;
}
.content-container.scroll .content .content-item:first-of-type .wrapper {
	max-width:1024px;
}
.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #000000;
    font-family: 'Freight';	
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 43px;    
    line-height: 40px;
}
.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: #000000;
    font-family: 'Freight';
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 30px;    
    line-height: 24px;
}
.content-container.scroll .content .content-item h1.entry-title {
    color: #000;
    font-family: 'Freight';
    font-size: 45px;
	margin-top:5px;
    margin-bottom: 0;    
    line-height: 45px;
    text-transform: none;
    text-align: left;
    z-index: 21;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #000000;
    display: block;
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 43px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #a79778;
    margin-top: -1px;
}
.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}
.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #000000;
    font-family: 'Freight';
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media all and (max-width: 1023px) {    
	.content-container .content .content-item .wrapper{
		padding-top:40px;
		padding-bottom:40px;
	}
	.content-container .content-seo .content-item .wrapper{
		padding-left:0;
		padding-right:0;
		padding-top:40px;
		padding-bottom:40px;
	}
    
    .content-container .content .content-item h2.entry-title {
        font-size: 35px;
    }
    .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.scroll .content .content-item:first-of-type{
		padding:0;
	}
	.content-container.scroll .content .content-item:first-of-type:before{
		display:none;
	}
    .content-container.scroll .content .content-item h1.entry-title {
		font-size: 35px!important;
		text-align: center!important;
        background: #fff;
    }    
	.content-container .content .content-item h2.entry-title{
		margin-bottom:15px;
	}
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #000000;
    font-family: 'Freight';
    font-weight: 400;
}
.content-container .content .content-item p:empty{
	display:none;
}
.content-container .content .content-item p:last-of-type {
    margin-bottom: 0;
}
.content-container .content .content-item p a {
    color: #000000;
}
.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}
.content-container .content .content-item img {
    max-width: none;
    width: 100%;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: transparent;    
    text-align: right;  
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
	border-bottom:1px solid #8f8c8b;
}
.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1024px;
    margin: 0 auto;
}

.content-container .content .content-item .spy ul li a {
    color:#8f8c8b;
    font-family: 'Freight';
    font-size: 20px;
    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:none;
    color: #000;
}
.content-container .content .content-item .spy ul li.active a {
    background: none;
    color: #000;
}
@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: 'Freight';
    }
    .content-container .content .content-item .spy {
        border-top: 1px solid #8f8c8b;
        border-bottom: 1px solid #8f8c8b;
    }
}

.box-container {
    position: relative;
}
.box-container .box {
    font-size: 0;
    margin: 0 auto;
    max-width: 900px;
}
.box-container .box .sub-villa-img,
.box-container .box .sub-villa-content {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box-container .box .sub-villa-content {
    padding-left: 30px;
}
.box-container .box .sub-villa-content h3 {
    color: #000000;
    font-family: 'Freight';
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    margin-top: 20px;
}
.box-container .box .sub-villa-content strong {
    color: #707070;
    font-family: 'Freight';
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}
.box-container .box .sub-villa-content p {
    color: #000000;
    font-family: 'Freight' !important;
    font-size: 16px !important;
}
.box-container .owl-nav .owl-next, 
.box-container .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-container .owl-nav .owl-next {
    right: 0;
}
.box-container .owl-nav .owl-prev {
    left: 0;
}
@media all and (max-width: 1023px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 50px;
    }
    .box-container .owl-nav {
        text-align: center;
    }
    .box-container .owl-nav .owl-next,
    .box-container .owl-nav .owl-prev {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 30px 30px 0;
    }
}
@media all and (max-width: 1024px) {
    .box-container .box .sub-villa-img {
        display: none;    
    }
    .box-container .box .sub-villa-content {
        display: block;
        width: auto;
        padding: 0;
    }
    .box-container .box .sub-villa-content strong {
        margin: 15px 0;
    }
}
@media all and (max-width: 767px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 42px;
        line-height: 50px;
        margin: 0;
    }
}

/* EH CONTAINER */
.eh-container h2 {
    color: #000000;
    font-family: 'Georgia',serif;
}

.eh-container .grids .grid {
    font-family: 'Freight';
}
.eh-container .grids .grid a {
    background: #000000; 
}

.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: #000000;
    font-family: 'Georgia', serif;
}


.about .content-container .content .content-item,
.explore .content-container .content .content-item,
.locale .content-container .content .content-item,
.staff .content-container .content .content-item,
.dining .content-container .content .content-item,
.families .content-container .content .content-item,
.spa .content-container .content .content-item,
.weddings .content-container .content .content-item,
.about-elite-havens .content-container .content .content-item,
.concierge .content-container .content .content-item{
	width:calc(100% - 100px);
	margin:0px auto;
	background:transparent;
}

@media all and (max-width: 1023px) {   
	.about .content-container .content .content-item,
	.explore .content-container .content .content-item,
	.locale .content-container .content .content-item,
	.staff .content-container .content .content-item,
	.dining .content-container .content .content-item,
	.families .content-container .content .content-item,
	.spa .content-container .content .content-item,
	.weddings .content-container .content .content-item,
	.about-elite-havens .content-container .content .content-item,
	.concierge .content-container .content .content-item{
		    width: calc(100% - 15px);
		 padding-left: 0;
		padding-right: 0;
	}
}

@media all and (max-width: 767px) {  
	.about .content-container .content .content-item,
	.explore .content-container .content .content-item,
	.dining .content-container .content .content-item,
	.families .content-container .content .content-item,
	.spa .content-container .content .content-item,
	.weddings .content-container .content .content-item,
	.about-elite-havens .content-container .content .content-item,
	.concierge .content-container .content .content-item{
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.about .content-container .content .content-item .wrapper,
	.explore .content-container .content .content-item .wrapper,
	.locale .content-container .content .content-item .wrapper,
	.staff .content-container .content .content-item .wrapper,
	.dining .content-container .content .content-item .wrapper,
	.families .content-container .content .content-item .wrapper,
	.spa .content-container .content .content-item .wrapper,
	.weddings .content-container .content .content-item .wrapper,
	.about-elite-havens .content-container .content .content-item .wrapper,
	.concierge .content-container .content .content-item .wrapper{
		padding:0;
	}
	
	.about .content-container .content .content-item .img,
	.explore .content-container .content .content-item .img,
	.staff .content-container .content .content-item .img,
	.dining .content-container .content .content-item .img,
	.families .content-container .content .content-item .img,
	.spa .content-container .content .content-item .img,
	.weddings .content-container .content .content-item .img,
	.about-elite-havens .content-container .content .content-item .img,
	.concierge .content-container .content .content-item .img{
		display: none;
	}
	
	.explore .content-container .content .content-item.villa-layout .img{
		display:block;
	}
	
	.about .content-container .content .content-item p:last-of-type,
	.explore .content-container .content .content-item p:last-of-type,
	.locale .content-container .content .content-item p:last-of-type,
	.staff .content-container .content .content-item p:last-of-type,
	.dining .content-container .content .content-item p:last-of-type,
	.families .content-container .content .content-item p:last-of-type,
	.spa .content-container .content .content-item p:last-of-type,
	.weddings .content-container .content .content-item p:last-of-type,
	.about-elite-havens .content-container .content .content-item p:last-of-type,
	.concierge .content-container .content .content-item p:last-of-type{
		margin-bottom:15px;
	}
	
}

.about .content-container .content .content-inner .img.fullwidth, 
.locale .content-container .content .content-inner .img.fullwidth, 
.weddings .content-container .content .content-inner .img.fullwidth,
.dining .content-container .content .content-inner .img.fullwidth,
.families .content-container .content .content-inner .img.fullwidth,
.spa .content-container .content .content-inner .img.fullwidth,
.about-elite-havens .content-container .content .content-inner .img.fullwidth,
.concierge .content-container .content .content-inner .img.fullwidth{
    position: relative;
    min-height: 550px;
    background-size: cover;
    background-position: bottom center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* #home */
.home .content-container .content .content-item .wrapper .intro{
	max-width:795px;
	margin:0 auto;
}

.home .content-container .content .content-inner{
	position: relative;
	width:calc(100% - 100px);
	max-width:3700px;
	margin:0px auto 70px;
	background-color:transparent;
} 

.home .content-container .content .content-inner .group .half{
	width:31.90751%;
	margin-left:2.13873%;
}
.home .content-container .content .content-inner .group .half:first-of-type{
	margin-left:0;
}

.home .content-container .content .content-inner .group .half h3{
	text-align:center;
	margin-top:43px;
}
.home .content-container .content .content-inner .group .half h3.btmnull{
	margin-bottom:0px;
}

.home .content-container .content .content-inner .sectionpage .group .half h3{
	margin-top:0;
}

.home .content-container .content .content-inner .img{
	position:relative;
}

.home .content-container .content .content-inner .img.fullwidth{
	position:relative;
	min-height: 550px;
	background-size: cover;
	background-position: bottom center;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


.home .content-container .content .sectionpage{
	width:100%;
	max-width:1112px;
	margin:0 auto;
	padding: 0px 50px;
}

.home .content-container .content .content-inner .sectionpage .group, .content-container .content .content-inner .tow-rows .group{
	margin:0;
	font-size:0;
	position:relative;
}


.home .content-container .content .content-inner .sectionpage .group .half, .content-container .content .content-inner .tow-rows .group .half{
	    width: 50%;
		margin-left:0;
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
	text-align:right;
}
.home .content-container .content .content-inner .sectionpage .group .half{
	width:45%
}
.home .content-container .content .content-inner .sectionpage .group .half.half-content{
	text-align:left;
	width:55%;
}

.home .content-container .content .content-inner .sectionpage h3, .content-container .content .content-inner .tow-rows h3{
	font-size:35px;
	line-height:35px;
	margin-top:0;
	margin-bottom:43px;
	
}

.home .content-container .content .content-inner .sectionpage .group .half a,  .content-container .content .content-inner .tow-rows .group .half a{
	text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-family: 'Freight';
    font-size: 20px;
    border: 1px solid #000;
    font-weight: 400;
    background: #fff;
    padding: 16px 10px;
    min-width: 225px;
    margin: 5px;
    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-inner .sectionpage .group .half a:hover, .home .content-container .content .content-inner .tow-rows .group .half a:hover{
	background: #000;
    color: #fff;
    border-color: #000;
}





.home .content-container .content .content-item {
    position: relative;
}
.home .content-container .content .content-item .wrapper {
    padding-bottom: 50px;
    *max-width: 920px;
    max-width: 795px;
}
.home .content-container .content .content-item:last-of-type h2 {
    color: #000000;
    font-size: 30px;
    font-family: 'Freight';
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}
.home .content-container .content .content-item:last-of-type p {

}


.home .content-container .content .content-inner .img h3{
	position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: right;
    font-size: 35px;
	line-height:45px;
}

.home .content-container .content .content-inner .img h3 span{
	font-family:'Freight';
	display: block;
	text-transform: lowercase;
    font-size: 30px;
	
	color:#464340;
}

.home .content-container .content .section-two .content-inner .img h3{
	color:#fff;
}
.home .content-container .content .section-two .content-inner .img h3 span{
	color:#9ea0a0;
}

.home .content-container .content .section-three .content-inner .img h3{
	right: auto;
	left:30px;
	text-align:left;
	color:#fff;
}

.home .content-container .content .section-three .content-inner .img h3 span{
	color:#fff;
}
.exlusive-parallax-contain{
    color: #fff !important;
}
.exlusive-parallax-contain span{
    color: #fff !important;
}


.home .content-container .content .content-item .poi {
    text-align: center;    
    margin: 0;
    padding-top: 20px;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 88px;
    margin-right: 9.7%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Freight';
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #212121;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}
.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/noku/images/icons-sprite.png") no-repeat;
    height: 89px;
    width: 90px;
    display: block;
    margin: 0 auto 22px;
}
.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -203px 0;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -404px 0;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -601px 0;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -810px 0;
}


.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 .grids {
    font-size: 0;
    margin: -2.5px;
}
.home .content-container .content .content-item .grids .grid {
    font-family: 'Freight';
    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: 60px;
    font-family: 'Freight';
    line-height: 60px;
    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: #000000;
    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;
}

.content-container .content .content-inner .tow-rows .group .half{
	width: 49.13295%;
	margin-left: 1.7341%;
	text-align:center;
}
.content-container .content .content-inner .tow-rows .group .half:first-of-type{
	margin-left: 0;
}

.content-container .content .content-inner .tow-rows .group:nth-of-type(2n){
	margin-top:1.7341%;;
}
.content-container .content .content-inner .tow-rows .group .half div{
	width:100%;
	max-width:700px;
	margin:0 auto;
	text-align:center;
}

.content-container .content .content-inner .tow-rows h3{
	text-align:left;
	margin-bottom:20px;
}

.dining .content-container .content .content-inner .tow-rows h3,.families .content-container .content .content-inner .tow-rows h3{
	margin-bottom:30px;
}

.content-container .content .content-inner .tow-rows .group .half a{
	margin-top:43px;
	margin-bottom:0;
}

.home .content-container .content .content-inner .tow-rows h3{
	text-align:center;
}

.home .map-container{
	padding-top:0;
}


@media all and (max-width: 1700px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 50px;
        line-height: 50px;
    }
}
@media all and (max-width: 1400px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 40px;
        line-height: 40px;
    }
}
@media all and (max-width: 1140px) {    
	.content-container .content .content-inner .tow-rows .group .group-wrapper .half{
		width:100%;
		margin-left:0;
	}
	.content-container .content .content-inner .tow-rows .group .group-wrapper .half img{
		display:none;
	}
	
	.content-container .content .content-inner .tow-rows .group .group-wrapper .half div{
		max-width:100%;
	}
	
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-right: 0;
    }
    .home .content-container .content .content-item .grids .grid {
        width: 50%;
    }
}
@media all and (max-width: 1023px) {
	.home .content-container .content .content-inner{
		width: calc(100% - 15px);
		padding-left:0;
		padding-right:0;
		    margin: 0 auto 40px;
	}
	
	.home .content-container .content .content-inner .group .half h3{
		margin-top:23px;
	}
	.content-container .content .content-inner .tow-rows .group .half a
	{
		margin-top:23px;
	}
    .home .content-container .content .content-item .bg-half {
        display: none;
    }
    .home .content-container .content .content-item .wrapper {
		padding-top:40px;
        padding-bottom: 40px;
    }
    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
		max-width:100%;
    }
    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
    .home .content-container .content .content-item h1.entry-title span:first-of-type {
        margin-left: 0;
    }
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }
    .home .content-container .content .content-item .first-img,
    .home .content-container .content .content-item .second-img {
        display: none;
    }  
	
}
@media all and (max-width: 767px) {  
		
    .home .content-container .content .content-item h1.entry-title {
        font-size: 37px;
        line-height: 40px;
    }
    .home .content-container .content .content-item .grids {
        position: relative;
    }       
    .home .content-container .content .content-item .grids .grid span {
        font-size: 28px;
        line-height: 28px;
    }
	/*  */
	.home .content-container .content .content-inner .img.fullwidth{
		min-height:auto;
		margin-bottom:0;
	}
	
	.home .content-container .content .content-inner .img h3{
	    background: rgba(255, 255, 255, 0.65);
		right: 0!important;
		left: 0!important;
		padding: 20px;
		font-size: 30px;
		line-height: 35px;	
		color:#000!important;
		
	}
   .home .content-container .content .content-inner .img h3 span{
	   font-size:23px;
	   line-height:25px;
	   margin-top: 15px;
	   color:#464340!important;
   }
   
   .home .content-container .content .sectionpage{
	   padding:0;
   }
   /*  */
  
   .home .content-container .content .content-inner .sectionpage .group .half.half-content{
	   width:100%;
	   display:block;	   
   }
   .home .content-container .content .content-inner .sectionpage .group .half{
	   width:100%;
	   text-align:center;
   }
     
   /*  */
   
   .content-container .content .content-inner .tow-rows .group .half{
	   width:100%;
	   display:block;
	   margin:0;
   }
   
    .content-container .content .content-inner .tow-rows .group:nth-of-type(2n){
		margin-top:0;
	}
  
   .content-container .content .content-inner .tow-rows .group .half:last-of-type img{
	   display:block;
	   margin-bottom:40px;
   }
   
    .content-container .content .content-inner .tow-rows .group .half img,.content-container .content .content-inner .tow-rows .group .group-wrapper .half img{
	   display:none;
   }
   .content-container .content .content-inner .tow-rows .group .half div{
	   max-width:100%;
   }
   
   .home .content-container .content .content-inner .sectionpage .group .half a, .content-container .content .content-inner .tow-rows .group .half a{
		margin-top:15px;
		font-size: 16px;
		padding: 8px 10px;
		min-width: 150px;
   }
   
   .home .content-container .content  .content-inner .sectionpage h3,.content-container .content .content-inner .tow-rows h3{
	   margin-bottom:15px;
	   font-size:25px!important;
	   line-height:25px!important;
   }
   .content-container .content .content-item.living-areas .content-inner .tow-rows .group .half:last-of-type img {
       margin-bottom: 0px !important; 
   }
   
}
@media all and (max-width: 520px) {  
	.home .content-container .content .content-item h1.entry-title{
		font-size:28px;
		line-height:38px;
	}
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }
	.home .content-container .content .content-inner .group .half h3{
		font-size:15px;
		line-height:15px;
	}
}

/* instagram */
.instagram{
	max-width:1024px;
	margin:0px auto 40px;
}
.instagram h3{
	color: #000;
    font-family: 'Freight';
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	
}
#instafeed {
	font-size:0;
	line-height:0;
	padding-top:43px;
	margin: 0px auto;
    text-align: center;
}
#instafeed a{
	position:relative;
	width: calc(33.333% - 10px);
	overflow:hidden;
    margin: 5px;
	display:inline-block;
	
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	
	    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#instafeed a:hover{
	     -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #a47f2f;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #a47f2f;
    box-shadow: 0 0 0 1px #fff, 0 0 0 5px #000;
}

@media all and (max-width: 1023px) { 
	.instagram{
		    margin: 0px auto 40px;
	}
}
@media all and (max-width: 600px) {  
	.instagram h3{
		font-size: 30px;
		line-height: 30px;
	}
	#instafeed{
		padding-top:15px;
	}
	#instafeed a{ 
		width: calc(33.333% - 4px);
		margin: 2px;
	}
}


/* sign up */
.newsletter-form{
	display:block;
}

.newsletter-form {
	padding-bottom:30px;
	max-width:1024px;
    margin: 40px auto 40px;
}

.newsletter-form form{
	text-align:center;
}

.newsletter-form form h3{
	color: #000;
    font-family: 'Freight';
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.newsletter-form form h3 span{
	font-size:38px;
	display:block;
}

.newsletter-form form .box-input {
    max-width: 380px;
    width: 100%;
    margin: 40px auto 20px;
}

.newsletter-form form .box-input input[type="email"] {
	width:100%;
    padding: 10px 0;
    font-family: 'Freight';
    font-size: 18px;
    color: #808080;
    text-align: center;
	border: solid 1px #707070;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
  
}
.newsletter-form form .box-input input[type="email"]:focus,
.newsletter-form form .box-input input[type="email"].focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
	box-shadow: 0 0 5px #998f8d;
	border: 1px solid #998f8d;
	outline-style:none;
	}

.newsletter-form form .box-send{
	width: 160px;
    margin: 0px auto;
}

.newsletter-form .box-send input[type="submit"]{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	    padding: 10px 5px 8px;
		background: #fff;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border: 1px solid #000;
		color: #000;
		font-family: 'Freight';
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 2px;
		    outline-style: none;
	}
	
.newsletter-form .box-send input[type="submit"]:hover{
		background-color: #000;
		color:#fff;
		cursor: pointer;
}

.loader {
	visibility: hidden;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #3498db;
	width: 20px;
	height: 20px;
	margin: -45px auto 5px;
	
	-o-animation:spin 1.5s linear infinite; 
	-ms-animation:spin 1.5s linear infinite; 
	-webkit-animation:spin 1.5s linear infinite; 
	-moz-animation:spin 1.5s linear infinite; 
	animation: spin 1.5s linear infinite;
		
}

/* opera */
@-o-keyframes spin{
	0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}

/* ms */
@-ms-keyframes spin{
	0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}

/* moz */
@-moz-keyframes spin{
	0% { -moz-keyframes: rotate(0deg); }
  100% { -moz-keyframes: rotate(360deg); }
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media all and (max-width:1023px) {  
	.newsletter-form{
		margin:45px auto 40px;
	}
	.newsletter-form form .box-input{
		margin: 25px auto 20px;
	}
}

@media all and (max-width: 600px) {  
	.newsletter-form{
		padding-left:30px;
		padding-right:30px;
	}
	.newsletter-form form h3{
		font-size:30px;
		line-height: 30px;
	}
}

.about .content-container .content .content-item{ margin-bottom:40px;}


.about .content-container .content .content-item h1.entry-title {
    text-align: left;
}
.about .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.about .content-container .content .content-item .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 .first-img {
    margin-top: 30px;
}
@media all and (max-width: 1140px) {
    .about .content-container .content .content-item .the-content {
        padding: 30px 15px; 
    }
}
@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none ;  
    }
}
@media all and (max-width: 767px) {
    
}

.explore .content-container .content .content-item.villa-layout .wrapper,     
.explore .content-container .content .content-item.living-areas .wrapper {    
    border-bottom: none;
}   
.explore .content-container .content .content-item.living-areas .wrapper {
    padding-top: 0px;   
}
.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 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
}
.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}
.explore .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.explore .content-container .content .content-item.living-areas .the-content:after {
    right: auto;
    left: 0;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.explore .content-container .content .content-item.living-areas h3:first-of-type{
	margin-top:0;
}
.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 0px auto 0;
    text-align: center;
	padding-top:43px;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    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;
    position: relative;
    background:none;
}
.explore .content-container .content .content-item .group:nth-of-type(2n) {
    background:none;
}

.explore .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}

.explore .content-container .content .content-item .group .half h3,
.explore .content-container .content .content-item .group .half h3 p {
    margin-top: 0;  
    color: #000000;
    font-family: 'Freight';
    font-size: 25px;
}
.explore .content-container .content .content-item.bedrooms .first-img {
    margin-right: 0;
    margin-left: -85.7%;
}
div#loading-background {
    background-size: cover !important;
}
div#villa-layout p {
    padding-bottom: 20px;
}
div#villa-layout a {
    color: #8f8c8b;
}
div#villa-layout a:hover {
    color: #000;
}
.floorplan-iframe {
    padding-top: 30px;
}

@media all and (max-width: 1140px) {
   
    .explore .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
}
@media all and (max-width: 1050px) {
 
}
@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: none;
    }
    .explore .content-container .content .content-item .bg-holder:first-of-type .wrapper {
        padding-bottom: 0;
    }
    .explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content,
    .explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
        width: auto;
        padding: 0;
    }
    .explore .content-container .content .content-item .the-content:after {
        display: none ;  
    }
    .explore .content-container .content .content-item .group {
        margin: 0;   
    }
    .explore .content-container .content .content-item .group .wrapper {
        padding: 40px 0; 
    }
  
    .explore .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
}
@media all and (max-width: 767px) {
    .floorplan-iframe iframe {
        max-height: 300px;
    }
    .explore .content-container .content .content-item.bedrooms,
    .explore .content-container .content .content-item.living-areas {
        padding-top: 0px;
    }
    .explore .content-container .content .content-item.bedrooms {
        padding-bottom: 0px;
    }
    div#villa-layout p {
        padding-bottom: 5px;
    }
}

.quick-facts .content-container .content .content-item .wrapper{
	padding-bottom:30px;
}
.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: #000000;
    font-family: 'Freight';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 43px;
    position: relative;
    padding-left: 80px;
}
.quick-facts .content-container .content .content-item .item p{
	text-align:left;
}
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}
.quick-facts .content-container .content .content-item .item strong {
    font-size: 25px;
    font-family: 'Freight';
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    color: #000000;
}
.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: 50px;
    width: 50px;
}
.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 -70px;
}
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -132px;
}
.quick-facts .content-container .content .content-item .item#gym-yoga:before {
    background-position: 0 -1405px;
}
.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -811px;
}
.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -202px;
}
.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -270px;
}
.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -335px;
}
.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -401px;
}
.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -470px;
}
.quick-facts .content-container .content .content-item .item#sports:before {
    background-position: 0 -542px;
}
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -609px;
}
.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -943px;
}
.quick-facts .content-container .content .content-item .item#weddings--events:before {
    background-position: 0 -674px;
}
.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1081px;
}
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1011px;
}
.quick-facts .content-container .content .content-item .item#managed--marketed-by:before {
    background-position: 0 -1311px;
}
.quick-facts .content-container .content .content-item .item#managed-and-marketed-by:before {
    background-position: 0 -742px;
}
@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px;
    }
    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px;
    }
}
@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }
    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }
    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }
    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1140px) {
    .about-elite-havens .content-container .content .content-item .the-content,
    .concierge .content-container .content .content-item .the-content {
        padding: 30px 15px; 
    }
}
@media all and (max-width: 1023px) {
    .about-elite-havens .content-container .content .content-item .the-content,
    .concierge .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .about-elite-havens .content-container .content .content-item .the-content:after,
    .concierge .content-container .content .content-item .the-content:after {
        display: none ;  
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container .press-item {
    margin-bottom: 10px;
}
.press .content-container .content .content-item .press-container .press-item img {
     margin-right: 30px;
    margin-top: -10px;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #000000;
    font-size: 16px;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #000000;
    color: #000000; 
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #000000;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.video1 {
    margin-top: 40px;
}
.video .content-container .content .content-item .video1 iframe {
    background: none;
}
.video .content-container .content .content-item .video {
    background: url(video/video.png) no-repeat center center;
	background-size: cover;
    margin-top: 40px;
}
.video .content-container .content .content-item .video1 iframe,
.video .content-container .content .content-item .video iframe {
    height: 575px;
}

.video .video-grid {
    display: flex;
    flex-wrap: wrap;
  }
  
.video .video-grid > div {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }


@media all and (max-width: 767px) {
	.video .content-container .content .content-item .video iframe{
		height:400px;
	}
}
@media all and (max-width: 600px) {
	.video .content-container .content .content-item .video iframe{
		height:300px;
	}
}

.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #90908f;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */

.gallery .content-container .content .content-item .gallery-container li {
    width: 25.00101%;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #000000;
    color: #000000;  
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #000000;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.popup-container {
    position: fixed; 
    z-index: 1008; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background: rgba(255, 255, 255, .9); 
    display: none;
}
.popup-container .loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.popup-container .loader i {
    font-size: 70px;
}
.popup-container .close {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 29px;
    cursor: pointer;
    opacity: .3;
    font-size: 4em;
    line-height: 20px;
    font-weight: 100;
    
    -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;  
}
.popup-container .close:hover {
    opacity: 1;
}
.popup-container .close i {
    background: #fff;
    padding: 15px 19px;
    font-size: 30px;
}
.popup-container .owl-carousel {
    position: absolute;
    height: 100%;
}
.popup-container .owl-carousel .owl-stage-outer,
.popup-container .owl-carousel .owl-stage-outer .owl-stage,
.popup-container .owl-carousel .owl-item {
    height: 100%;
}
.popup-container .owl-carousel li {
    text-align: center;
    height: 100%;
    display: none;
}
.popup-container .owl-carousel.owl-loaded .active li {
    display: block;
}
.popup-container .owl-carousel li img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    position: relative;    
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-container .owl-carousel li span {
    display: block;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    left: 50%;
    background: #fff;
    padding: 15px;
    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media all and (max-width: 1023px) {
    .popup-container .owl-carousel li span {
        left: 0;
        right: 0;
        text-align: center;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.popup-container .owl-carousel .owl-prev,
.popup-container .owl-carousel .owl-next {
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0 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;  
}
.popup-container .owl-carousel .owl-prev:hover,
.popup-container .owl-carousel .owl-next:hover {
    opacity: 1;
}
.popup-container .owl-carousel .owl-prev {
    left: 0;
}
.popup-container .owl-carousel .owl-next {
    right: 0;
}
.popup-container .owl-carousel .owl-prev i,
.popup-container .owl-carousel .owl-next i {
    position: relative;    
    top: 50%;
    background: #fff;
    padding: 15px 19px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.popup-container .owl-carousel .owl-prev img,
.popup-container .owl-carousel .owl-next img {
    position: relative;    
    top: 50%;
    background: #000;
    padding: 15px 19px;
    
    -webkit-filter: invert(100%) grayscale(100%);
    -o-filter: invert(100%) grayscale(100%);
    filter: invert(100%) grayscale(100%);
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.touchevents .popup-container .owl-carousel .owl-controls {
    opacity: 0.3;
}
@media all and (max-width: 767px) {
    .popup-container .owl-carousel .owl-prev,
    .popup-container .owl-carousel .owl-next {
        display: none;
    }
}
.weddings .content-container .content .content-item{
	margin-bottom:40px;
}

.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 h2 {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
	margin-bottom:30px;
    color: #272727;
    font-family: 'Freight';
    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 .center {
    text-align:center;
	padding-bottom:30px;
}
.weddings .content-container .content .content-item a.button {
    display: block;
    margin: 30px auto 0;
    color: #000000;
    font-family: 'Freight';
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #000000;
    
    -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: #000000;
    color: #fff;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
	text-align:center;
}
.weddings .content-container .content .content-item ul.capacity, .weddings .content-container .content .content-item .guidelines ul {
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    color: #000000;
    padding: 27px 15px;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Freight';
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: calc(50% - 15px);
    margin-bottom: 0px;
    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: calc(50% - 15px);
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* WEDDINGS */
 .weddings .content-container .content .content-item .guidelines ul {
	width:100%;
	padding: 14px 15px;
 }
.weddings .content-container .content .content-item .guidelines a {
   font-size: 18px;
    font-family: 'Freight';
    font-weight: 400;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    padding: 30px 25px 31px;
    margin-top: 10px;
    line-height: 25px;
	
    -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: #000;
    color: #fff;
}
.weddings .content-container .content .content-item .photo-album {
    position: relative;
}
.weddings .content-container .content .content-item .photo-album .owl-prev,
.weddings .content-container .content .content-item .photo-album .owl-next {
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.weddings .content-container .content .content-item .photo-album .owl-prev {
    left: 5%;
}
.weddings .content-container .content .content-item .photo-album .owl-next {
    right: 5%;
}
.weddings .content-container .content .content-item .photo-album .owl-prev img,
.weddings .content-container .content .content-item .photo-album .owl-next img {
    -webkit-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}
.weddings .content-container .content .content-item .photo-album .owl-prev svg,
.weddings .content-container .content .content-item .photo-album .owl-next svg {
    height: 38px;
    width: auto;
    display: block;
}
.weddings .content-container .content .content-item .photo-album-thumbs {
    position: relative;
    padding: 10px;
    background:#fff;
}
.weddings .content-container .content .content-item .photo-album-thumbs .active {
    background: #fff;
}
.weddings .content-container .content .content-item .photo-album-thumbs .active img {
    opacity: .5;
    
    -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 .photo-album-thumbs .current img {
    opacity: 1;
}
.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 .btn-wedding{
	text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-family: 'Freight';
    font-size: 20px;
    border: 1px solid #000;
    font-weight: 400;
    background: #fff;
    padding: 16px 10px;
    min-width: 225px;
    margin: 5px;
    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;
}

.weddings .content-container .content .btn-wedding:hover{
	background: #000;
    color: #fff;
    border-color: #000;
}

@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 .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: 0px 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: 767px) {
	.weddings .content-container .content .content-item .center{
		padding-bottom:0;
	}
}
@media all and (max-width: 850px) {
    .weddings .content-container .content .content-item a.button {
        font-size: 24px;
        padding: 15px;
        max-width: 200px;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: auto;
        margin: 0 0 10px !important;
        display: block;
        line-height: 1;
    }
}

.locale .content-container .content .content-item {
    margin-bottom: 0;
}

.locale .content-container .content .content-item .the-content {    
    background: #fff;
	padding-left:30px;
}

.locale .content-container .content .content-item.the-locale{
		padding-top:75px;
}

.locale .content-container .content .content-item.the-locale .content{
	position:relative;
}

.locale .content-container .content .content-item.the-locale .content .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;
}
.locale .content-container .content .content-item.the-locale .content .wrapper .the-content{
	margin-left: calc(48% + 30px);
}

.locale .content-container .content .content-item.the-locale .img{
	margin-top:75px; 
}
.locale .content-container .content .content-item.the-locale .group .half.half-content{

}
.locale .content-container .content .content-item.things-to-do .the-content {
    background:none;
}
.locale .content-container .content .content-item.odd .the-content {    
    background: transparent;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.locale .content-container .content .content-item .wrapper {
    max-width: 1024px;
}
.locale .content-container .content .content-item.the-locale .wrapper {
    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: 270px;
    margin-top: 30px;
    margin-left: 30px;
}
.locale .content-container .content .content-item.the-locale h2.entry-title{
	text-align:left;
}
.locale .content-container .content .content-item.the-locale h3 {
    margin:43px 0 30px;
    font-family: 'Freight';
    font-size: 25px;
}
.locale .content-container .content .content-item.the-locale .distances {
    width:100%;
    margin-top: 0px;
    font-size: 0;
    display: inline-block;
	text-align: left;
    *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: 50%;
    color: #000000;
    font-family: 'Freight';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do .wrapper{
	padding-bottom:0;
}

.locale .content-container .content .content-item.things-to-do ul li{
	    font-size: 16px;
    color: #000;
    font-family: 'Freight';
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
}

.locale .content-container .content .content-item.things-to-do ul br{
	display:none;
}


@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.the-locale{
		padding-top:40px;
	}
	
	.locale .content-container .content .content-item .the-content{
		padding-left:0;
	}
	
	.locale .content-container .content .content-item.the-locale .group .half img{
		display:none;
	}
	.locale .content-container .content .content-item.the-locale .group .half{
		width:100%;
		    margin-left: 0;
	}
	
	.locale .content-container .content .the-locale .content-inner .tow-rows .group .half div{
		max-width:100%;
	}
	
	.locale .content-container .content .content-item .group .half.half-content {
		padding: 0 !important;
		display: block;
		width: auto;
	}
	.locale .content-container .content .content-item.the-locale .distances{
		width:100%;
		margin-bottom:30px;
	}
	.locale .content-container .content .content-item.the-locale .distances dd{
		text-align:left;
	}
	
	.locale .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }
    .locale .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-bottom: 15px !important;
    }
    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item .the-content:after {
        display: none !important;  
    }
    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 150px;
        margin-left: 0;
    }
    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }
    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
		width:50%;
        font-size: 15px;
		line-height:20px;
    }
	
	.locale .content-container .content .content-item.the-locale .img{
		margin-bottom:40px; 
	}
	
	.locale .content-container .content .content-item.the-locale .content .bg-half{
		display:none;
	}
	
	.locale .content-container .content .content-item.the-locale .content .wrapper .the-content{
		margin-left:0;
	}
}

.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 .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) .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+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) .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+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+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) .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+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) .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{
	margin-bottom:40px;
}

.experience .content-container .content .content-item.staff h3:first-of-type, .experience .content-container .content .content-item.spa h3:first-of-type{
	margin-bottom:43px;
}
.experience .content-container .content .content-item.staff h3.entry-title,.experience .content-container .content .content-item.spa h3.entry-title{
	margin-bottom:15px!important;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 30px;
}
.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: #000000;
    font-family: 'Freight';
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
    text-transform: uppercase;
}
.experience .content-container .content .content-item.staff dt {
    width: 35%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.experience .content-container .content .content-item.staff dd {
    width: 65%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;   
    text-align: left;
}
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #000000;
    font-family: 'Freight';
    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.staff h3.entry-title,.experience .content-container .content .content-item.spa h3.entry-title{
	font-size:25px;
	line-height:25px;
	margin-bottom:0;
}
.experience .content-container .content .content-item.families .content-inner a {
       margin: 0;
    font-family: inherit;
    text-transform: none;
    padding: 0;
    width: auto;
    min-width: auto;
    border: none;
    font-size: inherit;
	text-decoration:underline;
}
.dining .content-container .content .content-item,.families .content-container .content .content-item, .spa .content-container .content .content-item{
	margin-bottom:40px;
}
.experience .content-container .content .content-item.dining .img{
	margin-bottom:70px;
}
.experience .content-container .content .content-item.dining h2 {
    color: #000000;
    font-family: 'Freight';
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.experience .content-container .content .content-item.spa .img{
	margin-top:70px;
}

.experience .content-container .content .content-item .book{
    margin-top: 40px;
    text-align: center;
    overflow: hidden; /* Removing this will break the effects */
}

.experience .content-container .content .content-item .book:hover img {
    transform: scale(1.2);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
  }

.experience .content-container .content .content-item .book img{
    width:auto;
    display:block;
    margin: 0 auto;
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    border: 1px solid;
}

.experience .content-container .content .content-inner .tow-rows .group .half div .book-btn {
    text-align: left;
}

.experience .content-container .content .content-inner .tow-rows .group .half div .book-btn a{
    margin:0;
    margin-top:30px;
}

.experience .content-container .content .content-inner .tow-rows .group .half div .book-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media all and (max-width:1440px){
    .experience .content-container .content .content-item.spa h3:first-of-type{
        margin-bottom: 15px;
    }
    .experience .content-container .content .content-inner .tow-rows .group .half div .book-btn a{
        padding: 10px 10px;
        margin-top: 15px;
    }
}
@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-bottom: 15px !important;
    }
	
	.experience .content-container .content .content-item.dining .img{
		padding-bottom:40px;
	}
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
    .experience .content-container .content .content-item .the-content:after {
        display: none !important;  
    }    
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd {
        width: auto;
        display: block;
    }
	.experience .content-container .content .content-item.spa .img{
		margin-top:40px;
	}
	.experience .content-container .content .content-item.staff h3:first-of-type, .experience .content-container .content .content-item.spa h3:first-of-type{
		margin-bottom:23px;
	}
}
@media all and (max-width: 1023px){
    .experience .content-container .content .content-inner .tow-rows .group .half div .book-btn{
        text-align: center;
    }
}
@media all and (max-width: 767px) {  
	.experience .content-container .content .content-item.staff h3.entry-title{
		font-size:20px!important;
	}
    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
    .experience .content-container .content .content-item .book img{
        width: 100%;
    }
    .experience .content-container .content .content-inner .tow-rows .group .half div .book-btn{
        text-align: center;
    }
    .experience .content-container .content .content-item.dining .content-inner .tow-rows .group .half div .book-btn a{
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

/* 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 #000;
    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: #e6e6e6;
}
.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: #000000;
    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: 'Freight';
    font-size: 18px;
    color: #000000;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Freight';
    font-size: 18px;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a {
     border: 1px solid #000000;
    color: #000000;  
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #000000;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

@media all and (max-width: 767px) {
    
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}
@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #707070;
    }
    .guest-reviews .content-container .content .content-item .slides li {
        width: 100%;
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .wrapper,.reservations .content-container .content .content-item .wrapper,.general-enquiries .content-container .content .content-item .wrapper {
    padding-bottom:40px;
}

.rates .content-container .content .content-item .teaser strong {
    color: #000000;
    font-family: 'Freight';
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #000000;
}
.rates .content-container .content .content-item .promotions {
    background: #000000;
    color: #fff;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #000000;
    font-family: 'Freight';
    font-size: 25px;
    text-transform: uppercase;
}
.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;   
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #fff;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #777777;
    color: #fff;
    font-family: 'Freight';
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc; 
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #000000;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
    background: #000000;
    font-family: 'Freight';
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #e6e6e6;
    color: #000000;
    font-family: 'Freight';
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #000000 !important;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table tr:nth-of-type(2n) td {
    background: #fff;
}
.rates .content-container .content .content-item .tabs-end table td img {
    margin: 0 auto;   
}
.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #000000;  
}

@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%;
    }
    
}

/* FORM */

.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #000000;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #000000;
    font-family: 'Freight';
    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: #000000;
    font-family: 'Freight';
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #000000;
    font-family: 'Freight';
}

.reservations .content-container .content .content-item form .form-row .form-col:first-of-type,
.general-enquiries .content-container .content .content-item form .form-row .form-col:first-of-type {
    width: 147px;   
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #000000;
    font-family: 'Freight';
}

.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: 'Freight';
}

.general-enquiries .content-container .content .content-item form .form-row .image img {
    width: auto;
    max-width: 100%;
}
.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
   font-family: 'Freight';
}

.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: 'Freight';
}

.reservations .content-container .content .content-item form .form-row .checkbox input,  
.general-enquiries .content-container .content .content-item form .form-row .checkbox input {    
    visibility: hidden;
}

.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: 20px;
    font-weight: 400;
    font-family: 'Freight';
    border: 1px solid #000000;
    color: #000000;
    background: #fff;
    padding:11px 20px 5px;  
}
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 11px 16px 5px;;
}
.reservations .content-container .content .content-item form .form-row input[type=submit]:hover,
.general-enquiries .content-container .content .content-item form .form-row input[type=submit]:hover {
    background: #000000;
    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 {
    list-style: disc;
    margin-left: 20px;
}
.sitemap .content-container .content .content-item ul li {
    margin-bottom: 10px;
}
.sitemap .content-container .content .content-item ul ul {
    margin-top: 2px;
}
.sitemap .content-container .content .content-item ul li li {
    margin-bottom: 2px;
}
.sitemap .content-container .content .content-item ul li a {
    color: #000000;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    text-decoration: none;
    color: #000000;
    
    -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;  
}

.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: #000000;
}
.links .content-container .content .content-item h2 {
    color: #000000;
    font-family: 'Freight';
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 28px;
}
.links .content-container .content .content-item h2 a {
    color: #000000;
}
.links .content-container .content .content-item h3 {
    color: #000000;
    font-family: 'Freight';
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 28px;
}
.home .tobii {
  visibility: hidden;
}
/* SUBCRIBED  */
.subscribed .content-container .content .content-item h1.entry-title {
    margin-top: 0px;
}

.subscribed .buttons-container .button .wrapper {
    padding: 0px !important;
}
.subscribed .content-item .the-content ul li {
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
}

/* SUBSCRIPTION FOOTER */
.subscription .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1400px;
}
.subscription .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 40px;
}
.subscription .group .half.half-img {
    width: 55%;
}
.subscription .half.half-content {
    padding: 0 20px;
}
.subscription img {
    width: 100%;
}
.subscription h2 {
    color: #000!important;
    font-family: 'Freight';
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 40px!important;
    line-height: 48px!important;
}
.subscription select#drpCountry,
.subscription input {
    outline: none;
    margin: 5px 0;
}
.subscription select#drpCountry,
.subscription input[type="email"] {
    width: 100%;
}
.subscription input[name="fname"] {
    width: 50%;
    margin-right: 3px
}
.subscription input[name="lname"] {
    width: 48%;
    margin-left: 4px;
}
.subscription select#drpCountry,
.subscription input[name="lname"],
.subscription input[name="fname"],
.subscription input[type="email"] {
    font-family: 'Freight';
    font-size: 16px;
    border: 1px solid #000;
    color: #282828;
    background: none;
    padding: 8px 15px 10px;
    display: inline-block;
    zoom: 1;
    z-index: 2;
    vertical-align: top;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.subscription input[type="submit"] {
    color: #fff;
    border: 1px solid #000;
    background: #fff;
    font-size: 20px;
    font-family: 'Freight';
    padding: 10px 20px;
    min-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: none;
    background-color: #000;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.subscription input[type="submit"]:hover {
    color: #fff;
    cursor: pointer;
    border-color: #707070;
    background: #707070;
}

.subscription input::placeholder {
    color: #282828 !important;
    opacity: 1;
}
@media (max-width: 1505px) and (min-width: 1024px) {
    .subscription input[name="lname"] {
        margin-left: 0px;
    }
}
@media all and (max-width: 1200px) and (min-width: 1023px) {
    .subscription .half.half-content {
        padding: 0 40px;
    }
}
@media (max-width: 1023px) {
    .subscription .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscription .group .half {
        width: 100%;
    }
    .subscription .half.half-content {
        padding: 20px 0;
    }
    .subscription .half.half-img {
        display: none;
    }
    .subscription input[name="lname"] {
        margin-left: 7px;
    }
    .subscription h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
}

@media all and (max-width: 767px) {
    .subscription input[name="fname"] {
        width: 100%;
    }
    .subscription input[name="lname"] {
        width: 100%;
    }
    .subscription input[name="lname"] {
        margin-left: 0px;
    }
    .subscription .row label {
       font-size: 11px!important;    
    }

}

.error-message, #subscriberErr, #fnameErr, #lnameErr, #countryErr {
    color: red;
    font-family: 'Open Sans',sans-serif;
}

.newsletter .subscription h2{
    text-align: center!important;
}
.newsletter .content-container .content .content-item .wrapper{
    padding-top: 40px!important;
    max-width: 845px
}
.newsletter .content-container .content .content-item h1.entry-title{
    display: none
}



/* HOMEPAGE ADDED VIDEO */
.home h5 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.home .content-item.video-bg {
    background: #e6e6e6;
    margin-bottom: 40px !important;
}
.home .content-item.video-bg .wrapper {
    padding: 40px 0px !important;
}

.video .content-container .content .content-item .video1 {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}
.video .content-container .content .content-item .video1 iframe {
    display: block;
    width: 100%;
    height: 623px;
    opacity: 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.promo-highlight a {
    cursor: default;
}
.promo-highlight img:hover{
    cursor: pointer;
    opacity: 0.7
}
@media all and (max-width: 767px) {
    .promo-highlight img {
        display: block !important;
    }
    .home h5 {
        font-size: 20px;
    }
    .home .content-item.video-bg .wrapper {
        padding: 40px 5px !important;
    }
    .promo-highlight img {
        display: none !important;
        position: absolute;
        top: 53px;
        bottom: 0;
        right: 0px;
        /* -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
             box-shadow: 0 10px 6px -6px #777; */
    }
    .promo-highlight img[src*="/resources/noku/images/netflix.png"] {
        display: none;
    }
    .promo-highlight img[src*="/resources/noku/images/netflix.png"] {
        content: url(/resources/noku/images/netflix-mobile.png);
        display: block !important;
    }
    .promo-highlight img {
        height: auto !important;
    }
}

.subscription .row label {
    font-family: 'Freight';
}
body:not(.video) .tobii{
    display: none
}

.error-message, #subscriberErr, #fnameErr, #lnameErr, #countryErr,.error {
    color: red;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 5px;
    display: block;
}
.subscription .row.col-2, div#popup .row.col-2{
    align-items: flex-start!important;
}

.subscription .row label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #434343;
}

#popup.modal-box.exit-popup{
    max-width: 900px;
    background: #fff;
}
#popup.modal-box{
    top: 59%;
}
#popup .modal-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#popup .modal-container >div{
    width: 50%;
    margin: 0
}
#popup.modal-box.exit-popup .modal-body .js-modal-close{
    color: #000
}
#popup.modal-box.exit-popup .modal-body .lazyloaded{
    padding: 0;
    margin-bottom: 0;
}
#popup .modal-img{
    overflow: hidden
}
#popup .modal-img img{
    width: 100%;
    transform: scale(1.06);
}
#popup .modal-content{
    text-align: center;
}
#popup .modal-content img{
    width: 150px
}
#popup.modal-box.exit-popup .modal-body h3{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: unset;
    margin: 20px 0
}
#popup #signUpForm{
    margin: 0;
    padding: 0 30px
}
#popup.modal-box.exit-popup .modal-body form input,#popup.modal-box.exit-popup .modal-body form select{
    border: 2px solid #aaa;
    border-radius: 0;
    background: #fff;
    color: #aaa !important;
    font-size: 16px !important;
    width: 100%;
    padding: 13px;
    max-width: none;
    margin: 0;
    height: auto
}
#popup #signUpForm .row{
    display: flex;
    flex-wrap: wrap;
}
#popup #signUpForm .row >div{
    position: relative;
}
#popup #signUpForm .row >div .error-message{
    background: transparent;
    color: red;
    right: -3px;
    top: -3px;
    font-size: 9px;
    display: inline;
    line-height: normal;
    width: auto;
    bottom: auto;
    margin: 0;
    text-align: right;
}
#popup #signUpForm .row .col-md-6{
    width: 50%;
}
#popup #signUpForm .row .col-md-12{
    width: 100%;
}
#popup #signUpForm .row label{
    text-shadow: none;
    color: #000;
    display: none
}
#popup #popup-submit{
    background: #000;
    opacity: .8
}
#popup #popup-submit:hover{
    opacity: 1;
    cursor: pointer;
    transition: all 0.2;
}
@media all and (max-width: 767px) {
    #popup .modal-img{
        display: none
    }
    #popup .modal-container >div {
        width: 92%;
        margin: 14px 0;
    }
}
