/* http://www.villaindrani.com */
/*  v1.0 | 20180716 */
/*  License: Elite Havens */

/* WRAPPER */
.wrapper {
    max-width: 1170px;
}
.header-container .wrapper {
    /*max-width: none;*/
    position: relative;
}
@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}
.header-container .header {
    padding: 1px 0 14px;    
}
.header-container .header.wrapped {
    padding: 0 0 15px;
}
.header-container.sticky .header {
    padding: 0 0 10px;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #000;
}

.header-container .header .logo {
    text-align: left;
}
.header-container .header .logo a {
    margin-left: 0;
    margin-top: 15px;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: 12px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-container .header .logo a img {
    max-height: 170px;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    margin-top: -90px;
    margin-bottom: 0;
}
.header-container .header .nav {
    text-align: right;
    padding: 108px 0 0;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    padding: 10px 0 0;
}
.header-container .header .nav ul {
    text-align: right;
}
.header-container .header .nav ul li {
    margin-left: 35px;
}

.header-container .header .nav>ul>li:nth-of-type(4) {
    margin-right: 0;
}
.header-container .header .nav ul li a {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding: 10px 10px;
    margin-bottom: 0;
}
.header-container.sticky .header .nav ul li a {
    padding-bottom: 10px;
}
.header-container .header .nav ul li a img {
    margin-bottom: -18px;
    margin-left: -60px;
}
.header-container .header .nav ul li:hover a {
    background: #99694b;	
    color: #fff;
}
.header-container .header .nav ul li.active a {
    background: #99694b;	
    color: #fff;
	border-bottom-color: #99694b;
}
.header-container .header .nav > ul > li:last-of-type a {
    /*background: #99694b;
    color: #fff;
    padding: 5px;*/
}
.header-container .header .nav > ul > li:last-of-type a:hover {
    /*background: #000;*/
}
.header-container .header .nav ul li .subnav {
    background: #fff;
    margin-top: 5px;
    border: none;
    margin-left: 0px;
}

.header-container.sticky .header .nav ul li .subnav {
    margin-top: 11px;
}
.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #000;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #99694b;
    color: #fff;
}
@media all and (max-width: 1200px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 0 0 10px;
    }
    .header-container .header .nav ul li a,
    .header-container.sticky .header .nav ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }
    .header-container.sticky .header {
       
    }
	.header-container .header .nav ul li .subnav {
		margin-top: 10px;
	}
    .header-container .header .logo {
        text-align: center;
    }
    .header-container .header .logo a {
        position: relative;
        margin: 15px 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header-container.sticky .header .logo a {
        
    }
    .header-container .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        padding: 10px 0 0;
    }
    .header-container .header .nav > ul > li {
        margin-left: 18px;
    }
    .header-container .header .nav > ul > li:nth-of-type(1) {
        margin-left: 0;   
    }
    .header-container .header .nav ul li:nth-of-type(4) {
        margin-right: 0;
    }
}
@media all and (max-width: 767px) {
    .header-container .header .nav>ul>li {
        margin-left: 0 !important;
    }
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 10px 0 0 !important;
    }
    .header-container.sticky .header {
        margin-top: 0;
        padding: 10px 0 0;
    }
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {     
        margin-top: -84px;
        margin-bottom: 0;
        max-height: 112px;
        display: block;
    }
    .header-container .header .nav>ul>li {
        margin-top: 0px;
        padding-bottom: 5px;
    }    
    .header-container .header .nav {
        padding: 0 !important;
    }
    
    .header-container .header .nav ul li a,
    .header-container .header .nav > ul > li:last-of-type a,
    .header-container.sticky .header .nav ul li a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }
    .header-container .header .nav ul li .subnav {
        background: #90908f;
        margin-top: 0 !important;
    }
}
@media all and (max-width: 479px) {
    .header-container .header, 
    .header-container .header.wrapped,
    .header-container.sticky .header {
        padding: 10px 0 0;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Open Sans', sans-serif;  
    font-weight: 400;
    font-size: 13px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
    
    -webkit-animation: footer_sticky .5s 1; 
    animation: footer_sticky .5s 1; 
}
.footer-container .footer .column {
    color: #000;
    padding-top: 0;
}
.home .footer-container .footer .column{
    padding-top: 30px;
}
.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 1px;
}
.footer-container.sticky .footer .column address {
    display: none;
}
.footer-container .footer .column h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
}
.footer-container .footer .column a {
    color: #000;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 13px;
}
.footer-container .footer .column .phone-numbers a span {
    width: 120px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/* .footer-container .footer .column .socials {
    margin-bottom: 20px;
} */
.footer-container .footer .column .socials a {
    background: #000;
    color: #fff;
    
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

.footer-container .footer .column .socials a:hover {
    background: #99694b;
}

.footer-container .footer .bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    top: 70px;
}
.footer-container .footer .bottom .marketed {
    max-width: 180px;
    margin: 25px auto 15px;
}
.footer-container .footer .bottom .marketed a {
    color: #000;
}

@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .column .phone-numbers {
        margin-bottom: 58px !important;
    }
    .footer-container .footer .column address {
        margin-bottom: 17px !important;
    }
    .footer-container .footer .bottom {
        top: 110px !important;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
	.footer-container .footer .bottom .marketed {
		    margin: 30px auto 15px;
	}
}
@media all and (max-width: 767px) {
    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
		padding-top: 0;
    }
    .footer-container .footer .column address {
        text-align: center;    
        margin: 0 auto 15px;
    } 
    .footer-container .footer .bottom {
        top: auto !important;
    }
}

/* Mini Form */
.miniform .form-column.select:after {    
    border-top-color: #000;
}
.miniform button {
    background: #000 !important;
}

/* HERO CONTAINER */
.hero-container .promo-wrapper {
    position: relative;
}
.hero-container .promo-wrapper .promo-banner {
    background: url(indrani/images/promo-zelie.png) no-repeat center center;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 149px;
    width: 173px;
    z-index: 3;
}

.hero-container .slideshow .caption big {
    font-family: 'Cinzel', serif;
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}
.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}

@media all and (max-width: 1023px) {
    .hero-container .promo-wrapper {
        display: none;
    }
}
@media all and (max-width: 1023px) {
    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}
@media all and (max-width: 767px) {
    .hero-container .slideshow .owl-nav  {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}
.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #595352;
    margin-top: -61px;
    margin-bottom: 61px;
    display: none;
}
.buttons-container .button {
    padding: 0 0 30px;
}	
.home .buttons-container .button {
	 padding: 30px 0;
}
.home .buttons-container .button {
    padding-top: 40px;
}
.buttons-container .button .wrapper {
    max-width: 1170px;
}
.buttons-container .button a {
    color: #000;
    font-family: 'PT Sans', sans-serif; 
    font-size: 25px;
    border: 1px solid transparent;
    background: #ecede8;
    padding: 10px 10px 8px;
    min-width: 200px;    
}
.home .buttons-container .button a {    
    margin: 5px 10px;
}
.buttons-container .button a:hover {
    background-color: #99694b;
    color: #fff;
}
.buttons-container .prevnext .wrapper {
    max-width: 1170px;
}

.buttons-container .prevnext a {
    color: #000;
    background: #fff;
    top: -66px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.buttons-container .prevnext a:hover {
    color: #000;
}
.buttons-container .prevnext a i {
    background: #fff;
    color: #000;
    font-size: 0; 
    border: 1px solid #000; 
}
.buttons-container .prevnext a:hover i {   
    background-color: #629aca !important;
    color: #fff;
    
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("indrani/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("indrani/images/next-arrow.png") no-repeat center center;
}
@media all and (max-width: 1050px) {    
    .buttons-container .prevnext a { 
        font-size: 17px;    
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -82px;
        margin-bottom: 79px;
    }
    .home .buttons-container:after {
        margin-top: -36px;
		margin-bottom: 47px;
    }
    .buttons-container .button a {
        margin: 5px;     
    }
}

.reviews-container {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background-size: cover;
    background-position: center;
}
.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 54% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.reviews-container .reviews {
    padding: 50px 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1170px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #000;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-size: 45px;
    line-height: 35px;
}
.reviews-container .reviews h2 span {
    display: block;
}
.reviews-container .reviews .home-reviews {
    padding: 50px;
    text-align: left;
    width: 100%;    
    background: rgba(255, 255, 255, 0.9);
}
.reviews-container .reviews .home-reviews a {
    margin-top: 30px;
	text-align: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #99694b;
    font-size: 16px;
    text-transform: uppercase;
}
.reviews-container .reviews .home-reviews ul {
    color: #000;
    font-size: 16px;
    margin-left: 0 !important;
}
.reviews-container .reviews .home-reviews ul li {
    display: block;
}
.reviews-container .reviews .home-reviews ul li .right {
    text-align: left;
	font-size: 16px;
    line-height: 25px;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #000;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #000;
    margin-top: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
@media all and (max-width: 1023px) {    
    .reviews-container .bg-half {
        display: none;
    }
    .reviews-container .reviews {
        width: 100%;
        padding: 30px 0;
    }
    .reviews-container .reviews h2 span {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }  
    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        padding: 30px 0;
    }
}
@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
    }
    .reviews-container .reviews {
        background: transparent;
		padding-top: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid;
    }
    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
		margin-bottom: 15px;
    }   
    .reviews-container .reviews h2:before {
        display: none;
    }
    .reviews-container .reviews .home-reviews ul {
        font-size: 16px;   
    }
    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}


.content-container .content .content-item {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.content-container .content .content-item.odd,
.content-container .content .content-seo {
    margin-top: 0;
}
.content-container.scroll .content .content-item.odd:first-of-type {
    background: transparent;
    text-align: center;
}
.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}
.content-container .content .content-item .wrapper {
    max-width: 1170px;
}
.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}
.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #000;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 43px;      
    line-height: 31px;
    text-transform: none;
    text-align: left;
}
.content-container .content .content-item h1.entry-title {
	text-align: left;
    padding: 10px 0 10px;
    margin-bottom: 30px; 
}
.content-container .content .content-item h1.entry-title span { 
	color: #000;
}
.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title,
.contact-sent .content-container .content .content-item h1.entry-title,
.reservation-sent .content-container .content .content-item h1.entry-title {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 43px;
    margin-bottom: 30px;    
    line-height: 31px;
}
.content-container.scroll .content .content-item h1.entry-title {
	position: absolute;
    color: #000;
    font-family: 'Cinzel', serif;
    font-size: 43px;
    text-transform: none;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 56px;
	padding: 0;
	border-top: none;
	border-bottom: none;
}
.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #000;
    display: block;	
}
.content-container.scroll .content .content-item h1.entry-title.sticky {
	line-height: 56px;
}
.content-container .content .content-item h2.entry-title {
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 31px;
	
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #000;
    margin-top: 1px;
}

@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding: 0;
}
.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #000;
    font-family: 'Cinzel', serif;
    font-size: 36px;
    line-height: 31px;
    text-transform: uppercase;
}
@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;   
    }
    .content-container .content .content-item .bg-holder {
        background-image: none !important;   
    }
    
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 35px !important;   
    }
    
    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }
}
@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
		padding-top: 25px;
		padding-bottom: 25px !important;
    }
    .content-container.scroll .content .content-item.odd:first-of-type .wrapper {
		padding-bottom: 0 !important;
    }
    .content-container.scroll .content .content-item h1.entry-title {
        background: #fff;
        color: #000;
		position: relative;
        text-align: center;
		font-size: 30px!important;
		line-height: 40px;
    }
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.content-container .content .content-item p a {
    color: #000;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: transparent;    
    text-align: right; 
}

.content-container .content .content-item .sticky .spy {
    background: transparent;
    z-index: 20;	   
}
.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1170px;
    border-bottom: 1px solid #99694b;
}
.content-container .content .content-item .spy ul li {
    border-left: 1px solid #fff;
    border: none;
}
.content-container .content .content-item .spy ul li:last-of-type {
    border-right: 1px solid #fff;
    border: none;
}
.content-container .content .content-item .spy ul li a {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    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 {
    color: #99694b;
}
.content-container .content .content-item .spy ul li.active a {    
    color: #99694b;	
}
@media all and (max-width: 1280px) {    
    .content-container .content .content-item .img img {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-family: 'Open Sans', sans-serif;
    }
}

/* EH CONTAINER */
.eh-container h2 {
    color: #000;
    font-family: 'Georgia', serif;
}

.eh-container .grids .grid {
    font-family: 'Open Sans', sans-serif;
}
.eh-container .grids .grid a {
     background: #000;  
}
.eh-container .grids .grid a span {
     font-family: 'Georgia', serif; 
}
.eh-container .grids .grid p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;  
}

.eh-container .grids .grid p a {
    background: transparent; 
}
.eh-container .book-now {
    color: #000;
    font-family: 'Georgia', serif;
}


.home .content-container .content .content-item {
    position: relative;
	margin-top: 0;
}
.home .content-container .content .content-item .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.home .content-container .content .content-item .wrapper {
    padding-bottom: 40px;
}
.home .content-container .content .content-item h1.entry-title {
    text-transform: uppercase;
    color: #000;
    text-align: left;
	margin-bottom: 40px;	
	padding: 0;
	border-top: none;
    border-bottom: none;
    line-height: 50px;
}
.home .content-container .content .content-item h1.entry-title small {
    display: block;
    color: #000;
    font-size: 50px;
    line-height: 45px;
}
.home .content-container .content .content-item h1.entry-title span {
    color: #000;
    font-weight: 400;
	font-size: 88px;
    font-family: 'Cinzel', serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item h1.entry-title span:first-of-type {
    margin-left: 0;
    display: block;
}
.home .content-container .content .content-item h2.entry-title {
	text-align:left;
	font-size: 30px;
	line-height: 36px;
    text-transform: inherit;
}
.home .content-container .content .content-item h2.entry-title:after {
	border: none;
}
.home .content-container .content .content-item .poi {
    text-align: center;
    padding: 110px 0;
    margin: 0;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 85px;
    margin-right: 8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	
}
.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}
.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("indrani/images/icon-sprite.png") no-repeat;
    height: 85px;
    width: 85px;
    display: block;
    margin: 0 auto 10px;
	
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -154px 0;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -307px 0;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -461px 0;
}

@-webkit-keyframes bounce-in-fwd {0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity: 0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity: 1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-fwd {0%{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity: 0}38%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity: 1}55%{-webkit-transform:scale(.7);transform:scale(.7);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:scale(.84);transform:scale(.84);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}89%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.home .content-container .content .content-item p:first-of-type {
    /*font-family: 'Cinzel', serif;
    font-size: 20px;
    line-height: 32px;*/
}
.home .content-container .content .content-item p:last-of-type {
    /*margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;*/
}
.home .content-container .content .content-item.section-two {
    margin: -25px 0;
}
.home .content-container .content .content-item.section-one .img {
    width: 37.86324786324786%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item.section-one .the-content {
    width: 62.13675213675214%;
    padding-right: 30px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item.section-two .poi {
    background-size: cover;
    background-position: center;
    width: 56.83760683760684%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item.section-two .the-content {
    width: 43.162393162393164%;
    padding-left: 30px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item .group {
	width: 100%;
	max-width: 1170px;
    font-size: 0;
	margin: 0px auto -40px;
	text-align: center;
    position: relative;
    z-index: 2;
}
.home .content-container .content .content-item .group .first-img,
.home .content-container .content .content-item .group .second-img,
.home .content-container .content .content-item .group .third-img {
    float: left;
    width: 32.47863247863248%;   
}
.home .content-container .content .content-item .group .first-img,
.home .content-container .content .content-item .group .second-img {
    margin-right: 1.282051282051282%;
}
.home .content-container .content .content-item .group h3 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    line-height: 36px;
    text-transform: none;
    max-width: 520px;    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
} 
.home .content-container .content .content-item.section-three .group p {
    text-align-last: center;
    margin-bottom: 30px;
} 
@media all and (max-width: 1200px) {    
    .home .content-container .content .content-item .poi li {
        min-width: 119px;
        width: 10%;
        margin-right: 0;
    }  
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }	
    .home .content-container .content .content-item .wrapper {
        padding-bottom: 40px;
    }
    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }
    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
    .home .content-container .content .content-item h1.entry-title span:first-of-type {
        margin-left: 0;
    }
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }
    .home .content-container .content .content-item .group .first-img, 
    .home .content-container .content .content-item .group .second-img {
		margin-right: 0;
	}	
	.home .content-container .content .content-item .group .first-img, 
    .home .content-container .content .content-item .group .second-img, 
    .home .content-container .content .content-item .group .third-img {
		width:100%;
		float:none;
		margin: 0px auto 0;
		padding: 0;
	}	
    .home .content-container .content .content-item .first-img img,
    .home .content-container .content .content-item .second-img img,
	.home .content-container .content .content-item .third-img img {
        display: none; 
    }  	
    .home .content-container .content .content-item.section-one .the-content,
    .home .content-container .content .content-item.section-two .the-content {
        width: auto;
        display: block;
         padding: 0 !important;
    }
    .home .content-container .content .content-item.section-one .img {
        display: none;
    }
    .home .content-container .content .content-item.section-two .poi {
        background-repeat: no-repeat;
        width: auto;
        display: block;        
        padding: 30px 0;
        margin-bottom: 30px;
    }
	.home .content-container .content .content-item .group h3 {
		min-height: auto;
    }
	.home .content-container .content .content-item .group p {
		min-height: auto;
		margin-bottom: 10px;
    }
    .home .content-container .content .content-item.section-two .wrapper:last-of-type {
        padding-top: 0;
    }
}

@media all and (max-width: 767px) {      
    .home .content-container .content .content-item h1.entry-title,.home .content-container .content .content-item h1.entry-title span,.home .content-container .content .content-item h1.entry-title small {
        font-size: 33px;
		line-height: 35px;
    }   
	.home .content-container .content .content-item .poi {
		padding-bottom: 25px;
        margin-top: 30px;
	}
	.home .content-container .content .content-item .poi li {
		padding-bottom: 15px;
	}
}

.home .content-container .content .group .content-item .wrapper .the-content {
	margin-right: calc(59.11458% + 106px);
    margin-left: 0;
}
.home .content-container .content .group .content-item:nth-of-type(2n + 2) .wrapper .the-content {
	margin-left: calc(59.11458% + 106px);
    margin-right: 0;
}

.home .content-container .content .group .content-item .bg-half {
	left: auto;
    right: 0;
    width: 59.11458%;
}
.home .content-container .content .group .content-item:nth-of-type(2n + 2) .bg-half {
	right: auto;
    left: 0;
}
.home .content-container .content .group .content-item .wrapper div div {
	    padding-top: 25px;
}
.home .content-container .content .group .content-item .wrapper a {
	font-family: 'Cinzel', serif;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    text-decoration: none;
    padding: 5px 15px;
	
	    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	
}
.home .content-container .content .group .content-item .wrapper a:hover {
    background-color: #99694b;
    color: #fff;
	
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@media all and (max-width: 1023px) {  
	.home .content-container .content .group .content-item .bg-half {
        display: none;
    }
	.home .content-container .content .group .content-item .wrapper .the-content {
		margin-right: 0;
	}
	.home .content-container .content .group .content-item:nth-of-type(2n+2) .wrapper .the-content {
		margin-left: 0;
	}
}
@media all and (max-width: 1023px) {  
	.home .content-container .content .group .content-item .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #7f7f7f24;
	}
}

.about .content-container .content .content-item {
    margin-top: 0;
    margin-bottom: 0;
}
.about .content-container .content .content-item h1.entry-title {
    text-align: left;
    margin-bottom: 30px; 
}
.about .content-container .content .content-item .the-content {
    width: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.about .content-container .content .content-item .the-content:after {
    content: '';
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.about .content-container .content .content-item .img {
    margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
    .about .content-container .content .content-item .the-content {
        padding: 0; 
    }
}
@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
        margin: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none;  
    }
}

.explore .content-container .content .content-item.villa-layout .wrapper,     
.explore .content-container .content .content-item.living-areas .wrapper {    
    border-bottom: none;
}
.explore .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
    position: relative;
}
.explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
}
.explore .content-container .content .content-item .wrapper > .img {
    margin-top: 30px;
    margin-bottom: -40px;
} 
.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}
.explore .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.explore .content-container .content .content-item.living-areas .the-content:after {
    right: 0;
    left: auto;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.explore .content-container .content .content-item h4,
.explore .content-container .content .content-item h4 p {
    margin-top: 25px;   
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 20px auto 0;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    border: 1px solid #000;
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}
.explore .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
}
.explore .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px;
}
.explore .content-container .content .content-item .group:nth-of-type(2n) {
    background: none;
}
.explore .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.explore .content-container .content .content-item .group .half {
	width: 48.8%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;	
}
.explore .content-container .content .content-item .group .half.half-content {
    width: 51.2%;
    padding: 25px 0 25px 40px;
}
.explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    padding: 25px 40px 25px 0;
}
.explore .content-container .content .content-item .group .half h3,
.explore .content-container .content .content-item .group .half h3 p {
    margin-top: 0;   
    color: #000;
    font-family: 'Cinzel', serif;
}
.explore .content-container .content .content-item.bedrooms .group {
    margin-bottom: 0;
}
.explore .content-container .content .content-item.bedrooms .group:last-of-type {
    margin-bottom: 0;
}
@media all and (max-width: 1200px) {
    .explore .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
    .explore .content-container .content .content-item .group .half.half-content,
    .explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
        padding: 15px;
    }
}
@media all and (max-width: 1023px) {
	.explore .content-container .content .content-item .group .wrapper {
		padding: 0px;
	}
    .explore .content-container .content .content-item { 
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item h3 {
        margin-top: 0
    }
    .explore .content-container .content .content-item .wrapper>.img {
        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.bedrooms .group {
        background: #fff;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }
    .explore .content-container .content .content-item.bedrooms .group:last-of-type {
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item .group .wrapper {
        padding: 40px 0; 
    }
    .explore .content-container .content .content-item .group .half {
        display: none;
    }
    .explore .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
    .explore .content-container .content .content-item.living-areas .group:last-of-type h3 {
        margin-top: 30px;
    }
    .explore .content-container .content .content-item.bedrooms .second-img {
        display: block;   
    }
}

.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}
.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}
.quick-facts .content-container .content .content-item .item {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 80px;
}
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}
.quick-facts .content-container .content .content-item .item strong {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 31px;
    font-family: 'Cinzel', serif;
    margin-bottom: 10px;
    display: block;
}
.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -8px;
    background: url(indrani/images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}
.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}
.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}
.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -935px;
}
.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -278px;
}
.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -373px;
}
.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -467px;
}
.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -561px;
}
.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -655px;
}
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}
.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -844px;
}
.quick-facts .content-container .content .content-item .item#sports:before {
    background-position: 0 -1405px;
}
.quick-facts .content-container .content .content-item .item#events:before {
    background-position: 0 -1218px;
}
.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1028px;
}
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1123px;
}
.quick-facts .content-container .content .content-item .item#marketed-by:before {
    background-position: 0 -1311px;
}
@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px;
    }
    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px;
    }
}
@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }
    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }
    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }
    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container {
    display: block;
}

.press .content-container .content .content-item .press-container .press-item.current {
	padding: 3px 3px 3px;
    margin-bottom: 15px;
}

.press .content-container .content .content-item .press-container .press-item img {
    margin-top: 0;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #000;
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 18px;
}
.press .content-container .content .content-item .press-container .press-item span {
    overflow: hidden;
    display: block;
}
.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #000;
    color: #000; 
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #000;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(indrani/screenshot.png) no-repeat center center;
    background-size: cover;
    max-width: 1022px;
    margin: auto;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 0 auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #90908f;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #000;
    color: #000;  
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #000;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.locale .content-container .content .content-item .the-content {    
    background: rgba(255, 255, 255, .9);
}
.locale .content-container .content .content-item.odd .the-content {    
    background: transparent;
}
.locale .content-container .content .content-item .wrapper {
    max-width: 1170px;
}
.locale .content-container .content .content-item .wrapper > .img {
    margin-top: 30px;
    margin-bottom: -40px;
} 
.locale .content-container .content .content-item.the-locale .wrapper {
    border-bottom: none;
}
.locale .content-container .content .content-item.the-locale .area {
	margin-top: 40px;
}
.locale .content-container .content .content-item.the-locale .map_div {
    float: left;
    width: 50%;
    height: 365px;
    margin-top: 0;
    margin-right: 30px; 
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 0 0 15px;
    font-family: 'Cinzel', serif;
    font-size: 30px;
}
.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do .group {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half {
	width: 48.8%;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 4px;
    font-size: 16px;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 25px 0 25px 25px;
	width: 51.2%;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(odd) {
    padding: 25px 25px 25px 0;
}
.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;      
    width: 100%; 
}
.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;   
}
.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #000;  
}
@media all and (max-width: 1200px) {
    .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-content {
        width: auto !important;
        padding: 0 !important;
    }    
    .locale .content-container .content .content-item .wrapper > .img {
        margin-bottom: 0;
    }
    .locale .content-container .content .content-item .the-content:after {
        display: none !important;  
    }
    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 225px;
        margin-right: 0;
    }
    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }
    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }
    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;   
		width: 100%;
        margin-bottom: 15px;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type { 
        margin-bottom: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}
.experience .content-container .content .content-item .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 h2.entry-title,
.experience .content-container .content .content-item.dining h2.entry-title,
.experience .content-container .content .content-item.families h2.entry-title,
.experience .content-container .content .content-item.spa h2.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	margin-bottom: 10px;    
	text-align: left;
}
.experience .content-container .content .content-item.staff h2.entry-title:after,
.experience .content-container .content .content-item.dining h2.entry-title:after,
.experience .content-container .content .content-item.families h2.entry-title:after,
.experience .content-container .content .content-item.spa h2.entry-title:after {
    border-bottom: 0px;
}
.experience .content-container .content .content-item.staff .details,
.experience .content-container .content .content-item.spa .details {
    margin-top: 20px;
}
.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    color: #000;
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 18px;
    margin-top: 0;
    text-transform: none;
    float: none;
    width: auto;
}
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;   
}
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    overflow: hidden;
}
.experience .content-container .content .content-item.staff dd p {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 25px;
    text-align: justify;
}
.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}
.experience .content-container .content .content-item.families a {
    color: #000;  
}
.experience .content-container .content .content-item.dining h3 {
    color: #000;
    font-family: 'Cinzel', serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.experience .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
}
.experience .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px;
}
.experience .content-container .content .content-item .group:nth-of-type(2n) {
    background: none;
}
.experience .content-container .content .content-item .group .wrapper {
    margin: 0 auto;
    padding: 0;
}
.experience .content-container .content .content-item .group .half {
	width: 48.8%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;	
}
.experience .content-container .content .content-item .group .half.half-content {
    width: 51.2%;
    padding: 25px 0 25px 40px;
}
.experience .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    padding: 25px 40px 25px 0;
}
@media all and (max-width: 1200px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
    .experience .content-container .content .content-item .group .half.half-content,
    .experience .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
        padding: 15px;
    }
}
@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
    .experience .content-container .content .content-item .the-content:after {
        display: none !important;  
    }	
    .experience .content-container .content .content-item.spa p:last-of-type {
        margin-bottom: 15px;
    }
	.experience .content-container .content .content-item .group {
        margin: 0 0 15px;   
    }
    .experience .content-container .content .content-item .group .wrapper {
        padding: 0!important; 
		margin: 0;
    }
    .experience .content-container .content .content-item .group .half {
        display: none;
    }
    .experience .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
}
@media all and (max-width: 767px) {  
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.spa dt {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 0;
    }
}

.content-item.weddings .wrapper .the-content .wrapper {
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}
.weddings .content-container .content .content-item h1.entry-title {
    margin-top: 40px;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
}
.weddings .content-container .content .content-item > .group:last-of-type {
    margin-bottom: 40px;
}
.weddings .content-container .content .content-item .capacity {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 40.2%;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 30px 25px;
    font-family: 'Cinzel', serif;    
    margin-top: 30px;
}
.weddings .content-container .content .content-item .guidelines {
    font-size: 0;
    width: 59.8%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.weddings .content-container .content .content-item .guidelines a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: calc(50% - 20px);
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 30px 10%;
    margin-top: 30px;
    margin-left: 20px;
    font-family: 'Cinzel', serif;
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background-color: #99694b;
    color: #fff;
}
@media all and (max-width: 1200px) {
    .experience .content-container .content .content-item .group .wrapper {
        margin: 0 15px;   
    }
    .weddings .content-container .content .content-item .capacity {
        padding: 3.2% 5px;
        font-size: 16px;    
        width: auto;
        display: block;
    }
    .weddings .content-container .content .content-item .guidelines {
        width: auto;
        display: block;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: calc(50% - 10px);
        padding: 4.4% 5px;
        font-size: 16px;
        margin-left: 0;
    }
    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 20px;   
    }
    .weddings .content-container .content .content-item .first-img {
        display: none;   
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 15px;
    }
    .weddings .content-container .content .content-item .guidelines {
        font-size: 0;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: 50%;
        padding: 4.4% 5px;
        font-size: 15px;
    }
    .weddings .content-container .content .content-item .guidelines a:first-of-type {
        margin-right: 0;
    }
}
@media all and (max-width: 767px) {
    .weddings .content-container .content .content-item .capacity {
        width: 100%;
        padding: 3.2% 5px;
        font-size: 16px;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: 100%;
        padding: 4.4% 5px;
        font-size: 16px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .reviews-container,
.guest-reviews .content-container .content .content-item .slides {
    padding-bottom: 1px; 
}

.guest-reviews .content-container .content .content-item .slides li {
    float: left;   
    border: 1px solid #000;
    padding: 30px 15px 15px;
    margin: 0 0 2px 0;
}
.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #f4edec;
}
.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 3px;
    display: block;
}
.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #b1b1b1;
    font-size: 140px;
    margin: 31px 10px -10px -10px;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #000;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Cinzel', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
     border: 1px solid #000;
    color: #000;  
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #000;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.prev,
.guest-reviews .content-container .content .content-item .reviews-pagination a.next {
}
@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #000;
    }
    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */

.rates .content-container .content .content-item .teaser strong {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #99694b;
}
.rates .content-container .content .content-item .promotions {
    background: #99694b;
    color: #fff;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #000;
    font-family: 'Cinzel', serif;
}
.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: #ecede8;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #99694b;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
    background: #99694b;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #ede4de;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.rates .content-container .content .content-item .tabs-end table td:first-of-type {
    text-align: left;
}
.rates .content-container .content .content-item .tabs-end table td.vrsubject {
     background: #99694b !important;
    color: #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: #99694b; 
}

@media all and (max-width: 767px) {
	.rates .content-container .content .content-item .discounts,
	.rates .content-container .content .content-item .promotions {
		padding: 20px 10px;
	}
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;   
        margin-bottom: 1px;
    }
    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;   
    }
}

/* FORM */
.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #000;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.general-enquiries .content-container .content .content-item form {
    margin-top: 20px;   
}
.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #000;
    font-family: 'Cinzel', serif;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-weight: 300;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
    margin: 10px 5px 0 0;
}
.reservations .content-container .content .content-item form .form-row .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {
    
}

.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-family: 'PT Sans',sans-serif;
    font-size: 25px;
    border: 1px solid transparent;
    background: #ecede8;
    padding: 6px 10px 5px;     
}
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 6px 26px 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: #99694b;
	color: #fff;
}
.reservations .content-container .content .content-item form .form-row .error-message,
.general-enquiries .content-container .content .content-item form .form-row .error-message {
    font-weight: 400;      
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #000;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #000;
}

.links .content-container .content .content-item a:hover,
.links .content-container .content .content-item a:hover h2,
.links .content-container .content .content-item a:hover h3 {
    color: #000;
}
.links .content-container .content .content-item h2 {
    color: #000;
    font-family: 'Cinzel', serif;
}
.links .content-container .content .content-item h3 {
    color: #000;
    font-family: 'Cinzel', serif;
}

/* guarantee */
.rates .content-guarantee {
    right: 15px;
    margin-top: 10px;
    position: absolute;
}
.content-guarantee .best-rates {
    width: 110px; 
    height: 80px; 
    background: url(indrani/images/guarantees.png) no-repeat; 
    background-position: -129px 0; 
}
.content-guarantee .best-rates a {
    display: block; 
    width: 110px; 
    height: 80px; 
    position: relative; 
    border-bottom: none !important; 
}
.content-guarantee .pata-logo {
    width: 95px; 
    background: url(indrani/images/guarantees.png) no-repeat; 
    background-position: 0 -4px; 
}
@media all and (max-width: 1200px) {
    .rates .content-guarantee {
        right: 30px;
    }
}
@media all and (max-width: 800px) {
    .rates .content-guarantee {
        float: none;
        text-align: center;
        margin: 0 0 20px;
        position: relative;
        right: 0;
    }
}

.popover {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif; 
}/* HELPER */
@media all and (max-width: 699px) {
    .iframe-wrapper {
        position: relative;
        border-bottom: 1px solid;
        margin-bottom: 15px;
    }

    .touchevents .iframe-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        background: url(common/images/cm.png) no-repeat;
        background-position: 0% 90%;
        background-size: 20%;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 220px;
        height: 195px;

        -webkit-animation: swipehelper 3s infinite;
        -moz-animation: swipehelper 3s infinite;
        -ms-animation: swipehelper 3s infinite;
        -o-animation: swipehelper 3s infinite;
        animation: swipehelper 3s infinite;
    }

    .iframe-wrapper.iframe-booking:before,
    .iframe-wrapper:hover:before,
    .iframe-wrapper:active:before,
    .iframe-wrapper:focus:before {
        display: none;
    }
}

/* HEADER */
@media all and (max-width: 767px) {

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 4px 0 0;
    }

    .header-container.sticky .header,
    .header-container.sticky .header.wrapped {
        margin-top: 0;
        padding: 4px 0 0;
    }

    .header-container .header .toggler {
        display: block;
    }

    .header-container .header .nav {
        background: #f0f0f0;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 98;
        margin-top: 1px;

        -webkit-transform: translateY(-50%) scaleY(0);
        -ms-transform: translateY(-50%) scaleY(0);
        -o-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);

        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .header-container .header .nav.open {
        -webkit-transform: translateY(0%) scaleY(1);
        -ms-transform: translateY(0%) scaleY(1);
        -o-transform: translateY(0%) scaleY(1);
        transform: translateY(0%) scaleY(1);
    }

    .header-container.sticky .header .nav {
        margin-top: 1px;
    }

    .header-container .header .nav ul,
    .header-container .header .nav ul li {
        display: block;
        margin-left: 0;
    }

    .header-container .header .nav ul li a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }

    .header-container .header .nav ul li .subnav,
    .header-container .header .nav ul li .subnav .subnav  {
        border: none;
        position: relative;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    
    .header-container .header .nav ul li .subnav .subnav  {
        padding-left: 20px;
        left: 0
    }

    .header-container .header .nav ul li .subnav.slide {
        max-height: 999px;
    }

    .header-container .header .nav ul li .subnav li a {
        padding-left: 30px;
        color: #fff;
    }
}

@media all and (max-width: 479px) {

    .header-container .header,
    .header-container.sticky .header {
        padding: 8px 0 0;
    }

    .header-container .header .logo {
        text-align: left;
    }
}

/* FOOTER */
@media all and (max-width: 1050px) {
    .footer-container.sticky .footer .column .copyright {
        left: 15px;
    }
}
@media all and (max-width: 1200px) and (min-width: 1024px) {
    .footer-container .footer .bottom {
        top: 55px;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 15px;
    }

    .footer-container .footer .bottom {
        top: 310px;
    }
}

@media all and (max-width: 767px) {

    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
        text-align: center;
        float: none;
        width: auto;
    }

    .footer-container.sticky .footer .column {
        padding: 1px 0;
    }

    .footer-container .footer .column .phone-numbers {
        max-width: 230px;
        margin: 0 auto 15px;
        text-align: right;
    }

    .footer-container .footer .column .phone-numbers span {
        float: left;
        text-align: left;
    }

    .footer-container .footer .column .phone-numbers a span {
        width: 100px;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 14px;
    }

    .footer-container .footer .column .socials {
        margin-bottom: 20px;
    }

    .footer-container.sticky .footer .column .socials {
        display: none;
    }

    .footer-container .footer .column .socials a:first-of-type {
        margin: 0;
    }

    .footer-container.sticky .footer .column .copyright {
        display: none;
    }

    .footer-container .footer .bottom {
        bottom: auto;
        top: auto;
        position: relative;
    }

    .footer-container.sticky .footer .bottom {
        top: -2px;
    }
}

@media all and (max-width: 767px) {
    .footer-container .footer .bottom {
        top: auto;
    }
}

@media all and (max-width: 767px) {
    .newbookingcom {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        transform: translate(0, 0);
    }
}

/* Mini Form */
@media (max-width: 1100px) {
    .miniform .form-column {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {

    .miniform .form-container:last-of-type .form-column,
    .miniform .form-column {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        margin-right: 25px;
        font-size: 0;
    }

    .miniform .form-column input,
    .miniform .form-column select {
        background: transparent;
        border: none;
        margin-right: 0;
        width: 50%;
    }
}

@media (max-width: 980px) {
    .miniform .form-column {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .miniform .form-container:last-of-type .form-column {
        background-position: 50% center !important;
    }
}

/* HERO CONTAINER */
@media all and (max-width: 1023px) {
    .hero-container img {
        max-width: 1280px;
    }
    .hero-container .slideshow .caption big {
        font-size: 45px;
    }

    .hero-container .slideshow .caption small {
        font-size: 30px;
        text-align: left;
        margin-right: 0;
    }
    
    .hero-container .media {
        min-height: 0
    }

    .hero-container .media:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .hero-container img {
        max-width: 767px;
    }
    .hero-container .slideshow .caption {
        display: none;
    }

    .hero-container .slideshow .owl-nav {
        display: none;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item {
        overflow: hidden;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img {
        left: 50%;
        display: block;
        min-width: 100%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img[data-srcset] {
        width: auto;
        max-width: none;
    }
    
    .hero-container .hero > img[data-srcset] {
        left: 50%;
        display: block;
        min-width: 100%;
        min-height: 250px;
        position: relative;
        width: auto;
        max-width: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media all and (min-width: 768px) and (max-width:1024px){
    .hero-container .media {
        min-height: calc(72vh - 150px)!important;
    }
}

/* CSS FOR VIDEO ON HOMEPAGE FOR MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media {
        max-height: calc(40vh - 97px)!important;
        min-height: calc(40vh - 97px)!important;
        height: calc(40vh - 97px)!important;
    }
    .hero-container .media .video iframe {
        min-height: 51vh !important;
    }
    .hero-container .media .video {
        width: 100%;
        z-index: 5;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
    }
    .hero-container .media .video:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, .8);
        padding: 20px 30px;
        z-index: 1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .hero-container .media .video:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .hero-container .media .video iframe {
        display: block;
        width: 100%;
        opacity: 1;
        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;
    }
    .hero-container .media .video iframe.active {
        opacity: 1;
        height: 623px;
    }
}

/* BUTTONS CONTAINER */
@media all and (max-width: 1050px) {

    .buttons-container .prevnext a.prev {
        left: 15px;
    }

    .buttons-container .prevnext a.next {
        right: 15px;
    }
}


@media all and (max-width: 767px) {
    .buttons-container .prevnext a {
        font-size: 0!important;
    }
    .buttons-container .button,
    .home .buttons-container .button {
        text-align: center;
        padding: 10px 0;
    }

    .buttons-container .button a {
        margin: 5px;
        font-size: 20px;
        min-width: 232px;
    }

    .buttons-container .prevnext {
        text-align: center;
    }

    .buttons-container .prevnext .wrapper {
        height: auto;
        margin-top: 20px;   
    }

    .buttons-container .prevnext a.prev,
    .buttons-container .prevnext a.next {
        float: none;
        position: relative;
        left: auto;
        right: auto;
    }

    .buttons-container .prevnext .group .half {
        float: none;
        height: auto;
        width: 100%;
    }

    .buttons-container .prevnext a {
        top: -15px;
    }
}

/* MAP */
@media all and (max-width: 1023px) {
    .map-container .map {
        height: 300px;
    }
}

@media all and (max-width: 767px) {
    .map-container .map {
        height: 0;
    }
}

@media all and (max-width: 479px) {
    .map-container {
        display: none;
    }
}

/* CUSTOM */
@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 35px;
        max-width: none !important;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 20px;
    }

    .content-container .content .content-item h1.entry-title strong {
        font-size: 40px;
        line-height: 30px;
    }

    .content-container .content .content-item h2.entry-title {
        font-size: 28px;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 0;
    }

    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
    }

    .content-container .content .content-item h1.entry-title {
        text-align: center;
    }

    .content-container.scroll .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title.sticky {
        position: relative;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        top: 0 !important;
    }

    .content-container.scroll .content .content-item h1.entry-title span {
        position: relative;
    }
}

/* MENU SPY */
@media all and (max-width: 1023px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-size: 15px;
        padding: 15px 10px;
    }

    .content-container .content .content-item .sticky .spy ul li a {
        padding: 15px 10px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-container .content .content-item .spy ul {
        display: block;
        text-align: center;
    }

    .content-container .content .content-item .spy ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-size: 13px;
        padding: 7px;
        line-height: 25px;
    }
}

/* EH CONTAINER */
@media all and (max-width: 1700px) {
    .eh-container .grids .grid a span {
        font-size: 35px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 65px;
    }

    .eh-container .grids .grid p {
        line-height: 24px;
    }
}

@media all and (max-width: 1400px) {
    .eh-container .grids .grid a span {
        font-size: 28px;
        line-height: 30px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 45px;
    }

    .eh-container .book-now {
        padding: 24px 22px;
    }
}

@media all and (max-width: 1140px) {
    .eh-container h2 {
        font-size: 70px;
    }

    .eh-container .book-now {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 23px;
    }

    .eh-container .book-now img {
        max-width: 100px;
    }

    .eh-container .book-now span {
        max-width: 110px;
    }
}

@media all and (max-width: 1023px) {
    .eh-container h2 {
        font-size: 60px;
        line-height: 1;
    }

    .eh-container .grids .grid a span {
        font-size: 20px;
        line-height: 25px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 35px;
    }

    .eh-container .grids .grid:hover a img {
        opacity: 1;
    }

    .eh-container .grids .grid:hover a span {
        opacity: 1;
    }

    .eh-container .grids .grid:hover p {
        opacity: 0;
    }
}

@media all and (max-width: 767px) {
    .eh-container h2 {
        font-size: 40px;
    }

    .eh-container .grids .grid {
        width: 50%;
    }

    .eh-container .book-now {
        font-size: 16px;
        line-height: 18px;
        padding: 21px 13px;
    }

    .eh-container .book-now img {
        max-width: 70px;
    }
}

@media all and (max-width: 480px) {
    .eh-container .book-now {
        font-size: 14px;
        line-height: 16px;
        padding: 13px 3px;
    }
}

/* VIDEO */
@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;
    }
}

/* GALLERY */
@media all and (max-width: 767px) {
    .gallery .content-container .content .content-item .gallery-container li {
        width: 50%;
    }  
}

@media all and (max-width: 1023px) {
    .gallery .content-container .content .content-item .gallery-container li a, .gallery .content-container .content .content-item .gallery-container li a img {
        /* min-height: 100% !important; */
        object-fit: cover;
    }
}
 

/* POPUP CONTAINER */
@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%);
    }
}

@media all and (max-width: 767px) {

    .popup-container .owl-carousel .owl-prev,
    .popup-container .owl-carousel .owl-next {
        display: none;
    }
    
    .popup-container .social-share {
        left: 20px;
    }
}

/* GUEST REVIEW */
@media all and (min-width:768px) and (max-width:1024px) {
    .guest-reviews .content-container .content .content-item .tabs > ul{
        display: flex;
    }
    .guest-reviews .content-container .content .content-item .tabs > ul li{
        flex:auto;
    }
}
@media all and (max-width: 767px) {

    .guest-reviews .content-container .content .content-item .reviews-container,
    .guest-reviews .content-container .content .content-item .slides {
        overflow: visible;
    }
}
@media all and (max-width:600px){
    .guest-reviews .content-container .content .content-item .pagination,
    .gallery .content-container .content .content-item .pagination,
    .press .content-container .content .content-item .pagination {
        text-align: center;
        margin-top: 0;
        font-size: 14px;
    }
    .guest-reviews .content-container .content .content-item .tabs > ul li{
        width: 100%;
    }
    .guest-reviews .content-container .content .content-item .slides li{
        margin-bottom: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #282828;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        width: 100%;
        border-top: none;
    }
}

/* RATES */
@media all and (max-width: 1023px) {
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) > div.current {
        overflow: visible;
        padding-bottom: 15px;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table {
        min-width: 0;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table th {
        display: none;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td {
        display: block;
        text-align: right;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type {
        text-align: center;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type,
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table tr.active td {
        display: block !important;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:after {
        content: '';
        display: block;
        clear: both;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type:after {
        display: block;
        float: right;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:before {
        content: attr(data-text);
        display: block;
        float: left;
        font-weight: bold;
        font-size: 13px;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type:before {
        content: '';
    }
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td.vrsubject:after {
        display: none;
    }
}

@media all and (max-width: 800px) {
    .rates .content-container .content .content-item .teaser {
        max-width: none;
    }
}

@media all and (max-width: 767px) {

    .rates .content-container .content .content-item .discounts,
    .rates .content-container .content .content-item .promotions {
        padding: 20px 10px;
    }

    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 0px;
    }

    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 50%;
        margin-bottom: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;
        border-right: none;
    }

    .rates .content-container .content .content-item .tabs-end > ul li.current a {
        box-shadow: none;
    }
}

/* GUARANTEE */
@media all and (max-width: 767px) {
    .content-guarantee {
        float: none;
        text-align: center;
        margin: 0 0 20px;
    }
}

/* FORM */
@media all and (max-width: 900px) {
    .reservations .content-container .content .content-item form .form-row .form-col.form-estate,
    .general-enquiries .content-container .content .content-item form .form-row .form-col.form-estate {
        display: block;
    }
    
    .reservations .content-container .content .content-item form .form-row .form-col .checkbox,
    .general-enquiries .content-container .content .content-item form .form-row .form-col .checkbox {
        display: block;
        clear: both;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3),
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) {
        margin-top: 10px;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label,
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label {
        width: 147px;
        margin-right: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox .res_form_checkbox[type="checkbox"] {
        height: 32px;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox input[type="checkbox"] {
        height: 23px;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox input{
        visibility: visible !important;
        width: 5% !important;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox .res_form_checkbox{
        visibility: visible !important;
        width: 5% !important;
        float: right  !important;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox label:empty {
        visibility: hidden !important;
    }
}

@media all and (max-width: 767px) {
    .reservations .content-container .content .content-item .teaser,
    .general-enquiries .content-container .content .content-item .teaser {
        max-width: none;
    }
    
    .reservations .content-container .content .content-item form .form-row .form-col {
        display: block;
        width: auto !important;
    }

    .reservations .content-container .content .content-item form .form-row .input,
    .reservations .content-container .content .content-item form .form-row .select {
        width: 50%;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label,
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label {
        display: block;
        width: auto;
    }

    .reservations .content-container .content .content-item form .form-row .select label,
    .general-enquiries .content-container .content .content-item form .form-row .select label {
        width: 50%;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .reservations .content-container .content .content-item form .form-row .input input,
    .reservations .content-container .content .content-item form .form-row .select select {
        width: 100%;
    }

    .reservations .content-container .content .content-item form .form-row .input + .input input,
    .general-enquiries .content-container .content .content-item form .form-row .input + .input input {
        border-left: none;
    }

    .reservations .content-container .content .content-item form .form-row .input input.prefix {
        width: 20%;
    }

    .reservations .content-container .content .content-item form .form-row .input input.prefix + input,
    .general-enquiries .content-container .content .content-item form .form-row .input input.prefix + input {
        width: 80%;
        margin-right: 0;
    }

    .reservations .content-container .content .content-item form .form-row span.required {
        top: 0;
        right: 0;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input#txtEmail,
    .reservations .content-container .content .content-item form.reservations-contact .form-row .select select#selCountry {
        width: 100%;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .select select#sel_villa {
        width: 100%;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input.prefix {
        width: 20%;
        margin-right: -1px;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input.prefix + input {
        width: 80%;
        margin-right: 0;
    }
}

@media all and (max-width: 600px) {
    .general-enquiries .content-container .content .content-item form .form-row .form-col {
        display: block;
        width: auto !important;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input,
    .general-enquiries .content-container .content .content-item form .form-row .select {
        width: 50%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input,
    .general-enquiries .content-container .content .content-item form .form-row .select select {
        width: 100%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input.prefix {
        width: 20%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input#txtPhoneNumber {
        width: 80%;
        margin-right: 0;
    }

    .reservations .content-container .content .content-item form .form-row .input,
    .reservations .content-container .content .content-item form .form-row .select,
    .general-enquiries .content-container .content .content-item form .form-row .input,
    .general-enquiries .content-container .content .content-item form .form-row .select {
        width: 100%;
    }

    .reservations .content-container .content .content-item form .form-row .input + .input input,
    .general-enquiries .content-container .content .content-item form .form-row .input + .input input {
        border-left: 1px solid #ddd;
        margin-top: 5px;
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label {
        display: inline
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label:empty,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty {
        display: inline;
        padding: 0 9px;
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
        float: right;
        margin: 10px 0 0 0;
        visibility: hidden !important; /* added */
    }

    .general-enquiries .content-container .content .content-item form .form-row .image {
        width: auto;
        margin-top: 5px;
        float: none;
    }

    .general-enquiries .content-container .content .content-item form .form-row span.required {
        top: 0;
        right: 0;
    }
}

/* Jquery Datepicker */
@media all and (max-width: 600px) {
    .ui-datepicker {
        position: fixed !important;
        top: 46px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1002 !important;
        width: auto;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        padding: 11.3px 5px;
    }
}

/* RATES - TOOLTIPS */
@media all and (max-width: 1400px) {
    .tooltip span {
        left: auto;
        right: 0;

        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/* RATES - POPOVER */
@media all and (max-width: 1400px) {
    .popover:after {
        display: none;
    }
}

@media all and (max-width: 1109px) {
    .popover,
    .popover.hover {
        left: 10% !important;
        right: 10% !important;
        max-width: none;
        width: auto;

        -webkit-transform: translateY(-100%) translateX(0);
        -ms-transform: translateY(-100%) translateX(0);
        -o-transform: translateY(-100%) translateX(0);
        transform: translateY(-100%) translateX(0);
    }
}
@media all and (max-width: 1400px) and (min-width: 1110px){
    .popover,
    .popover.hover {
        left: 22% !important;
        right: 10% !important;
        max-width: 700px;
        width: 700px;
        margin: 0 auto;
    
        -webkit-transform: translateY(-96%) translateX(0);
        -ms-transform: translateY(-96%) translateX(0);
        -o-transform: translateY(-96%) translateX(0);
        transform: translateY(-96%) translateX(0);
    }
}

/* DIALOG */
@media all and (max-width: 767px) {
    .modal-box .modal-body {
        max-height: 270px;
    }
}

/* SHA BADGE */
@media all and (max-width:1200px){
    .sha-logo-footer{
        bottom: 0px;
        left: 0px;
        position: relative;
    }
    .sha-logo-footer img{
        width: 100px;
    }
}