/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

@font-face {
    font-family: "DinOffcPro-regular";
    src: url("../assets/fonts/DINOffcPro.ttf");
}
@font-face {
    font-family: "DinOffcPro-bold";
    src: url("../assets/fonts/DINOffcPro-Bold.ttf");
}
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#swipebox-slider {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    white-space: nowrap;
}
#swipebox-slider .slide {
    line-height: 1px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#swipebox-slider .slide:before {
    display: inline-block;
    width: 1px;
    height: 50%;
    margin-right: -1px;
    content: '';
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
    /*background-color: red;*/
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    max-height: 100%;
    padding: 5%;
    background: none;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#swipebox-slider .slide-loading {
    background: url(../assets/images/preloader.svg) no-repeat center center;
}
#swipebox-top-bar {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    /*height: 50px;*/
    color: white;
    -webkit-transition: .5s;
    transition: .5s;
}
#swipebox-slider .slide img {
    /*background-color: red;*/
    padding: 70px 70px 50px 70px;
    /*max-height: 100%;*/
}
#swipebox-top-bar {
    pointer-events: none;
    position: relative;
    height: 125px;
    top: -125px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 125px, 0);
    transform: translate3d(0, 125px, 0);
}
#swipebox-title {
    pointer-events: none;
    position: relative;
    height: 125px;
}
#swipebox-title-container {
    pointer-events: none;
    display: inline-block;
    position: relative;
    top: 20px;
    text-align: center;
}
#swipebox-cross {
    width: 30px;
    position: relative;
    margin: 0;
    padding: 0;
}
#client {
    pointer-events: none;
    position: relative;
    top: 5px;
    margin: 0;
    padding: 0;
    font-family: DinOffcPro-bold, Helvetica, Arial, sans-serif;
    font-size: 1.563em;
    line-height: 0;
}
#description {
    pointer-events: none;
    position: relative;
    top: 15px;
    margin: 0;
    padding: 0;
    display: block;
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 0;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
    cursor: pointer;
    text-decoration: none !important;
    border: none !important;
    margin: 20px;
}
#swipebox-arrows {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
}
#swipebox-prev {
    cursor: pointer;
    /*background-color: red;*/
    position: relative;
    margin-top: 0;
    margin-left: 0;
    top: -35px;
    width: 86px;
    height: 110px;
    background-image: url(../assets/images/lightbox_nav_arrow_l.svg);
    background-repeat: no-repeat;
    background-size: 36px 70px;
    background-position: 18px center;
    float: left;
}
#swipebox-next {
    cursor: pointer;
    /*background-color: red;*/
    position: relative;
    margin-top: 0;
    margin-right: 0;
    top: -35px;
    width: 86px;
    height: 110px;
    background-image: url(../assets/images/lightbox_nav_arrow_r.svg);
    background-repeat: no-repeat;
    background-size: 36px 70px;
    background-position: 30px center;
    float: right;
}
#pagination {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
    font-size: 1.563em;
}
.pagination-dot {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 1px;
    margin: 0 5px;
    background-color: white;
    /*border: 1px solid white;*/

   /* -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/
}
.current-dot {
    top: 1px;
    height: 3px;
    background-color: rgba(255, 255, 255, 1);
}
#swipebox-close {
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(../assets/images/lightbox_close.svg);
    background-repeat: no-repeat;
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 0;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 20px;
    height: 100%;
    content: ' ';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}
@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@media screen and (min-width: 15em) and (max-width: 30em) {
    #swipebox-close {
        margin: 15px;
    }
}
@media screen and (min-width: 30em) and (max-width: 56.25em) and (orientation: landscape) {
    #swipebox-close {
        margin: 15px;
    }
}
@media screen and (min-width: 800px) {
    /* Skin 
    --------------------------*/
}