Your IP : 216.73.216.95


Current Path : /var/www/mainsite/arfs/wp-content/themes/khore/css/
Upload File :
Current File : /var/www/mainsite/arfs/wp-content/themes/khore/css/gallery.css

/* --------------- gallery --------------- */
.gallery {
    position: relative;
    overflow: hidden;
}
.gallery__wrap{
    padding-top: 40px;
}
.gallery-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-slider__points {
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 19.77%;
    z-index: 2;
    border-bottom: 1px solid #2c2c2c;
    border-top: 1px solid #2c2c2c;
}
.gallery-slider__points ul {
    height: 100%;
    text-align: center;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-slider__points li {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    border-left: 1px solid #2c2c2c;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery-slider__points li:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.6);
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    cursor: pointer;
}
.gallery-slider__points li:hover:before{
    opacity: 0;
}
.gallery-slider__points li.active:before{
    opacity: 0;
    cursor: default;
}
.gallery-slider__points li:first-child {
    border-left: none;
    margin-left: 0;
}
.gallery-slider__points li img {
    display: none;
}
.gallery-slider__points li i {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 20px;
    margin: -9px 0 0 -10px;
    font-size: 18px;
    left: 50%;
    z-index: 2;
}
.gallery-slider__main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 19%;
}
.gallery-slider__main ul {
    height: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-slider__main li {
    float: left;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery-slider__main li .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.gallery-slider__btn {
    position: absolute;
    font-size: 25px;
    width: 55px;
    z-index: 2;
    text-align: center;
    padding: 10px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery-slider__btn_prev {
    left: 10px;
}
.gallery-slider__btn_next {
    right: 10px;
}
.gallery-point__btn {
    position: absolute;
    font-size: 25px;
    width: 55px;
    z-index: 2;
    text-align: center;
    padding: 10px;
    bottom: 6.5%;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery-point__btn_prev {
    left: 10px;
}
.gallery-point__btn_next {
    right: 10px;
}
.gallery__btn-video {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.gallery__video {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.gallery__video.active {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.gallery__video > i {
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery__video > div {
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.gallery__video iframe {
    width: 100%;
    height: 100%;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 19.77%;
    box-sizing: border-box;
    padding: 0;
}
.gallery-top .swiper-slide {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery .swiper-slide img{
    opacity: 0;
    width: 100%;
    height: 100%;
}
.swiper-button{
    position: absolute;
    font-size: 25px;
    width: 55px;
    z-index: 2;
    text-align: center;
    padding: 10px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: none;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gallery-thumbs .swiper-slide:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.6);
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-active:before {
    opacity: 0;
    cursor: default;
}
.gallery-thumbs .swiper-slide i {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 20px;
    margin: -9px 0 0 -10px;
    font-size: 18px;
    left: 50%;
    z-index: 2;
}
/* --------------- /gallery --------------- */

@media screen and (max-width: 767px){

    .gallery-slider {
        min-height: 390px;
        position: relative;
        top: auto !important;
    }
    .gallery__video.active {
        width: 100%;
        height: auto;
        opacity: 1;
    }
}