.threedslider {
    width: 100%;
    height: 100%}
.threedslider, .threedslider .threed-container {
    background: url(img/preloader-bg.png) center center/cover no-repeat;
}
.threedslider .threed-container .threed-navs, .threedslider div {
    display: none;
}
.threedslider .threed-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.threedslider .threed-container * {
    box-sizing: border-box;
    display: inherit;
}
.threedslider .threed-container button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.threedslider .threed-container .threed-preloader {
    width: 200px;
    height: 20px;
    border: 4px solid #fff;
    position: absolute;
    z-index: 21;
    top: 50%;
    left: 50%;
    padding: 0 2px;
    margin: -15px 0 0 -100px;
    background-color: #ccc;
    border-radius: 6px;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    -o-box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    -moz-transition: 3s ease-in-out;
    -webkit-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
    opacity: 0;
}
.threedslider .threed-container .threed-preloader:after {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .7);
}
.threedslider .threed-container .threed-preloader-bar {
    width: 0%;
    height: 8px;
    margin-top: 2px;
    position: relative;
    z-index: 2;
    background-color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.threedslider .threed-container .threed-preloader-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/preloader-bg.jpg) center center/cover no-repeat;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.threedslider .threed-container .threed-preloader.show {
    opacity: 1;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.threedslider .threed-container .threed-preloader.hide {
    top: -50%}
.threedslider .threed-container .threed-preloader-wrap.hide {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: -105%}
.threedslider .threed-container .threed-preloader-wrap.semi-hide {
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: .6;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top: 0;
}
.threedslider .threed-container .threed-anchor {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.threedslider .threed-container .threed-navs button {
    width: 27px;
    height: 46px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    position: absolute;
    z-index: 16;
    top: 50%;
    margin-top: -23px;
    background: url(img/nav-arrows.png) no-repeat;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.threedslider .threed-container .threed-navs button span {
    width: 60px;
    height: 60px;
    margin-top: -8px;
}
.threedslider .threed-container .threed-navs button.threed-prev {
    left: 20px;
    background-position: 0 0;
}
.threedslider .threed-container .threed-navs button.threed-next {
    right: 20px;
    background-position: 0 -46px;
}
.threedslider .threed-container .threed-navs button.threed-prev span {
    margin-left: -20px;
}
.threedslider .threed-container .threed-navs button.threed-next span {
    margin-left: -30px;
}
.threedslider .threed-container .threed-navs.hide button.threed-prev {
    left: -30%}
.threedslider .threed-container .threed-navs.hide button.threed-next {
    right: -30%}
.threedslider .threed-container .threed-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 15;
    left: 50%;
    bottom: 20px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.threedslider .threed-container .threed-dots div {
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    outline: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .8);
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}
.threedslider .threed-container .threed-dots div.active {
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.threedslider .threed-container .threed-dots.hide div {
    top: 150px;
}
.threedslider .threed-container .threed-play-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 12;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.threedslider .threed-container .threed-play-btn .threed-play-btn-ico {
    width: 0;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 12px;
    border: 0 solid;
    background: 0 0;
    box-sizing: border-box;
    border-color: transparent transparent transparent #fff;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border-width: 6px 0 6px 7px;
}
.threedslider .threed-container .threed-play-btn .threed-play-btn-ico.paused {
    border-style: double;
    border-width: 0 0 0 9px;
    top: 9px;
    left: 10px;
    height: 10px;
}
.threedslider .threed-container .threed-progress-bar {
    position: relative;
    top: 0;
    left: 0;
}
.threedslider .threed-error {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.threedslider #threed-debugger {
    position: absolute;
    z-index: 30;
    top: 20px;
    left: 20px;
    background-color: #fff;
    padding: 5px;
    color: #000;
    font-size: 12px;
}