@import url("/css/contour.css");

html, body, form {
    height: 100%;
}

body {
    font-family: Georgia;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: 1px;
}

.mobile, .show-for-small {
    display: none;
}

#umbracoPreviewBadge {
    z-index: 100000;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

p, ul {
    margin: 0;
    padding: 0 0 16px 0;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.clear {
    clear: both;
}

ul {
    margin-left: 10px;
    padding-left: 10px;
}

a {
    color: #000;
}

h1, body .img-h h1 {
    margin: 0;
    padding: 0;
    font-family: BrandonGrotesque-Regular;
    font-size: 30px;
    padding-bottom: 30px;
    background: transparent url(/images/icons/onda.png) left bottom no-repeat;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 36px;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: BrandonGrotesque-Regular;
    font-size: 16px;
    text-transform: uppercase;
}

body .img-h h1 {
    background-position: center bottom;
}

h1 a {
    text-decoration: none;
}

.BrandonGrotesque-Regular {
    font-family: BrandonGrotesque-Regular;
}

.BrandonGrotesque-Black {
    font-family: BrandonGrotesque-Black;
}

#top-bar-sticky-wrapper #top-bar {
    box-shadow: 0 1px 10px rgba(255,255,255,.8);
}

#top-bar {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    font-family: BrandonGrotesque-Regular;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255,255,255,.95);
}

    #top-bar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #top-bar ul li {
            display: inline-block;
        }

            #top-bar ul li ul {
                display: none;
            }

            #top-bar ul li:not(:last-child) {
                margin-right: 20px;
            }

    #top-bar a {
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-size: 14px;
    }

    #top-bar li.selected a {
        color: #b3a291;
    }

    #top-bar #languages {
        position: absolute;
        top: 0;
        left: 3%;
    }

        #top-bar #languages li:not(:last-child) {
            margin-right: 5px;
        }

        #top-bar #languages li.selected {
            display: none;
        }

    #top-bar #booking-link {
        position: absolute;
        color: #fff;
        top: 0;
        right: 0;
        font-family: BrandonGrotesque-Black;
        padding: 0 3%;
    }

#main-slideshow #logo {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100;
}

    #main-slideshow #logo a {
        margin: 0 auto;
        height: 158px;
        display: block;
    }

#main-slideshow {
    position: relative;
    height: 70%;
    width: 100%;
    min-height: 480px;
}

    #main-slideshow:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0,0,0,0.15)), to(rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0) 100%);
    }

.template1454 #main-slideshow, .template1514 #main-slideshow, .template1516 #main-slideshow {
    height: 48%;
    min-height: 330px;
}

#main-slideshow2 {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100%;
}

#main-slideshow .slideshow-prv, #main-slideshow .slideshow-nxt, .template1508 .slideshow-prv, .template1508 .slideshow-nxt {
    width: 41px;
    height: 72px;
    margin-top: -36px;
}

#main-slideshow .slideshow-prv, .template1508 .slideshow-prv {
    background: transparent url(/images/icons/slideleft.png) center center no-repeat;
    left: 3%;
}

#main-slideshow .slideshow-nxt, .template1508 .slideshow-nxt {
    background: transparent url(/images/icons/slideright.png) center center no-repeat;
    right: 3%;
}

#main-slideshow .slideshow-caption {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 100;
    top: auto;
    margin-top: auto;
    height: auto;
}

    #main-slideshow .slideshow-caption > div {
        background-color: rgba(255,255,255,.8);
        margin: 0 auto;
        width: 500px;
        height: 60px;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        padding: 24px 0;
        font-family: BrandonGrotesque-Regular;
    }

        #main-slideshow .slideshow-caption > div > span:first-child {
            font-size: 34px;
            display: block;
        }

        #main-slideshow .slideshow-caption > div > span:last-child {
            font-size: 16px;
            display: block;
            margin-top: 16px;
        }

.img-holder .slideshow-prv, .img-holder .slideshow-nxt {
    width: 26px;
    height: 43px;
    margin-top: -21.5px;
}

.img-holder .slideshow-prv {
    background: transparent url(/images/icons/slideminileft.png) center center no-repeat;
    left: 3%;
}

.img-holder .slideshow-nxt {
    background: transparent url(/images/icons/slideminiright.png) center center no-repeat;
    right: 3%;
}

.slideshow-open-fullscreen, .slideshow-close-fullscreen {
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
    background: transparent url(/images/icons/magnifier.png) center center no-repeat;
}

.slideshow-close-fullscreen {
    background: transparent url(/images/icons/close.png) center center no-repeat;
}

.slideshow-logo {
    display: none;
}

#special-news {
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
}

    #special-news p {
        padding-bottom: 0;
    }

    #special-news a {
        color: #000;
    }

.row {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
}

    .row .half {
        float: left;
        width: 50%;
    }

.half.img-holder, .single .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    float: none;
}

.single .img-holder {
    right: 0;
    left: 0;
}

.img-dx .half.img-holder {
    right: 0;
}

.img-sx .half.img-holder {
    left: 0;
}

.half.img-holder + .half {
    float: right;
}

.row.double, .row.single, .template1503 .row.small-row3, .template1499 .row.small-row3 {
    height: 50%;
    min-height: 480px;
}

    .row.double.no-min-height {
        height: auto;
        min-height: initial;
    }

.template1453 .row.single {
    min-height: 760px;
}

#online-reviews {
    margin: 12px 0 18px 0;
    padding: 0;
    list-style-type: none;
}

    #online-reviews li {
        display: inline-block;
    }

        #online-reviews li a {
            text-decoration: none;
            text-transform: uppercase;
            color: #000;
            font-size: 18px;
            margin: 0 6px;
            font-family: BrandonGrotesque-Regular;
            outline: none;
        }

            #online-reviews li a.selected {
                text-decoration: underline;
            }

        #online-reviews li:not(:last-child)::after {
            content: " / ";
        }

#tripAdvisor {
    width: 468px;
    margin: 0 auto;
}

#hcWidget10195320140602 {
    margin: 0 auto;
}

.row.small-row {
    height: auto;
    min-height: 1px;
    text-align: center;
    padding: 3% 20%;
    width: auto;
}

    .row.small-row h1 {
        background-position: bottom center;
    }

.row.small-row2, .row.small-row3 {
    height: 30%;
    min-height: 320px;
}

    .row.small-row2 .half.img-holder {
        float: none;
        left: 0;
    }

        .row.small-row2 .half.img-holder + .half {
            float: none;
            right: 0;
            left: auto;
        }

.small-row3 {
    background-color: #f0f0ec;
}

.row.double .content-holder {
    padding: 3% 6%;
    width: 38%;
}

.half.content-holder p:last-child, .half.content-holder ul:last-child, .row.single p:last-child, .tbl + p.button {
    padding-bottom: 0;
}

.content-holder p:last-child a, .row.small-row p:last-child a {
    font-family: BrandonGrotesque-Regular;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url(/images/icons/freccialink.png) center left no-repeat;
    color: #000;
    padding-left: 20px;
}

.bg-centered {
    text-align: center;
}

    .bg-centered h1 {
        background-image: none;
        padding-bottom: 0;
    }

.box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 6%;
    z-index: 100;
    text-align: center;
    padding: 40px;
}

    .box h1, .small-row3 h1, .template1454 h1 {
        margin: 0;
        padding: 0;
        background-image: none;
    }

        .box h1 + h4, .small-row3 h1 + h4, .template1454 h1 + h4 {
            margin: 0;
            padding: 0;
            font-weight: lighter;
            text-transform: uppercase;
            margin: 6px 0 20px;
            font-family: BrandonGrotesque-Regular;
        }

    .box p:last-child {
        margin-top: 20px;
    }

        .box p:last-child a {
            padding: 6px 20px;
            text-transform: uppercase;
            color: #fff;
            font-family: BrandonGrotesque-Regular;
            text-decoration: none;
            display: inline-block;
        }

.row.single {
    float: none;
}

    .row.single .box {
        margin: 4% 20%;
    }

#footer {
    text-align: center;
    padding: 30px 0;
    font-size: 13px;
    background-size: contain;
}

    #footer, #footer a {
        color: #3e3833;
        text-decoration: none;
    }

        #footer ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            #footer ul:not(:first-child):not(:last-child) {
                margin: 20px 0;
            }

                #footer ul:not(:first-child):not(:last-child) li, #footer ul:last-child li {
                    display: inline-block;
                    margin: 0 10px;
                }

                    #footer ul:last-child li a {
                        text-transform: uppercase;
                        font-family: BrandonGrotesque-Regular;
                        font-weight: bold;
                    }

.gdnt {
    background: transparent url(/images/gradient.png) center center;
}

.template1499 .small-row3 p.button a, .tbl + p.button a, body #contour .contourButton, p.button a {
    background-image: none !important;
    display: inline-block;
    padding: 4px 16px;
    background-image: none;
    margin: 0;
    color: #fff !important;
    font-family: BrandonGrotesque-Regular;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.template1508 #photo-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

    .template1508 #photo-list li {
        float: left;
        width: 25%;
        background: #fff url(/images/icons/magnifier-big.png) center center no-repeat;
    }

        .template1508 #photo-list li img {
            width: 100%;
            display: block;
        }

        .template1508 #photo-list li a:not(.title):hover img {
            opacity: .3;
        }

        .template1508 #photo-list li a.title {
            cursor: default;
        }

#slideshow-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.first-row {
    background-color: #f0f0ec;
}

.tbl {
    width: 100%;
    margin-bottom: 5%;
}

    .tbl td {
        text-align: center;
        font-family: BrandonGrotesque-Regular;
        font-size: 15px;
        border: 1px solid #c7c7c5;
        padding: 30px 0;
    }


    .tbl tr td:first-child {
        font-family: BrandonGrotesque-Black;
        font-size: 14px;
        text-transform: uppercase;
        padding: 16px 0;
    }


        .tbl tr:nth-child(1) td a {
            background-image: url(/images/icons/calendario.png) !important;
            background-position: right center !important;
            background-repeat: no-repeat;
            padding: 0 22px 0 0 !important;
        }

    .tbl tr:nth-child(odd) td {
        background-color: #e6e6df;
    }

    .tbl tr:nth-child(1) td:first-child {
        background-image: url(/images/icons/bed-1.png);
        background-position: 20px center;
        background-repeat: no-repeat;
        padding-left: 45px;
        text-align: left;
    }

    .tbl tr:nth-child(2) td:first-child, .tbl tr:nth-child(3) td:first-child, .tbl tr:nth-child(4) td:first-child, .tbl tr:nth-child(5) td:first-child {
        background-image: url(/images/icons/bed-2.png);
        background-position: 20px center;
        background-repeat: no-repeat;
        padding-left: 59px;
        text-align: left;
    }

    .tbl tr:nth-child(6) td:first-child, .tbl tr:nth-child(7) td:first-child {
        background-image: url(/images/icons/bed-4.png);
        background-position: 20px center;
        background-repeat: no-repeat;
        padding-left: 104px;
        text-align: left;
    }

.tbl2 tr:nth-child(2) td:first-child, .tbl2 tr:nth-child(8) td:first-child, .tbl2 tr:nth-child(14) td:first-child {
    background-image: none;
    text-align: center;
    padding-left: 0;
}

.tbl2 tr:nth-child(odd):not(:first-child) td {
    background-color: transparent;
}

.tbl2 tr:nth-child(3) td:first-child, .tbl2 tr:nth-child(9) td:first-child, .tbl2 tr:nth-child(15) td:first-child {
    background-image: url(/images/icons/bed-1.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 45px;
    text-align: left;
}

.tbl2 tr:nth-child(4) td:first-child, .tbl2 tr:nth-child(5) td:first-child, .tbl2 tr:nth-child(6) td:first-child, .tbl2 tr:nth-child(10) td:first-child, .tbl2 tr:nth-child(11) td:first-child, .tbl2 tr:nth-child(12) td:first-child, .tbl2 tr:nth-child(16) td:first-child, .tbl2 tr:nth-child(17) td:first-child, .tbl2 tr:nth-child(18) td:first-child {
    background-image: url(/images/icons/bed-2.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 59px;
    text-align: left;
}

.tbl2 tr:nth-child(7) td:first-child, .tbl2 tr:nth-child(13) td:first-child, .tbl2 tr:nth-child(19) td:first-child {
    background-image: url(/images/icons/bed-3.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 90px;
    text-align: left;
}

.tbl2 tr:nth-child(2) td:first-child, .tbl2 tr:nth-child(8) td:first-child, .tbl2 tr:nth-child(14) td:first-child {
    font-family: Georgia;
    text-transform: none;
    font-size: 16px;
}

.tbl2 tr:nth-child(8) td, .tbl2 tr:nth-child(9) td, .tbl2 tr:nth-child(10) td, .tbl2 tr:nth-child(11) td, .tbl2 tr:nth-child(12) td, .tbl2 tr:nth-child(13) td {
    background-color: #e6e6df !important;
}

.tbl2 + p.button {
    margin-bottom: 30px;
}

#mobile-menu {
    display: none;
}

.template1503 #main-slideshow, #page1202 #main-slideshow,
#page2044 #main-slideshow, #page2044 div.row.double.no-min-height, 
#page2045 #main-slideshow, #page2045 div.row.double.no-min-height {
    display: none;
}

#page1202 .row.single.small-row.first-row {
    height: 1px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.show-in-mobile {
    display: none;
}

#google-maps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.template1453 .row.single.hide-in-mobile {
    min-height: 800px;
}

.template1453 .hide-in-mobile .box {
    height: 670px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#bestrate-logo {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 100;
    height: 150px;
    width: 150px;
    overflow: hidden;
    display: none;
}

#reviews-logo {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 100;
    display: none;
    width: auto;
    overflow: hidden;
}

    #reviews-logo a, #reviews-logo div {
        display: inline-block;
    }

        #reviews-logo div#tripadvisor {
            background-color: #f1f1f1;
            padding: 20px;
        }

        #reviews-logo a#tripadvisor {
            background-color: #f1f1f1;
            display: inline-block;
            padding: 6px 20px;
            vertical-align: middle;
        }

            #reviews-logo a#tripadvisor > img {
                height: 108px;
                width: 108px;
            }

        #reviews-logo div#trustyou {
            padding: 10px 10px 0 10px;
            vertical-align: middle;
        }

        #reviews-logo div#tripadvisor-widget {
            background-color: #f1f1f1;
            padding: 0;
            vertical-align: middle;
            max-width: 160px;
            max-height: 120px;
        }

        #reviews-logo a img {
            display: block;
        }

.template1453 #reviews-logo {
    display: block;
}

.template1503 #bestrate-logo {
    display: none;
}

#top-bar #booking-link span {
    line-height: 20px !important;
    display: block;
    padding: 20px 0;
}

.home-badge {
    position: absolute;
    top: 100px;
    left: 40px;
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: none;
    z-index: 200;
}

    .home-badge img {
        display: block;
    }

.template1453 .home-badge {
    display: block;
}

.home-badge-pnl {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 2000;
}

    .home-badge-pnl > div:not(.close) {
        display: table;
        width: 100%;
        height: 100%;
    }

        .home-badge-pnl > div:not(.close) > div {
            display: table-cell;
            width: 100%;
            height: 100%;
            text-align: center;
            vertical-align: middle;
        }

    .home-badge-pnl > div.close {
        position: absolute;
        top: 60px;
        right: 60px;
        cursor: pointer;
    }

    .home-badge-pnl > div:not(.close) > div > div {
        width: 440px;
        margin: 0 auto;
    }

    .home-badge-pnl h1 {
        margin-top: 12%;
        background-position: center bottom;
    }

    .home-badge-pnl .btn a.btna {
        display: inline-block;
        width: 60px;
        height: 60px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
    }

    .home-badge-pnl .btn a.btna1 {
        background: #b3a291 url(/images/icon-mail.png) center no-repeat;
        background-size: 25px 15px;
    }

    .home-badge-pnl .btn {
        margin-top: 10%;
    }

        .home-badge-pnl .btn a.btna2 {
            background: #b3a291 url(/images/icon-phone.png) center no-repeat;
            background-size: 20px;
        }

        .home-badge-pnl .btn a.btna3 {
            line-height: 60px;
            text-transform: uppercase;
            color: #fff;
            background-color: #b3a291;
            padding: 0 3em;
            display: inline-block;
            text-decoration: none;
            font-family: BrandonGrotesque-Black;
            font-size: .9em;
        }

.booking {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(240, 240, 236, 0.95);
    color: #000;
}

    .booking > div {
        padding: 0 35%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .booking > div > div.close {
            position: absolute;
            top: 3em;
            right: 4em;
            height: 33px;
            width: 33px;
            cursor: pointer;
            text-indent: 101%;
            white-space: nowrap;
            background: transparent url(/images/icons/lightbox_close.png) center center no-repeat;
        }

        .booking > div > div > h1 {
            background-position: bottom center;
        }

        .booking > div > div:not(.close) {
            text-align: center;
        }

        .booking > div > div:last-child {
            padding-top: 30%;
        }

    .booking #booking-content > p:first-child {
        float: left;
    }

    .booking p.button {
        overflow: hidden;
    }

        .booking p.button a, a.booking-link {
            background-color: #b6644f;
        }

            .booking p.button a:last-child {
                font-family: BrandonGrotesque-Black;
                padding: 18px 84px;
            }

            .booking p.button a:not(:last-child) {
                background-position: center center;
                background-repeat: no-repeat;
                padding: 0;
                width: 60px;
                height: 60px;
                float: left;
                margin-right: 10px;
            }

    /*
        .booking p.button a:first-child {
            background-image: url(/images/icons/email.gif) !important;
        }

        .booking p.button a:nth-child(2) {
            background-image: url(/images/icons/phone.gif) !important;
        }
        */

    .booking #booking-content > div:last-child {
        text-align: left;
        overflow: hidden;
    }

        .booking #booking-content > div:last-child > div:last-child {
            padding-top: 24px;
        }

    .booking #booking-content #booking-percent {
        width: 65px;
        height: 88px;
        background-image: url(/images/icons/percentage.png);
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-right: 30px;
    }

    .booking #booking-logo {
        margin: 0 auto;
        width: 100%;
        height: 158px;
        display: block;
        background: transparent url(/images/icons/logo_blue.png) center center no-repeat;
        margin-top: 120px;
    }

@media only screen and (min-width:1250px) and (max-width:1600px) {
    .booking > div {
        padding: 0 26%;
    }

    top-bar-sticky-wrapper {
        height: 80px;
    }
}

@media only screen and (min-width:981px) and (max-width:1250px) {
    #booking-link {
        background-image: url(/images/calendario.png);
        background-position: top 25px center;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }

    #top-bar #booking-link span {
        text-indent: -9999px;
        overflow: hidden;
        line-height: 80px !important;
    }

    .home-badge {
        display: none !important;
    }

    .booking > div {
        padding: 0 26%;
    }

    top-bar-sticky-wrapper {
        height: 80px;
    }
}

@media only screen and (max-width:980px) {
    #reviews-logo div#tripadvisor-widget {
        padding: 20px 0;
    }

    .home-badge {
        display: none !important;
    }

    .template1453 #reviews-logo {
        background-color: #f1f1f1;
        position: relative;
        top: 0;
        text-align: center;
        width: 100%;
        right: 0;
    }

    #bestrate-logo {
        height: 60px;
        width: 60px;
        top: 111px;
        left: 21px;
    }

        #bestrate-logo img {
            height: 100%;
            width: 100%;
        }

    #top-bar #booking-link span br {
        display: none;
    }

    .img-h .slideshow-open-fullscreen, .img-hh .slideshow-open-fullscreen {
        display: none !important;
    }

    .show-in-mobile {
        display: block;
    }

    .hide-in-mobile {
        display: none;
    }

    #mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        display: block;
        width: 50px;
        background: transparent url(/images/mobilemenu.png) right 16px no-repeat;
        height: 44px;
        padding-right: 16px;
        z-index: 20;
    }

    #top-bar {
        text-align: left;
        height: auto;
        line-height: 44px;
        position: relative;
    }

        #top-bar #languages {
            position: relative;
            width: 100%;
            left: auto;
            top: auto;
            margin-left: 20px;
            z-index: 10;
        }

        #top-bar #booking-link {
            display: block;
            position: relative;
            padding: 0;
            right: auto;
            top: auto;
            text-align: center;
        }

        #top-bar #languages > li.selected a, #top-bar ul:nth-of-type(2) > li.selected a {
            text-decoration: underline;
        }

        #top-bar #languages + ul {
            padding: 0 20px;
            margin: 10px 0 20px 0;
            display: none;
        }

            #top-bar #languages + ul > li:first-child {
                border-top: 1px solid #cbccc6;
            }

            #top-bar #languages + ul > li {
                display: block;
                margin: 0;
                border-bottom: 1px solid #cbccc6;
                line-height: 36px;
            }

                #top-bar #languages + ul > li > a {
                    display: block;
                }

    #main-slideshow {
        height: 280px;
        min-height: initial;
    }

        #main-slideshow #logo {
            top: 10px !important;
        }

            #main-slideshow #logo a {
                top: 0 !important;
                height: 160px !important;
                background-size: contain;
            }

        #main-slideshow .slideshow-prv, #main-slideshow .slideshow-nxt {
            z-index: 200;
        }

        #main-slideshow .slideshow-caption > div > span:last-child {
            display: none;
        }

        #main-slideshow .slideshow-caption > div {
            height: auto;
            width: auto;
            padding: 12px;
            margin: 0 20px;
            top: 80% !important;
            line-height: 28px;
        }

            #main-slideshow .slideshow-caption > div > span:first-child {
                font-size: 18px;
            }

        #main-slideshow .slideshow-caption {
            bottom: 20px !important;
        }

    #special-news {
        height: auto;
        line-height: 22px;
        font-size: 14px;
        padding: 16px;
    }

        #special-news p:last-child {
            padding-bottom: 0;
        }

    .row.double .content-holder h1 {
        background-position: center bottom;
        text-align: center;
    }

    .row.double, .row.single, .template1503 .row.small-row3, .template1499 .row.small-row3 {
        height: auto;
        min-height: initial;
    }

        .row.double .content-holder {
            width: 100%;
            padding: 30px 20px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .half.img-holder, .single .img-holder {
        position: relative;
        float: left;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
    }

    .img-dx .half.img-holder {
        right: auto;
    }

    .row .half {
        width: 100%;
    }

    .row.single {
        padding: 30px 20px;
    }

        .img-dx .half.img-holder, .row.single.img-h {
            height: 350px;
            width: 100%;
        }

    .small-row2 > div, .small-row3 .half.img-holder {
        height: 200px;
    }

    .template1454 #main-slideshow, .template1514 #main-slideshow, .template1516 #main-slideshow {
        height: 260px;
        min-height: initial;
    }

    .box, .row.single .box {
        padding: 20px;
        margin: 20px;
    }

        .box h1 + h4, .small-row3 h1 + h4, .template1454 h1 + h4 {
            margin: 10px 0;
        }

        .box p {
            padding-bottom: 10px !important;
        }

            .box p:last-child {
                padding-bottom: 20px !important;
            }

            .box p:last-child {
                margin-top: 10px;
            }

    .row.single.img-h {
        padding: 0;
    }

        .row.single.img-h .img-holder {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            float: none;
        }

    .template1508 #photo-list li {
        width: 50%;
    }

    .gdnt {
        background-image: none;
    }

        .gdnt > div:first-child, .bgcolor {
            background-color: #f0f0ec;
        }

    .box {
        overflow: hidden;
        overflow-y: auto;
    }

    .small-row3:nth-child(even) > div.content-holder {
        background-color: #fff;
    }

    .template1454 #main-slideshow .slideshow-caption > div, .template1514 #main-slideshow .slideshow-caption > div {
        font-size: 18px;
        margin: 0 20px;
        padding: 12px;
        line-height: 24px;
    }

    .tbl tr:nth-child(1) td a, .tbl tr:not(:nth-child(1)) td:first-child {
        padding: 0 !important;
        background: none !important;
    }

    .tbl tr:not(:nth-child(1)) td:first-child {
        padding: 0 10px !important;
    }

    .tbl tr:not(:nth-child(1)) td:not(:nth-child(1)) span {
        display: none;
    }

    .row.single.gmaps {
        padding: 0;
        height: 280px;
    }

    fieldset.n1, fieldset.n2 {
        float: none;
        margin-right: 0 !important;
        width: auto;
    }

    .template1503 .row.small-row3 {
        height: auto;
    }

    .booking > div {
        padding: 0 15%;
    }

    .booking #booking-logo {
        height: 100px;
        margin-top: 100px;
        background-size: contain;
    }
}

@media only screen and (max-device-width:667px) and (orientation:portrait) {
    .booking > div {
        padding: 0 20px;
    }

    .booking #booking-content #booking-percent {
        margin-right: 20px;
        width: 45px;
        background-size: contain;
        background-position: top center;
    }

    .booking p.button a:not(:last-child) {
        height: 40px;
        width: 40px;
    }

    .booking p.button a:last-child {
        padding: 8px 24px;
    }
}

@media only screen and (max-device-width:667px) and (orientation:landscape) {
    .booking > div {
        padding: 0 16%;
    }

    .booking #booking-content #booking-percent {
        margin-right: 20px;
        width: 45px;
        background-size: contain;
        background-position: top center;
    }
}

.template1453 #main-slideshow .slideshow-caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

    .template1453 #main-slideshow .slideshow-caption > div {
        background-color: transparent;
        height: auto;
        color: white;
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        width: 80%;
        margin: 0 10%;
        font-size: 2.2em;
    }

@media screen and (max-width: 667px) {
    .template1453 #main-slideshow .slideshow-caption > div {
        font-size: 1.5em;
    }
}

.template1516 .slideshow-caption>div {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    width: 500px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
    font-family: BrandonGrotesque-Regular;
    font-size: 34px;
    line-height: normal;
    display: block;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
