/* http://www.saffronandbluevilla.com
   v1.0 | 20180426
   License: Elite Havens
*/

.wrapper {
    max-width: 1024px;
}

.wrapper.wrapper-wide {
    max-width: 1620px;
}

.header-container .wrapper {
    max-width: none;
    padding: 0;
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

/* HEADER */
.header-container {}

.header-container .header {
    padding: 1px 0 34px;
}

.header-container .header.wrapped {
    padding: 0 0 35px;
}

.header-container.sticky .header {
    padding: 10px 0 15px;
}

.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 #282828;
}

.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: 10px;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 15px 0 0;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: 8px;

    -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 {
    margin-bottom: 0;
    max-height: 95px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    max-height: 47px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.header-container .header .nav {
    margin: 35px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 8px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 23px;
}

.header-container .header .nav ul li a {
    color: #4c4c4e;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: -1px;
}

.header-container .header .nav ul li:hover a {
    color: #282828;
    border-bottom-color: #282828;
}

.header-container .header .nav ul li.active a {
    color: #282828;
    border-bottom-color: #aaa18c;
}

.header-container .header .nav ul li:last-of-type a {
    background: #fff;
    color: #282828;
    border: 1px solid #282828;
    padding-left: 7px;
    padding-right: 7px;
}

.header-container .header .nav ul li:last-of-type a:hover,
.header-container .header .nav ul li:last-of-type a.active {
    background: #aaa18c;
    color: #fff;
    border-color: #aaa18c;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 296px;
}

.header-container .header .nav ul li .subnav {
    background: #282828;
    margin-top: 15px
}

.header-container .header .nav ul li .subnav li a {
    background: #aaa18c;
    color: #fff;
    border: none;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #282828;
}

@media all and (max-width: 1053px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 15px;
    }

    .header-container.sticky .header {
        padding: 0 0 15px;
    }

    .header-container .header .logo a {
        position: relative;
        margin: 0 0 10px;
        left: 0;
        padding: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-container.sticky .header .logo a {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-container .header .logo a img {}

    .header-container.sticky .header .logo a img {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        border-bottom-color: transparent;
        margin: 0 0 0;
    }

    .header-container .header .nav > ul > li {
        margin-left: 20px;
    }

    .header-container .header .nav > ul > li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 1023px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 15px;
    }

    .header-container.sticky .header.wrapped {
        padding: 0 0 15px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .header-container .header .logo a img {}

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 0 0 0;
    }
}

@media all and (max-width: 767px) {

    .header-container .header .toggler {
        top: 11px;
    }

    .header-container.sticky .header .toggler {
        top: 11px;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 35px;
        margin-top: 0px;
    }
    
    .header-container .header .logo a, 
    .header-container.sticky .header .logo a{
        margin: 0;
        padding: 5px;
    }
    
    .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: #282828;
    }
}
/* FOOTER */
.footer-container .footer {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}

.footer-container .footer .column h3 {
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 26px;
}
.footer-container .footer .column a {
    color: #282828;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 36px;
}
.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 64px;
    margin-top: 15px;
}

.footer-container .footer .column .socials {
	margin-bottom: 5px;
}

.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #fff;
    border: 1px solid #000;
    color: #282828;
    -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:hover {
    background: #aaa18c;
    border-color: #aaa18c;
    color: #fff;
}
.footer-container .footer .bottom {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
    top: 37px;
}

.footer-container .footer .bottom .marketed {
    margin: 15px auto 15px;
}
.footer-container .tavr_certificate_of_excellence {
    margin: 0 auto 15px;
}
@media all and (min-width: 1024px) {
    .footer-container #chse_badge {
        /* position: absolute; */
       margin-left: 5%;
       width: 45%;
       float: right;
    }
    .footer-container .footer .bottom .tavr_certificate_of_excellence{
        float: left;
        width: 40%!important;
        height: calc(70px + (152 - 70) * (100vw - 320px) / (1920 - 320))!important;
    }
    .footer-container .footer .bottom .tavr_certificate_of_excellence img{
        width: 58%!important;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px
    }
    .footer-container #chse_badge {
        margin-left: 0px;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
    .footer-container .footer .bottom {
        top: 325px !important;
    }
    .footer-container .footer .column address {
        margin-bottom: 58px;;
    }
}

@media all and (max-width: 767px) {
    .footer-container .footer .column .socials {
        margin-bottom: 20px
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px
    }
    .footer-container .footer .bottom .marketed {
        margin: 25px auto 15px
    }
    .footer-container .group .half {
        float: none;
        width: 100%;
    }
   
}

/* Mini Form */

.miniform .form-column.select:after {
    border-top-color: #282828;
}

.miniform button {
    background: #000 !important;
}


@media (max-width: 980px) {
    .miniform .form-column {
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .miniform .form-container:last-of-type .form-column {
        background-position: 50% center !important
    }
}

/* HERO CONTAINER */

.hero-container .slideshow .caption big {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'Source Sans Pro', 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%
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #000;
    margin-top: -70px;
    margin-bottom: 70px;
}

.buttons-container .button {
   
    padding: 30px 0;
}

.home .buttons-container .button {
    padding-top: 0;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
}

.buttons-container .button a {
     color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    border: 1px solid #000;
    font-weight: 300;
    background: #fff;
    padding: 20px 30px 21px;
    min-width: 255px;
}
.buttons-container .button a:hover {
    background: #aaa18c;
    color: #fff;
    border-color: #aaa18c;
}

.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}

.buttons-container .prevnext a {
    position: absolute;
    text-decoration: none;
    color: #282828;
    background: #fff;
    right: 0;
    top: -78px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.buttons-container .prevnext a:hover {
    color: #aaa18c;
}
.buttons-container .prevnext a i {
   background: #fff;
    color: #282828;
    border: 1px solid #000;
}

.buttons-container .prevnext a:hover i {
    background-color: #787e8b !important;
    border-color: #787e8b !important;
    -webkit-filter: hue-rotate(90deg) invert(100%);
    -o-filter: hue-rotate(90deg) invert(100%);
    filter: hue-rotate(90deg) invert(100%);
}

.buttons-container .prevnext a.prev i {
    background: url("lilibel/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    background: url("lilibel/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 1050px) {
    .buttons-container .prevnext a {
        font-size: 17px
    }
}


@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px
    }

    .home .buttons-container:after {
        margin-top: -41px;
        margin-bottom: 41px
    }

    .buttons-container .button a {
        min-width: 190px
    }
}

.reviews-container {
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.reviews-container .reviews {
    padding: 1px 0;
}

.reviews-container .reviews .wrapper {
    max-width: 1024px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #282828 !important;
    font-family: 'Playfair Display', 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, .8);
    padding: 40px 0;
    text-align: left;
    width: 50%;
    margin: 50px 0;
    margin-left: 50%;
    position: relative;
}

.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .8);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    margin-left: -40px;
}

.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #282828;
    font-size: 16px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
    font-weight: 300;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: left !important;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #282828;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #282828;
    margin-top: 20px;
    display: block;
    font-family: 'Playfair Display', 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: #aaa18c !important;
        border-bottom: 1px solid #aaa18c;
        padding-top: 15px
    }

    .reviews-container .reviews {
        background: transparent;
        padding: 0 0 15px 0
    }

    .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: 15px
    }

    .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: 'Source Sans Pro', sans-serif;
    color: #282828;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}

.content-container .content .content-item.odd {
    margin-top: 0;
}

.content-container.scroll .content .content-item.odd {
    margin-top: 5px;
}

.content-container.scroll .content .content-item:first-of-type {
    background: none;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    max-width: 1024px;
}

.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
}

.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: #282828;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 50px;
    text-transform: none;
    text-align: center;
}

.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: #282828;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 24px;
    text-transform: none;
    text-align: center;
}

.content-container.scroll .content .content-item h1.entry-title {
    z-index: 21;
    line-height: 62px;
}

.content-container.scroll .content .content-item h1.entry-title.sticky {
    line-height: 56px;
}

.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #282828;
}

.content-container .content .content-item h2.entry-title {
    margin-bottom: 35px;
    color: #282828;
    line-height: 1;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #a79778;
    margin-top: -1px;
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 35px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400;
}

@media all and (max-width: 1023px) {
    .content-container.scroll .content .content-item h1.entry-title {
        line-height: 54px
    }
    .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 {
        line-height: 26px;
        margin-top: 0
    }
}

@media all and (max-width: 767px) {
    .content-container.scroll .content .content-item h1.entry-title {
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        line-height: 1
    }

}

.content-container .content .content-item p {
    font-size: 16px;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}
.content-container .content .content-item p a {
    color: #282828;
}

.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: #fff;
    position: relative;
    left: 0;
    right: 0;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    border-bottom: 1px solid #000;
}

.content-container .content .content-item .spy ul {
    background: none;
    font-size: 0;
    text-align: right;
    display: block;
    width: auto;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .spy ul li {
    margin-left: 30px;
}

.content-container .content .content-item .spy ul li a {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 21px 0 20px;
    -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: 16px 0 15px;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #aaa18c;
}

.content-container .content .content-item .spy ul li.active a {
    color: #aaa18c;
}

@media all and (max-width: 1023px) {
	.content-container .content .content-item .sticky .spy ul {
        padding: 0 15px
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li {
        margin-left: 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: #282828;
    font-family: 'Playfair Display', 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: 'Playfair Display', serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}

.box-container .box .sub-villa-content p {
    color: #282828;
    font-family: 'Source Sans Pro', 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 .wrapper {
    padding-bottom: 40px;
    max-width: 1170px;
}

.home .content-container .content .content-item h1.entry-title strong {
    display: block;
}

.home .content-container .content .content-item:last-of-type h2 {
    color: #282828;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-align: center;
    line-height: 38px;
    max-width: 850px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.home .content-container .content .content-item:last-of-type h2 small {
    font-size: 30px;
}

.home .content-container .content .content-item:last-of-type a {
    display: block;
    max-width: 200px;
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    padding: 20px 10px;
    -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:last-of-type a:hover {
    color: #fff;
    background: #aaa18c;
    border-color: #aaa18c;
}

.home .content-container .content .content-item p {
    text-align-last: center;
}

.home .content-container .content .content-item p.tagline {
    color: #74787b;
    font-style: italic;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    max-width: 850px;
    margin: -15px auto 45px;
    text-align: center;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    margin: 0;
    padding-top: 50px;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item .poi li {
    min-width: 100px;
    margin-right: 11%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Playfair Display', 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("lilibel/images/icons-sprite.png") no-repeat;
height:99px;
width:100px;
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: -403px 0;
}

.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -601px 0;
}

.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -811px 0;
}

.home .content-container .content .content-item p:last-of-type {
    margin-bottom: 15px;
}

.home .content-container .content .content-item .img {
    margin-left: -21.7%;
    margin-right: -21.7%;
    margin-top: 30px;
}

.home .content-container .content .content-item .group {
    width: 100%;
    max-width: 1680px;
    margin: 0px auto -40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home .content-container .content .content-item .group .first-img, .home .content-container .content .content-item .group .second-img, .home .content-container .content .content-item .group .third-img {
    float: left;
    width: 32.142857142857145%;
}

.home .content-container .content .content-item .group .first-img, .home .content-container .content .content-item .group .second-img {
    margin-right: 1.7857142857142856%;
}

.home .content-container .content .content-item .group h3 {
    color: #282828;
    font-size: 35px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    line-height: 36px;
    text-transform: none;
    max-width: 520px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.home .content-container .content .content-item .group p {
    min-height: 125px;
    text-align-last: center;
    margin-bottom: 30px;
}

.home .content-container .content .content-item .group a {
    text-transform: none;
    text-decoration: none;
    color: #aaa18c;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    border: 1px solid #aaa18c;
    font-weight: 300;
    background: #fff;
    padding: 12px 10px;
    min-width: 220px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home .content-container .content .content-item .group a:hover {
    background: #aaa18c;
    color: #fff;
}

@media all and (max-width: 1720px) {
    .home .content-container .content .content-item .group {
        padding-left: 15px;
        padding-right: 15px
    }

    .home .content-container .content .content-item .img {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media all and (max-width: 1400px) {
    .home .content-container .content .content-item .group h3 {
        min-height: 108px;
        font-size: 29px;
    }

    .home .content-container .content .content-item .group p {
        min-height: 150px
    }
}

@media all and (max-width: 1053px) {
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-right: 0
    }

    .home .content-container .content .content-item .group p {
        min-height: 175px
    }
}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none
    }
    .home .content-container .content .content-item.content-item.third-row{
        display: none;
    }

    .home .content-container .content .content-item .wrapper {
        padding-bottom: 40px
    }

    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0
    }

    .home .content-container .content .content-item h1.entry-title {
        text-align: center
    }

    .home .content-container .content .content-item h1.entry-title span {
        font-size: 42px;
        line-height: 50px
    }

    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0
    }

    .home .content-container .content .content-item .poi {
        padding-top: 30px
    }

    .home .content-container .content .content-item .group .first-img, .home .content-container .content .content-item .group .second-img {
        margin-right: 0
    }

    .home .content-container .content .content-item .group .first-img, .home .content-container .content .content-item .group .second-img, .home .content-container .content .content-item .group .third-img {
        width: 100%;
        float: none;
        margin: 0px auto 0;
        padding: 0
    }

    .home .content-container .content .content-item .first-img img, .home .content-container .content .content-item .second-img img, .home .content-container .content .content-item .third-img img {
        display: none
    }

    .home .content-container .content .content-item .group h3 {
        min-height: auto
    }

    .home .content-container .content .content-item .group p {
        min-height: auto;
        margin-bottom: 10px
    }
}

@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:last-of-type h2 {
        font-size: 35px
    }

    .home .content-container .content .content-item:last-of-type h2 small {
        font-size: 26px
    }

    .home .content-container .content .content-item .img{
        margin-top: 0;
    }

    .home .content-container .content .content-item:last-of-type a {
        font-size: 20px;
        max-width: 140px;
        padding: 15px 10px;
        margin: 30px auto 30px;
    }

    .home .content-container .content .content-item .poi li {
        margin-top: 20px
    }

    .home .content-container .content .content-item .group a {
        font-size: 25px;
        min-width: 200px
    }
    .home .content-container .content .content-item.third-row{
        display: none;
    }
}

@media all and (max-width: 520px) {
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px
    }
}

.about .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0px !important;
}

.about .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}

.about .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

@media all and (max-width: 767px) {
    .about .content-container .content .content-item .wrapper.wrapper-wide {
        display: none
    }
}

.explore .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide:last-of-type {
    padding-bottom: 40px;
}

.explore .content-container .content .content-item.bedrooms .wrapper.wrapper-wide:last-of-type {
    padding-bottom: 0px !important;
}

.explore .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}

.explore .content-container .content .content-item.bedrooms h2.entry-title {
    margin-bottom: 0;
}

.explore .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.explore .content-container .content .content-item .group .group-wrapper {
    font-size: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.explore .content-container .content .content-item .group .group-wrapper .half {
    float: none;
    width: 60.8125%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item .group .group-wrapper .half.half-content {
    width: 39.1875%;
}

.explore .content-container .content .content-item .group:nth-of-type(odd) .group-wrapper .half.half-content {
    padding-left: 45px;
}

.explore .content-container .content .content-item .group:nth-of-type(even) .group-wrapper .half.half-content {
    padding-right: 45px;
}

.explore .content-container .content .content-item .group .group-wrapper h3 {
    margin-top: 0;
}

.explore .content-container .content .content-item .group .group-wrapper .first-img {
    margin-right: -47.8%;
}

.explore .content-container .content .content-item .group .group-wrapper .second-img {
    margin-left: -47.8%;
}

.explore .content-container .content .content-item.living-areas:before, .explore .content-container .content .content-item.living-areas:after {
    content: '';
    display: block;
    border-top: 1px solid #000;
    margin: 0 auto;
    max-width: 1620px;
}

.explore .content-container .content .content-item.villa-layout .wrapper, .explore .content-container .content .content-item.living-areas .wrapper {
    border-bottom: none;
}

.explore .content-container .content .content-item.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 -73px 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    border: 1px solid #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #282828;
}

@media all and (max-width: 1170px) {
    .explore .content-container .content .content-item .group .group-wrapper .first-img {
        margin-right: 0
    }

    .explore .content-container .content .content-item .group .group-wrapper .second-img {
        margin-left: 0
    }

    .explore .content-container .content .content-item.villa-layout .floorplan {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 1053px) {
    .explore .content-container .content .content-item .the-content {
        padding: 15px
    }

    .explore .content-container .content .content-item.odd .the-content {
        padding: 0
    }

    .explore .content-container .content .content-item .group .wrapper {
        margin: 0 15px;
        padding: 30px 0 0
    }
}

@media all and (max-width: 1023px) {
    .explore .content-container .content .content-item {
        margin-bottom: 0
    }

    .explore .content-container .content .content-item .the-content {
        padding: 0
    }

    .explore .content-container .content .content-item .the-content:after {
        display: none
    }

    .explore .content-container .content .content-item.bedrooms .group, .explore .content-container .content .content-item.bedrooms .group:first-of-type {
        margin-top: -40px
    }

    .explore .content-container .content .content-item .group .half:not(.half-content) {
        display: none
    }

    .explore .content-container .content .content-item .group:nth-of-type(odd) .group-wrapper .half.half-content, .explore .content-container .content .content-item .group:nth-of-type(even) .group-wrapper .half.half-content {
        padding: 0;
        width: auto
    }
   
}

@media all and (max-width: 767px) {
    .explore .content-container .content .content-item.living-areas:before, .explore .content-container .content .content-item.living-areas:after {
        margin-top: 40px;
    }

    .explore .content-container .content .content-item .wrapper:first-of-type {
        padding-bottom: 0px!important;
    }

    .explore .content-container .content .content-item .wrapper:last-of-type {
        padding-bottom: 40px
    }

    .explore .content-container .content .content-item .wrapper.wrapper-wide, .explore .content-container .content .content-item.bedrooms .first-img {
        display: none
    }

}

.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: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    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-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    color: #282828;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -9px;
    background: url(lilibel/images/quick-facts.png) no-repeat;
    height: 52px;
    width: 52px;
}

.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 -67px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -134px;
}

.quick-facts .content-container .content .content-item .item#gym-yoga:before {
    background-position: 0 -1405px;
}

.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -867px;
}

.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -198px;
}

.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -266px;
}

.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -332px;
}

.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -400px;
}

.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -467px;
}

.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -534px;
}

.quick-facts .content-container .content .content-item .item#gym:before {
    background-position: 0 -1002px;
}

.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -603px;
}

.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 -1068px;
}

.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -801px;
}

.quick-facts .content-container .content .content-item .item:last-of-type:before,
.quick-facts .content-container .content .content-item .item#managed-\&-marketed-by:before {
    background-position: 0 -935px;
}

@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px
    }

    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px
    }
}

@media all and (max-width: 767px) {
    .quick-facts .content-container .content .content-item .half {
        float: none;
        width: 100%
    }

    .quick-facts .content-container .content .content-item .half:first-of-type, .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0
    }

    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px
    }

    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0
    }
}

/* PRESS */
.press .content-container .content .content-item .press-container .press-item a {
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}
.press .content-container .content .content-item .press-container .press-item strong {
    font-size: 16px;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #000;
    color: #282828;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #000;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #000;
    border-color: #282828;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(lilibel/screenshot.png) no-repeat center center;
    background-size: cover;
    
}
.video .content-container .content .content-item .video iframe {
    height: 623px;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #000;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #282828;
}

/* GALLERY */
.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #000;
    color: #282828;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #000;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #000;
    border-color: #282828;
    color: #fff;
}


.weddings .content-container .content .content-item .wrapper {}

.weddings .content-container .content .content-item .wrapper.wrapper-wide .group {
    margin-left: -15px;
    margin-right: -15px;
}

.weddings .content-container .content .content-item .wrapper.wrapper-wide .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.weddings .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 30px !important;
}
.weddings .content-container .content .content-item .wrapper.wrapper-wide:last-of-type {
    padding-bottom: 0 !important;
}

.weddings .content-container .content .content-item h2 {
    font-size: 35px;
    text-align: center;
    color: #272727;
    font-family: 'Playfair Display', 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: 'Playfair Display', 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: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #000;
    -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: #000;
    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 #000;
    background: #fff;
    color: #282828;
    padding: 19px 15px;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 100%;
    margin-bottom: 15px;
    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 a {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    display: block;
    color: #282828;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    padding: 28px 35px;
    margin-bottom: 15px;
    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 {
    background: #000;
    color: #fff;
}

.weddings .content-container .content .content-item .wrapper .first-img {
    margin: 30px 0;
}

.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: 25px 0 25px 25px;
}

/* 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: 1053px) {
    .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
    }

    .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
    }
}

@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 .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0;
}

.locale .content-container .content .content-item .wrapper.wrapper-wide:last-of-type {
    padding-bottom: 40px;
}

.locale .content-container .content .content-item {
    margin-bottom: 0;
}

.locale .content-container .content .content-item.things-to-do:before {
    content: '';
    display: block;
    border-top: 1px solid #000;
    margin: 0 auto;
    max-width: 1620px;
}

.locale .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    position: relative;
    border-bottom: none;
}

.locale .content-container .content .content-item.the-locale .bg-holder:nth-of-type(2n) .wrapper {
    padding-bottom: 30px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: 50%;
    height: 369px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 0;
}

.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dt, .locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right;
}

.locale .content-container .content .content-item.things-to-do .bg-holder:nth-of-type(2n) .wrapper {
    padding-top: 5px;
}

.locale .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}

.locale .content-container .content .content-item .group .group-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    font-size: 0;
}
/* NEW TTD SAFFRON */
.locale .content-container .content .content-item.things-to-do .group .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 16px;
    width: calc(50% - 30px);
    text-align:justify;
    margin: 0 15px 0px;
}
.locale .content-container .content .content-item.things-to-do .group .half.half-content {
   padding: 25px 0px 25px 0;
   width: calc(45% - 10px);
}
.locale .content-container .content .content-item.things-to-do .group{

    margin-top: 0;
    font-size: 0;
}
/* END NEW TTD */

.locale .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.locale .content-container .content .content-item .group .group-wrapper {
    font-size: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.locale .content-container .content .content-item .group .group-wrapper .half {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: 16px;
    width: 52.9296875%;
}

.locale .content-container .content .content-item .group .group-wrapper .half.half-content {
    padding: 30px 0 30px 30px;
    width: 47.0703125%;
    margin-left: 0;
    margin-right: 0;
}

.locale .content-container .content .content-item .group .group-wrapper .half:not(.half-content):nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
}

.locale .content-container .content .content-item .group .group-wrapper .half.half-content:nth-of-type(odd) {
    padding: 30px 30px 30px 0;
}

.locale .content-container .content .content-item .group .group-wrapper .half img {
    margin-bottom: 0;
    width: 100%;
}

.locale .content-container .content .content-item .group .group-wrapper .half strong {
    font-weight: bold;
}

.locale .content-container .content .content-item .group .group-wrapper .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;
}

.locale .content-container .content .content-item.things-to-do ul li:last-of-type {
    margin-bottom: 0px;
}

.locale .content-container .content .content-item.things-to-do .wrapper.wrapper-wide {
    padding-bottom: 0px !important;
}

.locale .content-container .content .content-item.things-to-do .wrapper.second-locale li {
    margin-bottom:15px;
    list-style-type:disc;
    padding-left:10px;
}

@media all and (max-width: 1620px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        width: 50%;
        margin-right: 0
    }

    .locale .content-container .content .content-item .group .group-wrapper .half {
        width: 52.9296875%;
        margin-right: 0
    }

    .locale .content-container .content .content-item .group .group-wrapper .half:not(.half-content):nth-of-type(odd) {
        margin-left: 0
    }
}
/* Notes */
@media all and (max-width:1200px){
    .locale .content-container .content .content-item.things-to-do .group .half.half-content{
        width: calc(45% - 10px);
    }
    .locale .content-container .content .content-item.things-to-do .group .half{
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 1053px) {
    .locale .content-container .content .content-item .the-content {
        padding: 15px !important
    }

    .locale .content-container .content .content-item.odd .the-content {
        padding: 0 !important
    }
}

@media all and (max-width: 1023px) {
    
    .locale .content-container .content .content-item .half img{
        display:none;
    }
    .locale .content-container .content .content-item.things-to-do .group .half.half-content{
        width:96%;
        float:left;
    }
    .locale .content-container .content .content-item.things-to-do .group .half{
        width:96%;
        margin-top: -32px;
        float: left;
    }
}

@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.things-to-do .the-content .wrapper.second-locale{
        padding-top: 0;
    }

    .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;
        height: 368px
    }
    .locale .content-container .content .content-item.things-to-do .wrapper.second-locale li{
        list-style-type: none;
        padding-left: none;
    }
}
@media all and (max-width: 768px){
    .locale .content-container .content .content-item .group .half{
    margin: 0 0px;
    margin-left:10px;
    }
   
    .locale .content-container .content .content-item.things-to-do .group .half.half-content{
        margin-left: 15px;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item .wrapper.wrapper-wide {}

    

    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: auto;
        height: 200px;
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 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 .group .group-wrapper {
        margin: 0
    }

    .locale .content-container .content .content-item .group .group-wrapper .half {
        display: none;
        width: auto;
        padding: 0 !important
    }

    .locale .content-container .content .content-item .group .group-wrapper .half.half-content {
        display: block;
        margin-bottom: 15px;
        width: auto
    }

    .locale .content-container .content .content-item .group .group-wrapper .half.half-content:last-of-type {
        margin-bottom: 0
    }

    .locale .content-container .content .content-item .group .group-wrapper .half img {
        max-width: none;
        width: 100%
    }
}
@media all and (max-width: 500px){
    .locale .content-container .content .content-item .group {
    margin-right:0px;    
    }
}
/* END LOCALE */


.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.staff .wrapper.wrapper-wide, .experience .content-container .content .content-item.dining .wrapper.wrapper-wide, .experience .content-container .content .content-item.families .wrapper.wrapper-wide, .experience .content-container .content .content-item.spa .wrapper.wrapper-wide {
    padding-top: 0;
    padding-bottom: 0px !important;
}

.experience .content-container .content .content-item.staff dl, .experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt, .experience .content-container .content .content-item.staff dd, .experience .content-container .content .content-item.spa dt, .experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt, .experience .content-container .content .content-item.staff dt p, .experience .content-container .content .content-item.spa dt, .experience .content-container .content .content-item.spa dt p {
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 23px;
    text-transform: none;
}

.experience .content-container .content .content-item.staff dt, .experience .content-container .content .content-item.spa dt {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 35%;
    vertical-align: top;
    font-weight: 400;
}

.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: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 65%;
}

.experience .content-container .content .content-item.staff dd:last-of-type, .experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.families a {
    color: #282828;
}

.experience .content-container .content .content-item.families .first-img {
    margin-left: -29.1%;
    margin-right: -29.1%;
    margin-top: 30px;
}

.experience .content-container .content .content-item.staff .group, .experience .content-container .content .content-item.dining .group, .experience .content-container .content .content-item.families .group, .experience .content-container .content .content-item.spa .group {
    margin-left: -15px;
    margin-right: -15px;
}

.experience .content-container .content .content-item.staff .group .half, .experience .content-container .content .content-item.dining .group .half, .experience .content-container .content .content-item.families .group .half, .experience .content-container .content .content-item.spa .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

@media all and (max-width: 1053px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important
    }

    .experience .content-container .content .content-item .the-content:after {
        display: none !important
    }

    .experience .content-container .content .content-item.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
    }
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item .wrapper.wrapper-wide {
        display: none
    }

    .experience .content-container .content .content-item.staff dt, .experience .content-container .content .content-item.spa dt {
        font-size: 22px
    }
}

/* GUEST REVIEW */

.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: left;
    width: calc(33.33333% + 1px);
    opacity: 1;
    border: 1px solid #aaa18c;
    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: #aaa18c4f;
}

.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: #aaa18c;
    font-size: 140px;
    margin: 31px 10px -10px -10px;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name, .guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #282828;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates, .guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #000;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #000;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #000;
    border-color: #282828;
    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 */

.rates .content-container .content .content-item .teaser strong {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}

.rates .content-container .content .content-item .discounts, .rates .content-container .content .content-item .promotions {
    border: 2px solid #aaa18c;
}

.rates .content-container .content .content-item .promotions {
    background: #aaa18c;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title, .rates .content-container .content .content-item .promotions .rates-title {
    color: #aaa18c;
    font-family: 'Source Sans Pro', 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: #aaa18c;
}

.rates .content-container .content .content-item .tabs > ul li a {
     background: #aaa18c;
    color: #fff;
    font-family: 'Source Sans Pro', 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: #bcafa2;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #aaa18c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.rates .content-container .content .content-item .tabs-end table td {
    text-align: center;
    background: #e3eaef;
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}


.rates .content-container .content .content-item .tabs-end table td.vrsubject {
     background: #aaa18c !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
     background: #aaa18c;
}

.reservations .content-container .content .content-item .teaser, .general-enquiries .content-container .content .content-item .teaser {
    max-width: 610px;
}

.reservations .content-container .content .content-item a, .general-enquiries .content-container .content .content-item a {
    color: #282828;
}

.reservations .content-container .content .content-item form, .general-enquiries .content-container .content .content-item form {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}


/* FORM */

.reservations .content-container .content .content-item form h2, .general-enquiries .content-container .content .content-item form h2 {
    color: #282828;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
}

.reservations .content-container .content .content-item form p, .general-enquiries .content-container .content .content-item form p {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
}

.reservations .content-container .content .content-item form .form-row label, .general-enquiries .content-container .content .content-item form .form-row label {
     font-family: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 30px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    border: 1px solid #000;
    color: #282828;
    background: #fff;
    padding: 10px 20px 11px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 10px 16px 11px;
}

.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: #aaa18c;
    border-color: #aaa18c;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #282828;
}

.links .content-container .content .content-item a, .links .content-container .content .content-item a h2, .links .content-container .content .content-item a h3 {
    color: #282828;
}

.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: #282828;
}

.links .content-container .content .content-item h2 {
    color: #282828;
    font-family: 'Playfair Display', serif;
}

.links .content-container .content .content-item h2 a {
    color: #282828;
}

.links .content-container .content .content-item h3 {
    color: #282828;
    font-family: 'Playfair Display', serif;
} /* HELPER */
@media all and (max-width: 699px) {
    .iframe-wrapper {
        position: relative;
        border-bottom: 1px solid;
        margin-bottom: 15px;
    }

    .touchevents .iframe-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        background: url(common/images/cm.png) no-repeat;
        background-position: 0% 90%;
        background-size: 20%;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 220px;
        height: 195px;

        -webkit-animation: swipehelper 3s infinite;
        -moz-animation: swipehelper 3s infinite;
        -ms-animation: swipehelper 3s infinite;
        -o-animation: swipehelper 3s infinite;
        animation: swipehelper 3s infinite;
    }

    .iframe-wrapper.iframe-booking:before,
    .iframe-wrapper:hover:before,
    .iframe-wrapper:active:before,
    .iframe-wrapper:focus:before {
        display: none;
    }
}

/* HEADER */
@media all and (max-width: 767px) {

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 4px 0 0;
    }

    .header-container.sticky .header,
    .header-container.sticky .header.wrapped {
        margin-top: 0;
        padding: 4px 0 0;
    }

    .header-container .header .toggler {
        display: block;
    }

    .header-container .header .nav {
        background: #f0f0f0;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 98;
        margin-top: 1px;

        -webkit-transform: translateY(-50%) scaleY(0);
        -ms-transform: translateY(-50%) scaleY(0);
        -o-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);

        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .header-container .header .nav.open {
        -webkit-transform: translateY(0%) scaleY(1);
        -ms-transform: translateY(0%) scaleY(1);
        -o-transform: translateY(0%) scaleY(1);
        transform: translateY(0%) scaleY(1);
    }

    .header-container.sticky .header .nav {
        margin-top: 1px;
    }

    .header-container .header .nav ul,
    .header-container .header .nav ul li {
        display: block;
        margin-left: 0;
    }

    .header-container .header .nav ul li a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }

    .header-container .header .nav ul li .subnav,
    .header-container .header .nav ul li .subnav .subnav  {
        border: none;
        position: relative;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    
    .header-container .header .nav ul li .subnav .subnav  {
        padding-left: 20px;
        left: 0
    }

    .header-container .header .nav ul li .subnav.slide {
        max-height: 999px;
    }

    .header-container .header .nav ul li .subnav li a {
        padding-left: 30px;
        color: #fff;
    }
}

@media all and (max-width: 479px) {

    .header-container .header,
    .header-container.sticky .header {
        padding: 8px 0 0;
    }

    .header-container .header .logo {
        text-align: left;
    }
}

/* FOOTER */
@media all and (max-width: 1050px) {
    .footer-container.sticky .footer .column .copyright {
        left: 15px;
    }
}
@media all and (max-width: 1200px) and (min-width: 1024px) {
    .footer-container .footer .bottom {
        top: 55px;
    }
}
@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 15px;
    }

    .footer-container .footer .bottom {
        top: 310px;
    }
}

@media all and (max-width: 767px) {

    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
        text-align: center;
        float: none;
        width: auto;
    }

    .footer-container.sticky .footer .column {
        padding: 1px 0;
    }

    .footer-container .footer .column .phone-numbers {
        max-width: 230px;
        margin: 0 auto 15px;
        text-align: right;
    }

    .footer-container .footer .column .phone-numbers span {
        float: left;
        text-align: left;
    }

    .footer-container .footer .column .phone-numbers a span {
        width: 100px;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 14px;
    }

    .footer-container .footer .column .socials {
        margin-bottom: 20px;
    }

    .footer-container.sticky .footer .column .socials {
        display: none;
    }

    .footer-container .footer .column .socials a:first-of-type {
        margin: 0;
    }

    .footer-container.sticky .footer .column .copyright {
        display: none;
    }

    .footer-container .footer .bottom {
        bottom: auto;
        top: auto;
        position: relative;
    }

    .footer-container.sticky .footer .bottom {
        top: -2px;
    }
}

@media all and (max-width: 767px) {
    .footer-container .footer .bottom {
        top: auto;
    }
}

@media all and (max-width: 767px) {
    .newbookingcom {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        transform: translate(0, 0);
    }
}

/* Mini Form */
@media (max-width: 1100px) {
    .miniform .form-column {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {

    .miniform .form-container:last-of-type .form-column,
    .miniform .form-column {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        margin-right: 25px;
        font-size: 0;
    }

    .miniform .form-column input,
    .miniform .form-column select {
        background: transparent;
        border: none;
        margin-right: 0;
        width: 50%;
    }
}

@media (max-width: 980px) {
    .miniform .form-column {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .miniform .form-container:last-of-type .form-column {
        background-position: 50% center !important;
    }
}

/* HERO CONTAINER */
@media all and (max-width: 1023px) {
    .hero-container img {
        max-width: 1280px;
    }
    .hero-container .slideshow .caption big {
        font-size: 45px;
    }

    .hero-container .slideshow .caption small {
        font-size: 30px;
        text-align: left;
        margin-right: 0;
    }
    
    .hero-container .media {
        min-height: 0
    }

    .hero-container .media:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .hero-container img {
        max-width: 767px;
    }
    .hero-container .slideshow .caption {
        display: none;
    }

    .hero-container .slideshow .owl-nav {
        display: none;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item {
        overflow: hidden;
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img {
        left: 50%;
        display: block;
        min-width: 100%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .hero-container .slideshow.owl-carousel .owl-item img[data-srcset] {
        width: auto;
        max-width: none;
    }
    
    .hero-container .hero > img[data-srcset] {
        left: 50%;
        display: block;
        min-width: 100%;
        min-height: 250px;
        position: relative;
        width: auto;
        max-width: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media all and (min-width: 768px) and (max-width:1024px){
    .hero-container .media {
        min-height: calc(72vh - 150px)!important;
    }
}

/* CSS FOR VIDEO ON HOMEPAGE FOR MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media {
        max-height: calc(40vh - 97px)!important;
        min-height: calc(40vh - 97px)!important;
        height: calc(40vh - 97px)!important;
    }
    .hero-container .media .video iframe {
        min-height: 51vh !important;
    }
    .hero-container .media .video {
        width: 100%;
        z-index: 5;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
    }
    .hero-container .media .video:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, .8);
        padding: 20px 30px;
        z-index: 1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .hero-container .media .video:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .hero-container .media .video iframe {
        display: block;
        width: 100%;
        opacity: 1;
        position: relative;
        z-index: 3;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .hero-container .media .video iframe.active {
        opacity: 1;
        height: 623px;
    }
}

/* BUTTONS CONTAINER */
@media all and (max-width: 1050px) {

    .buttons-container .prevnext a.prev {
        left: 15px;
    }

    .buttons-container .prevnext a.next {
        right: 15px;
    }
}


@media all and (max-width: 767px) {
    .buttons-container .prevnext a {
        font-size: 0!important;
    }
    .buttons-container .button,
    .home .buttons-container .button {
        text-align: center;
        padding: 10px 0;
    }

    .buttons-container .button a {
        margin: 5px;
        font-size: 20px;
        min-width: 232px;
    }

    .buttons-container .prevnext {
        text-align: center;
    }

    .buttons-container .prevnext .wrapper {
        height: auto;
        margin-top: 20px;   
    }

    .buttons-container .prevnext a.prev,
    .buttons-container .prevnext a.next {
        float: none;
        position: relative;
        left: auto;
        right: auto;
    }

    .buttons-container .prevnext .group .half {
        float: none;
        height: auto;
        width: 100%;
    }

    .buttons-container .prevnext a {
        top: -15px;
    }
}

/* MAP */
@media all and (max-width: 1023px) {
    .map-container .map {
        height: 300px;
    }
}

@media all and (max-width: 767px) {
    .map-container .map {
        height: 0;
    }
}

@media all and (max-width: 479px) {
    .map-container {
        display: none;
    }
}

/* CUSTOM */
@media all and (max-width: 1023px) {
    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 35px;
        max-width: none !important;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 20px;
    }

    .content-container .content .content-item h1.entry-title strong {
        font-size: 40px;
        line-height: 30px;
    }

    .content-container .content .content-item h2.entry-title {
        font-size: 28px;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 0;
    }

    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .wrapper {
        background: transparent;
    }

    .content-container .content .content-item h1.entry-title {
        text-align: center;
    }

    .content-container.scroll .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title.sticky {
        position: relative;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        top: 0 !important;
    }

    .content-container.scroll .content .content-item h1.entry-title span {
        position: relative;
    }
}

/* MENU SPY */
@media all and (max-width: 1023px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-size: 15px;
        padding: 15px 10px;
    }

    .content-container .content .content-item .sticky .spy ul li a {
        padding: 15px 10px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-container .content .content-item .spy ul {
        display: block;
        text-align: center;
    }

    .content-container .content .content-item .spy ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-size: 13px;
        padding: 7px;
        line-height: 25px;
    }
}

/* EH CONTAINER */
@media all and (max-width: 1700px) {
    .eh-container .grids .grid a span {
        font-size: 35px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 65px;
    }

    .eh-container .grids .grid p {
        line-height: 24px;
    }
}

@media all and (max-width: 1400px) {
    .eh-container .grids .grid a span {
        font-size: 28px;
        line-height: 30px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 45px;
    }

    .eh-container .book-now {
        padding: 24px 22px;
    }
}

@media all and (max-width: 1140px) {
    .eh-container h2 {
        font-size: 70px;
    }

    .eh-container .book-now {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 23px;
    }

    .eh-container .book-now img {
        max-width: 100px;
    }

    .eh-container .book-now span {
        max-width: 110px;
    }
}

@media all and (max-width: 1023px) {
    .eh-container h2 {
        font-size: 60px;
        line-height: 1;
    }

    .eh-container .grids .grid a span {
        font-size: 20px;
        line-height: 25px;
    }

    .eh-container .grids .grid a span::first-letter {
        font-size: 35px;
    }

    .eh-container .grids .grid:hover a img {
        opacity: 1;
    }

    .eh-container .grids .grid:hover a span {
        opacity: 1;
    }

    .eh-container .grids .grid:hover p {
        opacity: 0;
    }
}

@media all and (max-width: 767px) {
    .eh-container h2 {
        font-size: 40px;
    }

    .eh-container .grids .grid {
        width: 50%;
    }

    .eh-container .book-now {
        font-size: 16px;
        line-height: 18px;
        padding: 21px 13px;
    }

    .eh-container .book-now img {
        max-width: 70px;
    }
}

@media all and (max-width: 480px) {
    .eh-container .book-now {
        font-size: 14px;
        line-height: 16px;
        padding: 13px 3px;
    }
}

/* VIDEO */
@media all and (max-width: 767px) {
    .video .content-container .content .content-item .video iframe {
        height: 400px;
    }
}

@media all and (max-width: 600px) {
    .video .content-container .content .content-item .video iframe {
        height: 300px;
    }
}

/* GALLERY */
@media all and (max-width: 767px) {
    .gallery .content-container .content .content-item .gallery-container li {
        width: 50%;
    }  
}

@media all and (max-width: 1023px) {
    .gallery .content-container .content .content-item .gallery-container li a, .gallery .content-container .content .content-item .gallery-container li a img {
        /* min-height: 100% !important; */
        object-fit: cover;
    }
}
 

/* POPUP CONTAINER */
@media all and (max-width: 1023px) {
    .popup-container .owl-carousel li span {
        left: 0;
        right: 0;
        text-align: center;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media all and (max-width: 767px) {

    .popup-container .owl-carousel .owl-prev,
    .popup-container .owl-carousel .owl-next {
        display: none;
    }
    
    .popup-container .social-share {
        left: 20px;
    }
}

/* GUEST REVIEW */
@media all and (min-width:768px) and (max-width:1024px) {
    .guest-reviews .content-container .content .content-item .tabs > ul{
        display: flex;
    }
    .guest-reviews .content-container .content .content-item .tabs > ul li{
        flex:auto;
    }
}
@media all and (max-width: 767px) {

    .guest-reviews .content-container .content .content-item .reviews-container,
    .guest-reviews .content-container .content .content-item .slides {
        overflow: visible;
    }
}
@media all and (max-width:600px){
    .guest-reviews .content-container .content .content-item .pagination,
    .gallery .content-container .content .content-item .pagination,
    .press .content-container .content .content-item .pagination {
        text-align: center;
        margin-top: 0;
        font-size: 14px;
    }
    .guest-reviews .content-container .content .content-item .tabs > ul li{
        width: 100%;
    }
    .guest-reviews .content-container .content .content-item .slides li{
        margin-bottom: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #282828;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        width: 100%;
        border-top: none;
    }
}

/* RATES */
@media all and (max-width: 1023px) {
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) > div.current {
        overflow: visible;
        padding-bottom: 15px;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table {
        min-width: 0;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table th {
        display: none;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td {
        display: block;
        text-align: right;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type {
        text-align: center;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type,
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table tr.active td {
        display: block !important;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:after {
        content: '';
        display: block;
        clear: both;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type:after {
        display: block;
        float: right;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:before {
        content: attr(data-text);
        display: block;
        float: left;
        font-weight: bold;
        font-size: 13px;
    }

    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td:first-of-type:before {
        content: '';
    }
    .touchevents .rates .content-container .content .content-item .tabs-end:not(.table-estate) table td.vrsubject:after {
        display: none;
    }
}

@media all and (max-width: 800px) {
    .rates .content-container .content .content-item .teaser {
        max-width: none;
    }
}

@media all and (max-width: 767px) {

    .rates .content-container .content .content-item .discounts,
    .rates .content-container .content .content-item .promotions {
        padding: 20px 10px;
    }

    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 0px;
    }

    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 50%;
        margin-bottom: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .rates .content-container .content .content-item .tabs > ul li a {
        min-width: 0;
        border-right: none;
    }

    .rates .content-container .content .content-item .tabs-end > ul li.current a {
        box-shadow: none;
    }
}

/* GUARANTEE */
@media all and (max-width: 767px) {
    .content-guarantee {
        float: none;
        text-align: center;
        margin: 0 0 20px;
    }
}

/* FORM */
@media all and (max-width: 900px) {
    .reservations .content-container .content .content-item form .form-row .form-col.form-estate,
    .general-enquiries .content-container .content .content-item form .form-row .form-col.form-estate {
        display: block;
    }
    
    .reservations .content-container .content .content-item form .form-row .form-col .checkbox,
    .general-enquiries .content-container .content .content-item form .form-row .form-col .checkbox {
        display: block;
        clear: both;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3),
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) {
        margin-top: 10px;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label,
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label {
        width: 147px;
        margin-right: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox .res_form_checkbox[type="checkbox"] {
        height: 32px;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox input[type="checkbox"] {
        height: 23px;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox input{
        visibility: visible !important;
        width: 5% !important;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox .res_form_checkbox{
        visibility: visible !important;
        width: 5% !important;
        float: right  !important;
    }
    .reservations .content-container .content .content-item form .form-row .checkbox label:empty {
        visibility: hidden !important;
    }
}

@media all and (max-width: 767px) {
    .reservations .content-container .content .content-item .teaser,
    .general-enquiries .content-container .content .content-item .teaser {
        max-width: none;
    }
    
    .reservations .content-container .content .content-item form .form-row .form-col {
        display: block;
        width: auto !important;
    }

    .reservations .content-container .content .content-item form .form-row .input,
    .reservations .content-container .content .content-item form .form-row .select {
        width: 50%;
    }

    .reservations .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label,
    .general-enquiries .content-container .content .content-item form .form-row .form-col:nth-of-type(3) .input label {
        display: block;
        width: auto;
    }

    .reservations .content-container .content .content-item form .form-row .select label,
    .general-enquiries .content-container .content .content-item form .form-row .select label {
        width: 50%;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .reservations .content-container .content .content-item form .form-row .input input,
    .reservations .content-container .content .content-item form .form-row .select select {
        width: 100%;
    }

    .reservations .content-container .content .content-item form .form-row .input + .input input,
    .general-enquiries .content-container .content .content-item form .form-row .input + .input input {
        border-left: none;
    }

    .reservations .content-container .content .content-item form .form-row .input input.prefix {
        width: 20%;
    }

    .reservations .content-container .content .content-item form .form-row .input input.prefix + input,
    .general-enquiries .content-container .content .content-item form .form-row .input input.prefix + input {
        width: 80%;
        margin-right: 0;
    }

    .reservations .content-container .content .content-item form .form-row span.required {
        top: 0;
        right: 0;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input#txtEmail,
    .reservations .content-container .content .content-item form.reservations-contact .form-row .select select#selCountry {
        width: 100%;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .select select#sel_villa {
        width: 100%;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input.prefix {
        width: 20%;
        margin-right: -1px;
    }

    .reservations .content-container .content .content-item form.reservations-contact .form-row .input input.prefix + input {
        width: 80%;
        margin-right: 0;
    }
}

@media all and (max-width: 600px) {
    .general-enquiries .content-container .content .content-item form .form-row .form-col {
        display: block;
        width: auto !important;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input,
    .general-enquiries .content-container .content .content-item form .form-row .select {
        width: 50%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input,
    .general-enquiries .content-container .content .content-item form .form-row .select select {
        width: 100%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input.prefix {
        width: 20%;
    }

    .general-enquiries .content-container .content .content-item form .form-row .input input#txtPhoneNumber {
        width: 80%;
        margin-right: 0;
    }

    .reservations .content-container .content .content-item form .form-row .input,
    .reservations .content-container .content .content-item form .form-row .select,
    .general-enquiries .content-container .content .content-item form .form-row .input,
    .general-enquiries .content-container .content .content-item form .form-row .select {
        width: 100%;
    }

    .reservations .content-container .content .content-item form .form-row .input + .input input,
    .general-enquiries .content-container .content .content-item form .form-row .input + .input input {
        border-left: 1px solid #ddd;
        margin-top: 5px;
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label {
        display: inline
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label:empty,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty {
        display: inline;
        padding: 0 9px;
    }

    .reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
    .general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
        float: right;
        margin: 10px 0 0 0;
        visibility: hidden !important; /* added */
    }

    .general-enquiries .content-container .content .content-item form .form-row .image {
        width: auto;
        margin-top: 5px;
        float: none;
    }

    .general-enquiries .content-container .content .content-item form .form-row span.required {
        top: 0;
        right: 0;
    }
}

/* Jquery Datepicker */
@media all and (max-width: 600px) {
    .ui-datepicker {
        position: fixed !important;
        top: 46px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1002 !important;
        width: auto;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        padding: 11.3px 5px;
    }
}

/* RATES - TOOLTIPS */
@media all and (max-width: 1400px) {
    .tooltip span {
        left: auto;
        right: 0;

        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/* RATES - POPOVER */
@media all and (max-width: 1400px) {
    .popover:after {
        display: none;
    }
}

@media all and (max-width: 1109px) {
    .popover,
    .popover.hover {
        left: 10% !important;
        right: 10% !important;
        max-width: none;
        width: auto;

        -webkit-transform: translateY(-100%) translateX(0);
        -ms-transform: translateY(-100%) translateX(0);
        -o-transform: translateY(-100%) translateX(0);
        transform: translateY(-100%) translateX(0);
    }
}
@media all and (max-width: 1400px) and (min-width: 1110px){
    .popover,
    .popover.hover {
        left: 22% !important;
        right: 10% !important;
        max-width: 700px;
        width: 700px;
        margin: 0 auto;
    
        -webkit-transform: translateY(-96%) translateX(0);
        -ms-transform: translateY(-96%) translateX(0);
        -o-transform: translateY(-96%) translateX(0);
        transform: translateY(-96%) translateX(0);
    }
}

/* DIALOG */
@media all and (max-width: 767px) {
    .modal-box .modal-body {
        max-height: 270px;
    }
}

/* SHA BADGE */
@media all and (max-width:1200px){
    .sha-logo-footer{
        bottom: 0px;
        left: 0px;
        position: relative;
    }
    .sha-logo-footer img{
        width: 100px;
    }
}