/* ARNALAYA
CREATED 2020
Elite Havens

*/

/* WRAPPER */
.wrapper {
    max-width: 1170px;
}

.header-container .wrapper {
    max-width: none;
}

.wrapper.wrapper-wide {
    max-width: calc(100% - 130px);
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HEADER */
.header-container {}

.header-container .header {
    padding: 1px 0 14px;
}

.header-container .header.wrapped {
    padding: 0 0 15px;
}

.header-container.sticky .header {
    padding: 25px 0 25px;
}

.header-container .header .toggler {
    top: 7px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #000;
}

.header-container .header .logo {
    text-align: left;
}

.header-container .header .logo a {
    margin-left: 0;
    margin-top: 18px;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 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: 15px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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 .logo a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-container.sticky .header .logo a img {
    margin-top: 0px;
    height: 40px;
    -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 {
    margin: 50px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: -6px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 20px;
}

.header-container .header .nav > ul > li:nth-of-type(5) {
    margin-right: 430px;
}

.header-container .header .nav ul li a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border: none;
}

.header-container.sticky .header .nav ul li a {
    padding-bottom: 10px;
}

.header-container .header .nav ul li a img {
    margin-bottom: -18px;
    margin-left: -60px;
}

.header-container .header .nav ul li:hover a {
    color: #a68552;
}

.header-container .header .nav ul li.active a {
    color: #a68552;
    border-bottom-color: #a68552;
}

.header-container .header .nav > ul > li:last-of-type a {
    background: #a68552;
    color: #fff;
    padding: 10px 15px;
}

.header-container .header .nav ul li .subnav {
    background: #a68552;
    margin-top: 15px;
    border: none;
    margin-left: 0px;
}

.header-container.sticky .header .nav ul li .subnav {
    margin-top: 11px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #a68552;
}

@media all and (max-width: 1384px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 10px 0 10px;
    }

    .header-container .header .nav ul li a {
        font-size: 14px;
        padding: 5px 2px;
    }

    .header-container.sticky .header {}

    .header-container .header .nav ul li .subnav {
        margin-top: 10px;
    }

    .header-container .header .logo {
        text-align: center;
    }

    .header-container .header .logo a {
        position: relative;
        margin: 0 0 5px;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-container.sticky .header .logo a {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .header-container .header .nav {
        border-bottom-color: transparent;
        text-align: center;
        margin: 10px 0 0;
    }
 
    .header-container .header .nav > ul > li {
        margin-left: 18px;
    }

    .header-container .header .nav > ul > li:nth-of-type(1) {
        margin-left: 0;
    }

    .header-container .header .nav ul li:nth-of-type(5) {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {

    .header-container .header .nav > ul > li {
        margin-left: 0 !important;
    }

    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 10px 0 0 !important;
    }

    .header-container .header .toggler {
        display: block;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        margin-top: 0px;
        padding-bottom: 0;
        max-width: 220px;
        height: 40px;
    }

    .header-container.sticky .header .nav ul li .subnav {
        margin-top: 0px !important;
    }

    .header-container .header .nav > ul > li {
        margin-top: 0px;
        padding-bottom: 5px;
    }

    .header-container .header .nav ul li .subnav {
        background: #90908f;
    }

}

@media all and (max-width: 479px) {

    .header-container .header,
    .header-container .header.wrapped,
    .header-container.sticky .header {
        padding: 8px 0 0;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;

    -webkit-animation: footer_sticky .5s 1;
    animation: footer_sticky .5s 1;
}

.footer-container .footer .wrapper {
    max-width: 1170px;
}

.footer-container .footer .column {
    color: #000;
}

.footer-container .footer .column h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container .footer .column a {
    color: #000;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 15px;
}

.footer-container .footer .column address {
    max-width: 290px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 11px;
    line-height: 22px;
}

.footer-container.sticky .footer .column address {
    display: none;
}

.footer-container .footer .column .socials {
    margin-bottom: 20px;
    font-size: 0;
}

.footer-container .footer .column .socials a {
    font-size: 14px;
    background: #fff;
    border: 1px solid #000;
    color: #000;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

.footer-container .footer .column .socials a:hover {
    background: #a68552;
    border-color: #a68552;
    color: #fff;
}

.footer-container .footer .bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    top: 65px;
}

.footer-container .footer .bottom .marketed {
    line-height: 20px;
    margin: 20px auto 15px;
}

.footer-container .footer .bottom .marketed a {
    color: #000;
}


@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px !important;
    }

    .footer-container .footer .bottom .marketed {
        margin: 30px auto 15px;
    }
}

@media (max-width: 1023px) and (min-width: 767px) {
    /* .footer-container .footer .bottom {
        top: 30px !important;
    } */
    
    .footer-container.sticky .footer .bottom {
        top: 4px !important;
    }
}

@media all and (max-width: 767px) {
    .footer-container .footer .bottom {
        top: 0px;
    }

    .footer-container .footer .column,
    .footer-container .footer .column:first-of-type {
        padding-top: 0;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }
}

/* Mini Form */

.miniform label {
    display: none;
}

.miniform .form-column input,
.miniform .form-column select {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 60px;
    width: 390px;
    text-align: center;
}

.miniform .form-column input:last-of-type,
.miniform .form-column select:last-of-type {
    margin-right: 0;
}

.miniform .form-column.select:after {
    border-top-color: #000;
}

.miniform button {
    background: #000 !important;
}

/* HERO CONTAINER */

.hero-container .slideshow .caption big {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}
/* CSS FOR VIDEO ON HOMEPAGE MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media .video {
        background-image: url(arnalaya/images/homevideo.jpg);
    }
}
@media all and (max-width: 1023px) {
    .hero-container .promo-wrapper {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #595352;
    margin-top: -57px;
    margin-bottom: 57px;
}

.buttons-container .button {
    padding: 0 0 30px;
}

.buttons-container .button .wrapper {
    max-width: 1170px;
}

.buttons-container .button a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    min-width: 200px;
}

.buttons-container .button a:hover {
    background-color: #a68552;
    color: #fff;
}

.buttons-container .prevnext .wrapper {
    max-width: 1170px;
}

.buttons-container .prevnext a {
    color: #000;
    background: #fff;
    top: -65px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #000;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #000;
    font-size: 0;
    border: 1px solid #000;
}

.buttons-container .prevnext a:hover i {
    background-color: #597aad!important;
    color: #fff;

    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

.buttons-container .prevnext a.prev i {
    background: url("arnalaya/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    background: url("arnalaya/images/next-arrow.png") no-repeat center center;
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -79px;
        margin-bottom: 79px;
    }
}

/* REVIEWS */
.reviews-container {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.reviews-container .bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 54% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.reviews-container .reviews {
    padding: 100px 40px;
    overflow: hidden;
}

.reviews-container .reviews .wrapper {
    max-width: 1170px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left;
    font-size: 45px;
    line-height: 55px;
}

.reviews-container .reviews h2 span {
    display: block;
}

.reviews-container .reviews .home-reviews {
    background: rgba(255, 255, 255, .8);
    padding: 50px 0 50px 40px;
    text-align: left;
    width: 50%;
    margin-left: 50%;
    position: relative;
}

.reviews-container .reviews .home-reviews:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1000%;
    margin-right: -1000%;
    background: rgba(255, 255, 255, .8);
}

.reviews-container .reviews .home-reviews a {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 15px;
    color: #000;
    text-transform: none;
    border: none;
    text-decoration: none;
    padding: 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;
}

.reviews-container .reviews .home-reviews a:hover {
    text-decoration: underline;
}

.reviews-container .reviews .home-reviews ul {
    color: #000;
    font-size: 20px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #000;
    margin-bottom: 20px;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #000;
    margin-top: 20px;
    display: block;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 25px;
}

@media all and (max-width: 1200px) {

    .reviews-container .reviews .home-reviews {
        width: 70%;
        margin-left: 30%;
    }

}

@media all and (max-width: 1023px) {

    .reviews-container .bg-half {
        display: none;
    }

    .reviews-container .reviews {
        width: 100%;
        padding: 30px 0;
    }

    .reviews-container .reviews h2 span {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .reviews-container .reviews .home-reviews {
        padding: 30px;
        display: block;
        width: auto;
        margin-left: 0;
    }

    .reviews-container .reviews .home-reviews:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff;
    }

    .reviews-container .reviews {
        background: transparent;
        padding-top: 30px;
    }

    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
        margin-bottom: 15px;
    }

    .reviews-container .reviews h2:before {
        display: none;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}

.content-container .content .content-item {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}

.content-container .content .content-item.odd,
.content-container .content .content-seo {
    margin-top: 5px;
}

.content-container.scroll .content .content-item.odd {
    margin-top: 5px;
}

.content-container.scroll .content .content-item.odd:first-of-type {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container .content .content-item .wrapper {
    max-width: 1170px;
}

.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 100%;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.content-container .content .content-item h1.entry-title {
    color: #000;
    text-align: center;
}

.content-container .content .content-item h1.entry-title span {
    color: #a68552;
    text-transform: uppercase;
}

.content-container.scroll .content .content-item h1.entry-title {
    color: #a68552;
    position: absolute;
    line-height: 55px;
    text-align: left;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.content-container .content .content-item h1.entry-title strong {
    font-weight: 400;
    color: #a68552;
    display: inline;
}

.content-container .content .content-item h2.entry-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    color: #a68552;
    text-align: center;
    text-transform: uppercase;

    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.content-container .content .content-item .the-content h4{
    font-weight: bold;
    font-size: 20px; 
}
@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #a68552;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

@media all and (max-width: 1023px) {
    
    .content-container .content .content-item h1.entry-title strong {
        font-size: 35px !important;
    }
    
    .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 {
        padding-top: 25px;
        padding-bottom: 25px !important;
    }

    .content-container.scroll .content .content-item.odd:first-of-type .wrapper {
        padding-bottom: 0 !important;
    }
    
    .content-container.scroll .content .content-item h1.entry-title strong {
        font-size: 20px !important;
    }
}

.content-container .content .content-item p {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.content-container .content .content-item p a {
    color: #000;
}

.content-container .content .content-item .spy {
    background: #fff;
    text-align: right;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 20;
}

.content-container .content .content-item .spy ul {
    background: #fff;
    max-width: 1170px;
}

.content-container .content .content-item .spy ul li {
    border-left: 1px solid #fff;
    margin-left: 30px;
}

.content-container .content .content-item .spy ul li:last-of-type {
    border-right: 1px solid #fff;
}

.content-container .content .content-item .spy ul li a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 0;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .sticky .spy ul li a {
    padding: 15px 0;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #a68552;
}

.content-container .content .content-item .spy ul li.active a {
    color: #a68552;
}

@media all and (max-width: 1200px) {
    .content-container .content .content-item .sticky .spy {
        padding: 0 15px;
    }
}

@media all and (max-width: 767px) {

    .content-container .content .content-item .spy ul li {        
        margin-left: 0;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        padding: 15px;
    }
}

.content-container .content .content-item .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    align-items: center;
}

.content-container .content .content-item .group:after {
    display: none;
}

.content-container .content .content-item .group > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.content-container .content .content-item .group > .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content-container .content .content-item .group > .img img {
    width: 100%;
}

.content-container .content .content-item .group > .the-content {
    padding: 0 60px;
}

.content-container .content .content-item .wrapper-wide > .the-content {
    padding: 0 60px;
}

@media all and (max-width: 1600px) {
    .content-container .content .content-item .group > .img {
        max-width: 800px;
    }
}

@media all and (max-width: 1500px) {
    .content-container .content .content-item .group > .img {
        flex: 1;
    }

    .content-container .content .content-item .group > .the-content {
        flex: 1;
        padding-left: 40px;
        padding-right: 40px;
    }

    .content-container .content .content-item .wrapper-wide > .the-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1400px) {

    .content-container .content .content-item .group > .the-content,
    .content-container .content .content-item .wrapper-wide > .the-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 1200px) {

    .content-container .content .content-item .group > .img {
        display: none
    }

    .content-container .content .content-item .group > .the-content,
    .content-container .content .content-item .wrapper-wide > .the-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* EH CONTAINER */
.eh-container h2 {
    color: #000;
    font-family: 'Georgia', serif;
}

.eh-container .grids .grid {
    font-family: 'Open Sans', sans-serif;
}

.eh-container .grids .grid a {
    background: #000;
}

.eh-container .grids .grid a span {
    font-family: 'Georgia', serif;
}

.eh-container .grids .grid p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.eh-container .grids .grid p a {
    background: transparent;
}

.eh-container .book-now {
    color: #000;
    font-family: 'Georgia', serif;
}

.home .content-container .content .content-item h1.entry-title {
    color: #000;
    font-weight: 400;
    text-transform: none;
}

.home .content-container .content .content-item h1.entry-title span {
    display: block;
    color: #a68552;
    margin-top: 8px;
    font-size: 60px;
    font-weight: 400;
}

.home .content-container .content .content-item h1.entry-title small {
    display: block;
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    padding-bottom: 40px;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item .poi li {
    min-width: 92px;
    margin-right: 8%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    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("arnalaya/images/icon-sprite.png") no-repeat;
    height: 94px;
    width: 94px;
    display: block;
    margin: 0 auto 10px;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;
}

.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -122px 0;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -245px 0;
}

.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -370px 0;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.home .content-container .content .content-item h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 40px;
    text-align: left;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item h2 span {
    display: block;
    text-align: right;
    margin-right: -4vw;
}

.home .content-container .content .content-item a.btn-home {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    border: 1px solid #000;
    background: transparent;
    padding: 10px;
    min-width: 160px;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    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 a.btn-home:hover {
    background-color: #a68552;
    color: #fff;
}

.home .content-container .content .content-item.section-two {
    min-height: 600px;
    position: relative;
}

.home .content-container .content .content-item.section-two .group {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.home .content-container .content .content-item.section-two .the-content {
    background: rgba(255, 255, 255, .8);
    max-width: 690px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home .content-container .content .content-item.section-three h2 {
    display: block;
}

.home .content-container .content .content-item.section-three h2 span {
    display: block;
    text-align: left;
    margin-right: 0;
}

@media all and (max-width: 1200px) {

    .home .content-container .content .content-item h1.entry-title span {
        font-size: 40px;
        line-height: 1;
        margin-top: 0;
    }

    .home .content-container .content .content-item h1.entry-title small {
        font-size: 20px;
        line-height: 1;
    }

    .home .content-container .content .content-item .poi li {
        min-width: 122px;
        width: 10%;
        margin-right: 0;
    }
    
    .home .content-container .content .content-item.section-two {
        min-height: 400px;
    }
    
    .home .content-container .content .content-item.section-two .the-content {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item h2.entry-title {
        line-height: 1;
        display: block;
    }
    
    .home .content-container .content .content-item h2.entry-title span {
        display: inline;
    }
    
    .home .content-container .content .content-item.section-two .group {
        padding: 0;
    }
    
    .home .content-container .content .content-item.section-two .the-content {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 767px) {

    .home .content-container .content .content-item .poi {
        padding-bottom: 25px;
    }

    .home .content-container .content .content-item .poi li {
        padding-bottom: 15px;
    }
}

.about .content-container .content .content-item {
    position: relative;
}

.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 h3:first-of-type {
    margin-top: 0;
}

.explore .content-container .content .content-item img {
    width: 100%;
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 20px auto 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #272727;
}

.explore .content-container .content .content-item.living-areas .group {
    padding-top: 40px;
}

.explore .content-container .content .content-item.bedrooms .wrapper > .img {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media all and (max-width: 1200px) {
    .explore .content-container .content .content-item.living-areas .group {
        padding-top: 15px;
    }
}


.quick-facts .content-container .content .content-item .group {
    display: block;
}

.quick-facts .content-container .content .content-item .group:after {
    content: '';
    clear: both;
    display: block;
}

.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}

.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}

.quick-facts .content-container .content .content-item .item {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 80px;
}

.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong {
    font-size: 24px;
    font-family: 'Frank Ruhl Libre', serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

.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(arnalaya/images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}

.quick-facts .content-container .content .content-item .item[id*=capacity]:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -943px;
}

.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -278px;
}

.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -373px;
}

.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -467px;
}

.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -561px;
}

.quick-facts .content-container .content .content-item .item#entertainment:before {
    background-position: 0 -655px;
}

.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}

.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -844px;
}

.quick-facts .content-container .content .content-item .item#weddings--events:before {
    background-position: 0 -1595px;
}

.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1028px;
}

.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1123px;
}

.quick-facts .content-container .content .content-item .item#managed--marketed-by:before {
    background-position: 0 -1215px;
}

.quick-facts .content-container .content .content-item .item#managed-by:before {
    background-position: 0 -1500px;
}

@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.current {
    padding: 3px 3px 3px;
    margin-bottom: 15px;
}

.press .content-container .content .content-item .press-container .press-item img {
    margin-top: 0;
}

.press .content-container .content .content-item .press-container .press-item a {
    color: #000;
    display: block;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-container .press-item span {
    overflow: hidden;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #000;
    color: #000;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #000;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}
.press  .content-container .content .content-item h1.entry-title{
    color: #a68552;
}

.press .content-container .content .content-item .press-pagination a.prev,
.press .content-container .content .content-item .press-pagination a.next {}

/* VIDEO */
.video .content-container .content .content-item .video {
    background: url(arnalaya/screenshot.png) no-repeat center center;
}

.video .content-container .content .content-item .video iframe {
    height: 575px;
}

@media all and (max-width: 767px) {
    .video .content-container .content .content-item .video iframe {
        height: 400px;
    }
}

@media all and (max-width: 600px) {
    .video .content-container .content .content-item .video iframe {
        height: 300px;
    }
}

.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #90908f;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #000;
    color: #000;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #000;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.prev,
.gallery .content-container .content .content-item .gallery-pagination a.next {}


.locale .content-container .content .content-item img {
    width: 100%;
}

.locale .content-container .content .content-item.the-locale .the-content {
    flex: 1;
}

.locale .content-container .content .content-item.the-locale .area {
    margin-top: 40px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    flex: 1;
    width: 50%;
    height: 660px;
    margin-top: 0;
}

.locale .content-container .content .content-item.the-locale h3 {
    margin: 0 0 15px;
    font-size: 24px;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: auto;
    margin-top: 10px;
    font-size: 0;
    display: block;
}

.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.the-locale .img {
    margin-top: 40px;
}

.locale .content-container .content .content-item.things-to-do .group {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    font-size: 0;
}

.locale .content-container .content .content-item.things-to-do .group .half {
    width: 55.75%;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 4px;
    font-size: 16px;
}

.locale .content-container .content .content-item.things-to-do .group .half.half-content {
    padding: 40px 60px;
    width: 44.25%;
}

.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;
    width: 100%;
}

.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;
}

.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #000;
}

@media all and (max-width: 1200px) {
    .locale .content-container .content .content-item .group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        height: 300px;
        width: 100%;
        flex: auto;
    }
    
    .locale .content-container .content .content-item.things-to-do .group {
        margin-top: 0;
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        width: auto;
        padding: 0;
        margin-top: 15px;
    }
}

@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 .the-content {
        width: auto !important;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item .the-content:after {
        display: none !important;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: 100%;
        height: 225px;
        margin-left: 0;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 15px;
        position: relative;
    }
    
    .locale .content-container .content .content-item.things-to-do .group .half.half-content:before {
        content: '-';
        position: absolute;
        left: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type {
        margin-bottom: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item.staff .details,
.experience .content-container .content .content-item.spa .details {
    margin-top: 40px;
}

.experience .content-container .content .content-item.spa .details {
    margin-top: 15px;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 3px;
    line-height: 22px;
    text-transform: uppercase;
    float: left;
    width: 30%;
}

.experience .content-container .content .content-item.spa dt{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #a68552;
    text-transform: uppercase;
    text-align: center;
}

.experience .content-container .content .content-item.spa dt p {
    width: auto;
    float: none;
    margin-top: 25px;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    overflow: hidden;
}

.experience .content-container .content .content-item.staff dd p {
    font-size: 15.25px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
}

.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.families a {
    color: #000;
}

.experience .content-container .content .content-item.dining .group:last-of-type {
    margin-top: 40px;
}

.experience .content-container .content .content-item img{
    width: 100%;
}

@media all and (max-width: 767px) {

    .experience .content-container .content .content-item.staff .details,
    .experience .content-container .content .content-item.spa .details {
        margin-top: 15px;
    }

    .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 {
        width: auto;
        float: none;
        margin-top: 25px;
    }
}

.content-item.weddings .wrapper .the-content .wrapper {
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
}
.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #010101;
    background: #fff;
    color: #010101;
    padding: 19px 15px;
    line-height: 26px;
    font-size: 18px;
        font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: calc(50% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 10px;
}
.weddings .content-container .content .content-item ul.capacity li {
    margin: 0;
    text-transform: none;
    display: block;
}
.weddings .content-container .content .content-item ul.capacity li:before {
    content: '|';
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: none;
}
.weddings .content-container .content .content-item ul.capacity li:first-of-type:before {
    display: none;
}
.weddings .content-container .content .content-item .guidelines {
    width: 50%;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.weddings .content-container .content .content-item .guidelines a {
    font-size: 16px;
        font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: calc(50% - 15px);
    color: #010101;
    text-transform: none;
    text-decoration: underline;
    text-align: center;
    border: 1px solid #010101;
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 30px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.weddings .content-container .content .content-item .guidelines a:first-of-type {
    margin-left: 0;   
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background: #a68552;
    border: 1px solid #a68552;
    color: #fff;
}
.weddings .content-container .content .content-item .photo-album-thumbs{
    margin-bottom: 40px;
}
.weddings .content-container .content .content-item .remember{
    text-align: center;
    padding-bottom: 40px;
}

.weddings .content-container .content .content-item h2.entry-title{
    margin-bottom: 0;
}

@media all and (max-width: 1140px) {
    .weddings .content-container .content .content-item .the-content {
        padding: 15px; 
    }
}
@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }
    .weddings .content-container .content .content-item .the-content:after {
        display: none;  
    }   
    .weddings .content-container .content .content-item ul.capacity {
        margin: 25px 0 10px;
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }
    .weddings .content-container .content .content-item .second-img,
    .weddings .content-container .content .content-item .third-img {
        display: none;
    }
    .weddings .content-container .content .content-item .group{
        display: block;
    }
}
@media all and (max-width: 850px) {
    .weddings .content-container .content .content-item .group{
        display: block;
    }

    .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;
    }
}
/* RETREATS */
.wellness-retreats .content-container .content .content-item dt {
    color: #a68552;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .reviews-container,
.guest-reviews .content-container .content .content-item .slides {
    padding-bottom: 1px;
}

.guest-reviews .content-container .content .content-item .slides li {
    float: left;
    display: none;
    opacity: 0;
    width: auto;
    border: 1px solid #000;
    padding: 30px 15px 15px;
    margin: 0;
}

.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 20px;
    display: block;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #b1b1b1;
    font-size: 140px;
    margin: 45px 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 {
    margin-bottom: 0;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
    color: #000;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #000;
    color: #000;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #000;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.guest-reviews .content-container .content .content-item h1.entry-title{
    color: #a68552;
}
.guest-reviews .content-container .content .content-item .slides li:nth-of-type(odd) {
    background: #ceb99b73;
   
}
@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #000;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        width: 100%;
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item .teaser strong {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #a68552;
}

.rates .content-container .content .content-item .promotions {
    background: #a68552;
    color: #fff;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #fff;
}

.rates .content-container .content .content-item .tabs p {
    display: none;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: #e3dfd8;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #887b63;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #a68552;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    background: #a68552;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #efe4e4;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #a68552 !important;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table td img {
    margin: 0 auto;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #a68552;
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .tabs > ul li {
        display: block;
        margin-bottom: 1px;
    }

    .rates .content-container .content .content-item .tabs-end > ul li {
        width: 33.3333333%;
    }
}

/* FORM */
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #000;
}

.reservations .content-container .content .content-item .teaser,
.general-enquiries .content-container .content .content-item .teaser {
    max-width: 630px;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.general-enquiries .content-container .content .content-item form {
    margin-top: 20px;
}

.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .form-col:first-of-type,
.general-enquiries .content-container .content .content-item form .form-row .form-col:first-of-type {
    width: 147px;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 250px;
    outline: none;
}

.reservations .content-container .content .content-item form .form-row .select select#numAdult,
.reservations .content-container .content .content-item form .form-row .select select#numChildren,
.reservations .content-container .content .content-item form .form-row .select select#numInfant {
    width: 65px;
}

.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Open Sans', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .checkbox label.left:empty,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label.left:empty {
    margin: 10px 5px 0 0;
}

.reservations .content-container .content .content-item form .form-row .checkbox label:empty:after,
.general-enquiries .content-container .content .content-item form .form-row .checkbox label:empty:after {}

.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    padding: 4px 30px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 4px 24px;
}

.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: #a68552;
    color: #fff;
}

.reservations .content-container .content .content-item form .form-row .error-message,
.general-enquiries .content-container .content .content-item form .form-row .error-message {
    font-weight: 400;
}

.reservations .content-container .content .content-item form .form-row *:not([readonly]):valid ~ .error-message,
.general-enquiries .content-container .content .content-item form .form-row *:not([readonly]):valid ~ .error-message {
    opacity: 0;
}

/* SITEMAP */
.sitemap .content-container .content .content-item ul li a {
    color: #000;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    text-decoration: none;
    color: #000;
}

.links .content-container .content .content-item a:hover,
.links .content-container .content .content-item a:hover h2,
.links .content-container .content .content-item a:hover h3 {
    color: #000;
}

.links .content-container .content .content-item h2 {
    color: #000;
    font-family: 'Frank Ruhl Libre', serif;
}

.links .content-container .content .content-item h3 {
    color: #000;
    font-family: 'Frank Ruhl Libre', 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;
    }
}