#home .bg-dark {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('/static/img/bg_home.jpg');
}

.page-view {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.page-view.active {
    display: block;
}

.page-view img {
    cursor: zoom-out;
}


img.scale {
    width: 68%;
    cursor: zoom-in;
}

.bx-wrapper {
    margin-left: 0 !important;
}

.bx-wrapper ul {
    position: relative;

    margin: 0;
}

.bx-wrapper li {
    text-align: center;

}

.bx-viewport {
    overflow: visible !important;
}

.bx-clone {
    display: none !important;
}

.bx-wrapper:hover .bx-next,
.bx-wrapper:hover .bx-prev {
    opacity: 1;
}

.bx-prev,
.bx-next {
    position: absolute;
    z-index: 100;
    top: 50%;

    display: block;

    width: 84px;
    height: 162px;
    margin-top: -81px;

    -webkit-transition: opacity .4s ease;
       -moz-transition: opacity .4s ease;
         -o-transition: opacity .4s ease;
            transition: opacity .4s ease;
    text-indent: -9999px;

    opacity: 0;
    background: url('/static/img/paddles.png') no-repeat;
    background-position: 0 0;
    background-size: 168px 162px;
}

.bx-next {
    right: 1em;

    background-position: -84px 0;
}

.bx-slider:hover .bx-prev,
.bx-slider:hover .bx-next {
    opacity: 1 !important;
}

.disabled {
    display: none;
}

@media all and (max-width: 767px) {
    .bx-next,
    .bx-prev {
        display: none;
    }
}
