/* http://www.desindesvillas.com
   v1.0 | 20191031
   License: Elite Havens
*/

body {
    font-family: 'Open Sans', sans-serif;
}

/* WRAPPER */
.wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.header-container .wrapper {
    max-width: none;
}

@media all and (max-width: 970px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container .header {
    padding: 15px 0 0;
}

.header-container .header.wrapped {
    padding: 15px 0 0;
}

.header-container.sticky .header {
    border-bottom: 1px solid #efefef;
    padding: 12px 0 0;
}

.header-container .header .toggler {
    top: 17px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #4a4949;
}

.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    content: '';
    margin-top: 3px;
}

.header-container .header .logo {
    text-align: center;
}

.header-container .header .logo a {
    margin-left: 0;
    margin-top: -20px;
    top: 0;
    left: 50%;
    background: 0 0;
    padding: 30px 20px 10px;
    background: #fff;
    z-index: 2;
    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container .header .logo a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-container.sticky .header .logo a img {
    margin-bottom: -27px;
}

.header-container .header .nav {
    margin: 0 0 20px;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 0;
}

.header-container .header .nav ul {
    text-align: center;
    border-bottom: 3px solid #d5ded9;
}

.header-container .header .nav ul li {
    margin-left: 35px;
}

.header-container .header .nav ul li:first-of-type {
    margin-left: 0;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 247px;
}

.header-container .header .nav ul li a {    
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    color: #7e7466;    
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: -3px;
    text-transform: uppercase;
}

.header-container .header .nav ul li:hover a {
    color: #7e7466;
    border-bottom-color: #99b2b7;
}

.header-container .header .nav ul li.active a {
    color: #7e7466;
    border-bottom-color: #99b2b7;
}

.header-container .header .nav ul li .subnav {
    background: #fff;
    border-top: 3px solid #99b2b7;
    border-bottom: none;
    margin-top: 0;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #4a4949; 
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #7e7466;
    color: #fff;
}
.home .banner {
    display: none;
}
.hero-container .slideshow .caption {
    position: absolute!important;
    z-index: 99999999999999999;
    top: 27%;
    left: 0;
    right: 20%;
}
.hero-container .slideshow .owl-nav img {
    display: none !important;
}

.hero-container .slideshow .caption small {
    margin-right: 0px !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-family: raleway,sans-serif;
    text-align: right;
}

.hero-container .slideshow .caption big {
    display: block;
    text-align: right;
    font-family: cinzel,serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
    .header.wrapped {
        height: 64px;
    }
    .header-container.sticky .header .nav {
        margin: 52px 0 0!important;
    }
}
@media all and (max-width: 1023px) {
    .header-container .header .nav {
        margin: 60px 0 0 !important;
    }
    .hero-container .slideshow .caption {
        display: none;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
     .header-container.sticky .header .nav {
        margin: 30px 0 0 !important;
    }
    .header-container .header .nav {
        margin: 60px 0 0 !important;
    }
}
@media all and (max-width: 1049px) and (min-width: 1024px) {
    .header-container .header .nav {
        margin: 60px 0 20px!important;
    }
    .header-container.sticky .header .nav {
        margin: 39px 0 20px!important;
    }
}
@media all and (max-width: 1049px) {
    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: -20px;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .header-container .header .nav>ul>li:nth-of-type(4) {
        margin-right: 0px;
    }
    .header-container.sticky .header {
        padding: 12px 0 0 !important;
    }
}
@media all and (max-width: 1023px) {
 
    .header-container .header,
    .header-container .header.wrapped {
        padding: 5px 0 20px;
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 8px 0 0;
    }
}

@media all and (max-width: 767px) {

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0;
    }

    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        margin-bottom: 0;
        margin-top: 0;
        width: 140px;
        margin: 0 auto;
    }

    .header-container .header .nav > ul > li:hover a,
    .header-container .header .nav > ul > li.active a {
        background: #7e7466;
        color: #fff;
    }
    
    .header-container .header .nav ul li .subnav {
        background: #7e7466;
    }
}

/* FOOTER */
.footer-container .footer {
    background: #7e7466;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-container.sticky .footer {
    background: #7e7466;
    border-top: 1px solid #7e7466;
}

.footer-container .footer .column {
    color: #fff;
    font-weight: 400;
}

.footer-container .footer .column h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: none;
}

.footer-container.sticky .footer .column h3 {
    display: none;
}

.footer-container .footer .column a {
    color: #fff;
    text-decoration: none;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}

.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 11px;
    margin-top: 25px;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
}

.footer-container .footer .column .socials a {
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

.footer-container .footer .column .socials a:hover {
    background: #fff;
    border-color: #fff;
    color: #7e7466;
}

.footer-container .footer .bottom {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    top: 70px;
}

.footer-container .footer .bottom .marketed {
    max-width: 285px;
    margin-top: 20px;
}

.footer-container .footer .bottom .marketed a {
    color: #fff;
}

.tavr_certificate_of_excellence {
    margin: auto;
}

.footer-container.sticky .footer .tavr_certificate_of_excellence {
    display: none;
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 310px !important;
    }
    .footer-container .footer {
        height: 79vh;
    }
}
@media all and (max-width: 767px) {
    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }

    .footer-container .footer .bottom .marketed {
        margin: 25px auto 15px;
    }

    .footer-container .footer .bottom {
        top: 0 !important;
    }
    
    .footer-container.sticky .footer .bottom {
        top: -2px !important;
        position: relative;
    }
}

/* Mini Form */
.miniform .form-column input,
.miniform .form-column select {
    background: #fff;
    border: 1px solid #dbdbdb;
}

.miniform .form-column input:last-of-type,
.miniform .form-column select:last-of-type {
    margin-right: 0;
}

.miniform .form-container:last-of-type .form-column {
    background: url(images/in-out.png) no-repeat center center;
}

.miniform .form-column.select:after {
    border-top-color: #4a4949;
}

.miniform button {
    background: #4a4949 !important;
}

/* HERO CONTAINER */
.hero-container {    
    background: #7e7466;
}

.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 {    
        min-height: 0;
    }
    
    .hero-container .slideshow .owl-nav {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
    margin: 20px 0;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid #7e7466;
    margin-top: -66px;
    margin-bottom: 66px;
}

.buttons-container .button {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.buttons-container .button .wrapper {
    max-width: 940px;
}

.buttons-container .button a {
    text-decoration: none;
    border: 1px dotted #c49a6c;
    color: #7e7466;
    background: #d5ded9;
    text-align: center;
    text-transform: uppercase;
    font-family: lato,sans-serif;
    font-size: 14px;
    width: 170px;
    padding: 13px 0;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .buttons-container .button a {
    margin: 5px;
}

.buttons-container .button a:hover {
    border-color: #7e7466;
    background: #7e7466;
    color: #fff;
}

.buttons-container .prevnext .wrapper {
    max-width: 940px;
}

.buttons-container .prevnext a {
    color: #7e7466;
    background: transparent;
    top: -33px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #4a4949;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #4a4949;
    font-size: 0;
    border: none;
    margin-top: -10px;
}

.buttons-container .prevnext a.prev i {
    margin-right: 5px;
    background: #fff url("/resources/desindesvillas/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    margin-left: 5px;
    background: #fff url("/resources/desindesvillas/images/next-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.prev:hover i {
    background: #fff url("/resources/desindesvillas/images/prev-arrow-hover.png") no-repeat center center;
}

.buttons-container .prevnext a.next:hover i {
    background: #fff url("/resources/desindesvillas/images/next-arrow-hover.png") no-repeat center center;
}

@media all and (max-width: 1023px) {
    .buttons-container .prevnext a {
        font-size: 0;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px;
    }

    .home .buttons-container:after {
        margin-top: -41px;
    }

    .buttons-container .button a {
        margin: 5px;
        font-size: 16px !important;
        min-width: 160px !important;
    }
    
    .buttons-container .prevnext a {
        top: -10px !important;
    }
}

.villas-container .flex {
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.villas-container .flex > a,
.villas-container .flex > div {
    flex: 1;
     flex-basis: 0;
    /* flex-basis: 33.33333%; */
    text-decoration: none;
}

.villas-container .flex > div {
    color: #7e7466;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    line-height: 24px;
    padding: 59px 30px;
}

.villas-container .flex > div a {
    color: #7e7466;
}

.villas-container .flex > a > div {    
    display: block;
    height: 100%;
    background-position: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.villas-container .flex > a > div .sub-villa-content {    
    text-align: center;
    color: #fff;
    background: #7e7466;
    position: absolute;
    left: 0;   
    right: 0;
    bottom: 0;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    padding: 10px;
}

.villas-container .flex > a:hover > div .sub-villa-content {    
    background: #d5ded9;
}

.villas-container .flex > a > div .sub-villa-content small {    
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 300;
}
@media all and (max-width: 1023px) {
    .villas-container .flex>div{
        order: 3;
    }
  
    .villas-container .flex > a, .villas-container .flex>div {
        flex-basis: 50%;
    }
    
    .villas-container .flex>div {
        padding: 15px;
    }
}
@media all and (min-width: 1024px) and (max-width: 1024px){
    .villas-container .flex>div {
        padding: 24px 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .villas-container .flex > a > div .sub-villa-content {
        position: relative;
    }
    .villas-container .flex > a > div .sub-villa-content {
        top: 273px;
    }
    .villas-container .flex>a>div {
        padding: 59px 0;
        height: 382px;
        width: auto;
    }
    .villas-container .flex {
        flex-direction: row !important;
    }
}
@media all and (max-width: 767px) {
    .villas-container .flex > a > div .sub-villa-content {
        position: relative;
    }
    .villas-container .flex {
        flex-direction: column;
    }
    .villas-container .flex > a > div .sub-villa-content {
        top: 273px;
    }
    .villas-container .flex>a>div {
        padding: 59px 0;
        height: 382px;
        width: auto;
    }
    .villas-container .flex>a>div .sub-villa-content small {
        font-size: 20px;
    }
}

.reviews-container {
    font-family: 'Lato', sans-serif;
    position: relative;
    background-color: #554d43;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.reviews-container .reviews {
    padding: 1px 0;
}

.reviews-container .reviews .wrapper {
    max-width: 940px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #554d43 !important;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 50px !important;
    line-height: 35px !important;
    padding-top: 30px;
    margin-bottom: 40px;
}

.reviews-container .reviews .home-reviews {
    padding: 0;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #554d43;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #554d43;
    font-size: 16px;
    margin-left: 0 !important;   
    padding: 0;
}

.reviews-container .reviews .home-reviews ul li {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #554d43;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: center !important;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    display: block;
    color: #554d43;
    margin-bottom: 20px;
    font-size: 16px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    display: block;
    color: #554d43;
    margin-top: 20px;
    font-size: 16px;
}
@media all and (max-width: 1023px) {
    .reviews-container {
        background-size: cover;
    }

    .reviews-container:after {
        display: none;
    }

    .reviews-container .reviews {
        width: 100%;
    }
    
    .reviews-container .reviews h2 {
        max-width: none;
        color: #4a4949 !important;
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 0;
    }

    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;
    }
    
    .reviews-container .reviews .home-reviews ul {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .reviews-container .reviews .home-reviews ul li .right {
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .reviews-container .reviews h2 {
        margin-bottom: 0px;
    }
    .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;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;
        padding: 15px 0;
    }

    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'Open Sans', sans-serif;
    color: #4a4949;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.content-container .content .content-item.odd,
.content-container.scroll .content .content-item.odd {
    margin-top: 0;
}

.content-container.scroll .content .content-item:first-of-type {
    background: #fff;
    border-top: none;
    border-bottom: none;
}

.content-container.scroll .content .content-item:first-of-type .wrapper {
    padding-top: 40px;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    max-width: 940px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #7e7466;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
}

.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #7e7466;
    display: block;
}

.content-container.scroll .content .content-item h1.entry-title {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 30px;
}

.content-container .content .content-item h2.entry-title {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 26px;
    font-family: raleway,sans-serif;
    text-transform: uppercase;
    font-size: 29px;
    color: #7e7466;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #7e7466;
    margin-top: -1px;
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}

.content-container .content .content-item h3 p {
    color: #4a4949;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;    
}
.content-container .content .content-item h3 {
    color: #7e7466;
    font-size: 23px;
    font-family: raleway,sans-serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item .bg-holder {
        background-image: none !important;
    }

    .content-container .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 35px !important; 
        line-height: 55px !important;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        line-height: 42px;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }

    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        font-size: 22px;
        line-height: 26px;
        margin-top: 0;
    }
}

@media all and (max-width: 767px) {
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 30px !important;
        border-bottom: 1px solid #fff;
    }
}

.content-container .content .content-item p {
    font-size: 16px;
    color: #7e7466;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.content-container .content .content-item img {
    max-width: none;
    width: 100%;
}

/* MENU SPY */

.content-container .content .content-item .spy,
.content-container .content .content-item .sticky .spy {
    background: #d5ded9;
    border-bottom: none;
}

.content-container .content .content-item .sticky .spy {
    border-bottom: none;
}

.content-container .content .content-item .spy ul {
    text-align: center;
    background: none;
    max-width: 940px;
}

.content-container .content .content-item .spy ul li {
    padding: 17px 0;
}

.content-container .content .content-item .spy ul li:first-child a {    
    border-left: none;
}

.content-container .content .content-item .spy ul li a {    
    border-right: 1px solid #fff;
}
.content-container .content .content-item .spy ul li:last-child a {    
    border-right: none;
}

.content-container .content .content-item .spy ul li a {
    color: #fff;
    font-size: 13px;
    font-family: raleway,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
    letter-spacing: 2px;

    -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: 0px 15px;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #7e7466;
}

.content-container .content .content-item .spy ul li.active a {
    color: #7e7466;
}

@media all and (max-width: 1023px) {
    .content-container .content .content-item .sticky .spy {
        padding: 0 15px;
    }
    .content-container .content .content-item .spy ul li a, .content-container .content .content-item .sticky .spy ul li a {
        padding: 0px 15px !important;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li {
        padding: 10px 0;
    }
}

.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: #4a4949;
    font-family: 'Open Sans', 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', sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}

.box-container .box .sub-villa-content p {
    color: #4a4949;
    font-family: 'Roboto', 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: 1023px) {
    .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;
    }
}

.villas-container .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.villas-container .jarallax {
    min-height: 150px;
}

.villas-container .jarallax h2 {
    font-size: 72px;
    line-height: 150px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.villas-container .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.villas-container .group .villa {
    flex: 1;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.villas-container .group .villa > div {
    background-size: cover;
    background-position: center;
    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.villas-container .group .villa:hover > div {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.villas-container .group .villa > div:before {
    background: url(images/gradient.png) repeat-x top center;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.villas-container .group .villa .sub-villa-img {
    text-align: center;    
    margin: 30px 0 75%;
}

.villas-container .group .villa .sub-villa-content {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    padding-bottom: 20px;
    margin-right: 25px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
    .villas-container .wrapper {
        padding: 0;
    }
    
    .villas-container .jarallax {
        min-height: 100px;
    }
    
    .villas-container .jarallax h2 {
        font-size: 42px;
        line-height: 100px;
    }
    
    .villas-container .group {
        display: block;
        margin: 0;
    }
    
    .villas-container .group .villa {
        margin: 15px;
        display: block;
    }
    
    .villas-container .group .villa .sub-villa-img {
        margin: 30px 0 250px;
    }
}

.home .content-container .content .content-item:first-of-type {
    background: #f1f1f1;
}

.home .content-container .content .content-item h1.entry-title small {
    color: #7e7466;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    text-transform: lowercase;
    display: block;
}

.home .content-container .content .content-item .the-content .img {    
    float: right;
    margin-left: 30px;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    padding: 0;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item .poi li {
    width: 128px;
    font-size: 14px;
    color: #8b8b8b;
    display: inline-block;
    padding: 10px 0;
}
.home .content-container .content .content-item h1.entry-title {
    font-size: 50px !important;
}
.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/desindesvillas/images/icons-sprite.png") no-repeat;
    height: 61px;
    width: 61px;
    display: block;
    margin: 0 auto 5px;
}

.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: -78px 0;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -156px 0;
}

.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -234px 0;
}

.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -312px 0;
}

.home .content-container .content .content-item .poi li#poi-6:before {
    background-position: -390px 0;
}

.home .content-container .content .content-item .group {
    margin: 0px -2px 4px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.home .content-container .content .content-item .group > div {
    margin: 0 10px;  
    flex: 1; 
}

.home .content-container .content .content-item .group a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8); 
    opacity: 0;
    z-index: 1;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home .content-container .content .content-item .group a {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    text-align: center;    
    display: block;
    position: relative;
    overflow: hidden;
    -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 .group a:hover:before {
    opacity: 1;
}

.home .content-container .content .content-item .group a span {
    color: #7e7466;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    
    -webkit-transform: translate(-50%, -50%);    
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    -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 .group a:hover span {
    opacity: 1;
}
.home .content-item:first-of-type .wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media all and (max-width: 767px) {
    .home .content-container .content .content-item h1.entry-title small {
        text-align: center !important;
    }
}
@media all and (max-width: 1023px) {  
    .home .content-container .content .content-item .cta {
        top: 39vw;
    }
    .home .content-container .content .content-item .the-content .img {
        display: none;
    }
    
    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }
    
    .home .content-container .content .content-item h1.entry-title strong {
        font-size: 45px;
        line-height: 1;
    }
    .home .content-container .content .content-item h1.entry-title small {
        text-align: center !important;
    }
}

@media all and (max-width: 767px) {
    .home .content-container .content .content-item .cta {
        top: 140px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .home .content-container .content .content-item .group a {
        font-size: 15px;
    }
}

@media all and (max-width: 520px) {
    .home .content-container .content .content-item .group {
        display: block;
        margin-bottom: 0;
    }
    
    .home .content-container .content .content-item .group > div {
        min-width: 100%;
        margin: 0 0 4px;
    }
}


.about .content-container .content .content-item.floorplan {
    background: #eff5fb;
    margin-top: 1px;
}

.about .content-container .content .content-item .img {
    float: left;
    margin-right: 20px;
}

.about .content-container .content .content-item a {
    color: #4a4949;
}
.about-elite-havens a {
    color: #7e7466;
}


@media all and (max-width: 1023px) {
    .about .content-container .content .content-item .img {
        display: none;
    }
}

.explore .content-container .content .content-item.living-areas,
.explore .content-container .content .content-item.bedrooms,
.explore .content-container .content .content-item.quick-facts {
    margin-top: 1px;
}

.explore .content-container .content .content-item.living-areas .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper,
.explore .content-container .content .content-item.quick-facts .wrapper {
    border-top: 1px solid rgba(126, 116, 102, 0.1);
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    text-align: center;
    margin-top: 20px;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto 0 4px;
    border: 1px solid #7e7466;
    display: block;    
    min-width: calc(50vw - 4px);
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #7e7466;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 20px;
}

.explore .content-container .content .content-item.living-areas .img:last-of-type {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}

.explore .content-container .content .content-item.living-areas .img:first-of-type {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}

.explore .content-container .content .content-item.living-areas .img:after {
    content: '';
    display: block;
    clear: both;
}

.explore .content-container .content .content-item.living-areas .img img {
    width: auto;
    max-width: 100%;
}

.explore .content-container .content .content-item.living-areas .img img:last-of-type {
    float: right;
}

.explore .content-container .content .content-item.living-areas .img img:first-of-type {
    float: left;
}

.explore .content-container .content .content-item.bedrooms .img {
    margin-bottom: 30px;
}

.explore .content-container .content .content-item.bedrooms .img:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
}

.explore .content-container .content .content-item.bedrooms .img:after {
    content: '';
    display: block;
    clear: both;
}

.explore .content-container .content .content-item.bedrooms .img img {
    float: left;
}

.explore .content-container .content .content-item.bedrooms .img img:last-of-type {
    float: right;
}

.img.img1 img:first-of-type {
    margin-right: 1% !important;
}

.explore .content-container .content .content-item.bedrooms .img img {
    width: auto;
    max-width: 100%;
}

.explore .content-container .content .content-item .group {
    display: flex;
    align-items: center;
    margin: 0 -15px 30px;
}

.explore .content-container .content .content-item .group:first-of-type {
    margin-top: 30px;
}

.explore .content-container .content .content-item .group > div {
    flex: 1;
    margin: 0;
}

.explore .content-container .content .content-item .group .half {
    max-width: calc(50% - 30px);
    flex-basis: 50%;
    margin: 0 15px;
}

.explore .content-container .content .content-item .group .half H3 {
    margin-top: 0;
}

.explore .content-container .content .content-item.quick-facts .group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item h3 {
        margin-top: 25px;
    }
    
    .explore .content-container .content .content-item.quick-facts .group {
        display: block;
        margin: 0 0 30px;
    }
    
    .explore .content-container .content .content-item .group .half.half-img {
	    display: none;
    }
    
    .explore .content-container .content .content-item.living-areas .img:first-of-type,
    .explore .content-container .content .content-item.bedrooms .img {
        display: none;   
    }
}
@media all and (max-width: 767px) {
        .explore .content-container .content .content-item .group .half {
        max-width: none;
    }
    .explore .content-container .content .content-item.living-areas .img:last-of-type {
        float: none;
        margin-right: 0px;
    }
    div#living-areas p {
        margin-bottom: 15px;
    }
    .explore .content-container .content .content-item.living-areas .img img:first-of-type {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 1023px) {
    .living-areas .img:last-of-type {
        display: none !important;
    }
}

.quick-facts .content-container .content .content-item .half:first-of-type,
.explore .content-container .content .content-item.quick-facts .half:first-of-type {
    padding-right: 20px;
}

.quick-facts .content-container .content .content-item .half:last-of-type,
.explore .content-container .content .content-item.quick-facts .half:last-of-type {
    padding-left: 20px;
}

.quick-facts .content-container .content .content-item .item,
.explore .content-container .content .content-item.quick-facts .item {
    color: #4a4949;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 100px;
}

.quick-facts .content-container .content .content-item .item:last-of-type,
.explore .content-container .content .content-item.quick-facts .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong,
.explore .content-container .content .content-item.quick-facts .item strong {
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    color: #7e7466;
}

.quick-facts .content-container .content .content-item .item a,
.explore .content-container .content .content-item.quick-facts .item a {
    color: #4a4949;
}

.quick-facts .content-container .content .content-item .item:before,
.explore .content-container .content .content-item.quick-facts .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before,
.explore .content-container .content .content-item.quick-facts .item#location:before {
    background-position: 0 0;
}

.quick-facts .content-container .content .content-item .item#capacity:before,
.explore .content-container .content .content-item.quick-facts .item#capacity:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before,
.explore .content-container .content .content-item.quick-facts .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#gym:before,
.quick-facts .content-container .content .content-item .item#gym-yoga:before,
.explore .content-container .content .content-item.quick-facts .item#gym:before,
.explore .content-container .content .content-item.quick-facts .item#gym-yoga:before {
    background-position: 0 -1405px;
}

.quick-facts .content-container .content .content-item .item#spa:before,
.quick-facts .content-container .content .content-item .item#gym--spa:before,
.explore .content-container .content .content-item.quick-facts .item#spa:before,
.explore .content-container .content .content-item.quick-facts .item#gym--spa:before {
    background-position: 0 -1217px;
}

.quick-facts .content-container .content .content-item .item#pool:before,
.explore .content-container .content .content-item.quick-facts .item#pool:before {
    background-position: 0 -278px;
}

.quick-facts .content-container .content .content-item .item#staff:before,
.quick-facts .content-container .content .content-item .item#estate-staff:before,
.explore .content-container .content .content-item.quick-facts .item#staff:before,
.explore .content-container .content .content-item.quick-facts .item#estate-staff:before {
    background-position: 0 -373px;
}

.quick-facts .content-container .content .content-item .item#dining:before,
.explore .content-container .content .content-item.quick-facts .item#dining:before {
    background-position: 0 -467px;
}

.quick-facts .content-container .content .content-item .item#communication:before,
.explore .content-container .content .content-item.quick-facts .item#communication:before {
    background-position: 0 -561px;
}

.quick-facts .content-container .content .content-item .item#entertainment:before,
.explore .content-container .content .content-item.quick-facts .item#entertainment:before {
    background-position: 0 -655px;
}

.quick-facts .content-container .content .content-item .item#for-families:before,
.explore .content-container .content .content-item.quick-facts .item#for-families:before {
    background-position: 0 -750px;
}

.quick-facts .content-container .content .content-item .item#transport:before,
.quick-facts .content-container .content .content-item .item#transportation:before,
.explore .content-container .content .content-item.quick-facts .item#transport:before,
.explore .content-container .content .content-item.quick-facts .item#transportation:before {
    background-position: 0 -844px;
}

.quick-facts .content-container .content .content-item .item#events:before,
.explore .content-container .content .content-item.quick-facts .item#events:before {
    background-position: 0 -935px;
}

.quick-facts .content-container .content .content-item .item#property-area:before,
.explore .content-container .content .content-item.quick-facts .item#property-area:before {
    background-position: 0 -1028px;
}

.quick-facts .content-container .content .content-item .item#additional-facilities:before,
.explore .content-container .content .content-item.quick-facts .item#additional-facilities:before {
    background-position: 0 -1123px;
}

.quick-facts .content-container .content .content-item .item#marketed-by:before,
.quick-facts .content-container .content .content-item .item#managed--marketed-by:before,
.explore .content-container .content .content-item.quick-facts .item#marketed-by:before,
.explore .content-container .content .content-item.quick-facts .item#managed--marketed-by:before {
    background-position: 0 -1311px;
}
.quick-facts .content-container .content .content-item .item#pools:before {
    background-position: 0 -278px;
}
@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item,
    .explore .content-container .content .content-item.quick-facts .item {
        font-size: 14px;
    }

    .quick-facts .content-container .content .content-item .item strong,
    .explore .content-container .content .content-item.quick-facts .item strong {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half,
    .explore .content-container .content .content-item.quick-facts .half {
        float: none;
        width: 100%;
    }

    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type,
    .explore .content-container .content .content-item.quick-facts .half:first-of-type,
    .explore .content-container .content .content-item.quick-facts .half:last-of-type {
        padding: 0;
        margin: 0;
    }

    .quick-facts .content-container .content .content-item .item:last-of-type,
    .explore .content-container .content .content-item.quick-facts .item:last-of-type {
        margin-bottom: 25px;
    }

    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type,
    .explore .content-container .content .content-item.quick-facts .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container .press-item a {
    color: #4a4949;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #4a4949;
    color: #4a4949;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #4a4949;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #4a4949;
    border-color: #4a4949;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
}

.video .content-container .content .content-item .video iframe {
    height: 623px;
}

.video .content-container .content .content-item .video iframe.active {
    opacity: 1;
}

@media all and (max-width: 767px) {
    .video .content-container .content .content-item .video iframe {
        height: 400px;
    }
}

@media all and (max-width: 600px) {
    .video .content-container .content .content-item .video iframe {
        height: 300px;
    }
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #7e7466;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

.floorplan .content-container .content .content-item .tabs > ul {
    text-align: left;
}

.floorplan .content-container .content .content-item .tabs > ul li a {
    background: #d5ded9;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.floorplan .content-container .content .content-item .tabs > ul li.current a {
    background: #7e7466;
    color: #fff;
}

@media all and (max-width: 767px) {

    .floorplan .content-container .content .content-item .tabs > ul li {
        display: block;
    }
    
}

/* GALLERY */

.gallery .content-container .content .content-item .tabs > ul li a {    
    background: #d5ded9;
    color: #625c5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.gallery .content-container .content .content-item .tabs > ul li.current a {
    background: #7e7466;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-container li {
    width: 33.3333333%;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #ddd;
    color: #7e7466;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #7e7466;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #7e7466;
    border: 1px solid #ddd;
    color: #fff;
}

@media all and (max-width: 767px) {

    .gallery .content-container .content .content-item .tabs > ul li {
        display: block;
    }
    
}

.weddings .content-container .content .content-item h1.entry-title {
    text-align: left;
}

.weddings .content-container .content .content-item .img {
    float: right;
    margin: -70px 0 0 30px;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
    margin-bottom: 5px;
    margin-top: 15px;
    display: flex;
}

.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 3px solid #0e6983;
    background: #fff;
    color: #5c595b;
    padding: 14px 0;
    line-height: 28px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 100%;
    margin-right: 5px;
    flex-basis: 50%;
    max-width: 50%;
}

.weddings .content-container .content .content-item ul.capacity li {
    margin: 0;
    text-transform: uppercase;
    display: block;
    line-height: 1.7;
}

.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 {
    border: 3px solid #0e6983;
    padding: 14px 0;
    flex-basis: 50%;
    max-width: 50%;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #7e7466;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    display: block;
    -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:hover {
    text-decoration: underline;
}

.weddings .content-container .content .content-item .group .half {
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}

.weddings .content-container .content .content-item .group .half.half-content {
    padding: 30px 0 30px 30px;
}

/* PHOTO ALBUM */

.weddings .content-container .content .content-item .photo-album-thumbs {
    background: #dcf0f4;
}

@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 {
        display: block;
        width: auto;
    }

    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }

    .weddings .content-container .content .content-item .group .half {
        display: none;
    }

    .weddings .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
}


.locale .content-container .content .content-item.things-to-do {
    margin-top: 1px;
}

.locale .content-container .content .content-item.things-to-do .wrapper {
    border-top: 1px solid rgba(126, 116, 102, 0.1);
}
.locale a {
    color: #7e7466;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: left;
    width: 50%;
    height: 295px;
    margin-top: 30px;
    margin-right: 30px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #7e7466;
    font-family: raleway,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 .img {
    margin-right: 30px;
    margin-top: -5px;
    float: left;
}

.locale .content-container .content .content-item.things-to-do ul {
    font-size: 16px;
    color: #7e7466;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 26px;
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px;
}

.locale .content-container .content .content-item.things-to-do ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.locale .content-container .content .content-item.things-to-do ul li:last-of-type {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do .group {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    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: 3px;
    font-size: 16px;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.locale .content-container .content .content-item.things-to-do .group .half .img {
    margin: 0 auto
}

.locale .content-container .content .content-item.things-to-do .group .half img {
    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: #4a4949;
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.the-locale h3 {
        margin-top: 25px;
    }
    
    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
    
    .locale .content-container .content .content-item.things-to-do .group {
        margin-top: 15px;    
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half {
        width: calc(100% - 30px);
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half.half-img {
        display: none;
    }
}

@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;
        margin-right: 0;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }

    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        width: auto;
        padding: 0 !important;
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
    
    .locale .content-container .content .content-item.things-to-do .img { 
        display: none;
    }
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 30px;
    overflow: hidden;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    color: #4a4949;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 24px;
    text-transform: none;
}
.experience .content-container .content .content-item.staff dt, 
.experience .content-container .content .content-item.spa dt {
   color: #4a4949;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 24px;
    text-transform: none;
    text-align: left;
    font-family: raleway,sans-serif;
    font-size: 23px;
    color: #7e7466;
}
.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.spa dt {
    display: block;
    vertical-align: top;
}
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    display: block;
    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: #4a4949;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0
}

.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff .img,
.experience .content-container .content .content-item.families .img {
    margin-bottom: 30px;
}

.experience .content-container .content .content-item.staff .img:after {
    content: '';
    display: block;
    clear: both;
}

.experience .content-container .content .content-item.staff .img img {
    float: left;
}

.experience .content-container .content .content-item.staff .img img:last-of-type {
    float: right;
}

.experience .content-container .content .content-item.staff .img img:first-of-type {
    margin-right: 1%;
}

.experience .content-container .content .content-item.staff .img img {
    width: auto;
    max-width: 100%;
}
.experience .content-container .content .content-item.dining .img {
    margin-right: 30px;
    float: left;
}
.experience .content-container .content .content-item.dining .img {
    margin-right: 30px;
    float: left;
}
.experience .content-container .content .content-item.dining p {
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
}

.experience .content-container .content .content-item.dining .img:last-of-type {
    margin-top: -2px;
    margin-right: 0;
    overflow: hidden;
    float: none;
}

.experience .content-container .content .content-item.families .img:last-of-type {
    margin-bottom: 0;
    margin-left: 30px;
    float: right;
}

.experience .content-container .content .content-item .group {
    display: flex;
    align-items: center;
    margin: 40px -2px 4px;
}

.experience .content-container .content .content-item.families .group {
    margin-bottom: 40px;
}

.experience .content-container .content .content-item .group > div {
    flex: 1;
    margin: 0 2px;
}

.experience .content-container .content .content-item .group > .img {
    margin: 40px -42.6% 0;
}

.experience .content-container .content .content-item .group .half {
    max-width: 50%;
    flex-basis: 50%;
}

.experience .content-container .content .content-item .group .half:nth-of-type(odd) .img {
    margin-left: -86.9%;
}

.experience .content-container .content .content-item .group .half:nth-of-type(even) .img {
    margin-right: -86.9%;
}

.experience .content-container .content .content-item.families a {
    color: #7e7466;
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item.dining .img {
        margin-right: 0px;
        margin-bottom: 15px;
        float: none;
    }
    .experience .content-container .content .content-item.families .img:last-of-type {
        margin-bottom: 15px;
        margin-left: 0px;
        float: none;
    }
    .experience .content-container .content .content-item.families .img {
        margin-bottom: 15px !important;
    }
}
@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item.dining .img:first-of-type {
        display: none !important;
    }
    .experience .content-container .content .content-item.dining .img:last-of-type {
        margin-top: 0px;
    }
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.spa dt {
        margin-top: 30px;
    }
    
    .experience .content-container .content .content-item.staff dt:first-of-type,
    .experience .content-container .content .content-item.spa dt:first-of-type {
        margin-top: 0;
    }
    
    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd,
    .experience .content-container .content .content-item.spa dt,
    .experience .content-container .content .content-item.spa dd {
        width: auto;
        display: block;
    }
    
    .experience .content-container .content .content-item.staff .img {
        display: none;
    }

    .experience .content-container .content .content-item.families .img:last-of-type {
        display: none;
    }
    
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    opacity: 1;
    border: 1px solid #7e7466;
    background: #fff;
    padding: 30px 0 15px;
    margin: 0 0 20px 0;
}

.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-container:before,
.guest-reviews .content-container .content .content-item .reviews-container:after {
    display: none;
}

.guest-reviews .content-container .content .content-item .reviews-container .review,
.guest-reviews .content-container .content .content-item .slides li {
    opacity: 0;
    padding: 0;
    /* display: none; */
}

.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;
    margin-top: 0;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: none;
    float: left;
    color: #7e7466;
    font-size: 140px;
    margin: 31px 10px -10px -10px;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}
.guest-reviews .content-container .content .content-item .slides li .rname {
    text-transform:  capitalize !important;
}

.guest-reviews .content-container .content .content-item .reviews-container a {
    color: #4a4949;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    display: block;
    text-align: right;
    color: #7e7466;
    font-size: 16px;
    font-family: lato,sans-serif;
    line-height: 24px;
}

.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', sans-serif;
    font-size: 15px;
    border-left: none;
    padding: 0;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #ddd !important;
    color: #7e7466 !important;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #7e7466;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .slides li .gr-date {
        margin-top: 0;
        text-align: left;
        display: block;
        color: #7e7466;
        font-size: 16px;
        font-family: lato,sans-serif;
        text-align: justify;
        line-height: 24px;
        font-weight: 600;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #7e7466;
    border: 1px solid #ddd;
    color: #fff !important;
}

@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .reviews-container, 
    .guest-reviews .content-container .content .content-item .slides {
        border-bottom: none;
    }
    
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 480px) {

    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
        width: 100%;
        border-top: 1px solid #7e7466 !important;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #4a4949;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 1px solid #7e7466;
    font-family: 'Roboto', sans-serif;
}

.rates .content-container .content .content-item .promotions {
    background: #7e7466;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #7e7466;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #fff;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #d5ded9;
    color: #7e7466;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}
.rates .content-container .content .content-item .tabs > ul li a {
    background: #d5ded9;
    color: #7e7466;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #7e7466;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #7e7466;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.rates .content-container .content .content-item .tabs-end table th:first-of-type {
    text-align: center;
    width: 40%;
}

tr.pernight th:first-of-type {
      background: #99b2b7!important;
}

.rates .content-container .content .content-item .tabs-end table th:nth-of-type(4) {
    background: #7e7466;
}

.rates .content-container .content .content-item .tabs-end table th .datesContainer {
    font-size: 13px;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #d5ded9;
    color: #4a4949;
    font-family: 'Roboto', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #99b2b7!important;
    color: #fff;
}
th.tblheading {
    background: #99b2b7!important;
}
.rates .content-container .content .content-item .tabs-end table td img {
    margin: 0 auto;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions {
    display: inline-block;
    float: right;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #37557c;
}
.rates .content-container .content .content-item .tabs-end table tr:nth-of-type(2n) td {
    background: #f2f5f4 !important;
}
.content-guarantee {
    /* top: 25px; */
    position: absolute;
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 1px;
    }
    .content-guarantee {
        top: 0px;
        position: relative;
        margin-right:  10px !important;
    }
}
@media all and (min-width: 768px) {
    .general-enquiries .content-guarantee, 
    .reservations .content-guarantee {
        /* top: -77px; */
        position: relative;
    }
}

/* FORM */

.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #4a4949;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #4a4949;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.general-enquiries .content-container .content .content-item form {
    margin-top: 20px;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #7e7466;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #4a4949;
    font-family: 'Roboto', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .form-col:first-of-type,
.general-enquiries .content-container .content .content-item form .form-row .form-col:first-of-type {
    width: 147px;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'Roboto', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Roboto', sans-serif;
}


.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', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Roboto', sans-serif;
}

.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 14px;
    font-weight: 400;
    font-family: lato,sans-serif;
    border: 1px dotted #c49a6c;
    background: #d5ded9;
    color: #4a4949;
    padding: 10px 20px;
    text-transform: none;
    text-transform: uppercase;
    font-family: lato,sans-serif;
    font-size: 14px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 10px 35px;
}

.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 {
    border-color: #7e7466;
    background: #7e7466;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #7e7466;
    font-family: raleway,sans-serif;
}
.links .content-container .content .content-item h1.entry-title, 
.sitemap .content-container .content .content-item h1.entry-title {
    text-align: left !important;
}
.links .content-container .content .content-item a h2 {
    color: #7e7466 !important;
    text-decoration: underline;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h3 {
    color: #4a4949;
}

.links .content-container .content .content-item h2 {
    color: #4a4949;
    font-family: raleway,sans-serif;
}

.links .content-container .content .content-item h2 a {
    color: #7e7466
}

.links .content-container .content .content-item h3 {
    color: #4a4949;
    font-family: 'Roboto', sans-serif;
}