﻿/* JCarousel */

.slider-popup-wrap {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10000;
    padding: 7.5% 0px 5%;
    visibility: hidden;
    top: 0;
}

.slider-popup {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: flex;
}

.jcarousel-wrapper {
    margin: 0;
    position: relative;
    border: none;
    max-width: 100%;
    width: 100%;
    height: 415px;
}

.category .jcarousel-wrapper,
.archive .jcarousel-wrapper{
    height: 542px;
}

.slider-popup .jcarousel-wrapper {
    margin: 0;
    position: relative;
    border: none;
    max-width: 100%;
    width: 100%;
    height: 600px;
}

.slider-popup .jcarousel-wrapper {
    //position: initial;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: calc(100vw + 50vw);
    max-height: 100%;
    margin-left: -25vw;
    display: flex;
}

    .jcarousel h2 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -80px !important;
        color: #fff;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .jcarousel.jcarousel-hide {
        visibility: hidden;
        height: 0;
    }

    .jcarousel > ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .jcarousel > ul > li:before {
        display: none;
    }



.jcarousel-cat {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    margin-left: 0;
    display: flex;
}

.jcarousel-cat > ul > li {
    float: left;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    max-height: 100%;
    background: rgba(0, 0, 0, 0);
    /*width: 550px !important;*/
    padding: 0 3.5px;
    list-style: none;
    height: 100%;
}

.jcarousel-1 > ul > li {
    float: left;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    max-height: 100%;
    background: rgba(0, 0, 0, 0);
    /*width: 550px !important;*/
    padding: 0 3.5px;
    list-style: none;
    height: 100%;
}

.jcarousel-lightbox li {
    float: left;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    max-height: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 50px;
    list-style: none;
    height: 100%;
}

.jcarousel img {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

/** BEGIN Slider **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    //background: #4E443C;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 70px;
    font-weight: 100;
    font-family: inherit;
    line-height: 43px;
    width: 50px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.15);
    line-height: 405px;
}

    .jcarousel-control-prev:hover,
    .jcarousel-control-next:hover {
        background: rgba(0,0,0,0.6);
    }

.slider-popup-wrap .jcarousel-control-prev,
.slider-popup-wrap .jcarousel-control-next {
    background: rgb(0, 0, 0);
    line-height: 600px;
}

.category .jcarousel-control-prev,
.category .jcarousel-control-next {
    line-height: 542px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    border-bottom: none !important;
}

.jcarousel-control-close {
    position: absolute;
    top: 0;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 100;
    font-family: sans-serif;
    right: 60px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 31px;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 6px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 20px;
        -webkit-box-shadow: 0 0 2px #4E443C;
        -moz-box-shadow: 0 0 2px #4E443C;
        box-shadow: 0 0 2px #4E443C;
    }

        .jcarousel-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 2px #F0EFE7;
            -moz-box-shadow: 0 0 2px #F0EFE7;
            box-shadow: 0 0 2px #F0EFE7;
        }
/* END Slider */
