/* http://www.villatirtanila.com
   v1.0 | 20180702
   License: Elite Havens
*/

/* WRAPPER */
.wrapper {
    max-width: 1024px;
}

.wrapper.wrapper-wide {
    max-width: 1620px;
}

.header-container .wrapper {
    max-width: 1024px;
}

@media all and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-container .wrapper {
        max-width: none !important;
    }
}

/* HEADER */
.header-container .header {
    padding: 1px 0 25px;
}

/* .header-container .header.wrapped {
    padding: 0 0 35px;
} */

.header-container.sticky .header {
    padding: 10px 0 15px;
}

.header-container .header .toggler {
    top: 7px;
}

.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #282828;
}

.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    content: '';
    margin-top: 3px;
}

.header-container .header .logo {
    text-align: center;
}

.header-container .header .logo a {
    margin-left: 0;
    margin-top: 10px;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 15px 0 0;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: 0px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.header-container .header .logo a img {
    margin-bottom: 0;
    max-height: 95px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container.sticky .header .logo a img {
    max-height: 57px;
    /* margin-bottom: -27px; */
    margin-top: 5px;
    max-width: 174px;
}

.header-container .header .nav {
    margin: 70px 0 0;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 8px 0 0;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 23px;
}

.header-container .header .nav ul li a {
    color: #4c4c4e;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: -1px;
}

.header-container .header .nav ul li:hover a {
    color: #282828;
    border-bottom-color: #282828;
}

.header-container .header .nav ul li.active a {
    color: #282828;
    border-bottom-color: #00acc8;
}

.header-container .header .nav ul li:last-of-type a {
    background: #fff;
    color: #282828;
    border: 1px solid #282828;
    padding-left: 7px;
    padding-right: 7px;
}

.header-container .header .nav ul li:last-of-type a:hover,
.header-container .header .nav ul li:last-of-type a.active {
    background: #00acc8;
    color: #fff;
    border-color: #00acc8;
}

.header-container .header .nav > ul > li:nth-of-type(4) {
    margin-right: 296px;
}

.header-container .header .nav ul li .subnav {
    background: #282828;
    margin-top: 15px
}

.header-container .header .nav ul li .subnav li a {
    background: #00acc8;
    color: #fff;
    border: none;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #282828;
}

@media all and (max-width: 1200px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 15px;
    }

    .header-container.sticky .header {
        padding: 0 0 15px;
    }

    .header-container.sticky .header .logo a,
    .header-container .header .logo a {
        position: relative;
        margin: 0 0 10px;
        left: 0;
        padding: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-container .header .logo a img {}

    .header-container.sticky .header .logo a img {
        margin-top: 10px;
    
    }

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        border-bottom-color: transparent;
        margin: 0 0 0;
    }

    .header-container .header .nav > ul > li {
        margin-left: 20px;
    }

    .header-container .header .nav > ul > li:nth-of-type(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 1023px) {

    .header-container .header,
    .header-container .header.wrapped {
        padding: 20px 0 15px;
    }

    .header-container.sticky .header.wrapped {
        padding: 0 0 15px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .header-container .header .logo a img {}

    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 0 0 0;
    }
}

@media all and (max-width: 767px) {

    .header-container .header .toggler {
        top: 11px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        /* margin: 12px 0 12px; */
        /* padding: 6px 0; */
    }
    /* .header-container.sticky .header .logo a {

    } */
/* 
    .header-container .header .toggler {
        top: 22px;
    } */

    .header-container.sticky .header .toggler {
        top: 11px;
    }

    .header-container .header .logo a img
    /* .header-container.sticky .header .logo a img */ { 
        max-height: 35px !important;
    }

    .header-container .header .nav ul li a,
    .header-container .header .nav ul li:last-of-type a {
        border: none;
        text-align: left;
        padding: 10px 15px;
    }

    .header-container .header .nav ul li .subnav {
        background: #282828;    
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
    -webkit-animation: footer_sticky .5s 1;
    animation: footer_sticky .5s 1;
}

.footer-container .footer .column {
    padding: 60px 0;
}

.footer-container.sticky .footer .column {
    padding: 10px 0;
}

.footer-container .footer .column:first-of-type {
    text-align: left;
}

.footer-container .footer .column h3 {
    color: #00acc8;
    font-family: 'PT serif', serif;
    font-weight: 400;
    font-size: 26px;
}

.footer-container.sticky .footer .column h3 {
    display: none;
}

.footer-container .footer .column a {
    color: #282828;
}

.footer-container .footer .column .phone-numbers {
    margin-bottom: 23px;
}

.footer-container .footer .column address {
    max-width: 320px;
    margin-bottom: 30px;
}

.footer-container .footer .column .socials {
    margin-bottom: 4px;
}

.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #fff;
    color: #282828;
    border: 1px solid #282828;

    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}

.footer-container .footer .column .socials a:hover {
    background: #00acc8;
    border-color: #00acc8;
    color: #fff;
}

.footer-container .footer .bottom {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    top: 80px;
}

/* .footer-container .footer .bottom a img {
    max-width: 100px;
} */
.footer-container .footer .bottom .marketed {
    margin: 25px auto 15px !important;
}

@media all and (max-width: 1023px) {
    .footer-container .footer {
        font-size: 14px;
    }

    .footer-container .footer .bottom {
        /* top: 340px !important; */
    }
}

@media all and (max-width: 767px) {
    
    .footer-container .footer .column {
        padding: 20px 0;
    }

    .footer-container .footer .column address {
        text-align: center;
        margin: 0 auto 15px;
    }
}

/* Mini Form */
.miniform .form-column.select:after {
    border-top-color: #282828;
}

.miniform button {
    background: #282828 !important;
}

/* HERO CONTAINER */
.hero-container .slideshow .caption big {
    font-family: 'PT Serif', serif;
    font-size: 60px;
    color: #fff;
}

.hero-container .slideshow .caption small {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

.hero-container .slideshow #slide-1 .caption {
    bottom: 30px;
    left: 15%;
}

.hero-container .slideshow #slide-2 .caption {
    top: 30px;
    right: 15%;
}
/* CSS FOR VIDEO ON HOMEPAGE MOBILE*/
@media all and (max-width: 767px) {
    .hero-container .media .video {
        background-image: url(images/homevideo.jpg);
    }
}
@media all and (max-width: 1023px) {

    .hero-container .slideshow #slide-1 .caption,
    .hero-container .slideshow #slide-2 .caption {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 15%;
    }
}

@media all and (max-width: 767px) {
    .hero-container .slideshow .owl-nav {
        display: none;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #fff;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #282828;
    margin-top: -58px;
    margin-bottom: 50px;
}

.buttons-container .button {
    padding: 30px 0;
}

.buttons-container .button .wrapper {
    max-width: 1024px;
}

.buttons-container .button a {
    color: #282828;

    font-family: 'PT serif', serif;
    font-weight: 600;
    padding: 10px 42px;
    font-size: 20px;

    border: 1px solid #282828;
    font-weight: 300;
    background: #fff;
    min-width: 155px;
}

.home .buttons-container .button a {
    margin: 5px;
}

.buttons-container .button a:hover {
    background: #00acc8;
    color: #fff;
    border-color: #00acc8;
}

.buttons-container .prevnext {
    text-align: right;
}

.buttons-container .prevnext .wrapper {
    max-width: 1024px;
}

.buttons-container .prevnext .group .half {
    float: right;
    height: 0;
}

.buttons-container .prevnext a {
    color: #282828;
    background: #fff;
    top: -66px;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #000;
}

.buttons-container .prevnext a i {
    background: #fff;
    color: #282828;
    font-size: 0;
    border: 1px solid #282828;
}

.buttons-container .prevnext a:hover i {
    background-color: #00acc8 !important;
    border-color: #00acc8 !important;
}

.buttons-container .prevnext a.prev i {
    margin-right: 5px;
    background: url("/resources/tirtanila/images/prev-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.next i {
    margin-left: 5px;
    background: url("/resources/tirtanila/images/next-arrow.png") no-repeat center center;
}

.buttons-container .prevnext a.prev i:hover {
    margin-right: 5px;
    background: url("/resources/tirtanila/images/prev-arrow-white.png") no-repeat center center;
}

.buttons-container .prevnext a.next i:hover {
    margin-left: 5px;
    background: url("/resources/tirtanila/images/next-arrow-white.png") no-repeat center center;
}

@media all and (max-width: 1050px) {
    .buttons-container .prevnext a {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container:after {
        margin-top: -86px;
        margin-bottom: 86px;
    }

    .home .buttons-container:after {
        margin-top: -41px;
    }

    .buttons-container .button a {
        margin: 5px;
        min-width: 160px;
    }
}

.reviews-container {
    /*margin-bottom: 15px;*/
    font-family: 'Lato', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.reviews-container .reviews {
    padding: 1px 0;
}

.reviews-container .reviews .wrapper {
    max-width: 1024px;
}

.reviews-container .reviews img {
    display: block;
    width: 100%;
}

.reviews-container .reviews h2 {
    color: #282828 !important;
    font-family: 'PT Serif', serif;
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center !important;
    font-size: 50px !important;
    line-height: 24px !important;
}

.reviews-container .reviews .home-reviews {
    background: rgba(255, 255, 255, .9);
    padding: 40px 0;
    text-align: center;
    width: 100%;
    margin: auto;
    /*margin-left: 50%;*/
    position: relative;
}

.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .9);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    margin-left: -20%;
}

.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.reviews-container .reviews .home-reviews ul {
    color: #282828;
    font-size: 16px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
    font-weight: 300;
}

.reviews-container .reviews .home-reviews ul li .right {
    text-align: justify !important;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #282828;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #282828;
    margin-top: 20px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
}

.reviews-container .reviews .home-reviews ul li .right p {
    text-align: center;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        width: 100%;
    }

    .reviews-container .reviews .home-reviews {
        display: block;
        width: auto;
        margin: 30px auto;
        padding: 40px;
    }

    .reviews-container .reviews .home-reviews:before,
    .reviews-container .reviews .home-reviews:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .reviews-container {
        background: #fff !important;
        border-bottom: 1px solid #282828;
        padding-top: 20px;
    }

    .reviews-container .reviews {
        background: transparent;
    }

    .reviews-container .reviews h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    .reviews-container .reviews h2:before {
        display: none;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0;
        padding: 0 0 40px;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;
    }

    .reviews-container .reviews .home-reviews ul li .right .gr-date {
        font-size: 16px;
    }

    .reviews-container .reviews .home-reviews ul li .right .rname {
        font-size: 16px;
    }
}


.content-container .content .content-item {
    font-family: 'Lato', sans-serif;
    color: #282828;
    font-size: 16px;
    line-height: 25px;
    /*margin-bottom: 5px;*/
}

.content-container .content .content-item.odd {
    background: #fff;
    margin-top: 0;
}

.content-container.scroll .content .content-item:first-of-type {
    background: none;
    border-bottom: 1px solid #74787b;
}

.content-container .content .content-item .bg-holder {
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery .content-container .content .content-item .wrapper,
.video .content-container .content .content-item .wrapper,
.floorplan .content-container .content .content-item .wrapper,
.guest-reviews .content-container .content .content-item .wrapper,
.press .content-container .content .content-item .wrapper,
.rates .content-container .content .content-item .wrapper {
    padding-bottom: 20px;
}

.content-container .content .content-item .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1024px;
}

.explore .content-container .content .content-item .wrapper {
    padding-top: 65px;
    padding-bottom: 65px;
}

.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1024px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container.scroll .content .content-item:first-of-type .wrapper {
    max-width: none;
}

.content-container .content .content-item h1.entry-title,
.content-container .content .content-item h2.entry-title {
    color: #282828;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 50px;
    text-transform: none;
    text-align: center;
}

.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title,
.contact-sent .content-container .content .content-item h1.entry-title,
.reservation-sent .content-container .content .content-item h1.entry-title {
    color: #282828;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 24px;
    text-transform: none;
    text-align: center;
}

.content-container.scroll .content .content-item h1.entry-title {
    margin-bottom: 15px;
    margin-top: 15px;
    ;
}

.content-container.scroll .content .content-item h1.entry-title span {
    z-index: 21;
}

.content-container .content .content-item h1.entry-title strong {
    font-size: 50px;
    color: #282828;
    display: block;
}

.content-container .content .content-item h2.entry-title {
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 45px;
    color: #282828;
    text-transform: none;
    line-height: 1;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: none;
    border-bottom: 1px solid #a79778;
    margin-top: -1px;
}

.content-container .content .content-item h2.entry-title span {
    background: transparent;
    padding-right: 0;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    color: #282828;
    font-family: 'PT Serif', serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

@media all and (max-width: 1023px) {

    .content-container .content .content-item {
        font-size: 16px;
    }

    .content-container .content .content-item .bg-holder {
        background-image: none !important;
    }

    .content-container .content .content-item .wrapper,
    .explore .content-container .content .content-item .wrapper {
        padding-top: 40px;
    }

    .content-container.scroll .content .content-item h1.entry-title {
        font-size: 30px !important;
        line-height: 54px;
    }

    .content-container .content .content-item h2.entry-title span {
        padding-bottom: 5px;
    }

    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        line-height: 26px;

    }
}

@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;
        margin-bottom: 20px;
    }

    .content-container.scroll .content .content-item h1.entry-title {

        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.content-container .content .content-item p {
    font-size: 16px;
    color: #282828;
    font-family: 'Lato', sans-serif;
}

.content-container .content .content-item p a {
    color: #282828;
}

.content-container .content .content-item img {
    max-width: 100%;
    display: block;
}

.content-container .content .content-item img {
    max-width: none;
    width: 100%;
}

/* MENU SPY */
.content-container .content .content-item .spy {
    background: #fff;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    border-top: 1px solid #74787b;
}

.content-container .content .content-item .sticky .spy {
    background: #fff;
    border-bottom: 1px solid #74787b;
}

.content-container .content .content-item .spy ul {
    background: none;
    text-align: center;
    max-width: 1024px;
}

.content-container .content .content-item .spy ul li a {
    color: #616161;
    font-family: 'PT Serif', serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 16px 15px 15px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-container .content .content-item .sticky .spy ul li a {
    padding: 16px 15px 15px;
}

.content-container .content .content-item .spy ul li a:hover {
    color: #00acc8;
}

.content-container .content .content-item .spy ul li.active a {
    color: #00acc8;
}

@media all and (max-width: 767px) {

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        text-transform: none;
    }
}

.box-container {
    position: relative;
}

.box-container .box {
    font-size: 0;
    margin: 0 auto;
    max-width: 900px;
}

.box-container .box .sub-villa-img,
.box-container .box .sub-villa-content {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.box-container .box .sub-villa-content {
    padding-left: 30px;
}

.box-container .box .sub-villa-content h3 {
    color: #282828;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-size: 60px;
    line-height: 80px;
    margin-top: 20px;
}

.box-container .box .sub-villa-content strong {
    color: #707070;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 30px 0 10%;
}

.box-container .box .sub-villa-content p {
    color: #282828;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
}

.box-container .owl-nav .owl-next,
.box-container .owl-nav .owl-prev {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-container .owl-nav .owl-next {
    right: 0;
}

.box-container .owl-nav .owl-prev {
    left: 0;
}

@media all and (max-width: 1023px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 50px;
    }

    .box-container .owl-nav {
        text-align: center;
    }

    .box-container .owl-nav .owl-next,
    .box-container .owl-nav .owl-prev {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 30px 30px 0;
    }
}

@media all and (max-width: 1110px) {
    .box-container .box .sub-villa-img {
        display: none;
    }

    .box-container .box .sub-villa-content {
        display: block;
        width: auto;
        padding: 0;
    }

    .box-container .box .sub-villa-content strong {
        margin: 15px 0;
    }
}

@media all and (max-width: 767px) {
    .box-container .box .sub-villa-content h3 {
        font-size: 42px;
        line-height: 50px;
        margin: 0;
    }
}

/* home */
.home .content-container .content .content-item {
    position: relative;
}

.home .content-container .content .content-item .wrapper {
    padding-top: 53px !important;
}

.home .content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
    padding-top: 0;
}

.home .content-container .content .content-item .wrapper.wrapper-wide .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.home .content-container .content .content-item .wrapper.wrapper-wide .group .half p {
    max-width: 460px;
    margin: 0px auto;
    padding-top: 32px !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.home .content-container .content .content-item .wrapper.wrapper-wide .group .half .button a {
    margin: 37px 0 0px;
    min-width: 276px;
    min-height: 62px;
    padding: 17px 10px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-size: 20px;
}

.home .content-container .content .content-item .introduction {
    padding-top: 30px !important;
    text-align-last: left;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}


.home .content-container .content .content-item .wrapper {
    padding-bottom: 0;
    max-width: 1180px;
}

.home .content-container .content .content-item .wrapper.caption {
    padding-top: 0px !important;
}

.home .content-container .content .content-item .wrapper.caption h3 {
    margin: 34px 0 30px;
}

.home .content-container .content .content-item .wrapper.caption p {
    font-family: 'Lato', sans-serif;
    padding-top: 0px !important;
    margin-bottom: 4px;
}


.home .content-container .content .content-item:last-of-type h2 {
    color: #282828;
    font-size: 30px;
    font-family: 'PT Serif', serif;
    text-align: center;
    line-height: 30px;
    max-width: 850px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.home .content-container .content .content-item p {
    text-align-last: center;
    max-width: 1110px;
}

.home .content-container .content .content-item p.tagline {
    color: #616161;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: 300;
    max-width: 850px;
    margin: 0 auto 0px;
    text-align: center;
    /*margin-bottom: 10px;*/
}

.home .content-container .content .content-item p.intro {
    text-align-last: left;
}

.home .content-container .content .content-item .poi {
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 65px;
    font-size: 0;
    clear: both;
}

.home .content-container .content .content-item .poi li {
    min-width: 100px;
    margin-right: 5%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #212121;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.home .content-container .content .content-item .poi li:last-of-type {
    margin-right: 0;
}

.home .content-container .content .content-item .poi li:before {
    content: '';
    clear: both;
    background: url("/resources/tirtanila/images/icons-sprite.png") no-repeat;
    height: 99px;
    width: 100px;
    display: block;
    margin: 0 auto 22px;
}

.home .content-container .content .content-item .poi li#poi-1:before {
    background-position: 0 0;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-2:before {
    background-position: -141px 0;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-3:before {
    background-position: -285px 0;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-4:before {
    background-position: -425px 0;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

.home .content-container .content .content-item .poi li#poi-5:before {
    background-position: -571px 0;

    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}


.home .content-container .content .content-item p:last-of-type {
    margin-bottom: 56px;
}

.home .content-container .content .content-item .img {
    margin-top: 58px;
}

.home .content-container .content .content-item .group {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 23px;
}

.home .content-container .content .content-item .video {
    margin-top: 67px;
}

.home .content-container .content .content-item .group h3 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
    max-width: 520px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.home .content-container .content .content-item .group p {

    text-align-last: center;
}

.home .content-container .content .content-item .group a {
    text-transform: none;
    text-decoration: none;
    color: #282828;
    font-family: 'PT Serif', serif;
    font-size: 30px;
    border: 1px solid #282828;
    font-weight: 300;
    background: #fff;
    padding: 12px 10px;
    min-width: 220px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home .content-container .content .content-item h1.entry-title {
    margin-bottom: 10px !important;
}

.home .content-container .content .content-item .group a:hover {
    background: #00acc8;
    border-color: #00acc8;
    color: #fff;
}

@media all and (max-width: 1720px) {
    .home .content-container .content .content-item .group {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1400px) {
    .home .content-container .content .content-item .group h3 {
        min-height: 108px;
    }

    .home .content-container .content .content-item .group p {
        min-height: 175px;
    }
}

@media all and (max-width: 1053px) {
    .home .content-container .content .content-item .poi li {
        min-width: 160px;
        width: 10%;
        margin-right: 0;
    }

    .home .content-container .content .content-item .group p {
        min-height: 175px;
    }
}

@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .bg-half {
        display: none;
    }

    .home .content-container .content .content-item .wrapper {
        padding-top: 40px;
    }

    .home .content-container .content .content-item .wrapper .the-content {
        margin-left: 0;
    }

    .home .content-container .content .content-item h1.entry-title {
        text-align: center;
    }

    .home .content-container .content .content-item h1.entry-title span {
        font-size: 42px;
        line-height: 50px;
    }

    .home .content-container .content .content-item .poi {
        padding-top: 30px;
    }

    .home .content-container .content .content-item .poi li {
        min-width: 135px;
    }

    .home .content-container .content .content-item .group {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .home .content-container .content .content-item .group h3 {
        min-height: auto;
    }

    .home .content-container .content .content-item .group p {
        min-height: auto;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    .header-container.sticky .header .logo a img {
        margin-top: 0px;
    }

    .home .content-container .content .content-item h1.entry-title {
        font-size: 42px;
        line-height: 50px;
    }

    .home .content-container .content .content-item p.tagline {
        margin: 0 auto;
    }

    .home .content-container .content .content-item p:last-of-type {
        margin-bottom: 0;
    }

    .home .content-container .content .content-item .poi li {
        margin-top: 20px;
    }

    .home .content-container .content .content-item .group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home .content-container .content .content-item .group a {
        font-size: 25px;
        min-width: 200px;
    }

    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half {
        width: 100%;
        margin: 0;
    }

    .home .content-container .content .content-item .wrapper.wrapper-wide {
        padding-top: 0;
    }

    .home .content-container .content .content-item .wrapper.wrapper-wide img {
        display: none;
    }

    .home .content-container .content .content-item .wrapper.wrapper-wide .group .half p {
        max-width: 100%;
    }
}

@media all and (max-width: 520px) {
    .home .content-container .content .content-item .grids .grid span {
        font-size: 18px;
        line-height: 18px;
    }
}

/*============================================= end home ===============================================*/

/*================================================= about ==============================================*/
.about .content-container .content .content-item {
    margin: 0;
}

.about .content-container .content .content-item .wrapper {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.about .content-container .content .content-item .wrapper:last-of-type {
    padding-bottom: 23px !important;
    padding-top: 6px !important;
}

.about .content-container .content .content-item h1.entry-title {
    margin-bottom: 29px !important;
}

.about .content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
    padding-top: 0;
}

.about .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}

.about .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

@media all and (max-width: 767px) {
    .about .content-container .content .content-item .wrapper.wrapper-wide {
        display: none;
    }
}

/*============================================= end about ==============================================*/

/*=============================================== explore ==============================================*/
.explore .content-container.scroll .content .content-item h1.entry-title {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-top: 11px;
    margin-bottom: 18px;
}

.content-container.scroll .content .content-item h1.entry-title.sticky {
    position: relative !important;
    top: 0px !important;
}

.explore .content-container .content .content-item h2.entry-title {
    font-family: 'PT serif', serif;
    margin-bottom: 34px;
}

.explore .content-container .content .content-item h3 {
    font-family: 'PT serif', serif;
    text-align: left;
    text-transform: none;
}

.explore .content-container .content .content-item.bedrooms h3 {
    margin-top: 25px;
}

.explore .content-container .content .content-item {
    margin-bottom: 0;
}

.explore .content-container .content .content-item .wrapper {
    max-width: 1170px;
}

.explore .content-container .content .content-item.villa-layout .wrapper {
    padding-top: 54px;
    padding-bottom: 56px;
}

.explore .content-container .content .content-item .wrapper {
    padding-top: 53px;
    padding-bottom: 60px;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide.border-bottom {
    border-bottom: 1px solid black;
    padding-bottom: 0;
    padding-top: 0;
}

.explore .content-container .content .content-item .wrapper .the-content p {
    /*max-width: 80%;*/
    margin: auto;
    font-family: 'Lato', sans-serif;
}

.explore .content-container .content .content-item .wrapper.wrapper-wide {
    padding-top: 0;
    max-width: 1620px;
}

.explore .content-container .content .content-item .group {
    margin-left: -15px;
    margin-right: -15px;
}

.explore .content-container .content .content-item .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.explore .content-container .content .content-item.living-areas .wrapper.wrapper-wide.living-areas-photo-section {
    padding-top: 34px;
    border-bottom: 1px solid black;
}

.explore .content-container .content .content-item.living-areas h3 {
    text-align: left;
    text-transform: capitalize;
}

.explore .content-container .content .content-item.living-areas {
    background: #ffffff;
    margin-bottom: 0;
}

.explore .content-container .content .content-item.living-areas .wrapper,
.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-bottom: 0px;
}

.explore .content-container .content .content-item.bedrooms .wrapper {
    padding-top: 0;
}

.explore .content-container .content .content-item.bedrooms .wrapper.description {
    margin-bottom: -20px;
}

.explore .content-container .content .content-item.living-areas .wrapper-wide,
.explore .content-container .content .content-item.bedrooms .wrapper-wide {
    padding-top: 36px;
    padding-bottom: 58px;
}

.explore .content-container .content .content-item.villa-layout .wrapper,
.explore .content-container .content .content-item.living-areas .wrapper {
    /*border-bottom: none;*/
    padding-top: 53px;
}

.explore .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.explore .content-container .content .content-item .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.explore .content-container .content .content-item.living-areas .the-content:after {
    right: auto;
    left: 0;

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.explore .content-container .content .content-item.villa-layout .floorplan {
    margin: 35px 0 0 0;
    text-align: center;
}

.explore .content-container .content .content-item.villa-layout .floorplan img {
    margin: 0 auto;
    border: 1px solid #282828;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.explore .content-container .content .content-item.villa-layout .floorplan a {
    color: #282828;
}

.explore .content-container .content .content-item.bedrooms .wrapper.wrapper-wide {
    padding-top: 53px;
    padding-bottom: 8px;
}

.explore .content-container .content .content-item.bedrooms .wrapper.wrapper-wide:last-of-type {
    padding-top: 35px;
    padding-bottom: 24px;
}

.explore .content-container .content .content-item.bedrooms .first-img {
    margin-bottom: 0px;
}

@media all and (max-width: 1170px) {
    .explore .content-container .content .content-item.villa-layout .floorplan {
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 1053px) {
    .explore .content-container .content .content-item .the-content {
        padding: 15px;
    }

    .explore .content-container .content .content-item.odd .the-content {
        padding: 0;
    }
}

@media all and (max-width: 1050px) {
    .explore .content-container .content .content-item .group .wrapper {
        margin: 0 15px;
        padding: 30px 0 0;
    }
}

@media all and (max-width: 1023px) {
    .explore .content-container.scroll .content .content-item h1.entry-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .explore .content-container .content .content-item {
        margin-bottom: 0;
    }

    .explore .content-container .content .content-item .the-content {
        padding: 0;
    }

    .explore .content-container .content .content-item .the-content:after {
        display: none;
    }

    .explore .content-container .content .content-item.bedrooms .first-img {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {

    .explore .content-container .content .content-item .wrapper.wrapper-wide,
    .explore .content-container .content .content-item.bedrooms .first-img {
        display: none;
    }

    .explore .content-container .content .content-item.living-areas .wrapper,
    .explore .content-container .content .content-item.bedrooms .wrapper {
        padding-bottom: 40px;
    }

    .explore .content-container.scroll .content .content-item h1.entry-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .explore .content-container .content .content-item.bedrooms .wrapper.wrapper-wide {
        display: block;
    }
}

/*=========================================== end explore ==============================================*/

/*=========================================== quick facts ==============================================*/
.quick-facts .content-container .content .content-item h1.entry-title {
    margin-bottom: 40px !important;
}

.quick-facts .content-container .content .content-item .wrapper {
    padding-top: 53px !important;
}

.quick-facts .content-container .content .content-item .half:first-of-type {
    padding-right: 20px;
}

.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
}

.quick-facts .content-container .content .content-item .item {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 75px;
}

.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.quick-facts .content-container .content .content-item .item strong {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
    color: #282828;
}

.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -13px;
    left: -9px;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}

.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 -2px;
}

.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}

.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}

.quick-facts .content-container .content .content-item .item#gym-yoga:before {
    background-position: 0 -1405px;
}

.quick-facts .content-container .content .content-item .item#spa:before {
    background-position: 0 -1217px;
}

.quick-facts .content-container .content .content-item .item#pool:before {
    background-position: 0 -280px;
}

.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 -469px;
}

.quick-facts .content-container .content .content-item .item#communication:before {
    background-position: 0 -564px;
}

.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 -935px;
}

.quick-facts .content-container .content .content-item .item#property-area:before {
    background-position: 0 -1037px;
}

.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -940px;
}

.quick-facts .content-container .content .content-item .item#marketed-by:before {
    background-position: 0 -1126px;
}

@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;
    }
}

/* end quick facts*/

/* press */
.press .content-container .content .content-item .press-container .press-item a {
    color: #282828;
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 18px;
}

.press .content-container .content .content-item .press-pagination a {
    border: 1px solid #282828;
    color: #282828;
}

.press .content-container .content .content-item .press-pagination a:hover {
    background: #282828;
    color: #fff;
}

.press .content-container .content .content-item .press-pagination a.active {
    background: #282828;
    border-color: #282828;
    color: #fff;
}

/* VIDEO */
.video .content-container .content .content-item .wrapper {
    padding-top: 18px;
}

.video .content-container .content .content-item h1.entry-title {
    margin-bottom: 33px;
}

.video .content-container .content .content-item .video {
    max-width: 1024px;
    width: 100%;
    margin: 35px auto 3px;
    background: url(screenshot.png) no-repeat center center;
    background-size: cover;
    border: 1px solid #000;
}

/* FLOORPLAN */
.floorplan .content-container .content .content-item .wrapper {
    padding-top: 18px;
}

.floorplan .content-container .content .content-item h1.entry-title {
    margin-bottom: 43px;
}

.floorplan .content-container .content .content-item .floorplan {
    margin: 30px auto 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: 1px solid #282828;
}

.floorplan .content-container .content .content-item .floorplan a {
    color: #272727;
}

/* GALLERY */
.gallery .content-container .content .content-item .wrapper {
    padding-top: 18px;
}

.gallery .content-container .content .content-item h1.entry-title {
    margin-bottom: 40px;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #282828;
    color: #282828;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #282828;
    color: #fff;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #282828;
    border-color: #282828;
    color: #fff;
}

/*= weddings =*/
.weddings .content-container .content .content-item .wrapper {
    max-width: 1024px;
}

.weddings .content-container .content .content-item h2 {
    font-size: 35px;
    text-align: center;
    color: #272727;
    font-family: 'PT Serif', serif;
    display: block;
}

.weddings .content-container .content .content-item h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0 20px;
    display: block;
}

.weddings .content-container .content .content-item small {
    font-size: 20px;
    text-align: center;
    color: #707070;
    font-family: 'PT Serif', serif;
    display: block;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
}

.weddings .content-container .content .content-item a.button {
    display: block;
    margin: 30px auto 0;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 300px;
    border: 1px solid #282828;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.weddings .content-container .content .content-item a.button:hover {
    background: #282828;
    color: #fff;
}

.weddings .content-container .content .content-item .group {
    font-size: 0;
}

.weddings .content-container .content .content-item ul.capacity {
    text-align: center;
    border: 1px solid #282828;
    background: #fff;
    color: #282828;
    padding: 19px 15px;
    line-height: 28px;
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 10px;
}

.weddings .content-container .content .content-item ul.capacity li {
    margin: 0;
    text-transform: none;
    display: block;
}

.weddings .content-container .content .content-item ul.capacity li:before {
    content: '|';
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: none;
}

.weddings .content-container .content .content-item ul.capacity li:first-of-type:before {
    display: none;
}

.weddings .content-container .content .content-item .guidelines a {
    font-size: 22px;
    font-family: 'PT Serif', serif;
    display: block;
    color: #282828;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: 1px solid #282828;
    background: #fff;
    padding: 28px 35px;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.weddings .content-container .content .content-item .guidelines a:hover {
    background: #282828;
    color: #fff;
}

.weddings .content-container .content .content-item .wrapper .first-img {
    margin: 30px 0;
}

.weddings .content-container .content .content-item .group .half {
    display: inline-block;
    zoom: 1;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}

.weddings .content-container .content .content-item .group .half.half-content {
    padding: 25px 0 25px 25px;
}

/* PHOTO ALBUM */

.weddings .content-container .content .content-item .photo-album-thumbs {
    background: #dcf0f4;
}

.weddings .content-container .content .content-item .photo-album-thumbs .active {
    background: #fff;
}

.weddings .content-container .content .content-item .second-img {
    float: left;
    width: 57.7%;
}

.weddings .content-container .content .content-item .third-img {
    float: right;
    width: 39.3%;
}

@media all and (max-width: 1053px) {
    .weddings .content-container .content .content-item .the-content {
        padding: 15px;
    }
}

@media all and (max-width: 1023px) {
    .weddings .content-container .content .content-item .the-content {
        width: auto;
        padding: 0;
    }

    .weddings .content-container .content .content-item .the-content:after {
        display: none;
    }

    .weddings .content-container .content .content-item ul.capacity {
        margin: 25px 0 10px;
        display: block;
        width: auto;
    }

    .weddings .content-container .content .content-item .guidelines {
        display: block;
        width: auto;
    }

    .weddings .content-container .content .content-item .second-img,
    .weddings .content-container .content .content-item .third-img {
        display: none;
    }

    .weddings .content-container .content .content-item .group .half {
        display: none;
    }

    .weddings .content-container .content .content-item .group .half.half-content {
        padding: 0 !important;
        display: block;
        width: auto;
    }
}

@media all and (max-width: 850px) {
    .weddings .content-container .content .content-item a.button {
        font-size: 24px;
        padding: 15px;
        max-width: 200px;
    }

    .weddings .content-container .content .content-item .guidelines a {
        width: auto;
        margin: 0 0 10px !important;
        display: block;
        line-height: 1;
    }
}

/* end weddings =*/

/* locale =*/
.locale .content-container .content .content-item {
    margin-bottom: 0;
}

.locale .content-container .content .content-item h1.entry-title {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-top: 11px;
    margin-bottom: 18px;
}

.locale .content-container .content .content-item h2.entry-title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 33px;
}

.locale .content-container .content .content-item p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    padding-top: 52px;
}

.locale .content-container .content .content-item .wrapper {
    padding-top: 60px;
    padding-bottom: 46px;
}

.locale .content-container .content .content-item.things-to-do .the-content .wrapper:last-of-type {
    padding-bottom: 23px;
}

.locale .content-container .content .content-item.things-to-do {
    background: #fff;
}

.locale .content-container .content .content-item.odd .the-content {
    background: transparent;
}

.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content {
    padding: 30px 0 30px 30px;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.locale .content-container .content .content-item .bg-holder:nth-of-type(2n+1) .the-content:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000%;
    background: rgba(255, 255, 255, .9);
    position: absolute;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.locale .content-container .content .content-item .wrapper {
    max-width: 1100px;
}

.locale .content-container .content .content-item.the-locale .wrapper {
    position: relative;
    border-bottom: none;
}

.locale .content-container .content .content-item.the-locale .bg-holder:nth-of-type(2n) .wrapper {
    padding-bottom: 30px;
}

.locale .content-container .content .content-item.the-locale .map_div {
    float: right;
    width: 50%;
    height: 546px;
    margin-top: 0;
    margin-left: 30px;
    /*    margin-right: -29.1%;*/
}

.locale .content-container .content .content-item.the-locale h3 {
    margin: 30px 0 15px;
    font-family: 'PT serif', serif;
    font-size: 25px;
    text-transform: capitalize;
    text-align: left;
}

.locale .content-container .content .content-item.the-locale .distances {
    width: calc(50% - 30px);
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.locale .content-container .content .content-item.the-locale .distances dd {
    width: 30%;
    text-align: right
}

.locale .content-container .content .content-item.things-to-do:before {
    margin: auto;
    width: 84%;
    content: '';
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #282828;
}

.locale .content-container .content .content-item.things-to-do .the-content .wrapper {
    max-width: 1600px;
    padding-top: 52px;
}

.locale .content-container .content .content-item.things-to-do .the-content .wrapper h2.entry-title {
    margin-bottom: 35px;
}

.locale .content-container .content .content-item.things-to-do .the-content .wrapper p {
    max-width: 1100px;
    margin: auto;
}

.locale .content-container .content .content-item.things-to-do p {
    margin: 25px;
    padding: 0;
    text-align: left;
}

.locale .content-container .content .content-item.things-to-do .bg-holder:nth-of-type(2n) .wrapper {
    padding-top: 5px;
}

.locale .content-container .content .content-item.things-to-do .group {
    margin-top: 36px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.locale .content-container .content .content-item.things-to-do .group .half {
    width: calc(50% - 30px);
    margin: 0 15px 31px 15px;
}

.locale .content-container .content .content-item.things-to-do .group .half img {
    margin-bottom: 0;
    width: 100%;
}

.locale .content-container .content .content-item.things-to-do .group .half strong {
    font-weight: bold;
}

.locale .content-container .content .content-item.things-to-do .group .half a {
    color: #282828;
}

.locale .content-container .content .content-item.things-to-do .img {
    margin-top: 30px;
}

.locale .content-container .content .content-item.things-to-do ul {
    list-style: disc;
    margin-top: 29px;
}

.locale .content-container .content .content-item.things-to-do ul li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
}

.locale .content-container .content .content-item .things-to-do-desc {
    max-width: 1100px;
    margin: auto;
    clear: both;
}

.locale .content-container .content .content-item .things-to-do-desc ol {
    list-style: disc;
    margin-top: 20px;
}

.locale .content-container .content .content-item .things-to-do-desc ol li {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
}




@media all and (max-width: 1053px) {
    .locale .content-container .content .content-item .the-content {
        padding: 15px !important;
    }

    .locale .content-container .content .content-item.odd .the-content {
        padding: 0 !important;
    }
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item.the-locale .wrapper {
        padding-top: 20px;
    }

    .locale .content-container .content .content-item.things-to-do {
        border-top: 1px solid #ececec;
    }

    .locale .content-container .content .content-item h1.entry-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .locale .content-container .content .content-item h2.entry-title {
        font-size: 25px;
    }

    .locale .content-container .content .content-item .bg-holder:not(:first-of-type) .wrapper {
        padding-top: 0 !important;
    }

    .locale .content-container .content .content-item .bg-holder:not(:last-of-type) .wrapper {
        padding-bottom: 15px !important;
    }

    .locale .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item .the-content:after {
        display: none !important;
    }

    .locale .content-container .content .content-item.the-locale .map_div {
        float: none;
        width: 100%;
        height: 300px;
        margin: 0 0 30px
    }
    
    .locale .content-container .content .content-item.the-locale .distances {
        width: auto;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .locale .content-container .content .content-item.the-locale .wrapper {
        padding-top: 20px;
    }

    .locale .content-container .content .content-item h1.entry-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .locale .content-container .content .content-item h2.entry-title {
        font-size: 25px;
    }

    .locale .content-container .content .content-item.the-locale .distances {
        float: none;
        width: auto;
    }

    .locale .content-container .content .content-item.the-locale .distances dt,
    .locale .content-container .content .content-item.the-locale .distances dd {
        font-size: 15px;
    }

    .locale .content-container .content .content-item.things-to-do .group {
        margin: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half {
        display: none;
        width: auto;
        padding: 0 !important;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content {
        display: block;
        margin-bottom: 15px;
        width: auto;
    }

    .locale .content-container .content .content-item.things-to-do .group .half.half-content:last-of-type {
        margin-bottom: 0;
    }

    .locale .content-container .content .content-item.things-to-do .group .half img {
        max-width: none;
        width: 100%;
    }
}

/*== end locale =*/

/*== experience =*/
.experience .content-container .content .content-item h1.entry-title {
    margin-bottom: 37px;
}

.experience .content-container .content .content-item.staff .wrapper,
.experience .content-container .content .content-item.dining .wrapper,
.experience .content-container .content .content-item.families .wrapper {
    border-bottom: none;
}

.experience .content-container .content .content-item.staff .wrapper.wrapper-wide,
.experience .content-container .content .content-item.dining .wrapper.wrapper-wide,
.experience .content-container .content .content-item.families .wrapper.wrapper-wide,
.experience .content-container .content .content-item.spa .wrapper.wrapper-wide {
    padding-top: 0;
}

.experience .content-container .content .content-item .wrapper {
    padding-top: 52px;
    padding-bottom: 27px !important;
}

.experience .content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1620px;
    padding-bottom: 24px !important;
}

.experience .content-container .content .content-item.staff dl,
.experience .content-container .content .content-item.spa dl {
    font-size: 0;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt,
.experience .content-container .content .content-item.spa dt p {
    color: #282828;
    font-family: 'PT Serif', serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 23px;
    text-transform: none;
}

.experience .content-container .content .content-item.staff dt,
.experience .content-container .content .content-item.spa dt {
    width: 30%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.experience .content-container .content .content-item.staff dt p,
.experience .content-container .content .content-item.spa dt p {
    margin-bottom: 0;
    text-align: left;
}

.experience .content-container .content .content-item.staff dd,
.experience .content-container .content .content-item.spa dd {
    font-size: 16px;
    color: #282828;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    margin-top: 0;
    width: 70%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.experience .content-container .content .content-item.staff dd:last-of-type,
.experience .content-container .content .content-item.spa dd:last-of-type {
    margin-bottom: 0;
}

.experience .content-container .content .content-item.families a {
    color: #282828;
}

.experience .content-container .content .content-item.families .first-img {
    margin-top: 30px;
}

.experience .content-container .content .content-item.staff .group,
.experience .content-container .content .content-item.dining .group,
.experience .content-container .content .content-item.families .group,
.experience .content-container .content .content-item.spa .group {
    margin-left: -15px;
    margin-right: -15px;
}

.experience .content-container .content .content-item.staff .group .half,
.experience .content-container .content .content-item.dining .group .half,
.experience .content-container .content .content-item.families .group .half,
.experience .content-container .content .content-item.spa .group .half {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.experience .content-container .content .content-item.spa .group {
    margin-bottom: 30px;
}

.experience .content-container .content .content-item.elitehavens-concierge p:first-of-type{
    font-size: unset;
    margin-top: 30px;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch a{
    font-size: 20px;
    font-family: 'PT serif',serif;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    padding: 13px 13px 10px;
    min-width: 180px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch a:hover{
    color: #fff;
    background: #00acc8;
}
.experience .content-container .content .content-item.elitehavens-concierge .get-in-touch{
    text-align: center;
    margin-top: 30px;
}

@media all and (max-width: 1053px) {
    .experience .content-container .content .content-item .the-content {
        padding: 15px !important;
    }
}

@media all and (max-width: 1023px) {
    .experience .content-container .content .content-item h1.entry-title {
        margin-bottom: 20px;
    }

    .experience .content-container .content .content-item .wrapper {
        padding-top: 20px;
        padding-bottom: 27px !important;
    }

    .experience .content-container .content .content-item .wrapper.wrapper-wide {
        max-width: 1620px;
        padding-bottom: 24px !important;
    }

    .experience .content-container .content .content-item .the-content {
        width: auto !important;
        padding: 0 !important;
    }

    .experience .content-container .content .content-item .the-content:after {
        display: none !important;
    }

    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.staff dd,
    .experience .content-container .content .content-item.spa dt,
    .experience .content-container .content .content-item.spa dd {
        width: auto;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .experience .content-container .content .content-item .wrapper.wrapper-wide {
        display: none;
    }

    .experience .content-container .content .content-item.staff dt,
    .experience .content-container .content .content-item.spa dt {
        font-size: 22px;
    }
}

/* GUEST REVIEW */
.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    float: left;
    width: calc(33.33333% + 1px);
    opacity: 1;
    border: 1px solid #313131;
    background: #fff;
    padding: 30px 15px 15px;
    margin: 0 -1px -1px 0;
}

.guest-reviews .content-container .content .content-item .slides li:nth-of-type(2n) {
    background: #ebebeb;
}

.guest-reviews .content-container .content .content-item .reviews-container .review.current,
.guest-reviews .content-container .content .content-item .slides li.current {
    opacity: 1;
    padding: 3px;
    display: block;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #282828;
    font-size: 140px;
    margin: 31px 10px -10px -10px;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #313131;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'PT Serif', serif;
    font-size: 18px;
}

.guest-reviews .content-container .content .content-item .reviews-pagination {
    text-align: center;
    margin-top: 0;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
    border: 1px solid #313131;
    color: #313131;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #313131;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #313131;
    border-color: #313131;
    color: #fff;
}

@media all and (max-width: 767px) {
    .guest-reviews .content-container .content .content-item .slides li {
        width: calc(50% + .5px);
    }
}

@media all and (max-width: 480px) {
    .guest-reviews .content-container .content .content-item .slides {
        border-top: 1px solid #313131;
    }

    .guest-reviews .content-container .content .content-item .slides li {
        margin: 0;
    }
}

/* RATES */
.rates .content-container .content .content-item h1.entry-title {
    margin-bottom: 43px;
}

.rates .content-container .content .content-item .teaser strong {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    display: block;
}

.rates .content-container .content .content-item .discounts,
.rates .content-container .content .content-item .promotions {
    border: 2px solid #282828;
    margin-bottom: 35px;
}

.rates .content-container .content .content-item .promotions {
    /* background: #808080; */
    color: #282828;
}

.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.rates .content-container .content .content-item .promotions .rates-title {
    color: #282828;
}

.rates .content-container .content .content-item .tabs-end > ul {
    background: transparent;
}

.rates .content-container .content .content-item .tabs > ul li a {
    background: #a1c3c7;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #f1f9fc;
}

.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #44c2d3;
    color: #fff;
}

.rates .content-container .content .content-item .tabs-end table th {
    text-align: center;
    background: #44c2d3;
    color: #fff;
    padding: 9px 5px;
    width: 20%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.rates .content-container .content .content-item .tabs-end table td {
    background: #e8e8e8;
    color: #282828;
    font-family: 'Lato', sans-serif;
}

.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #44c2d3 !important;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
}

.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #44c2d3;
    cursor: help;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border-radius: 99px;
}

@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .teaser {
        max-width: 100%;
    }

    .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: 50%;
    }
}

/* end rates =*/


/* FORM */
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #282828;
}

.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #282828;
    font-family: 'Lato', sans-serif;
}

.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: #282828;
    font-family: 'PT Serif', serif;
    font-size: 40px;
}

.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #282828;
    font-family: 'Lato', sans-serif;
}

.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'Lato', 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: 'Lato', sans-serif;
}

.general-enquiries .content-container .content .content-item form .form-row .image img {
    width: auto;
    max-width: 100%;
}

.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'Lato', sans-serif;
}

.reservations .content-container .content .content-item form .form-row .textarea textarea,
.general-enquiries .content-container .content .content-item form .form-row .textarea textarea {
    font-family: 'Lato', 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 input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 20px;
    font-weight: 300;
    font-family: 'PT serif', serif;
    border: 1px solid #282828;
    color: #282828;
    background: #fff;
    padding: 6px 20px 5px;
}

.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    padding: 6px 20px 5px;
}

.reservations .content-container .content .content-item form .form-row input[type=submit]:hover,
.general-enquiries .content-container .content .content-item form .form-row input[type=submit]:hover {
    background: #00acc8;
    border-color: #00acc8;
    color: #fff;
}

/* SITEMAP */
.sitemap .content-container .content .content-item .wrapper {
    padding-top: 65px;
    padding-bottom: 11px;
}


.sitemap .content-container .content .content-item ul li a {
    color: #282828;
}

.links .content-container .content .content-item .wrapper {
    padding-top: 65px;
}

.links .content-container .content .content-item h1.entry-title {
    margin-bottom: 40px;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #282828;
}

.links .content-container .content .content-item h2 {
    color: #282828;
    font-family: 'PT Serif', serif;
}

.links .content-container .content .content-item h2 a {
    color: #282828;
}

.links .content-container .content .content-item h3 {
    color: #282828;
    font-family: 'PT Serif', serif;
}

/* guarantee */
.rates .content-guarantee {
    right: 15px;
    margin-top: 10px;
    position: absolute;
}

.content-guarantee .best-rates {
    width: 110px;
    height: 80px;
    background: url(images/guarantees.png) no-repeat;
    background-position: -129px 0;
}

.content-guarantee .best-rates a {
    display: block;
    width: 110px;
    height: 80px;
    position: relative;
    border-bottom: none !important;
}

.content-guarantee .pata-logo {
    width: 95px;
    height: 80px;
    background: url(images/guarantees.png) no-repeat;
    background-position: 0 -4px;
}

@media all and (max-width: 1053px) {
    .rates .content-guarantee {
        right: 30px;
    }
}

@media all and (max-width: 800px) {
    .rates .content-guarantee {
        float: none;
        text-align: center;
        margin: 0 0 20px;
        position: relative;
        right: 0;
    }
}

.popover {
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
