.slider-responsive .visible-xs-block, .slider-fullheight .visible-xs-block {
    display: block;
}

@media screen and (min-width: 721px) {
    .slider-responsive .visible-xs-block, .slider-fullheight .visible-xs-block {
        display: none !important;
    }
}

@media screen and (max-width: 720px) {
    .slider-responsive .hidden-xs, .slider-fullheight .hidden-xs {
        display: none !important;
    }
}

.slider-responsive .slider_container {
    height: auto;
}

.slider-responsive img {
    width: 100%;
    height: auto;
}

.slider-responsive .back-link {
    display: block;
    width: 100%;
}

.slider-responsive .slide .slide-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-responsive .slide .slide-box .wrapper {
    letter-spacing: normal;
    height: 50px;
    line-height: 25px;
}

.slider-responsive .slide .slide-box h2 {
    margin: 0 18px 0 0;
    font-size: 2.6rem;
    font-weight: 600;
}

.slider-responsive .slide .slide-box .label {
    font-size: 1.8rem;
    font-weight: 300;
}

.slider-responsive .pagination-slider-wrapper {
    position: relative;
}

.slider-responsive .pagination-slider {
    display: block !important;
    position: absolute !important;
    right: 0;
    bottom: 90px;
    text-align: center;
    z-index: 100;
}

.slider-responsive .pagination-slider a {
    margin-right: 14px;
}

.slider-responsive .pagination-slider a:last-child {
    margin: 0;
}

.slider-responsive .pagination-slider a .icon-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 1;
}

.slider-responsive .pagination-slider a .icon-circle:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 1;
    background-color: #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.slider-responsive .pagination-slider a:hover,
.slider-responsive .pagination-slider a:focus {
    outline: none;
}

.slider-responsive .pagination-slider a.selected {
    cursor: default;
}

.slider-responsive .pagination-slider a:hover .icon-circle:before,
.slider-responsive .pagination-slider a:focus .icon-circle:before {
    background-color: #CCC;
}

.slider-responsive .pagination-slider a.selected .icon-circle:before {
    background-color: #FFF;
}


@media screen and (min-width: 721px) {

    .slider-responsive .slide .slide-box {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .slider-responsive .slide .slide-box .wrapper {
        height: 60px;
        line-height: 60px;
    }

    .slider-responsive .slide .slide-box h2 {
        display: inline-block;
        font-size: 3.2rem;
    }

    .slider-responsive .pagination-slider {
        line-height: 60px;
        right: 10px;
        bottom: 0;
    }

    .slider-responsive .pagination-slider a .icon-circle:before {
        background-color: rgba(0, 0, 0, 0.5);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .slider-responsive .pagination-slider a:hover .icon-circle:before,
    .slider-responsive .pagination-slider a:focus .icon-circle:before {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .slider-responsive .pagination-slider a.selected .icon-circle:before {
        background-color: rgba(0, 0, 0, 1);
    }
}


/* ============================================== */
/* SLIDER FULL HEIGHT                             */
/* ============================================== */
.slider-fullheight .slider_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-fullheight .owl-stage-outer,
.slider-fullheight .owl-stage,
.slider-fullheight .owl-item {
    height: 100%;
}

.slider-fullheight .back-link {
    display: block;
    height: 100%;
}

.slider-fullheight .slide {
    display: block;
    text-align: center;
}

.slider-fullheight .slide-box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-fullheight .slide-box .wrapper {
    letter-spacing: normal;
    height: 50px;
    line-height: 25px;
}

.slider-fullheight .slide-box h2 {
    margin: 0 18px 0 0;
    font-size: 2.6rem;
    font-weight: 600;
}

.slider-fullheight .slide-box .label {
    font-size: 1.8rem;
    font-weight: 300;
}


.slider-fullheight .dots-wrapper {
    position: relative;
}
.slider-fullheight .owl-dots {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 100%;
    font-size: 0;
    z-index: 100;
    text-align: center;
}
.slider-fullheight.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}
.slider-fullheight.owl-theme .owl-dots .owl-dot:not(.active) {
    cursor: pointer;
}
.slider-fullheight.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #DDD;
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.5);

}
.slider-fullheight.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #CCC;
}
.slider-fullheight.owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFF;
}

.slider-fullheight .nav-wrapper {
    display: none;
}
.slider-fullheight.owl-theme .owl-nav {
    margin: 0;
}
.slider-fullheight.owl-theme .owl-nav [class*=owl-] {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    margin-top: -42px;
    z-index: 20;
    width: 44px;
    height: 84px;
    border-radius: 0;
    background-color: #EFEFEF;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.slider-fullheight.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #EFEFEF;
}

.slider-fullheight.owl-theme:hover .owl-nav [class*=owl-] {
    visibility: visible;
    opacity: 1;
}

.slider-fullheight.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.slider-fullheight.owl-theme .owl-nav .owl-next {
    right: 0;
}
.slider-fullheight.owl-theme .owl-nav .owl-prev:before,
.slider-fullheight.owl-theme .owl-nav .owl-next:before {
    content: "";
    display: block;
    background: url("clientlib/img/sprites.png") no-repeat;
    margin: 28px auto auto auto;
}
.slider-fullheight.owl-theme .owl-nav .owl-prev:before {
    background-position: -34px -1px;
    width: 9px;
    height: 28px;
    margin-left: 20px;
}
.slider-fullheight.owl-theme .owl-nav .owl-next:before {
    background-position: -24px -1px;
    width: 9px;
    height: 28px;
    margin-left: 20px;
}

.slider-fullheight.owl-theme .owl-dots.disabled,
.slider-fullheight.owl-theme .owl-nav.disabled {
    display: none;
}

@media screen and (max-width: 720px) {
    .slider-fullheight .slider_container {
        height: auto !important;
    }
}

@media screen and (min-width: 721px) {

    .slider-fullheight .slide-box .wrapper {
        height: 60px;
        line-height: 60px;
    }

    .slider-fullheight .slide-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .slider-fullheight .slide-box h2 {
        display: inline-block;
        font-size: 3.2rem;
    }


    .slider-fullheight .owl-carousel .owl-item img {
        /*position: absolute;*/
        display: inline-block;
        height: 100%;
        width: auto;
        max-width: none;
        /*left: 50%;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

    .slider-fullheight .owl-dots {
        right: 10px;
        bottom: 0;
        line-height: 60px;
        width: auto;
    }
    .slider-fullheight.owl-theme .owl-dots .owl-dot span {
        background-color: rgba(0, 0, 0, 0.5);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .slider-fullheight.owl-theme .owl-dots .owl-dot:hover span {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .slider-fullheight.owl-theme .owl-dots .owl-dot.active span {
        background-color: #000;
    }

    .slider-fullheight .nav-wrapper {
        display: block;
    }

}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(clientlib/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
