﻿@charset "UTF-8";

/*Classes for CarouselType*/

.Carousel img {
    width: 100%;
}

.ThreeColumnCarousel {
    padding: 11px 11px 16px 11px;
    width: 706px;
    height: 463px;
    background: url(/Images/Carousel/slider_bg_2.png) repeat-x 0 0;
    margin-bottom: 20px;
}

.ThreeColumnCarousel .blueimp-gallery {
    height: 437px;
    margin: 0;
    padding-bottom: 0 !important;
}

.Carousel .slider-slide-copy {
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    min-height: 40px;
}

.Carousel .slider-slide-copy:after,
.Carousel .slider-slide-copy:before {
    content: " ";
    display: table;
}

.Carousel .slider-slide-copy:after {
    clear: both;
}

.Carousel .slider-slide-copy .slide-copy-hud {
    float: left;
    padding: 3px 0 0;
    width: 7%;
    text-align: center;
    border-right: 1px solid #E8E8E8;
}

.Carousel .slider-slide-copy .slide-copy-content {
    float: left;
    padding: 3px 11px 0;
    width: 93%;
}

/**************************/

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    /*width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;*/
    opacity: 1;
    width: 100%;
}
.blueimp-gallery > .slides > .slide > .slide-content > img {
    padding-bottom: 51px;
}
.blueimp-gallery .slide-content.video-content-with-desc {
    margin-bottom: 51px;
}
.blueimp-gallery .slide-content.img-vrt-full {
    width: auto!important;
    height: 100%;
    margin: 0 auto;
}
.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    /*opacity: 0;*/
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}
.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
    position: absolute;
}
.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    cursor: pointer;
    margin-top: -24px;
}
.blueimp-gallery > .prev {
    left: 15px;
    background:url(../../Images/Carousel/slider_button_left.png) no-repeat 0 0;
}
.blueimp-gallery > .next {
    right: 15px;
    background:url(../../Images/Carousel/slider_button_right.png) no-repeat 0 0;
}
.blueimp-gallery .video-content iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blueimp-gallery .video-content.video-playing iframe {
    display: block;
}
.blueimp-gallery .video-content a.close-video-button {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: url(../../Images/Carousel/close-icon-32.png);
}
.blueimp-gallery .video-content.video-playing a.close-video-button {
    display: block;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery > .indicator {
    position: absolute;
    bottom: 10px;
    left: 10px;

}

.blueimp-gallery > .indicator > li {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 4px;
    min-width: 4px;
    background: #E9C862;
    color: #4E443C;
    border-radius: 10px;
    padding: 3px;
    text-align: center;
    margin-right: 5px;
    min-height: 4px;
    margin: 0px 5px 0px 0px;
}

.blueimp-gallery > .indicator > .active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blueimp-gallery a.slider-video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /*
    IE fix:
    cursor doesn't change to pointer when hovering the link,
    somehow setting background-color fixes it...
    */
    background-color: #fff;
    opacity: 0;
}

.blueimp-gallery .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -54px;
}

.blueimp-gallery .caption h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}

.blueimp-gallery .caption h2 {
    text-transform: uppercase;
    color: #ffce38;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.08333333;
}

.blueimp-gallery .caption .btn {
    margin-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

.blueimp-gallery.layout-sm .caption h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.blueimp-gallery.layout-sm .caption h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.blueimp-gallery.layout-sm .caption h1 + h2 {
    padding-top: 15px;
    position: relative;
}

.blueimp-gallery.layout-sm .caption h1 + h2:before {
    content: "";
    border-top: 4px solid #ffce38;
    width: 35px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.blueimp-gallery.layout-sm .caption .btn {
    padding: 14px 34px;
}


/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}

.carousel-hold {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

