.carousel-reference-focused {
    outline: 3px solid #00b5cb !important;
    outline-offset: 0 !important;
}



#hero-section .carousel-widget > ul#HeroSlidesContainer,
#hero-section .carousel-widget > ul#HeroSlidesContainer > li {
    width: 100%;
    display: block;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-widget .hidden {
    display: none;
}

.cruise-search-widget-2015, .page-search {
    position: relative;
    z-index: 9999;
}

.carousel-sprite, .carousel-widget .pager li a {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}

.carousel-widget .pager li.cycle-pager-active a {
    background: #5994cc;
    border-radius: 50%;
}

.carousel-widget {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .carousel-widget ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel-widget .slides {
        position: relative;
        max-width: 1200px;
    }

        .carousel-widget .slides img, .carousel-widget .slides a {
            border: 0 none;
            min-height: 100%;
            min-width: 100%;
        }

#ccl-refresh-homepage .carousel-widget .slides {
    max-width: 1400px;
}

.full-bleed .carousel-widget .slides {
    max-width: 100%;
}

.carousel-widget .slides .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
}

    .carousel-widget .slides .overlay .pull-left {
        display: block;
        width: 50%;
        padding-left: 5%;
    }

    .carousel-widget .slides .overlay .pull-right {
        display: block;
        width: 50%;
        padding-right: 5%;
    }

    .carousel-widget .slides .overlay .max-width {
        width: 100%;
        display: block;
        text-align: center;
        vertical-align: middle;
    }
    /* Additional styles for overlay */
    .carousel-widget .slides .overlay i {
        font-style: italic;
    }

        .carousel-widget .slides .overlay i.ccl-icon-play {
            font-style: normal !important;
        }

    .carousel-widget .slides .overlay .ccl-button-link i, .carousel-widget .banner .overlay .ccl-button-expand i, .carousel-widget .banner .overlay .ccl-button-collapse i {
        font-style: normal !important;
    }
/**********************************/
.carousel-widget .slides h2, .carousel-widget .slides .h2 {
    display: block;
    font: normal 65px/59px tempo;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    margin: 0 0 12px;
    color: #fff;
}

.carousel-widget .pager {
    position: absolute;
    top: 230px;
    right: 23px;
    margin-top: -22px;
    z-index: 200;
}

    .carousel-widget .pager li {
        margin-bottom: 3px;
    }

        .carousel-widget .pager li a {
            background-position: -11px -325px;
            height: 16px;
            width: 16px;
            display: block;
            overflow: hidden;
            outline: none;
            text-indent: -9999px;
        }

        .carousel-widget .pager li.cycle-pager-active a {
            background-position: -65px -503px;
            height: 16px;
            width: 16px;
        }

@media (min-width: 1024px) {
    .body-content .content-block.first-child .carousel-widget {
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }
}

.lt-ie9 .carousel-widget .cycle-slide-active {
    left: 0 !important;
}

.carousel-widget h2 {
    font: normal 28px tempo;
    text-transform: uppercase;
    color: #0a407d;
    text-align: center;
    margin: 0 0 30px;
}

    .carousel-widget h2 a, .carousel-widget h2 a, .carousel-widget h2 a:link, .carousel-widget h2 a:visited {
        color: #0a407d;
        text-decoration: none;
    }

#hero-section.mobile-responsive {
    font-size: 100%;
}

    #hero-section.mobile-responsive .carousel-widget > ul#HeroSlidesContainer,
    #hero-section.mobile-responsive .carousel-widget > ul#HeroSlidesContainer > li {
        width: 100%;
        display: block;
        background: none;
    }

    #hero-section.mobile-responsive .carousel-widget .slides {
        max-width: 100%;
    }

.mobile-responsive .carousel-widget .hero-mobile,
.mobile-responsive .carousel-widget .hero-desktop {
    text-align: center;
    background-color: #e5eff5;
    background-size: cover;
    background-position: bottom center;
    height: 180px;
    font-size: 3em;
}

@media (min-width: 760px) {
    .mobile-responsive .carousel-widget .hero-mobile {
        display: none;
    }
}

.mobile-responsive .carousel-widget .hero-desktop {
    display: none;
}

@media (min-width: 760px) {
    .mobile-responsive .carousel-widget .hero-desktop {
        display: block;
        height: 360px;
        background-position: bottom left;
        font-size: 5em;
    }
}

.mobile-responsive .carousel-widget .overlay {
    font-family: tempo, Helvetica, Sans-Serif;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 2px 5px #12569d;
    letter-spacing: 3px;
    position: relative;
}

.common-vertical-align {
    display: table;
    width: 100%;
    height: 100%;
}

.common-vertical-align__content {
    display: table-cell;
    vertical-align: middle;
}

.full-cover .carousel-widget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


    .full-cover .carousel-widget .slides {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .full-cover .carousel-widget .slides li,
        .full-cover .carousel-widget .slides li > img,
        .full-cover .carousel-widget .slides li > a > img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .full-cover .carousel-widget .slides li > img,
            .full-cover .carousel-widget .slides li > a > img {
                display: none;
            }

    .full-cover .carousel-widget .pager {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 100;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
    }

    .full-cover .carousel-widget .prev,
    .full-cover .carousel-widget .next {
        display: block;
        position: absolute;
        top: 50%;
        left: 30px;
        margin-top: -40px;
        z-index: 110;
        display: block;
        overflow: hidden;
        outline: none;
        text-indent: -9999px;
        background-position: -78px -680px;
        height: 67px;
        width: 67px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
        transition: opacity 300ms;
    }

        .full-cover .carousel-widget .prev:hover,
        .full-cover .carousel-widget .next:hover {
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
            opacity: 0.6;
        }

    .full-cover .carousel-widget .next {
        left: auto;
        right: 30px;
        background-position: -28px -151px;
        height: 67px;
        width: 67px;
    }

#hero-section.full-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.mobile #hero-section.full-cover {
    min-height: 310px;
}

.full-cover .carousel-widget .pager {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    top: auto;
    right: auto;
}

.full-cover .carousel-widget .slides {
    max-width: 100%;
}

#hero-section.full-cover .carousel-widget > ul#HeroSlidesContainer > li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-cover .carousel-widget .pager li {
    float: left;
    margin: 0 4px;
}

.full-cover .carousel-widget a.ccl-carousel-controls {
    display: none;
    visibility: hidden;
}

.carousel-widget .pager li .bullet {
    display: none;
}

.carousel-widget .slides img {
    display: block;
}

@media (min-width: 1024px) {
    .carousel-widget .pager li.cycle-pager-active a {
        background: #5994cc;
        border-radius: 50%;
    }

    .carousel-widget,
    .carousel-widget > ul#HeroSlidesContainer.slides,
    .carousel-widget > ul#HeroSlidesContainer.slides > li {
        width: 100%;
        overflow: hidden;
        height: 430px;
        position: relative;
    }

        .carousel-widget ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .carousel-widget .slides img,
        .carousel-widget .slides a {
            display: block;
            border: 0 none;
        }

        .carousel-widget .slides img {
            display: none;
        }

        .carousel-widget .slides .overlay {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 0;
            z-index: 8998;
            color: #fff;
            text-align: center;
        }

            .carousel-widget .slides .overlay .pull-left {
                display: block;
                width: 50%;
                padding-left: 5%;
            }

            .carousel-widget .slides .overlay .pull-right {
                display: block;
                width: 50%;
                padding-right: 5%;
            }

            .carousel-widget .slides .overlay .max-width {
                width: 100%;
                display: block;
                text-align: center;
                vertical-align: middle;
            }

            /* Additional styles for overlay */
            .carousel-widget .slides .overlay i {
                font-style: italic;
            }

                .carousel-widget .slides .overlay i.ccl-icon-play {
                    font-style: normal !important;
                }

            .carousel-widget .slides .overlay .ccl-button-link i,
            .carousel-widget .banner .overlay .ccl-button-expand i,
            .carousel-widget .banner .overlay .ccl-button-collapse i {
                font-style: normal !important;
            }
        /**********************************/

        .carousel-widget .slides h2,
        .carousel-widget .slides .h2 {
            display: block;
            font: normal 65px/59px tempo;
            text-transform: uppercase;
            text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
            margin: 0 0 12px;
            color: #fff;
        }

        .carousel-widget .pager {
            position: absolute;
            top: 50%;
            right: 13px;
            margin-top: -22px;
            z-index: 200;
        }
}

@media screen and (max-width: 1024px) {
    .body-content .content-block.first-child .carousel-widget {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .carousel-widget .pager {
        top: auto;
        bottom: 10px;
        display: flex;
        left: 0;
        right: 0;
        justify-content: center;
    }

        .carousel-widget .pager li {
            padding: 10px;
        }

    .carousel-widget .slides img {
        height: auto;
        width: 100%;
        min-height: initial;
        min-width: initial;
        display: block;
    }

    .typehero ul.pager li a {
        border-color: #5994cc;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 2px rgba(7, 83, 156, 0.5);
        box-shadow: 0 2px 2px rgba(7, 83, 156, 0.5);
    }

    .body-content .content-block {
        padding-left: 0;
        padding-right: 0;
    }

    #hero-section,
    #hero-section .carousel-widget,
    #hero-section .carousel-widget .slides {
        height: auto;
    }
}

@media screen and (min-width: 1024px) {
    #hero-section .carousel-widget .slides {
        left: 0;
    }

    .full-cover .carousel-widget {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {
    #hero-section:not(.full-cover):not(.mobile-cover) .carousel-widget > ul#HeroSlidesContainer,
    #hero-section:not(.full-cover):not(.mobile-cover) .carousel-widget > ul#HeroSlidesContainer > li {
        background: none !important;
    }

    #hero-section.full-cover {
        height: 100%;
    }

    #hero-section.mobile-cover .carousel-widget .slides li > img,
    #hero-section.mobile-cover .carousel-widget .slides li > a > img,    
    #hero-section.full-cover .carousel-widget .slides li > img,
    #hero-section.full-cover .carousel-widget .slides li > a > img {
        display: none;
    }

    #hero-section.full-cover, #hero-section.full-cover .carousel-widget, #hero-section.full-cover .carousel-widget .slides {
        height: 100%;
    }
}

.carousel-widget > .video-lightbox {
    display: none;
}

    .carousel-widget > .video-lightbox.video-lightbox--open {
        display: block;
    }


.video-lightbox {
    font-size: 14px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border: none;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
    display: none;
}

#colorbox .video-lightbox {
    display: block;
    background: transparent;
    position: relative;
    padding: 0;
}

.video-lightbox .ccl-video {
    padding: 20px;
    background-color: #fff;
}

.video-lightbox.has-video {
    padding: 10px;
}

    .video-lightbox.has-video .video-lightbox__header {
        padding: 10px;
    }

    .video-lightbox.has-video .video-lightbox-gallery__description-wrapper {
        margin: 0 10px 10px;
    }

.video-lightbox__overlay {
    display: none;
}

.video-lightbox--open,
.video-lightbox--open + .video-lightbox__overlay {
    display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-lightbox--open,
    .video-lightbox--open + .video-lightbox__overlay {
        height: 80%;
        padding-top: 83px;
    }
}

.video-lightbox__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    flex-shrink: 0;
}

.video-lightbox__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #12569d;
    font-family: "Open Sans", Helvetica, Sans-Serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.video-lightbox__title {
    line-height: 50px;
    font-size: 25px;
    font-family: "Tempo", "Tempo-Local", Arial Narrow, Arial, sans-serif;
    color: #da0936;
    text-transform: uppercase;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-lightbox__section-title {
    font-weight: normal;
    font-size: 20px;
    color: #12569d;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.video-lightbox__close {
    background: url("/Assets/CSS/ShipAnnouncement/images/modal/close.svg") center no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    background-size: contain;
    cursor: pointer;
}

.video-lightbox__body {
    font-size: 14px;
    flex: 1 1 auto;
}

.video-lightbox + .video-lightbox__overlay {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video-lightbox .video-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.video-lightbox .pane {
    position: relative;
    height: 500px;
    width: auto;
}

    .video-lightbox .pane.mobile {
        height: 100%;
    }

    .video-lightbox .pane #media {
        width: 100%;
        height: 100%;
    }


#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    outline: none;
    overflow: visible !important;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(3, 80, 142, 0.8) !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

    #cboxContent.accomm #cboxLoadedContent {
        overflow: visible !important;
    }

#cboxLoadedContent {
    overflow: auto;
    *overflow: hidden !important;
}

#cboxLoadedContent {
    overflow: auto;
    *overflow: hidden !important;
}

    #cboxLoadedContent .advanced-search-widget {
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    }

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxClose {
    position: absolute;
    top: -12px;
    right: -12px;
    background: url(/Assets/img/lightboxclosex.png) no-repeat 0 0;
    width: 36px;
    height: 39px;
    display: block;
    overflow: hidden;
    outline: none;
    text-indent: -9999px;
    outline: none;
    border: 0 none;
    z-index: 10000;
}

.ccl-desktop .typehero a.ccl-carousel-controls {
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 0;
    position: absolute;
    padding: 3px;
    background: transparent;
    height: 16px;
    width: 17px;
    float: right;
    z-index: 2000;
    margin: 0;
    top: auto;
    bottom: 20px;
    left: 20px;
}

@media screen and (min-width: 1024px) {
    .ccl-desktop .typehero a.ccl-carousel-controls {
        margin-bottom: -12px;
        margin-top: -12px;
        top: -259px;
        left: -11px;
        float: right;
        position: relative;
    }
}
#hero-section.content-loaded .carousel-widget>ul#HeroSlidesContainer,
#hero-section.personal-async.loading-content #SlideShowLoader {
    display: block;
}

#hero-section .carousel-widget>ul#HeroSlidesContainer,
#hero-section.personal-sync.loading-content #SlideShowLoader,
#hero-section.content-loaded #SlideShowLoader {
    display: none;
}
.typehero a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-259px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000;margin-bottom:-12px;margin-top:-12px}.ccl-mobile .typehero a.ccl-carousel-controls{display: none;}.typehero a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typehero .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typehero .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typehero .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typehero ul.pager{right:15px}.typehero ul.pager li a{background:transparent;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.typehero ul.pager li.cycle-pager-active a{background:#5994cc;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.banner-rotator a.ccl-carousel-controls{top:-100px}#typehero a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-280px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}#typehero a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}#typehero .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}#typehero .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}#typehero .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}#typehero ul.pager{right:15px}#typehero ul.pager li a{background:transparent;border-radius:50%;border:1px solid #fff;width:16px;height:16px}#typehero ul.pager li.selected a{background:#5994cc;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.typelightbox .container-ccl-carouselcontrols{width:45%;float:left;display:inline-block;margin:0 auto}.typelightbox a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:2px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typelightbox a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typelightbox .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typelightbox .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typelightbox .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typelightbox ul.carousel-pager{position:relative;margin:0 auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}#ccl-accomodations .typesecond .container-ccl-carouselcontrols{width:50%;float:left;display:inline-block;margin:15px auto}#ccl-accomodations .typesecond a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:5px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}#ccl-accomodations .typesecond a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}#ccl-accomodations .typesecond .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}#ccl-accomodations .typesecond .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}#ccl-accomodations .typesecond .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}#ccl-accomodations .typesecond ul.pager{position:relative;margin:15px auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}.typesecond .container-ccl-carouselcontrols{width:50%;float:left;display:inline-block;margin:15px auto}.typesecond a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:1px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typesecond a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typesecond .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typesecond .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typesecond .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typesecond ul.pager{position:relative;margin:15px auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}.typedestinations a.ccl-carousel-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-55px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typedestinations a.ccl-carousel-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typedestinations .ccl-carousel-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typedestinations .ccl-carousel-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typedestinations .ccl-carousel-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}
.typehero a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-259px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000;margin-bottom:-12px;margin-top:-12px}.typehero a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typehero .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typehero .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typehero .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typehero ul.pager{right:15px}.typehero ul.pager li a{background:transparent;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.typehero ul.pager li.cycle-pager-active a{background:#5994cc;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.banner-rotator a.oba-controls{top:-100px}#typehero a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-280px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}#typehero a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}#typehero .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}#typehero .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}#typehero .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}#typehero ul.pager{right:15px}#typehero ul.pager li a{background:transparent;border-radius:50%;border:1px solid #fff;width:16px;height:16px}#typehero ul.pager li.selected a{background:#5994cc;border-radius:50%;border:1px solid #fff;width:16px;height:16px}.typelightbox .container-obacontrols{width:45%;float:left;display:inline-block;margin:0 auto}.typelightbox a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:2px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typelightbox a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typelightbox .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typelightbox .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typelightbox .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typelightbox ul.carousel-pager{position:relative;margin:0 auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}#ccl-accomodations .typesecond .container-obacontrols{width:50%;float:left;display:inline-block;margin:15px auto}#ccl-accomodations .typesecond a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:5px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}#ccl-accomodations .typesecond a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}#ccl-accomodations .typesecond .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}#ccl-accomodations .typesecond .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}#ccl-accomodations .typesecond .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}#ccl-accomodations .typesecond ul.pager{position:relative;margin:15px auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}.typesecond .container-obacontrols{width:50%;float:left;display:inline-block;margin:15px auto}.typesecond a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:1px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typesecond a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typesecond .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typesecond .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typesecond .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}.typesecond ul.pager{position:relative;margin:15px auto;right:auto;top:auto;text-align:left;display:inline-block;width:50%}.typedestinations a.oba-controls{border-radius:50%;border:1px solid #fff;margin-bottom:0;position:relative;padding:3px;top:-55px;left:-11px;background:transparent;height:16px;width:17px;float:right;z-index:2000}.typedestinations a.oba-controls:before{color:#5994cc;position:absolute;top:50%;left:50%}.typedestinations .oba-btn-play:before{position:absolute;left:2px;top:10px;content:'';border-left:10px solid #5994cc;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;margin-left:-4px;margin-top:-6px}.typedestinations .oba-btn-pause:before{width:4px;height:10px;background:#5994cc;position:absolute;content:"";left:9px;margin-top:-5px;margin-left:1px}.typedestinations .oba-btn-pause:after{width:4px;height:10px;background:#5994cc;position:absolute;content:"";top:6px;right:13px}
.ccl-video {
    padding-top: 30px;	
}

.ccl-video-spaceless {
    padding-top: 0;
}

.ccl-video .audio-desc {
    display: block;
    line-height: 16px;
    font-size: 16px;
}

.ccl-video .audio-desc-icon,
.ccl-video .audio-desc-toggle {
    display: inline-block;
    vertical-align: middle;
}

.ccl-video .audio-desc-icon svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.ccl-video .audio-desc-toggle .radio-toggle,
.ccl-video .audio-desc-toggle .radio-toggle input, 
.ccl-video .audio-desc-toggle .radio-toggle label {
    padding-left: 10px;
    display: inline-block;
}

.ccl-video .audio-desc-toggle .radio-toggle input {
    -webkit-appearance: radio;
    width: auto;
}
#hero-section .overlay-hidden{display:none}#hero-section .video-wrapper{position:relative}#hero-section .video-wrapper video.hero-video-file{width:100%}#hero-section .video-wrapper video.disabled::-webkit-media-controls-fullscreen-button{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-play-button{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-pausebutton{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-timeline{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-current-time-display{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-time-remaining-display{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-mute-button{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-toggle-closed-captions-button{display:none}#hero-section .video-wrapper video.disabled::-webkit-media-controls-volume-slider{display:none}#hero-section .video-wrapper video[poster]{object-fit:fill}#hero-section .video-wrapper .video-overlay{position:absolute;top:0;left:0;width:100vw;height:100%;background-color:rgba(0,0,0,.7);z-index:2;display:block}#hero-section .video-wrapper .video-overlay.off{display:none}#hero-section .video-wrapper .video-overlay .video-overlay-close{float:right;padding-right:40px;padding-top:20px}#hero-section .video-wrapper .video-overlay .video-overlay-close .video-overlay-close-btn{background-color:rgba(0,0,0,.6);color:#fff;font-weight:700}
/*# sourceMappingURL=main.min.css.map */

