﻿@import url(//fonts.googleapis.com/css?family=Montserrat:700, 400|Lato:400, 400i);

*, body {
    -webkit-text-size-adjust: none;
}

#Header #Navigation ul li div.sub-navigation ul, #Header #Navigation > ul {
    list-style-type: none;
}

    #Header #Navigation ul li div.sub-navigation ul li, #Header a.logo {
        overflow: hidden;
    }

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

#Content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 500px;
}

#Header {
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 85px;
    background: #fff;
}

    #Header a.logo {
        display: block;
        position: absolute;
        top: 0;
        left: 9px;
        height: 85px;
        width: 128px;
        -webkit-transition: margin-left .3s;
        -moz-transition: margin-left .3s;
        -o-transition: margin-left .3s;
        -ms-transition: margin-left .3s;
        transition: margin-left .3s;
    }

        #Header a.logo img {
            float: left;
            height: 80px;
            margin-top: 3px;
        }

    #Header.shadow {
        box-shadow: 0 0 16px rgba(0, 0, 0, .8);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .8);
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .8);
    }

    #Header #Navigation {
        position: relative;
        z-index: 110;
        float: right;
        float: left;
        margin: 0 20px 0 148px;
        -webkit-transition: margin-left .6s;
        -moz-transition: margin-left .6s;
        -o-transition: margin-left .6s;
        -ms-transition: margin-left .6s;
        transition: margin-left .6s;
    }

        #Header #Navigation > ul > li {
            position: relative;
            float: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        #Header #Navigation > ul li:last-child {
            border-right: 0;
        }

        #Header #Navigation > ul > li > a, #Header #Navigation > ul > li > span {
            position: relative;
            z-index: 10;
            float: left;
            height: 68px;
            padding: 9px 16px 8px;
            font-size: 16px;
            font-family: Montserrat, Arial, Verdana, sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 68px;
            color: #000;
            text-shadow: 0 0 3px #fff;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
        }

        #Header #Navigation > ul > li.active > span span {
            position: absolute;
            top: 77px;
            left: 50%;
            margin-left: -4px;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-bottom: 8px solid #000;
        }

        #Header #Navigation ul li div.sub-navigation {
            z-index: -1;
            display: none;
            position: absolute;
            top: 85px;
            left: 0;
            min-width: 100%;
            background: #000;
            overflow: hidden;
        }

        #Header #Navigation ul li.active div.sub-navigation {
            display: block;
        }

        #Header #Navigation ul li div.sub-navigation ul li a {
            display: block;
            padding: 0 16px;
            color: #fff;
            font-size: 14px;
            line-height: 32px;
            font-family: Montserrat, Arial, Verdana, sans-serif;
            text-decoration: none;
            text-shadow: 0 0 3px rgba(0, 0, 0, .4);
            white-space: nowrap;
            border-bottom: 1px dotted #666;
        }

        #Header #Navigation ul li div.sub-navigation ul li:last-child a, #Header #Navigation ul li div.sub-navigation ul li:last-child a:focus, #Header #Navigation ul li div.sub-navigation ul li:last-child a:hover {
            border-bottom: 0;
        }

        #Header #Navigation ul li div.sub-navigation ul li a:focus, #Header #Navigation ul li div.sub-navigation ul li a:hover {
            background-color: #333;
        }

    #Header #Social a, #MobileNavButton a {
        background-color: #000;
        overflow: hidden;
    }

    #Header #Social {
        float: right;
        margin-right: 60px;
        margin-top: 18px;
    }

        #Header #Social a {
            float: left;
            width: 48px;
            height: 48px;
            margin-right: 1px;
            border: 2px solid #000;
            background-image: url(/images/master/icon-connect-sprite.svg);
            background-repeat: no-repeat;
            background-size: 240px 96px;
            border-radius: 26px;
            -moz-border-radius: 26px;
            -webkit-border-radius: 26px;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            -ms-transition: background-color .3s;
            transition: background-color .3s;
        }

            #Header #Social a span {
                position: relative;
                left: -10000px;
            }

            #Header #Social a.newsletter {
                background-position: 0 0;
            }

            #Header #Social a.blog {
                background-position: -48px 0;
            }

            #Header #Social a.facebook {
                background-position: -96px 0;
            }

            #Header #Social a.instagram {
                background-position: -144px 0;
            }

            #Header #Social a.twitter {
                background-position: -192px 0;
            }

            #Header #Social a:hover {
                background-color: #fff;
            }

            #Header #Social a.newsletter:hover {
                background-position: 0 -48px;
            }

            #Header #Social a.blog:hover {
                background-position: -48px -48px;
            }

            #Header #Social a.facebook:hover {
                background-position: -96px -48px;
            }

            #Header #Social a.instagram:hover {
                background-position: -144px -48px;
            }

            #Header #Social a.twitter:hover {
                background-position: -192px -48px;
            }

@media(max-width:1180px) {
    #Header #Social {
        margin-right: 44px;
        margin-top: 22px;
    }

        #Header #Social a {
            width: 32px;
            height: 32px;
            background-size: 160px 64px;
            border-radius: 18px;
            -moz-border-radius: 18px;
            -webkit-border-radius: 18px;
        }

            #Header #Social a span {
                position: relative;
                left: -10000px;
            }

            #Header #Social a.newsletter {
                background-position: 0 0;
            }

            #Header #Social a.blog {
                background-position: -32px 0;
            }

            #Header #Social a.facebook {
                background-position: -64px 0;
            }

            #Header #Social a.instagram {
                background-position: -96px 0;
            }

            #Header #Social a.twitter {
                background-position: -128px 0;
            }

            #Header #Social a:hover {
                background-color: #fff;
            }

            #Header #Social a.newsletter:hover {
                background-position: 0 -32px;
            }

            #Header #Social a.blog:hover {
                background-position: -32px -32px;
            }

            #Header #Social a.facebook:hover {
                background-position: -64px -32px;
            }

            #Header #Social a.instagram:hover {
                background-position: -96px -32px;
            }

            #Header #Social a.twitter:hover {
                background-position: -128px -32px;
            }
}

@media(max-width:1100px) {
    #Header #Navigation > ul > li > a, #Header #Navigation > ul > li > span {
        padding: 9px 7px 8px;
    }
}

@media(max-width:950px) {
    #Header a.logo {
        position: absolute;
        top: 0;
        left: 48px;
        height: 85px;
        overflow: hidden;
    }

    #Header #Navigation {
        margin: 0 0 0 9px;
    }

        #Header #Navigation ul {
            display: none;
        }
}

@media(max-width:440px) {
    #Header #Social {
        margin-right: 8px;
        margin-top: 4px;
        width: 111px;
    }

        #Header #Social a {
            margin-bottom: 1px;
        }

            #Header #Social a:last-child {
                margin-right: 36px;
            }
}

#MobileNavButton {
    z-index: 1101;
    display: none;
    position: fixed;
    top: 27px;
    left: 9px;
    float: right;
    width: 30px;
    cursor: pointer;
    appearance: none;
}

    #MobileNavButton a {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 28px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        #MobileNavButton a span {
            display: block;
            position: absolute;
            top: 13px;
            left: 8px;
            right: 8px;
            height: 2px;
            background-color: #fff;
        }

            #MobileNavButton a span::after, #MobileNavButton a span::before {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #fff;
                content: "";
                -moz-transition-duration: .3s, .3s;
                -webkit-transition-duration: .3s, .3s;
                transition-duration: .3s, .3s;
                -moz-transition-delay: .3s, 0s;
                -webkit-transition-delay: .3s, 0s;
                transition-delay: .3s, 0s;
            }

            #MobileNavButton a span::before {
                top: -4px;
                -moz-transition-property: top, transform;
                -webkit-transition-property: top, transform;
                transition-property: top, transform;
            }

            #MobileNavButton a span::after {
                bottom: -4px;
                -moz-transition-property: bottom, transform;
                -webkit-transition-property: bottom, transform;
                transition-property: bottom, transform;
            }

        #MobileNavButton a.expanded {
            background-color: #000;
        }

            #MobileNavButton a.expanded span {
                background: 0 0;
            }

                #MobileNavButton a.expanded span::before {
                    top: 0;
                    -ms-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                #MobileNavButton a.expanded span::after {
                    bottom: 0;
                    -ms-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                #MobileNavButton a.expanded span::after, #MobileNavButton a.expanded span::before {
                    -moz-transition-delay: 0s, .3s;
                    -webkit-transition-delay: 0s, .3s;
                    transition-delay: 0s, .3s;
                }

#Navigation_Mobile {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    overflow: hidden;
}

@media(max-width:880px) {
    #MobileNavButton {
        display: block;
    }

    #Navigation_Mobile.active {
        width: 100%
    }

    #Navigation_Mobile div.wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 75%;
        max-width: 300px;
        padding-top: 85px;
        margin-left: -100%;
        background-color: #fff;
        overflow: hidden;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: margin-left .3s;
        -moz-transition: margin-left .3s;
        -o-transition: margin-left .3s;
        -ms-transition: margin-left .3s;
        transition: margin-left .3s;
    }

    #Navigation_Mobile.active div.wrap {
        margin-left: 0;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -webkit-transition: margin-left .3s;
        -moz-transition: margin-left .3s;
        -o-transition: margin-left .3s;
        -ms-transition: margin-left .3s;
        transition: margin-left .3s;
    }

        #Navigation_Mobile.active div.wrap div {
            overflow: auto;
            max-height: 100%
        }

    #Navigation_Mobile div.overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -ms-transition: opacity .3s;
        transition: opacity .3s;
    }

    #Navigation_Mobile.active div.overlay {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -ms-transition: opacity .3s;
        transition: opacity .3s;
    }

    #Navigation_Mobile div.wrap > div > ul {
        padding-bottom: 80px;
        list-style-type: none;
        overflow: auto;
    }

    #Navigation_Mobile div.wrap ul li div.sub-navigation div, #Navigation_Mobile div.wrap ul li div.sub-navigation div ul li {
        overflow: hidden;
    }

    #Navigation_Mobile div.wrap > div > ul > li {
        display: block;
    }

    #Navigation_Mobile div.wrap > div > ul li:last-child {
        border-right: 0;
    }

    #Navigation_Mobile div.wrap > div > ul > li > a, #Navigation_Mobile div.wrap > div > ul > li > span {
        position: relative;
        display: block;
        height: 38px;
        padding: 6px 16px;
        font-size: 16px;
        font-family: Montserrat, Arial, Verdana, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 38px;
        color: #000;
        text-shadow: 0 0 3px #fff;
        text-align: left;
        cursor: pointer;
        text-decoration: none;
    }

    #Navigation_Mobile div.wrap > div > ul > li.active > span span {
        position: absolute;
        top: 44px;
        left: 20px;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #000;
    }

    #Navigation_Mobile div.wrap ul li div.sub-navigation {
        max-height: 0;
        background: #000;
        overflow: hidden;
        -webkit-transition: max-height .3s, opacity .3s;
        -moz-transition: max-height .3s, opacity .3s;
        -o-transition: max-height .3s, opacity .3s;
        -ms-transition: max-height .3s, opacity .3s;
        transition: max-height .3s, opacity .3s;
    }

    #Navigation_Mobile div.wrap ul li.active div.sub-navigation {
        max-height: 400px;
        -webkit-transition: max-height .3s, opacity .3s;
        -moz-transition: max-height .3s, opacity .3s;
        -o-transition: max-height .3s, opacity .3s;
        -ms-transition: max-height .3s, opacity .3s;
        transition: max-height .3s, opacity .3s;
    }

    #Navigation_Mobile div.wrap ul li div.sub-navigation div ul {
        list-style-type: none;
    }

        #Navigation_Mobile div.wrap ul li div.sub-navigation div ul li a {
            display: block;
            padding: 0 6px;
            color: #fff;
            font-size: 14px;
            line-height: 32px;
            font-family: Montserrat, Arial, Verdana, sans-serif;
            text-decoration: none;
            text-shadow: 0 0 3px rgba(0, 0, 0, .4);
        }

            #Navigation_Mobile div.wrap ul li div.sub-navigation div ul li a:hover {
                background-color: #333;
            }
}

#Page-Header #Like_Tweet_Pin div.action.facebook iframe, #Page-Header #Like_Tweet_Pin div.action.pinterest span, #Page-Header #Like_Tweet_Pin div.action.twitter div {
    opacity: 0;
}

#Header_Search a.close span, #Header_Search a.find span {
    left: -10000px;
    position: relative;
}

#Header_Search {
    z-index: 111;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 85px;
    background-color: #000;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    -ms-transition: width .3s;
    transition: width .3s;
}

    #Header_Search.active {
        width: 340px;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -ms-transition: width .3s;
        transition: width .3s;
    }

    #Header_Search a.find {
        display: block;
        width: 48px;
        height: 48px;
        margin: 18px 8px 16px 0;
        float: right;
        border: 2px solid #000;
        background-image: url(/images/master/icon-search-sprite.svg);
        background-color: #000;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 48px 96px;
        cursor: pointer;
        border-radius: 26px !important;
        -moz-border-radius: 26px !important;
        -webkit-border-radius: 26px !important;
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        transition: background-color .3s;
    }

        #Header_Search a.find:hover {
            background-color: #fff;
            background-position: 0 -48px;
        }

    #Header_Search.active a.find {
        display: none;
    }

    #Header_Search a.close {
        clear: both;
        display: none;
        float: left;
        padding-right: 14px;
        margin-left: 260px;
        background-image: url(https://www.google.com/uds/css/v2/clear.png);
        background-repeat: no-repeat;
        background-position: right center;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        font-family: Oswald, Arial, Verdana, sans-serif;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #Header_Search.active a.close {
        display: block;
    }

    #Header_Search #Google_Search {
        display: none;
        clear: both;
        width: 100%;
        float: left;
    }

    #Header_Search.active #Google_Search {
        display: block;
    }

#Google_Search .gsc-control-cse {
    width: 320px;
    padding: 27px 10px 6px !important;
    font-family: Arial, sans-serif;
    border: 0 !important;
    background-color: transparent !important;
}

#Google_Search .gsc-search-box {
    margin: 0 !important;
}

#Google_Search .gsib_a, #Google_Search td.gsc-input {
    padding: 0 !important;
}

#Google_Search .gsib_b {
    padding: 0 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
}

#Google_Search .gsc-input-box {
    background: 0 0 !important;
    height: auto !important;
    border: 0 !important;
}

#Google_Search input.gsc-input {
    width: 100%;
    padding: 0 8px !important;
    height: 27px !important;
    line-height: 27px;
    font-size: 14px;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#Footer_Wrap #Footer, #Page-Header h1 {
    box-sizing: border-box;
    overflow: hidden;
}

#Google_Search input.gsc-search-button {
    float: left;
    background: #666 !important;
    border: 0 !important;
    border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

    #Google_Search input.gsc-search-button:hover {
        background: #666 !important;
        border: 0 !important;
    }

#Google_Search input.gsc-search-button-v2 {
    width: 13px !important;
    height: 13px !important;
    padding: 7px !important;
    margin: 0 !important;
}

#Google_Search .gsc-results-wrapper-overlay {
    height: auto !important;
    width: auto !important;
    top: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
}

#Google_Search .gsc-adBlock, #Google_Search .gsc-adBlockVertical {
    display: none !important;
}

#BookingBar a.book, #Carouselv2 #Carouselv2-Wrap .item, #Google_Search .gsc-url-top, #Google_Search td.gsc-thumbnail div.gs-image-box, #NewsletterPane, #NewsletterWrap {
    display: none;
}

#Google_Search .gsc-thinWrapper {
    float: none;
    width: auto !important;
}

#Google_Search td.gsc-thumbnail {
    width: 0;
}

@media(max-width:1180px) {
    #Header_Search.active {
        width: 260px;
    }

    #Header_Search a.close {
        margin-left: 180px;
    }

    #Google_Search .gsc-control-cse {
        width: 240px;
    }

    #Header_Search a.find {
        width: 32px;
        height: 32px;
        margin: 22px 8px 26px 0;
        background-size: 32px 64px;
        border-radius: 18px !important;
        -moz-border-radius: 18px !important;
        -webkit-border-radius: 18px !important;
    }

        #Header_Search a.find:hover {
            background-position: 0 -32px;
        }
}

@media(max-width:440px) {
    #Header_Search a.find {
        width: 32px;
        height: 32px;
        margin: 41px 8px 7px 0;
        background-size: 32px 64px;
        border-radius: 18px !important;
        -moz-border-radius: 18px !important;
        -webkit-border-radius: 18px !important;
    }
}

#Page-Header {
    position: relative;
    width: 100%;
    margin-top: 85px;
    padding-bottom: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

    #Page-Header h1 {
        position: absolute;
        right: 0;
        bottom: 40px;
        float: left;
        height: 66px;
        max-width: 100%;
        padding: 0 20px;
        font-size: 50px;
        line-height: 66px;
        color: #fff;
        font-family: Montserrat, Arial, Helvetica, Sans-Serif;
        font-weight: 400;
        white-space: nowrap;
        text-decoration: none;
        text-overflow: ellipsis;
        text-shadow: 0 0 16px #000;
        -moz-text-shadow: 0 0 16px #000;
        -webkit-text-shadow: 0 0 16px #000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #Page-Header #Like_Tweet_Pin {
        position: absolute;
        bottom: 3px;
        right: 10px;
        width: 150px;
    }

        #Page-Header #Like_Tweet_Pin div.action {
            float: right;
            height: 20px;
            width: 60px;
            background-image: url(/images/common/icon-social-save-sprite.svg);
            background-color: #000;
            background-size: 60px 60px;
            background-repeat: no-repeat;
            margin-left: 1px;
            overflow: hidden;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

            #Page-Header #Like_Tweet_Pin div.action.facebook {
                width: 44px;
                background-position: 0 0;
            }

            #Page-Header #Like_Tweet_Pin div.action.pinterest {
                width: 48px;
                background-position: 0 -20px;
            }

            #Page-Header #Like_Tweet_Pin div.action.twitter {
                width: 54px;
                background-position: 0 -40px;
            }

@media(max-width:660px) {
    #Page-Header {
        height: 140px;
        padding: 0;
    }

        #Page-Header h1 {
            font-size: 36px;
            line-height: 46px;
            height: auto;
            max-height: 92px;
            white-space: normal;
        }
}

@media(max-width:580px) {
    #Page-Header {
        height: 140px;
        padding: 0;
    }

        #Page-Header h1 {
            bottom: 40px;
            height: auto;
            max-height: 72px;
            font-size: 28px;
            line-height: 36px;
            white-space: normal;
        }
}

#Content h2 {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-family: Montserrat, Arial, Verdana, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

#Marketing {
    height: 0;
    width: 0;
    overflow: hidden;
}

#Footer_Wrap {
    clear: both;
    position: relative;
    background-color: #eee;
    overflow: hidden;
}

    #Footer_Wrap #Footer {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px 40px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        #Footer_Wrap #Footer div {
            clear: both;
            padding-bottom: 20px;
            overflow: hidden;
        }

            #Footer_Wrap #Footer div.links a {
                float: right;
                padding: 0 8px;
                margin-bottom: 1px;
                line-height: 26px;
                font-size: 14px;
                color: #000;
                font-family: Montserrat, Verdana, Sans-Serif;
                text-decoration: none;
            }

                #Footer_Wrap #Footer div.links a:hover {
                    text-decoration: underline;
                }

            #Footer_Wrap #Footer div.branding img {
                float: left;
                width: 100%;
                max-width: 300px;
                margin-bottom: 20px;
            }

            #Footer_Wrap #Footer div.branding div.branding-info {
                clear: both;
                float: left;
                width: 100%
            }

                #Footer_Wrap #Footer div.branding div.branding-info h1 {
                    line-height: 18px;
                    font-size: 16px;
                    color: #000;
                    font-family: Montserrat, Arial, Verdana, Sans-Serif;
                    font-weight: 400;
                }

                #Footer_Wrap #Footer div.branding div.branding-info p {
                    padding-bottom: 10px;
                    line-height: 15px;
                    font-size: 12px;
                    color: #000;
                    font-family: Lato, Arial, Verdana, Sans-Serif;
                }

                    #Footer_Wrap #Footer div.branding div.branding-info p a {
                        color: #000;
                        text-decoration: none;
                    }

            #Footer_Wrap #Footer div.copyright p {
                float: left;
                padding-top: 15px;
                line-height: 18px;
                font-size: 12px;
                color: #000;
                font-family: Lato, Arial, Verdana, Sans-Serif;
            }

            #Footer_Wrap #Footer div.copyright a.comnet {
                float: right;
                width: 160px;
                margin-top: 15px;
                height: 15px;
                background: url(/images/master/comnet.svg?u=1) center center no-repeat;
                background-size: contain;
            }

@media(max-width:660px) {
    #Footer_Wrap #Footer div.copyright a.comnet {
        clear: both;
        float: left;
        margin-top: 4px;
    }
}

#NewsletterWrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: url(/images/common/stripes.png);
}

#NewsletterPane {
    z-index: 1200;
    position: fixed;
    top: 40px;
    bottom: 40px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
    overflow: hidden;
}

    #NewsletterPane div.wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 40px;
        padding: 0 40px 40px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #NewsletterPane iframe {
        width: 320px;
        height: 1100px;
        border: 0;
        margin: 0 auto;
    }

    #NewsletterPane span.cancel {
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(/images/common/icon-close-x.svg);
        background-color: #801111;
    }

        #NewsletterPane span.cancel:hover {
            background-color: #c62323;
        }

@media(max-width:480px) {
    #NewsletterPane {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        margin-left: 0;
    }
}

#BookingBar {
    padding: 0;
    background: #000;
    overflow: hidden;
}

    #BookingBar div.wrap {
        max-width: 1400px;
        padding: 16px;
        margin: 0 auto;
        overflow: hidden;
    }

    #BookingBar h2 {
        float: left;
        padding: 0;
        margin-right: 10px;
        font-size: 22px;
        line-height: 40px;
        color: #fff;
        font-family: Montserrat, Arial, Helvetica, Sans-Serif;
        font-weight: 400;
        text-transform: uppercase;
    }

    #BookingBar div.inputs {
        float: right;
    }

        #BookingBar div.inputs label {
            float: left;
            width: 80px;
            padding: 0 8px 0 0;
            font-family: Lato, Arial, Helvetica, Sans-Serif;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            text-align: right;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        #BookingBar div.inputs input[type=text], #BookingBar div.inputs select {
            height: 40px;
            width: 100%;
            padding: 0 8px;
            color: #000;
            font-family: Lato, Arial, Helvetica, Sans-Serif;
            float: left;
        }

        #BookingBar div.inputs input[type=text] {
            margin: 0;
            font-size: 16px;
            line-height: 40px;
            background: #fff;
            border: 0;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        #BookingBar div.inputs select {
            font-size: 14px;
            text-align: right;
            background-color: #fff;
            background-image: url(/images/forms/dropdown-arrow.svg);
            background-size: 18px 7px;
            background-position: right center;
            background-repeat: no-repeat;
            border: 0;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        #BookingBar div.inputs a, #Carousel div.wrap div div.descr h3 {
            font-family: Montserrat, Arial, Helvetica, Sans-Serif;
            font-weight: 400;
        }

        #BookingBar div.inputs div {
            float: left;
        }

            #BookingBar div.inputs div.date {
                position: relative;
                width: 230px;
            }

                #BookingBar div.inputs div.date input {
                    width: 150px;
                    background-image: url(/images/forms/icon-calendar.svg);
                    background-size: 34px 24px;
                    background-position: right center;
                    background-repeat: no-repeat;
                }

                #BookingBar div.inputs div.date span.cover {
                    z-index: 3;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    top: 0;
                    left: 0;
                }

            #BookingBar div.inputs div.adults, #BookingBar div.inputs div.children, #BookingBar div.inputs div.nights, #BookingBar div.inputs div.rooms {
                width: 128px;
            }

                #BookingBar div.inputs div.adults select, #BookingBar div.inputs div.children select, #BookingBar div.inputs div.nights select, #BookingBar div.inputs div.rooms select {
                    width: 48px;
                }

        #BookingBar div.inputs a {
            float: left;
            height: 38px;
            padding: 0 10px;
            margin: 0 0 0 12px;
            border: 1px solid #fff;
            background-color: #000;
            font-size: 14px;
            line-height: 38px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
        }

    #BookingBar a.book span {
        position: relative;
        left: -10000px;
    }

@media(max-width:1280px) {
    #BookingBar h2 {
        font-size: 18px;
    }

    #BookingBar div.inputs label {
        width: 66px;
        font-size: 14px;
    }

    #BookingBar div.inputs input[type=text], #BookingBar div.inputs select {
        font-size: 14px;
    }

    #BookingBar div.inputs div {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #BookingBar div.inputs div.date {
            width: 196px;
        }

            #BookingBar div.inputs div.date input {
                width: 130px;
            }

        #BookingBar div.inputs div.adults, #BookingBar div.inputs div.children, #BookingBar div.inputs div.nights, #BookingBar div.inputs div.rooms {
            width: 114px;
        }
}

@media(max-width:1140px) {
    #BookingBar div.wrap {
        padding: 8px 16px 16px;
    }

    #BookingBar h2 {
        padding-top: 16px;
        line-height: 30px;
    }

    #BookingBar div.inputs label {
        display: block;
        float: none;
        width: auto;
        line-height: 16px;
        text-align: left;
    }

    #BookingBar div.inputs input[type=text] {
        float: none;
        width: 100%;
        line-height: 30px;
        height: 30px;
    }

    #BookingBar div.inputs select {
        height: 30px;
    }

    #BookingBar div.inputs div.adults select, #BookingBar div.inputs div.children select, #BookingBar div.inputs div.nights select, #BookingBar div.inputs div.rooms select {
        float: none;
        width: 100%
    }

    #BookingBar div.inputs div.date {
        width: 130px;
    }

    #BookingBar div.inputs div.adults, #BookingBar div.inputs div.children, #BookingBar div.inputs div.nights, #BookingBar div.inputs div.rooms {
        width: 60px;
        margin-left: 8px;
    }

    #BookingBar div.inputs a {
        height: 28px;
        margin-top: 16px;
        line-height: 28px;
    }
}

@media(max-width:880px) {
    #BookingBar h2 {
        padding-top: 6px;
        font-size: 18px;
        line-height: 20px;
        width: 160px;
    }
}

@media(max-width:740px) {
    #BookingBar h2 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 8px;
        font-size: 26px;
        text-align: center;
    }

    #BookingBar div.inputs {
        display: block;
        float: none;
        width: 500px;
        overflow: hidden;
        margin: 0 auto;
        clear: both;
    }
}

@media(max-width:560px) {
    #BookingBar h2 {
        font-size: 18px;
    }

    #BookingBar div.inputs {
        max-width: 360px;
    }

        #BookingBar div.inputs div.date {
            float: none;
            width: 100%
        }

            #BookingBar div.inputs div.date input[type=text] {
                width: 100%
            }

        #BookingBar div.inputs div.adults, #BookingBar div.inputs div.children, #BookingBar div.inputs div.nights, #BookingBar div.inputs div.rooms {
            width: 25%;
            margin-left: 0;
        }

        #BookingBar div.inputs div.nights {
            padding: 8px 6px 0 0;
        }

        #BookingBar div.inputs div.adults {
            padding: 8px 4px 0 2px;
        }

        #BookingBar div.inputs div.children {
            padding: 8px 2px 0 4px;
        }

        #BookingBar div.inputs div.rooms {
            padding: 8px 0 0 6px;
        }

        #BookingBar div.inputs a {
            float: right;
        }
}

@media(max-width:440px) {
    #BookingBar div.inputs {
        width: 100%
    }

        #BookingBar div.inputs div.adults, #BookingBar div.inputs div.children, #BookingBar div.inputs div.nights, #BookingBar div.inputs div.rooms {
            width: 50%;
            margin-left: 0;
        }

        #BookingBar div.inputs div.nights {
            padding: 8px 4px 0 0;
        }

        #BookingBar div.inputs div.adults {
            padding: 8px 0 0 4px;
        }

        #BookingBar div.inputs div.children {
            padding: 8px 4px 16px 0;
        }

        #BookingBar div.inputs div.rooms {
            padding: 8px 0 16px 4px;
        }

        #BookingBar div.inputs a {
            clear: both;
            float: none;
            display: block;
            margin: 0;
            text-align: center;
        }
}

@media(pointer:fine) {
    #BookingBar div.inputs a {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        transition: background-color .3s;
    }

        #BookingBar div.inputs a:hover {
            background-color: #fff;
            color: #000;
        }
}

#Content-Wrap {
    overflow: hidden;
    min-height: 500px;
}

#Content-Loader {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #Content-Loader div.loader {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 240px;
        height: 240px;
        margin: -120px 0 0 -120px;
        border-radius: 120px;
        background-color: #fff;
        -webkit-animation: boxspinner 1s infinite linear;
        -moz-animation: boxspinner 1s infinite linear;
        -ms-animation: boxspinner 1s infinite linear;
        -o-animation: boxspinner 1s infinite linear;
        animation: boxspinner 1s infinite linear;
    }

        #Content-Loader div.loader div:nth-child(1) {
            z-index: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 216px;
            height: 216px;
            margin: -118px 0 0 -118px;
            border: 10px solid #000;
            opacity: 1;
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            border-radius: 118px;
            -webkit-animation: spinner 2s infinite linear;
            -moz-animation: spinner 2s infinite linear;
            -ms-animation: spinner 2s infinite linear;
            -o-animation: spinner 2s infinite linear;
            animation: spinner 2s infinite linear;
        }

        #Content-Loader div.loader div:nth-child(2) {
            z-index: 2;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 212px;
            height: 212px;
            margin: -120px 0 0 -120px;
            border: 14px solid #fff;
            opacity: 1;
            border-top: 14px solid transparent;
            border-left: 14px solid transparent;
            border-radius: 220px;
            -webkit-animation: cover 2s infinite linear;
            -moz-animation: cover 2s infinite linear;
            -ms-animation: cover 2s infinite linear;
            -o-animation: cover 2s infinite linear;
            animation: cover 2s infinite linear;
        }

    #Content-Loader div.logo {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 210px;
        height: 210px;
        margin: -105px 0 0 -105px;
        border-radius: 210px;
        background-image: url(/images/master/AO-Tourism-Logo-black.svg);
        background-color: #fff;
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: -36px center;
    }

@-webkit-keyframes boxspinner {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes boxspinner {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes boxspinner {
    0% {
        -ms-transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes boxspinner {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes boxspinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(180deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0);
    }

    50% {
        -ms-transform: rotate(180deg);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0);
    }

    50% {
        -o-transform: rotate(180deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes cover {
    0% {
        -webkit-transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }
}

@-moz-keyframes cover {
    0% {
        -moz-transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(-180deg);
    }
}

@-ms-keyframes cover {
    0% {
        -ms-transform: rotate(0);
    }

    50% {
        -ms-transform: rotate(-180deg);
    }
}

@-o-keyframes cover {
    0% {
        -o-transform: rotate(0);
    }

    50% {
        -o-transform: rotate(-180deg);
    }
}

@keyframes cover {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-180deg);
    }
}

#Carousel {
    position: fixed;
    width: 100%;
    top: 85px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
}

    #Carousel.hide {
        opacity: 0;
    }

    #Carousel div.wrap {
        width: 100%;
        visibility: hidden;
        overflow: hidden;
    }

        #Carousel div.wrap > div {
            position: relative;
            float: left;
            background-color: #195d78;
            background-size: cover;
            background-position: center center;
        }

        #Carousel div.wrap div div.descr {
            position: absolute;
            bottom: 80px;
            right: 40px;
            left: 40px;
            padding: 0 60px 0 0;
            background: url(/images/icons/rightarrow-white.png) right center no-repeat;
            background-size: 32px 48px;
            overflow: hidden;
            opacity: 1;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-transition: opacity .3s;
            -moz-transition: opacity .3s;
            -o-transition: opacity .3s;
            -ms-transition: opacity .3s;
            transition: opacity .3s;
        }

#Carousel-Close, #Carousel-Video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
}

#Carousel div.wrap div div.descr h3, #Carousel div.wrap div div.descr p {
    padding-right: 10px;
    text-align: right;
    text-shadow: 0 0 16px #000;
    -moz-text-shadow: 0 0 16px #000;
    -webkit-text-shadow: 0 0 16px #000;
    text-decoration: none;
    color: #fff;
    float: right;
}

#Carousel.hide-copy div.wrap div div.descr {
    opacity: 0;
}

#Carousel div.wrap div div.descr a {
    text-decoration: none;
    color: #fff;
}

#Carousel div.wrap div div.descr h3 {
    font-size: 66px;
    line-height: 72px;
}

#Carousel div.wrap div div.descr p {
    clear: both;
    margin-top: 5px;
    font-family: Lato, Georgia, Serif;
    font-style: italic;
    font-size: 36px;
    line-height: 40px;
}

#Carousel div.wrap div div.descr span {
    clear: both;
    float: right;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    text-transform: lowercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

#Carousel-Overlay {
    z-index: 1100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/common/stripes.png);
}

#Carousel-Close {
    z-index: 1102;
    float: right;
    background-image: url(/images/common/icon-close-x.svg);
    background-color: #801111;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    visibility: hidden;
}

    #Carousel-Close:hover {
        background-color: #c62323;
    }

#Carousel-Video {
    z-index: 1101;
    margin-left: -54px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    border: 36px solid #fff;
    background: url(/images/common/ajax-loader.gif) center center no-repeat #fff;
}

    #Carousel-Video iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

    #Carousel-Video video {
        width: 100%
    }

#Carousel div.indicators {
    position: absolute;
    bottom: 40px;
    left: 0;
    float: left;
    padding: 3px 37px;
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    -o-transition: margin-left .3s;
    -ms-transition: margin-left .3s;
    transition: margin-left .3s;
}

    #Carousel div.indicators p {
        float: left;
        width: 8px;
        height: 8px;
        margin: 2px;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: background-color .6s;
        -moz-transition: background-color .6s;
        -o-transition: background-color .6s;
        -ms-transition: background-color .6s;
        transition: background-color .6s;
    }

        #Carousel div.indicators p.active {
            background-color: #fff;
        }

    #Carousel div.indicators span {
        position: absolute;
        bottom: 0;
        width: 24px;
        height: 24px;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
    }

        #Carousel div.indicators span.previous {
            left: 6px;
            background-image: url(/images/carousel/left-arrow.svg);
        }

        #Carousel div.indicators span.next {
            right: 6px;
            background-image: url(/images/carousel/right-arrow.svg);
        }

@media(max-width:1240px) {
    #Carousel div.wrap div div.descr h3 {
        font-size: 54px;
        line-height: 60px;
    }

    #Carousel div.wrap div div.descr p {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width:960px) {
    #Carousel div.wrap div div.descr h3 {
        font-size: 48px;
        line-height: 54px;
    }

    #Carousel div.wrap div div.descr p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:800px) {
    #Carousel div.wrap div div.descr h3 {
        font-size: 48px;
        line-height: 54px;
    }

    #Carousel div.wrap div div.descr p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    #Carousel div.wrap div div.descr {
        right: 16px;
        left: 16px;
        padding: 0 32px 0 0;
        background: url(/images/icons/rightarrow-white.png) right center no-repeat;
        background-size: 16px 24px;
    }

        #Carousel div.wrap div div.descr h3 {
            font-size: 36px;
            line-height: 40px;
        }

        #Carousel div.wrap div div.descr p {
            font-size: 18px;
            line-height: 24px;
        }
}

#Carouselv2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 85px;
    bottom: 0;
    overflow: hidden;
}

    #Carouselv2 #Carouselv2-Wrap, #Carouselv2 #Carouselv2-Wrap .pane, #Carouselv2 #Carouselv2-Wrap .pane .overlay {
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
        position: absolute;
        height: 100%;
        overflow: hidden;
    }

        #Carouselv2 #Carouselv2-Wrap .pane {
            display: none;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

            #Carouselv2 #Carouselv2-Wrap .pane.current {
                z-index: 1;
            }

            #Carouselv2 #Carouselv2-Wrap .pane.next {
                z-index: 2;
            }

            #Carouselv2 #Carouselv2-Wrap .pane iframe, #Carouselv2 #Carouselv2-Wrap .pane video {
                position: absolute;
                min-width: 100%;
                min-height: 100%
            }

            #Carouselv2 #Carouselv2-Wrap .pane .overlay {
                z-index: 3;
                opacity: 0;
            }

                #Carouselv2 #Carouselv2-Wrap .pane .overlay.active {
                    cursor: pointer;
                }

                #Carouselv2 #Carouselv2-Wrap .pane .overlay .loader {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 240px;
                    height: 240px;
                    margin: -120px 0 0 -120px;
                    border-radius: 120px;
                    background-color: #fff;
                    -webkit-animation: boxspinner 1s infinite linear;
                    -moz-animation: boxspinner 1s infinite linear;
                    -ms-animation: boxspinner 1s infinite linear;
                    -o-animation: boxspinner 1s infinite linear;
                    animation: boxspinner 1s infinite linear;
                }

                    #Carouselv2 #Carouselv2-Wrap .pane .overlay .loader div:nth-child(1) {
                        z-index: 1;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 216px;
                        height: 216px;
                        margin: -118px 0 0 -118px;
                        border: 10px solid #000;
                        opacity: 1;
                        border-top: 10px solid transparent;
                        border-left: 10px solid transparent;
                        border-radius: 118px;
                        -webkit-animation: spinner 2s infinite linear;
                        -moz-animation: spinner 2s infinite linear;
                        -ms-animation: spinner 2s infinite linear;
                        -o-animation: spinner 2s infinite linear;
                        animation: spinner 2s infinite linear;
                    }

                    #Carouselv2 #Carouselv2-Wrap .pane .overlay .loader div:nth-child(2) {
                        z-index: 2;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 212px;
                        height: 212px;
                        margin: -120px 0 0 -120px;
                        border: 14px solid #fff;
                        opacity: 1;
                        border-top: 14px solid transparent;
                        border-left: 14px solid transparent;
                        border-radius: 220px;
                        -webkit-animation: cover 2s infinite linear;
                        -moz-animation: cover 2s infinite linear;
                        -ms-animation: cover 2s infinite linear;
                        -o-animation: cover 2s infinite linear;
                        animation: cover 2s infinite linear;
                    }

                #Carouselv2 #Carouselv2-Wrap .pane .overlay .logo {
                    z-index: 2;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 210px;
                    height: 210px;
                    margin: -105px 0 0 -105px;
                    border-radius: 210px;
                    background-image: url(/images/master/AO-Tourism-Logo-black.svg);
                    background-color: #fff;
                    background-size: 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                }

        #Carouselv2 #Carouselv2-Wrap p.backward, #Carouselv2 #Carouselv2-Wrap p.forward {
            z-index: 4;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100px;
            height: 100px;
            margin-top: -50px;
            background-size: 48px 48px;
            background-position: center center;
            background-repeat: no-repeat;
            overflow: hidden;
            cursor: pointer;
            opacity: .5;
        }

            #Carouselv2 #Carouselv2-Wrap p.backward:hover, #Carouselv2 #Carouselv2-Wrap p.forward:hover {
                opacity: 1;
            }

        #Carouselv2 #Carouselv2-Wrap p.forward {
            right: 0;
            background-image: url(/images/carousel/right-arrow.svg);
        }

        #Carouselv2 #Carouselv2-Wrap p.backward {
            left: 0;
            background-image: url(/images/carousel/left-arrow.svg);
        }

        #Carouselv2 #Carouselv2-Wrap .pane .descr {
            position: absolute;
            bottom: 80px;
            right: 40px;
            left: 40px;
            padding: 0 60px 0 0;
            background: url(/images/icons/rightarrow-white.png) right center no-repeat;
            background-size: 32px 48px;
            overflow: hidden;
            opacity: 1;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-transition: opacity .3s;
            -moz-transition: opacity .3s;
            -o-transition: opacity .3s;
            -ms-transition: opacity .3s;
            transition: opacity .3s;
        }

            #Carouselv2 #Carouselv2-Wrap .pane .descr h3, #Carouselv2 #Carouselv2-Wrap .pane .descr p {
                padding-right: 10px;
                text-shadow: 0 0 16px #000;
                -moz-text-shadow: 0 0 16px #000;
                -webkit-text-shadow: 0 0 16px #000;
                float: right;
                color: #fff;
                text-align: right;
                text-decoration: none;
            }

            #Carouselv2 #Carouselv2-Wrap .pane .descr a {
                text-decoration: none;
                color: #fff;
            }

            #Carouselv2 #Carouselv2-Wrap .pane .descr h3 {
                font-size: 66px;
                line-height: 72px;
                font-family: Montserrat, Arial, Helvetica, Sans-Serif;
                font-weight: 400;
            }

            #Carouselv2 #Carouselv2-Wrap .pane .descr p {
                clear: both;
                margin-top: 5px;
                font-family: Lato, Georgia, Serif;
                font-style: italic;
                font-size: 36px;
                line-height: 40px;
            }

            #Carouselv2 #Carouselv2-Wrap .pane .descr span {
                clear: both;
                float: right;
                font-family: Arial, Sans-Serif;
                font-size: 16px;
                line-height: 32px;
                text-decoration: none;
                color: #fff;
                text-shadow: 0 0 2px rgba(0, 0, 0, .5);
                -moz-text-shadow: 0 0 2px rgba(0, 0, 0, .5);
                -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, .5);
            }

#Carousel div.wrap div div.cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
}

#Carouselv2 #Carouselv2-Wrap div.indicators {
    z-index: 4;
    position: absolute;
    bottom: 40px;
    left: 0;
    float: left;
    padding: 3px 37px;
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    -o-transition: margin-left .3s;
    -ms-transition: margin-left .3s;
    transition: margin-left .3s;
}

    #Carouselv2 #Carouselv2-Wrap div.indicators p {
        float: left;
        width: 8px;
        height: 8px;
        margin: 2px;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: background-color .6s;
        -moz-transition: background-color .6s;
        -o-transition: background-color .6s;
        -ms-transition: background-color .6s;
        transition: background-color .6s;
    }

        #Carouselv2 #Carouselv2-Wrap div.indicators p.active {
            background-color: #fff;
        }

    #Carouselv2 #Carouselv2-Wrap div.indicators span {
        position: absolute;
        bottom: 0;
        width: 24px;
        height: 24px;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
    }

        #Carouselv2 #Carouselv2-Wrap div.indicators span.backward {
            left: 6px;
            background-image: url(/images/carousel/left-arrow.svg);
        }

        #Carouselv2 #Carouselv2-Wrap div.indicators span.forward {
            right: 6px;
            background-image: url(/images/carousel/right-arrow.svg);
        }

@media(max-width:1240px) {
    #Carouselv2 #Carouselv2-Wrap .pane .descr h3 {
        font-size: 54px;
        line-height: 60px;
    }

    #Carouselv2 #Carouselv2-Wrap .pane .descr p {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width:960px) {
    #Carouselv2 #Carouselv2-Wrap .pane .descr h3 {
        font-size: 48px;
        line-height: 54px;
    }

    #Carouselv2 #Carouselv2-Wrap .pane .descr p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:800px) {
    #Carouselv2 #Carouselv2-Wrap .pane .descr h3 {
        font-size: 48px;
        line-height: 54px;
    }

    #Carouselv2 #Carouselv2-Wrap .pane .descr p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    #Carouselv2 #Carouselv2-Wrap .pane .descr {
        right: 16px;
        left: 16px;
        padding: 0 32px 0 0;
        background: url(/images/icons/rightarrow-white.png) right center no-repeat;
        background-size: 16px 24px;
    }

        #Carouselv2 #Carouselv2-Wrap .pane .descr h3 {
            font-size: 36px;
            line-height: 40px;
        }

        #Carouselv2 #Carouselv2-Wrap .pane .descr p {
            font-size: 18px;
            line-height: 24px;
        }
}

#Carouselv2-Close, #Carouselv2-Video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
}

#Carouselv2-Overlay {
    z-index: 1100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/common/stripes.png);
}

#Carouselv2-Close {
    z-index: 1102;
    float: right;
    background-image: url(/images/common/icon-close-x.svg);
    background-color: #801111;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    visibility: hidden;
}

    #Carouselv2-Close:hover {
        background-color: #c62323;
    }

#Carouselv2-Video {
    z-index: 1101;
    margin-left: -54px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .8);
    border: 36px solid #fff;
    background: url(/images/common/ajax-loader.gif) center center no-repeat #fff;
}

    #Carouselv2-Video iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

    #Carouselv2-Video video {
        width: 100%
    }

div.parallax-box {
    clear: both;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    background-color: #000;
}

    div.parallax-box div.cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .3);
    }

    div.parallax-box div.parallax-box-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

@media(min-width:640px) {
    div.parallax-box div.parallax-box-bg {
        background-attachment: fixed;
    }
}

@media(orientation:portrait) {
    div.parallax-box div.parallax-box-bg {
        background-attachment: scroll;
    }
}

div.parallax-box div.parallax-box-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1034px;
    margin-left: -617px;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition-delay: .5s;
    -webkit-transition: margin-left .6s, opacity .6s;
    -moz-transition: margin-left .6s, opacity .6s;
    -o-transition: margin-left .6s, opacity .6s;
    -ms-transition: margin-left .6s, opacity .6s;
    transition: margin-left .6s, opacity .6s;
}

    div.parallax-box div.parallax-box-content.active {
        margin-left: -517px;
        opacity: 1;
    }

    div.parallax-box div.parallax-box-content a {
        display: block;
        padding: 0 29px 20px;
        text-decoration: none;
        text-align: right;
        overflow: hidden;
        background-image: url(/images/common/right-arrow-white.svg);
        background-size: 17px 53px;
        background-repeat: no-repeat;
        background-position: right center;
    }

    div.parallax-box div.parallax-box-content h1 {
        color: #fff;
        text-decoration: none;
        font-size: 66px;
        line-height: 72px;
        font-family: Montserrat, Arial, Helvetica, Sans-Serif;
        font-weight: 400;
        text-align: right;
        text-shadow: 0 0 6px rgba(0, 0, 0, .5);
        text-transform: uppercase;
    }

    div.parallax-box div.parallax-box-content span {
        text-decoration: none;
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        font-family: Lato, Arial, Helvetica, Sans-Serif;
        font-style: italic;
        text-align: right;
        text-transform: lowercase;
    }

@media(max-width:1240px) {
    div.parallax-box div.parallax-box-content h1 {
        font-size: 54px;
        line-height: 60px;
    }

    div.parallax-box div.parallax-box-content span {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width:1140px) {
    div.parallax-box {
        padding-bottom: 60%
    }

        div.parallax-box div.parallax-box-content {
            left: 0;
            padding: 0 51px;
            width: 100%;
            margin-left: -100px;
        }

            div.parallax-box div.parallax-box-content.active {
                margin-left: 0;
            }
}

@media(max-width:960px) {
    div.parallax-box div.parallax-box-content h1 {
        font-size: 48px;
        line-height: 54px;
    }

    div.parallax-box div.parallax-box-content span {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:800px) {
    div.parallax-box div.parallax-box-content h1 {
        font-size: 48px;
        line-height: 54px;
    }

    div.parallax-box div.parallax-box-content span {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    div.parallax-box div.parallax-box-content {
        padding: 0 12px;
    }

        div.parallax-box div.parallax-box-content h1 {
            font-size: 36px;
            line-height: 40px;
        }

        div.parallax-box div.parallax-box-content span {
            font-size: 18px;
            line-height: 24px;
        }
}

@media(max-width:540px) {
    div.parallax-box div.parallax-box-content a {
        display: block;
        width: 100%;
        padding-right: 27px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

div.boxViewer {
    position: relative;
    padding: 80px 40px;
    background-color: #fff;
    overflow: hidden;
}

    div.boxViewer div.wrap {
        position: relative;
        max-width: 976px;
        margin: 0 auto;
    }

    div.boxViewer div.intro {
        max-width: 976px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

        div.boxViewer div.intro h1 {
            padding-bottom: 20px;
            font-family: Montserrat, Arial, Verdana, sans-serif;
            font-size: 36px;
            line-height: 42px;
            font-weight: 400;
            color: #000;
        }

#Content div.boxViewer div.intro h2 {
    padding-bottom: 20px;
    font-family: Montserrat, Arial, Verdana, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

        div.boxViewer div.intro p {
            font-family: Lato, Arial, Verdana, sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #000;
        }

    div.boxViewer div.items {
        position: relative;
        height: 0;
        padding-bottom: 120%;
        -ms-transition-delay: .5s;
        -webkit-transition: padding-bottom .3s;
        -moz-transition: padding-bottom .3s;
        -o-transition: padding-bottom .3s;
        -ms-transition: padding-bottom .3s;
        transition: padding-bottom .3s;
    }

    div.boxViewer div.item {
        position: absolute;
        width: 100%;
        padding-bottom: 40%;
        -ms-transition-delay: .5s;
        -webkit-transition: top .3s, left .3s, padding-bottom .3s, width .3s;
        -moz-transition: top .3s, left .3s, padding-bottom .3s, width .3s;
        -o-transition: top .3s, left .3s, padding-bottom .3s, width .3s;
        -ms-transition: top .3s, left .3s, padding-bottom .3s, width .3s;
        transition: top .3s, left .3s, padding-bottom .3s, width .3s;
    }

        div.boxViewer div.item:nth-child(3n+1) {
            top: 0;
            left: 0;
        }

        div.boxViewer div.item:nth-child(3n+2) {
            top: 33.33%;
            left: 0;
        }

        div.boxViewer div.item:nth-child(3n+3) {
            top: 66.66%;
            left: 0;
        }

        div.boxViewer div.item div.image {
            position: absolute;
            top: 1px;
            bottom: 1px;
            right: 1px;
            left: 1px;
            background-color: #000;
            overflow: hidden;
        }

            div.boxViewer div.item div.image div {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-size: cover;
                background-position: center center;
                overflow: hidden;
                opacity: .75;
                -webkit-transition: top .3s, left .3s, bottom .3s, right .3s, opacity .3s;
                -moz-transition: top .3s, left .3s, bottom .3s, right .3s, opacity .3s;
                -o-transition: top .3s, left .3s, bottom .3s, right .3s, opacity .3s;
                -ms-transition: top .3s, left .3s, bottom .3s, right .3s, opacity .3s;
                transition: top .3s, left .3s, bottom .3s, right .3s, opacity .3s;
            }

        div.boxViewer div.item:hover div.image div {
            top: -20px;
            bottom: -20px;
            right: -20px;
            left: -20px;
            opacity: 1;
        }

@media(pointer:coarse) {
    div.parallax-box div.parallax-box-bg {
        background-attachment: scroll;
    }

    div.boxViewer div.item div.image div, div.boxViewer div.item:hover div.image div {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: .75;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
}

div.boxViewer div.item div.right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    overflow: hidden;
}

    div.boxViewer div.item div.right.invisible {
        visibility: hidden;
    }

    div.boxViewer div.item div.right a {
        font-size: 22px;
        line-height: 22px;
        font-family: Montserrat, Arial, Verdana, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 6px rgba(0, 0, 0, .5);
    }

    div.boxViewer div.item div.right h2 span {
        font-size: 12px;
        line-height: 12px;
        font-family: Lato, Arial, Verdana, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 6px rgba(0, 0, 0, .5);
    }

div.boxViewer div.indicators {
    position: absolute;
    bottom: 56px;
    left: 0;
    float: left;
    padding: 3px 37px;
}

    div.boxViewer div.indicators p {
        float: left;
        width: 8px;
        height: 8px;
        margin: 2px;
        border: 1px solid #000;
        background-color: transparent;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: background-color .6s;
        -moz-transition: background-color .6s;
        -o-transition: background-color .6s;
        -ms-transition: background-color .6s;
        transition: background-color .6s;
    }

        div.boxViewer div.indicators p.active, div.boxViewer.black, div.boxViewer.black div.item div.image {
            background-color: #000;
        }

div.boxViewer span.button {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 53px;
    margin-top: -26.5px;
    background-size: 17px 53px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

div.boxViewer span.previous {
    left: -29px;
    background-image: url(/images/common/left-arrow.svg);
}

div.boxViewer span.next {
    right: -29px;
    background-image: url(/images/common/right-arrow.svg);
}

@media(max-width:1240px) {
    div.boxViewer div.intro h1 {
        font-size: 28px;
        line-height: 34px;
    }
    #Content div.boxViewer div.intro h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media(max-width:960px) {
    div.boxViewer div.intro h1 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media(max-width:800px) {
    div.boxViewer div.intro h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:580px) {
    div.boxViewer div.items {
        padding-bottom: 90%
    }

    div.boxViewer div.item:nth-child(3n+1) {
        width: 100%;
        padding-bottom: 60%
    }

    div.boxViewer div.item:nth-child(3n+2), div.boxViewer div.item:nth-child(3n+3) {
        top: 66.667%;
        width: 50%;
        padding-bottom: 30%
    }

    div.boxViewer div.item:nth-child(3n+3) {
        left: 50%
    }
}

@media(min-width:640px) {
    div.boxViewer {
        padding: 80px;
    }
}

@media(min-width:760px) {
    div.boxViewer div.item div.right h2 a {
        font-size: 28px;
        line-height: 28px;
    }
}

@media(min-width:880px) {
    div.boxViewer div.items {
        padding-bottom: 60%
    }

    div.boxViewer div.item:nth-child(3n+1) {
        width: 66.67%;
        padding-bottom: 60%
    }

    div.boxViewer div.item:nth-child(3n+2) {
        top: 0;
        left: 66.67%;
        width: 33.33%;
        padding-bottom: 30%
    }

    div.boxViewer div.item:nth-child(3n+3) {
        top: 50%;
        left: 66.67%;
        width: 33.33%;
        padding-bottom: 30%
    }
}

div.boxViewer.black div.indicators p {
    border: 1px solid #fff;
}

    div.boxViewer.black div.indicators p.active {
        background-color: #fff;
    }

div.boxViewer.black span.previous {
    background-image: url(/images/common/left-arrow-white.svg);
}

div.boxViewer.black span.next {
    background-image: url(/images/common/right-arrow-white.svg);
}

div.boxViewer.black div.intro h1, div.boxViewer.black div.intro p {
    color: #fff;
}

#Date-Calendar {
    position: absolute;
    z-index: 200;
    padding: 36px 6px 6px;
    font-family: Lato, Arial, Verdana, Tahoma, Sans-Serif;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #Date-Calendar .monthLabel {
        padding: 0;
        text-align: center;
        font-family: Lato, Arial, Verdana, Sans-Serif;
        color: #000;
        font-size: 16px;
        line-height: 40px;
        overflow: hidden;
        text-transform: uppercase;
    }

        #Date-Calendar .monthLabel span {
            padding-top: 6px;
            font-size: 10px;
            line-height: 34px;
            font-family: Arial, Verdana, Tahoma, Sans-Serif;
            font-style: normal;
            text-transform: uppercase;
            cursor: pointer;
        }

            #Date-Calendar .monthLabel span.next {
                float: right;
            }

            #Date-Calendar .monthLabel span.prev {
                float: left;
            }

    #Date-Calendar .dayLabel {
        padding: 4px 0;
        color: #fff;
        background-color: #000;
        overflow: hidden;
    }

        #Date-Calendar .dayLabel span {
            float: left;
            width: 14.28%;
            height: 14px;
            font-size: 10px;
            line-height: 14px;
            font-weight: 700;
            text-align: center;
            overflow: hidden;
        }

    #Date-Calendar .grid {
        padding: 3px 0;
        overflow: hidden;
    }

        #Date-Calendar .grid span {
            float: left;
            width: 14.28%;
            height: 30px;
            padding: 0;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            overflow: hidden;
        }

            #Date-Calendar .grid span.current {
                background: #555;
                color: #fff;
                cursor: pointer;
            }

            #Date-Calendar .grid span.available {
                color: #000;
                cursor: pointer;
            }

            #Date-Calendar .grid span.past {
                color: #999;
            }

    #Date-Calendar span.close {
        z-index: 2;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(/images/common/icon-close-x.svg);
        background-color: #801111;
        cursor: pointer;
    }

#Date-Calendar-Overlay {
    z-index: 199;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/images/common/stripes.png);
    opacity: 0;
    cursor: pointer;
}

@media(pointer:fine) {
    #Date-Calendar .grid span {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        transition: background-color .3s;
    }

        #Date-Calendar .grid span.available:hover {
            background: #000;
            color: #fff;
        }

    #Date-Calendar span.close {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        transition: background-color .3s;
    }

        #Date-Calendar span.close:hover {
            background-color: #c62323;
        }
}
