/* http://www.villasaanti.com
   v1.0 | 20180424
   License: Elite Havens
*/

/* WRAPPER */
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.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 #2a2a2a;
}

.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{
    margin-top: -15px;
}

.header-container.sticky .header .logo a img {
    margin-top: 0;
    margin-bottom: -34px;
    transform: scale(0.65);
    transform-origin:left;
}
.header-container .header .nav {
    text-align: right;
    padding: 55px 0 20px;
}
.header-container.sticky .header .nav {
    border-bottom-color: transparent;   
    padding: 46px 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: #2a2a2a;
    font-family: 'Roboto', 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 {
    border-bottom: 1px solid #bfbcb7;
}
.header-container .header .nav ul li.active a {
    /*background: #99694b;    */
    color: #2a2a2a;
    border-bottom-color: #bfbcb7;
}
.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: #2a2a2a;*/
}
.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: #2a2a2a;
    text-transform: capitalize;
}
.header-container .header .nav ul li .subnav li:hover a {
    background: #bfbcb7;
    color: #2a2a2a;
}
@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:10px;
        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 img{
        margin-bottom: -34px;
        transform: scale(0.65);
        transform-origin: unset;
    }
    .header-container.sticky .header .logo a {
        
    }
    .header-container .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        padding: 10px 0 0;
    }
    .header-container.sticky .header .nav{
        padding-top: 10px
    }
    .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: 0px;
        margin-bottom: 0;
        max-height: 136px;
        display: block;
        transform: scale(0.75);
    }
    .header-container.sticky .header .logo a img{
        margin-bottom: -34px;
    }
    .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 {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }
    .header-container .header .nav ul li .subnav {
        background: #90908f;
        margin-top: 0 !important;
    }

    .header-container .header .toggler{
        top:40px;
    }
    .header-container.sticky .header .toggler{
        top:20px;
    }

}
@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: 'Roboto Condensed', sans-serif;    
    font-weight: 400;
    font-size: 14px;
}
.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 h3 {
    color: #2a2a2a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 26px;
}
.footer-container .footer .column a {
    color: #2a2a2a;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}
.footer-container .footer .column address {
    max-width: 230px;
    margin-bottom: 41px;
}
.footer-container .footer .column .socials {
    margin-bottom: 15px;
}
.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #2a2a2a;
    color: #fff;
    
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}

.footer-container .footer .column .socials a:before{
    border-color: #2a2a2a;
}

.footer-container .footer .column .socials a:hover {
    background: #bfbcb7;
}
.footer-container .footer .bottom {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    top: 35px;
}
.footer-container .footer .bottom .marketed {
    margin: 15px auto;
}
.footer-container .footer .bottom .marketed a {
    color: #2a2a2a;
}
.footer .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.newbookingcom:first-of-type {
    padding-right: 5px;
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 295px !important;
    }
}
@media all and (max-width: 767px) {
    .footer-container .footer .column address {
        text-align: center;    
        margin: 0 auto 15px;
    }
	.footer-container .footer .bottom .marketed {
		margin: 30px auto 30px;
	}
}

/* Mini Form */
.miniform .form-column.select:after {    
    border-top-color: #2a2a2a;
}
.miniform button {
    background: #2a2a2a !important;
}

/* HERO CONTAINER */
.hero-container .slideshow .caption big {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    color: #fff;
}
.hero-container .slideshow .caption small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}
.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}
.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}
@media all and (max-width: 1023px) {   
    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}
@media all and (max-width: 767px) {
    .hero-container .slideshow .owl-nav  {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}
.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid transparent;
    margin-top: -60px;
    margin-bottom: 64px;
}
.buttons-container .button {
    padding: 0 0;
}
.home .buttons-container .button {
    padding: 0;
}
.buttons-container .button .wrapper {
    max-width: none;
	padding: 5px 0;
	background-color: #fff;
}
.buttons-container .button a {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 10px;
    color: #fff;
    border: 1px solid #2a2a2a;
    background: #2a2a2a;
    min-width: 225px;    
}
.home .buttons-container .button a {    
    margin: 5px;
}
.buttons-container .button a:hover {
    background: #bfbcb7;
    color: #fff;
    border-color: #bfbcb7;
}

.buttons-container .prevnext .wrapper {
    max-width: 1170px;
}
.buttons-container .prevnext a {
    color: #2a2a2a;
    background: none; 
    top: -42px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
.buttons-container .prevnext a:hover {
    color: #2a2a2a;
}

.buttons-container .prevnext a i { 
    background: #fff;
    color: #2a2a2a;
    font-size: 0;    
    border: 1px solid #2a2a2a;
}
.buttons-container .prevnext a:hover i {    
    background-color: #fff !important;
    border-color: #fff !important;
    
    -webkit-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}
.buttons-container .prevnext a.prev i {
    margin-right: 5px;   
    background: url("/resources/saanti/images/prev-arrow.png") no-repeat center center;
}
.buttons-container .prevnext a.next i {
    margin-left: 5px;   
    background: url("/resources/saanti/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 1111px) {    
    .buttons-container .prevnext a { 
        font-size: 17px;    
    }
}
@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px;
    }
    .home .buttons-container:after {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .buttons-container .button a {
        margin: 5px;     
        min-width: 160px;
    }    
}

.reviews-container {
    /*margin-bottom: 15px;*/
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 5px;
}
.reviews-container .reviews {
    padding: 1px 0;
}
.reviews-container .reviews .wrapper {
    max-width: 1110px;
}
.reviews-container .reviews img {
    display: block;
    width: 100%;
}
.reviews-container .reviews h2 {
    color: #2a2a2a !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left !important;
    font-size: 50px !important;
    line-height: 24px !important;
}
.reviews-container .reviews .home-reviews {
    background: rgba(255, 255, 255, .9);
    padding: 40px 0;
    text-align: left;
    width: 50%;
    margin: 50px 0;
    position: relative;
}
.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .9);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    margin-right: -20%;
}
.reviews-container .reviews .home-reviews:after {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -1000%;
    width: 1000%;
}
.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.reviews-container .reviews .home-reviews ul {
    color: #333333;
    font-size: 16px;
    margin-left: 0 !important;
}
.reviews-container .reviews .home-reviews ul li {
    display: block;
}
.reviews-container .reviews .home-reviews ul li .right {
    text-align: left !important;
    line-height: 26px;
}
.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #333333;
    margin-top: 20px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }
    .reviews-container .reviews .home-reviews { 
        display: block;
        width: auto;
        margin: 30px auto;        
        padding: 40px;
    }
    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;   
    }
}
@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
        border-bottom: 1px solid #2a2a2a;
    }
    .reviews-container .reviews {
        background: transparent;
    }
    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }   
    .reviews-container .reviews h2:before {
        display: none;
    }
    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 0 0 40px;
    }
    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;   
    }
    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }
    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 26px;
}
.content-container .content .content-item.odd {
    background: #fff;
    margin-top: 0;/*5px;*/
}
.content-container.scroll .content .content-item:first-of-type {
    background: #fff;
}
.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.scroll .content .content-item:first-of-type .wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
	margin-bottom: 30px;
    text-align: left;
    text-transform: capitalize;
}
.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title,
.contact-sent .content-container .content .content-item h1.entry-title,
.reservation-sent .content-container .content .content-item h1.entry-title {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 30px;    
    line-height: 50px;
    text-transform: none;
    text-align: left;
}
.content-container.scroll .content .content-item h1.entry-title {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
	line-height: 55px;
    margin-bottom: 0;        
    text-transform: capitalize;
    text-align: left;
    z-index: 21;
}
.content-container.scroll .content .content-item h1.entry-title span {
	font-weight:300;
}
.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #2a2a2a;
    display: block;
}
.content-container .content .content-item h2.entry-title {
	font-size: 40px;
    font-weight: 300;
	line-height: 37px;
    margin-bottom: 30px;
    color: #2a2a2a;
    text-transform: none;
    line-height: 1;
    text-align: left;
}
.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #a79778;
    margin-top: -1px;
}
.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}
.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
	line-height: 28px;
	font-weight:700;
    
    text-transform: uppercase;
}
.content-container .content .content-item .first-img {
    margin: 40px 0;
}

@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;   
    }
    .content-container .content .content-item .bg-holder {
        background-image: none !important;   
    }
    .content-container .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title {
		line-height:38px;
    }
    .content-container.scroll .content .content-item h1.entry-title {
		font-size: 30px!important;
        line-height: 54px;   
    }
    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }
    .content-container .content .content-item .first-img {
        margin: 30px 0;
    }
}
@media all and (max-width: 767px) {
    .content-container.scroll .content .content-item h1.entry-title {
        background: #c0c0c0;
    }
	.content-container .content .content-item h2.entry-title{
		margin-bottom:15px;
	}
    .content-container .content .content-item .first-img {
        display: none;   
    }
}
.content-container .content .content-item p {
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
}
.content-container .content .content-item p a {
    color: #2a2a2a;
}
.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}
.content-container .content .content-item img {
    max-width: none;
    width: 100%;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: transparent;    
    text-align: right;  
}
.content-container .content .content-item .sticky .spy {
    background: #fff;
}
.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1170px;
    border-bottom: 1px solid #bfbcb7;
    padding-bottom: 5px;
}
.content-container .content .content-item .spy ul li {
    border-left: 1px solid #fff;
}
.content-container .content .content-item .spy ul li a {
    color: #2a2a2a;
    font-family: 'Roboto', 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 {
    background: #2a2a2a;
    color: #fff;
}
.content-container .content .content-item .spy ul li.active a {
    background: #fff;
    color: #2a2a2a;
    font-weight: 500;
}

.spy-wrapper{
    margin-top: 2px;
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul {
        border: none;
    }
    .content-container .content .content-item .spy ul li {
        border-left: none;
    }
    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
		/*text-decoration: underline;*/
        /*line-height: 26px;*/
        border-bottom: 1px solid #bfbcb7;
        font-size: 15px;
        padding: 15px 10px;
    }
}

.box-container {
    position: relative;
}
.box-container .box {
    font-size: 0;
    margin: 0 auto;
    max-width: 900px;
}
.box-container .box .sub-villa-img,
.box-container .box .sub-villa-content {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box-container .box .sub-villa-content {
    padding-left: 30px;
}
.box-container .box .sub-villa-content h3 {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    margin-top: 20px;
}
.box-container .box .sub-villa-content strong {
    color: #707070;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 26px;
    display: block;
    margin: 30px 0 10%;
}
.box-container .box .sub-villa-content p {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
}
.box-container .owl-nav .owl-next, 
.box-container .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-container .owl-nav .owl-next {
    right: 0;
}
.box-container .owl-nav .owl-prev {
    left: 0;
}
@media all and (max-width: 1023px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 50px;
    }
    .box-container .owl-nav {
        text-align: center;
    }
    .box-container .owl-nav .owl-next,
    .box-container .owl-nav .owl-prev {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 30px 30px 0;
    }
}
@media all and (max-width: 1110px) {
    .box-container .box .sub-villa-img {
        display: none;    
    }
    .box-container .box .sub-villa-content {
        display: block;
        width: auto;
        padding: 0;
    }
    .box-container .box .sub-villa-content strong {
        margin: 15px 0;
    }
}
@media all and (max-width: 767px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 42px;
        line-height: 50px;
        margin: 0;
    }
}


.home .content-container .content .content-item {
    position: relative;
}
.home .content-container .content .content-item:first-of-type{
	margin-top:5px;
}
.home .content-container .content .content-item .wrapper {
    padding-bottom: 40px;
    max-width: 1170px;
}

.home .content-container .content .content-item .feature {
    text-align: center;
    font-size: 0;

    border-bottom: 1px solid #dbdbdb;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    margin-bottom: 38px;

    clear: both;
}

.home .content-container .content .content-item .feature li {
    min-width: 0;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #2a2a2a;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;

}

.home .content-container .content .content-item .feature li:last-of-type {
    margin-right: 0;
}

.home .content-container .content .content-item .feature li:before {
    content: '';
    clear: both;
    background: url("/resources/seshu/images/icons-sprite-feature.png") no-repeat;
    height: 127px;
    width: 127px;
    display: block;
    margin: 0 auto 10px;
    padding-right: 50px;
    margin-left: 50px;
    border-right: 1px solid #dbdbdb;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .feature li#feature-1:before {
    background-position: -470px 0;
}

.home .content-container .content .content-item .feature li#feature-2:before {
    background-position: -754px 0;
}

.home .content-container .content .content-item .feature li#feature-3:before {
    background-position: -1040px 0;
}

.home .content-container .content .content-item .feature li#feature-4:before {
    background-position: -1324px 0;
    border: none;
}

.home .content-container .content .content-item h1.entry-title,
.home .content-container .content .content-item h1.entry-title span{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
    text-transform: none;
    text-align: center;
}
.home .content-container .content .content-item h1.entry-title span{
	display:block;	
	font-family: 'Roboto Condensed', sans-serif;
}

.home .content-container .content .content-item:last-of-type h2 {
    color: #2a2a2a;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
}
.home .content-container .content .content-item:last-of-type p {
    text-align: center;
}

.home .content-container .content .content-item .bg-half{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top; 
}

.home .content-container .content .content-item .wrapper{
	padding-bottom: 40px;
}

.home .content-container .content .content-item .wrapper .the-content{
	/*margin-left: calc(48% + 80px);*/
}

.home .content-container .content .content-item .poi {
    text-align: center;    
    margin: 0;
    padding-top: 20px;
    font-size: 0;
    clear: both;
}
.home .content-container .content .content-item .poi li {
    min-width: 88px;
    margin-right:8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #212121;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}
.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/saanti/images/icons-sprite.png") no-repeat;
    height: 89px;
    width: 90px;
    display: block;
    margin: 0 auto 22px;
}
.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}
.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -203px 0;
}
.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -405px 0;
}
.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -606px 0;
}
.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -810px 0;
}
.home .content-container .content .content-item .photo-slide {
    position: relative;
    margin: 40px -40px 0 -40px;
    width: auto;
}
.home .content-container .content .content-item .photo-slide .owl-item {
    opacity: .2; 
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
.home .content-container .content .content-item .photo-slide .owl-item.active.center {
    opacity: 1;
}
.home .content-container .content .content-item .photo-slide .owl-item.active.center .the-caption {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    color: #2a2a2a;
}
.home .content-container .content .content-item .photo-slide .owl-prev,
.home .content-container .content .content-item .photo-slide .owl-next {
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home .content-container .content .content-item .photo-slide .owl-prev {
    left: 10%;
}
.home .content-container .content .content-item .photo-slide .owl-next {
    right: 10%;
}
.home .content-container .content .content-item .photo-slide .owl-prev img,
.home .content-container .content .content-item .photo-slide .owl-next img {
    -webkit-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}
.home .content-container .content .content-item .photo-slide .owl-prev svg,
.home .content-container .content .content-item .photo-slide .owl-next svg {
    height: 38px;
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.home .content-container .content .content-item .photo-slide .owl-nav .slideshow-caption {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    background: #fff;
    padding: 5px 10px 2px;
    margin: 0 15px;
    font-size: 13px;
    line-height: 26px;
}
.home .content-container .content .content-item p {
    margin-bottom: 15px;
    text-align: center;
}
.home .content-container .content .content-item .first-img {
    float: left;
    width: 29.5%;
    margin: -5px 30px 0 0;
}
.home .content-container .content .content-item .second-img {
    float: right;
    width: 29.5%;
    margin: -5px 0 0 30px;
}
.home .content-container .content .content-item .grids {
    font-size: 0;
    margin: -2.5px;
}
.home .content-container .content .content-item .grids .grid {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    width: 33.33333%;
    padding: 2.5px;
}
.home .content-container .content .content-item .grids .grid span {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    -o-text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home .content-container .content .content-item .grids .grid a {
    display: block;
    color: #fff;
    padding: 2.5px;
    text-decoration: none;
    margin: 0 auto;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;  
}
.home .content-container .content .content-item .grids .grid a:hover {
    background: #2a2a2a;
    color: #fff;
}
.home .content-container .content .content-item .grids .grid a img {
    display: block;
    width: 100%;
    opacity: 1;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;  
}
.home .content-container .content .content-item .grids .grid a:hover img {
    opacity: .3;
}
@media all and (max-width: 1700px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 50px;
        line-height: 50px;
    }
}
@media all and (max-width: 1400px) {   
    .home .content-container .content .content-item .grids .grid span {
        font-size: 40px;
        line-height: 40px;
    }
}  
@media all and (max-width: 1150px) {  
	.home .content-container .content .content-item .wrapper .the-content{
		/*margin-left: calc(48% + 30px);*/
		padding-right: 15px;
	}
	.home .content-container .content .content-item h1.entry-title,
	.home .content-container .content .content-item h1.entry-title span{
        text-align: center;
		font-size: 45px;
		line-height: 45px;
		
    }  
	
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-right: 0;
    }
    .home .content-container .content .content-item .grids .grid {
        width: 50%;
    }
	
}
@media all and (max-width: 1080px) {
    .home .content-container .content .content-item .feature li:before{
        padding-right: 25px;
        margin-left: 25px;
    }
}
@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;
		padding-right:0;
    }
   
    .home .content-container .content .content-item h1.entry-title span:first-of-type {
        margin-left: 0;
    }
    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }
    .home .content-container .content .content-item .first-img,
    .home .content-container .content .content-item .second-img {
        display: none;
    }  
}
@media all and (max-width: 850px) {
    .home .content-container .content .content-item .feature li{
        width:50%;
    }

    .home .content-container .content .content-item .feature li:before{
        margin: auto;
        padding: 0;
        margin-top: 15px;
        border: none;
    }
}
@media all and (max-width: 767px) {      
    .home .content-container .content .content-item h1.entry-title {
        font-size: 42px;
        line-height: 50px;
    }
    .home .content-container .content .content-item .grids {
        position: relative;
    }       
    .home .content-container .content .content-item .grids .grid span {
        font-size: 28px;
        line-height: 28px;
    }
    .home .content-container .content .content-item .photo-slide .owl-nav {
        display: none;
    }
	
	.home .content-container .content .content-item .poi li{
		min-width:140px;
		margin-bottom:15px;
	}
}
@media all and (max-width: 520px) {    
	.home .content-container .content .content-item h1.entry-title,
	.home .content-container .content .content-item h1.entry-title span{
        font-size: 40px;
        line-height: 42px;
    } 
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }	
}
@media all and (max-width: 400px) {
    .home .content-container .content .content-item .feature li{
        width:100%;
    }
}

.about .content-container .content .content-item h1.entry-title {
    text-align: left;
    font-weight: 300;
    text-transform: none;
}
.about .content-container .content .content-item .the-content {
    /*width: 55%;*/
    padding: 0px 0;
    margin-left: auto;
    margin-right: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.about .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.about .content-container .content .content-item .first-img {
    margin: 40px 0;
}
@media all and (max-width: 1140px) {
    .about .content-container .content .content-item .the-content {
        padding: 0px 15px; 
    }
}
@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .about .content-container .content .content-item .the-content:after {
        display: none ;  
    }
    .about .content-container .content .content-item .first-img {
        margin: 30px 0;
    }
}
@media all and (max-width: 767px) {
    .about .content-container .content .content-item .first-img {
        display: none;   
    }
}
.explore .content-container .content .content-item{
    margin-bottom: 0;
}

.explore .content-container .content .content-item.villa-layout .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper{
    border-bottom: 1px solid #bfbcb7;
	padding-bottom:40px;
    padding-top: 40px;
}     
.explore .content-container .content .content-item.living-areas .wrapper {    
    border-bottom: none;
    padding-bottom : 15px;
}
.explore .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    width: 50%;
    padding: 30px 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}
.explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    margin-right: auto;
    margin-left: 0;
}
.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}
.explore .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.explore .content-container .content .content-item.living-areas .the-content:after {
    right: auto;
    left: 0;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 30px auto 0;
    text-align: center;
}
.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    border: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}
.explore .content-container .content .content-item .group {
    margin: 0;
    font-size: 0;
    position: relative;
}
.explore .content-container .content .content-item .group:nth-of-type(2n) {
}
.explore .content-container .content .content-item .group .group-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px
}
.explore .content-container .content .content-item .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;

    width: calc(44.9% - 20px);
}
.explore .content-container .content .content-item .group .half.half-content {
    width: calc(55.1% - 20px);
    padding: 25px 0 25px 40px;
    margin-left: 40px;
}
.explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd) {
    width: calc(55.1% - 20px);
    padding: 25px 40px 25px 0;
    margin-left: 0px;
    margin-right: 40px;
}
.explore .content-container .content .content-item .group .half h3,
.explore .content-container .content .content-item .group .half h3 p {
    margin-top: 0;  
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    font-size: 25px;
    text-transform: capitalize;
}
.explore .content-container .content .content-item.bedrooms h2.entry-title{
}

.explore .content-container .content .content-item.bedrooms .first-img {
    margin-left: 0;
    margin-right: 0; /*-71.5%*/
}
.explore .content-container .content .content-item.bedrooms .second-img {
    margin-left: 0%;
    margin-right: 0;
}
.explore .content-container .content .content-item.bedrooms .group:last-of-type{
    margin-top: 30px;
}

@media all and (max-width: 1140px) {
    .explore .content-container .content .content-item .the-content {
        /*padding: 15px; */
    }
	.explore .content-container .content .content-item.bedrooms .the-content{
		padding:0;
	}
    .explore .content-container .content .content-item.odd .the-content {
        padding: 0; 
    }
}
@media all and (max-width: 1111px) {
    .explore .content-container .content .content-item .group .wrapper,
    .explore .content-container .content .content-item .group .group-wrapper {
        margin: 0 0px;   
        padding: 30px 0 0;
    }
    .explore .content-container .content .content-item .group:last-of-type .group-wrapper {  
        padding: 30px 0;
    }
}
@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }
    .explore .content-container .content .content-item.living-areas, 
    .explore .content-container .content .content-item.bedrooms {
        border-top: 1px solid #ececec;
    }
    .explore .content-container .content .content-item .bg-holder:first-of-type .wrapper {
        padding-bottom: 0;
    }
    .explore .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content,
    .explore .content-container .content .content-item.living-areas .bg-holder:nth-of-type(2n+1) .the-content {
        width: auto;
        padding: 0;
    }
    .explore .content-container .content .content-item .the-content:after {
        display: none ;  
    }
    .explore .content-container .content .content-item .group {
        margin: 0;   
    }
    .explore .content-container .content .content-item .group .wrapper {
        padding: 40px 0; 
    }
    .explore .content-container .content .content-item .group .group-wrapper{
        margin: 0;
    }
    .explore .content-container .content .content-item .group .half {
        display: none;
    }
    .explore .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
    .explore .content-container .content .content-item .group .half.half-content:nth-of-type(odd),
    .explore .content-container .content .content-item .group .half.half-content{
        width: 100%;
        margin: 0;
    }
    .explore .content-container .content .content-item h2.entry-title{
        margin-bottom: 15px;
    }
    .explore .content-container .content .content-item p{
        margin-bottom: 5px;
    }
    .explore .content-container .content .content-item.living-areas .group .half:last-of-type {
        display: block;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .explore .content-container .content .content-item.villa-layout .wrapper{
        padding-top: 20px;
    }
    .explore .content-container .content .content-item .first-img {
        display: block !important;
        margin-bottom: 0px;
    }
  
}
.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: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 75px;
}
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}
.quick-facts .content-container .content .content-item .item strong {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    color: #2a2a2a;
}

.quick-facts .content-container .content .content-item  a{
	font-size: 16px;
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
}
.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/quick-facts.png) no-repeat;
    height: 55px;
    width: 53px;
}
.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 -65px;
}
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -132px;
}
.quick-facts .content-container .content .content-item .item#sport-water-sports:before {
    background-position: 0 -1404px;
}
.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -531px;
}
.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -271px;
}
.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -198px;
}
.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -265px;
}
.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -331px;
}
.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -398px;
}
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -465px;
}
.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -597px;
}
.quick-facts .content-container .content .content-item .item#weddings--events:before {
    background-position: 0 -935px;
}
.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -730px;
}
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -664px;
}
.quick-facts .content-container .content .content-item .item#managed--marketed-by:before {
    background-position: 0 -796px;
} 
@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 .item{
		padding-left: 0;
	}
	.quick-facts .content-container .content .content-item .item:before{
		position: relative;
		margin: 0px auto;
		text-align: center;
		display: block;
	}
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%;
    }
	.quick-facts .content-container .content .content-item .item strong,
	.quick-facts .content-container .content .content-item .item p,
	.quick-facts .content-container .content .content-item .item a{
		text-align: center;
		margin: 0px auto; 
		display: block;
	}
    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }
    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }
    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container .press-item img {
    margin-top: -10px;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-pagination a {
   border: 1px solid #2a2a2a;
    color: #2a2a2a; 
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #2a2a2a;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}
.video .content-container .content .content-item .video iframe {
    height: 575px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}
.floorplan .content-container .content .content-item .floorplan img {
   border: 1px solid #90908f;
}
.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}


/* GALLERY */

.gallery .content-container .content .content-item .gallery-container li {
     width: 33.3333333%;
}
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #2a2a2a;
    color: #2a2a2a; 
}
.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #2a2a2a;
    color: #fff;
}
.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}

.weddings .content-container .content .content-item .the-content {
    width: 50%;
    padding: 30px 0 30px 30px;
    margin-left: auto;
    margin-right: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.weddings .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.weddings .content-container .content .content-item .wrapper {
    max-width: 1110px;
}
.weddings .content-container .content .content-item h2 {
    font-size: 35px;
    text-align: center;
    color: #272727;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
}
.weddings .content-container .content .content-item h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0 20px;
    display: block;
}
.weddings .content-container .content .content-item small {
    font-size: 20px;
    text-align: center;
    color: #707070;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
}
.weddings .content-container .content .content-item a.button {
    display: block;
    margin: 30px auto 0;
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #2a2a2a;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.weddings .content-container .content .content-item a.button:hover {
    background: #2a2a2a;
    color: #fff;
}
.weddings .content-container .content .content-item .group {
    font-size: 0;
}
.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #0ca7b7;
    background: #fff;
    color: #2a2a2a;
    padding: 19px 15px;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 10px;
}
.weddings .content-container .content .content-item ul.capacity li {
    margin: 0;
    text-transform: none;
    display: block;
}
.weddings .content-container .content .content-item ul.capacity li:before {
    content: '|';
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: none;
}
.weddings .content-container .content .content-item ul.capacity li:first-of-type:before {
    display: none;
}
.weddings .content-container .content .content-item .guidelines {
    width: calc(50% - 15px);
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.weddings .content-container .content .content-item .guidelines a {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: calc(50% - 15px);
    color: #2a2a2a;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #0ca7b7;
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 30px;
    width: 100%;
    margin-left: 0;
    line-height: 50px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.weddings .content-container .content .content-item .guidelines a:first-of-type {
    margin-left: 0;   
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background: #0ca7b7;
    color: #fff;
}

/* PHOTO ALBUM */

.weddings .content-container .content .content-item .photo-album-thumbs {
    background: #dcf0f4;
}
.weddings .content-container .content .content-item .second-img {
    float: left;
    width: 57.7%;
}
.weddings .content-container .content .content-item .third-img {
    float: right;
    width: 39.3%;
}
@media all and (max-width: 1140px) {
    .weddings .content-container .content .content-item .the-content {
        padding: 15px; 
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .weddings .content-container .content .content-item .the-content:after {
        display: none;  
    }   
    .weddings .content-container .content .content-item ul.capacity {
        margin: 25px 0 10px;
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .second-img,
    .weddings .content-container .content .content-item .third-img {
        display: none;
    }
}
@media all and (max-width: 850px) {
    .weddings .content-container .content .content-item a.button {
        font-size: 24px;
        padding: 15px;
        max-width: 200px;
    }
    .weddings .content-container .content .content-item .guidelines a {
        width: auto;
        margin: 0 0 10px !important;
        display: block;
        line-height: 1;
    }
}

.locale .content-container .content .content-item {
    margin-bottom: 5px;
}
.locale .content-container .content .content-item.things-to-do .the-content .wrapper{
    padding-top: 0
}
.locale .content-container .content .content-item .the-content {    
    background: #fff;
}
.locale .content-container .content .content-item.things-to-do .the-content {
    background: #fff
}
.locale .content-container .content .content-item.things-to-do .the-content p:first-of-type{
    margin-bottom: 15px;
}
.locale .content-container .content .content-item.odd .the-content {    
    background: transparent;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%; 
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); 
}
.locale .content-container .content .content-item .wrapper {
    max-width: 1170px;
    padding-bottom: 0;
}
.locale .content-container .content .content-item.the-locale .wrapper {
    border-bottom: none;
}
.locale .content-container .content .content-item.the-locale .bg-holder:nth-of-type(2n) .wrapper {
    padding-bottom: 30px;
}

.locale .content-container .content .content-item.the-locale .the-content .first-img{
    margin-top: 30px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: 50%;
    height: 300px;
    margin-top: 30px;
    margin-left: 30px;
}
.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    font-size: 25px;
}
.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}
.locale .content-container .content .content-item.things-to-do .wrapper{
	
}
.locale .content-container .content .content-item.things-to-do .wrapper:last-of-type{
	padding-top: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.locale .content-container .content .content-item.things-to-do .bg-holder:nth-of-type(2n) .wrapper {
    padding-top: 5px;
}

.locale .content-container .content .content-item.things-to-do .group {
	margin-top:0;
    font-size: 0;
}
.locale .content-container .content .content-item.things-to-do .group .half {
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 16px;
    width: calc(50% - 5px);
}
.locale .content-container .content .content-item.things-to-do .group .half:first-of-type{
    margin-right: 10px;
}
.locale .content-container .content .content-item.things-to-do .group .half:last-of-type {
	margin-bottom:0;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 25px 0px 25px 25px;
    width: 50%;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content:nth-of-type(odd) {
    padding: 25px 25px 25px 0px;
}
.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;      
    width: 100%; 
}
.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;   
}
.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #282828;  
}

.locale .content-container .content .content-item.things-to-do ul {
    list-style: disc;
}

.locale .content-container .content .content-item.things-to-do ul li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;  
    font-weight: 300;
}

.locale .content-container .content .content-item.things-to-do ul li:last-of-type {
    margin-bottom: 0px;
}
@media all and (max-width: 1140px) {
    .locale .content-container .content .content-item .the-content {
        padding: 0px !important; 
    }
    .locale .content-container .content .content-item.odd .the-content {
        padding: 0 !important; 
    }
}
@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.things-to-do {
        border-top: 1px solid #ececec;
    }
    .locale .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }
    .locale .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-bottom: 15px !important;
    }
    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
	
    .locale .content-container .content .content-item .the-content:after {
        display: none !important;  
    }
    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 150px;
        margin-left: 0;
    }
    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }
    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
		line-height:17px;
    }
    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;    
        margin-bottom: 15px;
        width: auto;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type { 
        margin-bottom: 0;
    }
    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}

.experience .content-container .content .content-item.spa h1.entry-title,
.experience .content-container .content .content-item.dining h1.entry-title,
.experience .content-container .content .content-item.families h1.entry-title{
    text-transform: none;
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item .the-content {
    background: rgba(255, 255, 255, .9);
}
.experience .content-container .content .content-item .bg-holder {
    margin-top: 5px;
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 30px 30px 0;
    width: 50%;
    position: relative;
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n) .the-content,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n+1) .the-content,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.experience .content-container .content .content-item.staff .bg-holder:nth-of-type(2n) .the-content:after,
.experience .content-container .content .content-item.dining .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.families .bg-holder:nth-of-type(2n+1) .the-content:after,
.experience .content-container .content .content-item.spa .bg-holder:nth-of-type(2n) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0; 
    margin-top: 30px;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.experience .content-container .content .content-item.spa dt{
	font-weight:300;
}
.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: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
}
.experience .content-container .content .content-item.staff dt {
	font-weight: 700;
    width: 35%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.experience .content-container .content .content-item.staff dd {
    width: 65%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;   
    text-align: left;
}
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 26px;
    text-align: justify;
    margin-top: 0
}
.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.families .wrapper {
	padding-bottom: 0!important;
}

.experience .content-container .content .content-item.families .group{
	margin: 0;
    font-size: 0;
    position: relative;
    background: #fff;
    margin: 40px 0;
}
.experience .content-container .content .content-item.families .group .group-wrapper {
	margin: 0 auto;
    padding: 0;
    max-width: 1170px;
}

.experience .content-container .content .content-item.families .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(50% - 5px);
}

.experience .content-container .content .content-item.families .group .half:first-of-type {
    margin-right: 10px;
}

.experience .content-container .content .content-item.families .group .half.half-content{
	padding: 25px 0 25px 25px;
}

.experience .content-container .content .content-item.families .group .half.half-content:nth-of-type(odd){
	    padding: 25px 25px 25px 0;
}

.experience .content-container .content .content-item.families .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}
.experience .content-container .content .content-item.families .group .half .first-img{
	margin-left: 0;/*-71.5%;*/
    margin-right: 0;
}
.experience .content-container .content .content-item.families .group .half .second-img{
	margin-left: 0;
    margin-right: 0;/*-71.5%;*/
}
.experience .content-container .content .content-item.families a {
    color: #2a2a2a;  
}

.experience .content-container .content .content-item.spa h1.entry-title,
.experience .content-container .content .content-item.dining  h1.entry-title,
.experience .content-container .content .content-item.families  h1.entry-title{
    text-align: left;
    font-weight: 300;
}

.experience .content-container .content .content-item.dining h2 {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.locale .content-container .content .content-item.things-to-do .the-content p:first-of-type a,
.experience .content-container .content .content-item.dining p a{
    color:#2a2a2a;
    text-decoration: underline;
}

@media all and (max-width: 1180px){
    .experience .content-container .content .content-item.families .group .group-wrapper{
        max-width: 1024px;
    }
    .buttons-container{
        max-width: 1080px;
        margin: 0 auto;
    }
}

@media all and (max-width: 1140px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important; 
    }
    
}
@media all and (max-width: 1110px) {
	.experience .content-container .content .content-item.families .group .group-wrapper{
		margin: 0 15px;
		padding: 0;
	}
	.experience .content-container .content .content-item.families .group:last-of-type .group-wrapper {
		padding: 30px 0;
	}
}
@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }
    .experience .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-bottom: 15px !important;
    }
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }
    .experience .content-container .content .content-item .the-content:after {
        display: none !important;  
    }    
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd {
        width: auto;
        display: block;
    }
	.experience .content-container .content .content-item.families .group .half{
		display:none;
		width:100%;
		padding:0;
	}
	.experience .content-container .content .content-item.families .group .half.half-content,
	.experience .content-container .content .content-item.families .group .half.half-content:nth-of-type(odd){
		display:block;
		padding:0;
	}
}
@media all and (max-width: 767px) {  
    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
}

/*Summer*/
.experience .content-container .content .content-item.summer .wrapper{
    
}
.experience .content-container .content .content-item.summer .wrapper:last-of-type,
.experience .content-container .content .content-item.winter .wrapper:last-of-type{
    padding-top: 0px;
}
.experience .content-container .content .content-item.summer .bg-holder:nth-of-type(2n) .wrapper,
.experience .content-container .content .content-item.winter .bg-holder:nth-of-type(2n) .wrapper,
.experience .content-container .content .content-item.all-year-round .bg-holder:nth-of-type(2n) .wrapper,
.experience .content-container .content .content-item.elitehavens-concierge .bg-holder:nth-of-type(2n) .wrapper {
    padding-top: 5px;
}

.experience .content-container .content .content-item.summer .wrapper:nth-of-type(1),
.experience .content-container .content .content-item.winter .wrapper:nth-of-type(1){
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.experience .content-container .content .content-item.all-year-round .wrapper:nth-of-type(1),
.experience .content-container .content .content-item.elitehavens-concierge .wrapper:nth-of-type(1){
    padding-bottom: 0 !important;
    padding-top: 20px;   
}

.experience .content-container .content .content-item.summer .wrapper:nth-of-type(2),
.experience .content-container .content .content-item.winter .wrapper:nth-of-type(2){
    padding-top: 0;
    padding-bottom:0 !important;
    margin-top: -70px;
}

.experience .content-container .content .content-item.summer h1.entry-title,
.experience .content-container .content .content-item.winter h1.entry-title,
.experience .content-container .content .content-item.all-year-round h1.entry-title,
.experience .content-container .content .content-item.elitehavens-concierge h1.entry-title{
    margin:0;
    text-transform: capitalize;
}

.experience .content-container .content .content-item.summer .group,
.experience .content-container .content .content-item.winter .group{
    margin-top:0;
    font-size: 0;
}
.experience .content-container .content .content-item.summer .group .half,
.experience .content-container .content .content-item.winter .group .half{
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 16px;
    width: calc(50% - 15px);
}
.experience .content-container .content .content-item.summer .group .half:nth-of-type(3){
    margin-top:-50px;	
}
.experience .content-container .content .content-item.winter .group .half:nth-of-type(3){
    margin-top:-40px;
}
.experience .content-container .content .content-item.summer .group .half.half-content:last-of-type{
    margin-top: -10px;
}
.experience .content-container .content .content-item.winter .group .half:nth-of-type(4){
    margin-top:-100px;
}
.experience .content-container .content .content-item.summer .group .half:last-of-type,
.experience .content-container .content .content-item.winter .group .half:last-of-type{
    margin-bottom:0;
}
.experience .content-container .content .content-item.summer .group .half.half-content,
.experience .content-container .content .content-item.winter .group .half.half-content{
    padding: 25px 0px 25px 25px;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.experience .content-container .content .content-item.summer .group .half.half-content:last-of-type,
.experience .content-container .content .content-item.winter .group .half.half-content:last-of-type{
    width: calc(50% - 15px);
    margin-right: 0px;
    margin-left: 30px;
}
.experience .content-container .content .content-item.summer .group .half.half-content:nth-of-type(odd) ,
.experience .content-container .content .content-item.winter .group .half.half-content:nth-of-type(odd) {
    padding: 25px 25px 25px 0px;
}
.experience .content-container .content .content-item.summer .group .half img ,
.experience .content-container .content .content-item.winter .group .half img {
    margin-bottom: 0;      
    width: 100%; 
}

.experience .content-container .content .content-item.summer .group .half img:last-of-type{
    margin-top:5px;
}

.experience .content-container .content .content-item.summer .group .half img{
	min-height: 250px;
}

.experience .content-container .content .content-item.summer .group .half strong ,
.experience .content-container .content .content-item.winter .group .half strong {
    font-weight: bold;   
}
.experience .content-container .content .content-item.summer .group .half a ,
.experience .content-container .content .content-item.winter .group .half a {
    color: #282828;  
}

.experience .content-container .content .content-item.summer ul ,
.experience .content-container .content .content-item.winter ul {
    list-style: disc;
}

.experience .content-container .content .content-item.summer ul li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 30px;
}

.experience .content-container .content .content-item.summer ul,
.experience .content-container .content .content-item.winter ul{
    margin-top: 10px;
}

.experience .content-container .content .content-item.winter ul li{
    margin-left: 0px;
    margin-bottom: 10px;

    font-size: 16px;
    color: #2a2a2a;
    font-family: roboto,sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.experience .content-container .content .content-item.summer ul li:last-of-type ,
.experience .content-container .content .content-item.winter ul li:last-of-type {
    margin-bottom: 0px;
}

.experience .content-container .content .content-item.all-year-round ul {
    list-style: disc;
    margin-top:15px;
}

.experience .content-container .content .content-item.all-year-round ul li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;  
    font-weight: 300;
}

.experience .content-container .content .content-item.all-year-round ul li:last-of-type {
    margin-bottom: 0px;
}

@media all and (max-width: 1200px) {
    .experience .content-container .content .content-item.summer .group .half.half-content,
    .experience .content-container .content .content-item.summer .group .half.half-content:last-of-type,
    .experience .content-container .content .content-item.winter .group .half.half-content,
    .experience .content-container .content .content-item.winter .group .half.half-content:last-of-type{
        width:100%;
        margin: 0 auto;
        padding: 0;
    }

    .experience .content-container .content .content-item.summer .group .half:nth-of-type(2),
    .experience .content-container .content .content-item.summer .group .half:nth-of-type(3),
    .experience .content-container .content .content-item.winter .group .half:nth-of-type(2),
    .experience .content-container .content .content-item.winter .group .half:nth-of-type(3){
        display: none;
    }

    .experience .content-container .content .content-item.summer .wrapper:nth-of-type(2),
    .experience .content-container .content .content-item.winter .wrapper:nth-of-type(2){
        margin-top:0
    }

    .experience .content-container .content .content-item.summer .wrapper:nth-of-type(1),
    .experience .content-container .content .content-item.winter .wrapper:nth-of-type(1){
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .experience .content-container .content .content-item.summer .group .half.half-content:nth-of-type(odd),
    .experience .content-container .content .content-item.winter .group .half.half-content:nth-of-type(odd){
        padding: 0;
    }

    .experience .content-container .content .content-item.summer ul,
    .experience .content-container .content .content-item.winter ul{
        padding: 0 15px;
    }
}

@media all and (max-width: 1140px) {
    .experience .content-container .content .content-item.summer .the-content,
    .experience .content-container .content .content-item.winter .the-content {
        padding:0 !important; 
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item.summer,    
    .experience .content-container .content .content-item.winter {
        border-top: 1px solid #ececec;
    }
}

@media all and (max-width: 850px) {
    .experience .content-container .content .content-item.summer .group,
    .experience .content-container .content .content-item.winter .group {
        margin: 0;
    }
    .experience .content-container .content .content-item.summer .group .half,
    .experience .content-container .content .content-item.winter .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }
    .experience .content-container .content .content-item.winter .group .half.half-content:last-of-type,
    .experience .content-container .content .content-item.winter .group .half.half-content,
    .experience .content-container .content .content-item.summer .group .half.half-content:last-of-type,
    .experience .content-container .content .content-item.summer .group .half.half-content {
        display: block;    
        /*margin-bottom: 15px;*/
        margin: auto;
        width: 100%;
    }
    .experience .content-container .content .content-item.summer .group .half img,
    .experience .content-container .content .content-item.winter .group .half img {
        max-width: none;
        width: 100%;
    }
    .experience .content-container .content .content-item.summer h1.entry-title,
    .experience .content-container .content .content-item.winter h1.entry-title,
    .experience .content-container .content .content-item.all-year-round h1.entry-title,
    .experience .content-container .content .content-item.elitehavens-concierge h1.entry-title{
        text-align: left;
    }
}

/*concierge*/
.experience .content-container .content .content-item.elitehavens-concierge .wrapper .half{
    width: calc(33.75% - 15px);
}

.experience .content-container .content .content-item.elitehavens-concierge .wrapper .half.half-content{
    width: calc(66.25% - 15px);
}

.experience .content-container .content .content-item.elitehavens-concierge .wrapper .half.half-content{
    margin-right:30px;
    margin-bottom: 40px;
}

.experience .content-container .content .content-item.elitehavens-concierge .first-img{
    margin-top: 0;
}

.get-in-touch{
    display:inline-block;
    margin: 5px auto 25px;
    position: relative;
    width: 100%;
    text-align:center;
}
.get-in-touch a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #2a2a2a;
    background: #2a2a2a;
    min-width: 210px;
    text-transform: uppercase;

    -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;
}

.get-in-touch a:hover {
    background: #bfbcb7;
    color: #fff;
    border-color: #bfbcb7;
}

.experience .content-container .content .content-item.elitehavens-concierge .wrapper .half.half-content{
    margin-bottom: 36px;
}

.experience .content-container .content .content-item.elitehavens-concierge .first-img{
    margin-top: 21px;
    margin-bottom: 0;
}

.experience .content-container .content-seo .content-item.elitehavens-concierge .wrapper{
    padding-bottom:20px !important;
}

@media all and (max-width: 1024px) {
    .experience .content-container .content .content-item.elitehavens-concierge .wrapper .half img {
        display: none;
    }
    .experience .content-container .content .content-item.elitehavens-concierge .wrapper .half.half-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

}
@media all and (max-width: 843px) {
    .experience .content-container .content-seo .content-item.elitehavens-concierge .wrapper{
        padding-bottom: 0 !important;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: none;    
    width: 100%;
    opacity: 1;
    border: 1px solid #2a2a2a;
    background: #fff;
    padding: 30px 15px 15px;
    margin: 0 -1px -1px 0;
}
.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #2a2a2a2f;
}
.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: #2a2a2a;
    font-size: 90px;
    margin: 31px 10px -10px -10px;
    line-height: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #2a2a2a;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.guest-reviews .content-container .content .content-item .reviews-pagination {
    text-align: center;
    margin-top: 0;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #2a2a2a;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}


@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}
@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #707070;
    }
    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.iframe-wrapper{
     height:240px; 
}
.rates strong {
    font-weight: bold;
}
.rates .content-container .content .content-item .teaser strong {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.rates .content-container .content .content-item .discounts-box,
.rates .content-container .content .content-item .promotions-box {
    clear: both;
}
.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #2a2a2a;
}
.rates .content-container .content .content-item .promotions {
    background: #f3f3f3;
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
.rates .content-container .content .content-item .promotions .rates-title {
    color: #2a2a2a;   
}
.rates .content-container .content .content-item .tabs-end > ul {
    background: transparent;
}

.rates .content-container .content .content-item .tabs > ul li a {
     background: #2a2a2a;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #bfbcb7;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table th {
    background: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.rates .content-container .content .content-item .tabs-end table td {
    background: #f7f7f7;
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #2a2a2a !important;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #2a2a2a;
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;   
        margin-bottom: 1px;
    }
    .rates .content-container .content .content-item .tabs > ul li {
        width: 33.3333333%;
    }
    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;   
        border-right: none;
    }
}

/* FORM */

.reservations .content-container .content .content-item a, 
.general-enquiries .content-container .content .content-item a {
    color: #2a2a2a;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', 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: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
}
.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
}
.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Roboto Condensed', sans-serif;
}
.general-enquiries .content-container .content .content-item form .form-row .image img {
     width: auto;
    max-width: 100%;
}
.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
   font-family: 'Roboto Condensed', sans-serif;
}
.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Roboto Condensed', sans-serif;
}
.reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
    margin: 10px 5px 0 0;
}
.reservations .content-container .content .content-item form .form-row .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {
        
}
.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 25px; 
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #2a2a2a;
    color: #fff;
    background: #2a2a2a;
    padding: 11px 20px;      
}
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 11px 14px;
}
.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: #bfbcb7;
    border-color: #bfbcb7;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #2a2a2a;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
     color: #2a2a2a; 
}

.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: #2a2a2a;
}
.links .content-container .content .content-item h2 {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}
.links .content-container .content .content-item h2 a {
    color: #2a2a2a;
}
.links .content-container .content .content-item h3 {
    color: #2a2a2a;
    font-family: 'Roboto Condensed', sans-serif;
}




/*rates mobile*/
/*rates mobile*/
@media all and (max-width: 767px) {
.calendar{
    margin-top: 10px;
}

.calendar iframe{
    height:140px;
}

.calendar iframe td input{
    display:block;
    width:100;
}

.calendar iframe{
    max-height: 180px;    
}

.wpg-tabs-simple{
    padding-bottom: 0 !important;
}

.wpg-tabs-simple-main-content{
    height: 670px !important;
}

.tblrates th{
    text-align:center;
    background: #e2e2e2;
    padding:10px;
    overflow: visible;
}

.tblrates td{
    text-align: center;
    height: 50px;
}

}

@media all and (max-width: 500px) {

.tblrates th:last-of-type{
    color: #e2e2e2;
}

.tblrates td:last-of-type{
    text-align: left;
}

.social-media .social-property,
.showBooknow{display:inline-block}

}

/* booking badge */
.newbookingcom img {
    max-width: 120px;
}