.rvideo_player_volume_range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
}

.rpopup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    content: '';
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .rpopup-overlay.show {
        z-index: 99;
        visibility: hidden;
        opacity: 1;

    }

.roppup-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:none;
}

    .roppup-modal .roppup-area {
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

        .roppup-modal .roppup-area .rpopup-content {
            position: relative;
            z-index: 0;
            display: inline-block;
        }

            .roppup-modal .roppup-area .rpopup-content iframe, .roppup-modal .roppup-area .rpopup-content video {
                min-width: 600px;
                min-height: 400px;
                max-width: 600px;
                max-height: 400px;
                background-color: #000;
            }

            .roppup-modal .roppup-area .rpopup-content .rpopup-close {
                position: absolute;
                right: -15px;
                top: -15px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                background-color: #444;
                color: #fff;
                font-weight: 700;
                text-align: center;
                cursor: pointer;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
                z-index: 9;
            }

                .roppup-modal .roppup-area .rpopup-content .rpopup-close:hover {
                    background-color: #000;
                }

.rpopup-preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

    .rpopup-preloader.active {
        visibility: visible;
        opacity: 1;
    }

    .rpopup-preloader .sk-circle {
        margin: 100px auto;
        width: 40px;
        height: 40px;
        position: relative;
    }

        .rpopup-preloader .sk-circle .sk-child {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .rpopup-preloader .sk-circle .sk-child:before {
                content: '';
                display: block;
                margin: 0 auto;
                width: 15%;
                height: 15%;
                background-color: #fff;
                border-radius: 100%;
                -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
                animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            }

        .rpopup-preloader .sk-circle .sk-circle2 {
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

            .rpopup-preloader .sk-circle .sk-circle2:before {
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
            }

        .rpopup-preloader .sk-circle .sk-circle3 {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

            .rpopup-preloader .sk-circle .sk-circle3:before {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }

        .rpopup-preloader .sk-circle .sk-circle4 {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

            .rpopup-preloader .sk-circle .sk-circle4:before {
                -webkit-animation-delay: -.9s;
                animation-delay: -.9s;
            }

        .rpopup-preloader .sk-circle .sk-circle5 {
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

            .rpopup-preloader .sk-circle .sk-circle5:before {
                -webkit-animation-delay: -.8s;
                animation-delay: -.8s;
            }

        .rpopup-preloader .sk-circle .sk-circle6 {
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

            .rpopup-preloader .sk-circle .sk-circle6:before {
                -webkit-animation-delay: -.7s;
                animation-delay: -.7s;
            }

        .rpopup-preloader .sk-circle .sk-circle7 {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

            .rpopup-preloader .sk-circle .sk-circle7:before {
                -webkit-animation-delay: -.6s;
                animation-delay: -.6s;
            }

        .rpopup-preloader .sk-circle .sk-circle8 {
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

            .rpopup-preloader .sk-circle .sk-circle8:before {
                -webkit-animation-delay: -.5s;
                animation-delay: -.5s;
            }

        .rpopup-preloader .sk-circle .sk-circle9 {
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

            .rpopup-preloader .sk-circle .sk-circle9:before {
                -webkit-animation-delay: -.4s;
                animation-delay: -.4s;
            }

        .rpopup-preloader .sk-circle .sk-circle10 {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

            .rpopup-preloader .sk-circle .sk-circle10:before {
                -webkit-animation-delay: -.3s;
                animation-delay: -.3s;
            }

        .rpopup-preloader .sk-circle .sk-circle11 {
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

            .rpopup-preloader .sk-circle .sk-circle11:before {
                -webkit-animation-delay: -.2s;
                animation-delay: -.2s;
            }

        .rpopup-preloader .sk-circle .sk-circle12 {
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

            .rpopup-preloader .sk-circle .sk-circle12:before {
                -webkit-animation-delay: -.1s;
                animation-delay: -.1s;
            }

@-webkit-keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rpopup_video__player .rvideo_player__progress_wrap {
    position: relative;
    z-index: 0;
    bottom: 20px;
    width: 100%;
    height: 6px;
    background-color: #f3f3f3;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

    .rpopup_video__player .rvideo_player__progress_wrap .rvideo_player__progress_active {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 6px;
        background-color: #3498db;
        border-radius: 4px;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
    }

.rpopup_video__player .rvideo_player__controls_wrap {
    position: relative;
    z-index: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rpopup_video__player .rvideo_player__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rpopup_video__player .rvideo_player_volume_wrap {
    display: inline-block;
    margin-top: -2px;
    position: relative;
    z-index: 0;
    width: 80px;
}

.rpopup_video__player .rvideo_player__extra_wrap {
    position: absolute;
    bottom: 5px;
    width: 95%;
    margin: 0 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.rpopup_video__player .rvideo_player_time_wrap span {
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    color: rgba(255,255,255,.8);
}

.rpopup_video__player .rvideo_player_btn {
    width: 20px;
}

    .rpopup_video__player .rvideo_player_btn.rvideo_play {
        display: inline-block;
        border-top: 8px solid transparent;
        border-left: 10px solid #3498db;
        border-bottom: 8px solid transparent;
        cursor: pointer;
        height: 16px;
        position: relative;
        top: 5px;
    }

    .rpopup_video__player .rvideo_player_btn.rvideo_pause {
        display: inline-block;
        position: relative;
        z-index: 0;
        top: 8px;
        cursor: pointer;
    }

        .rpopup_video__player .rvideo_player_btn.rvideo_pause:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 3px;
            height: 10px;
            background-color: #3498db;
            content: "";
        }

        .rpopup_video__player .rvideo_player_btn.rvideo_pause:before {
            position: absolute;
            left: 7px;
            top: 0;
            width: 3px;
            height: 10px;
            background-color: #3498db;
            content: "";
        }

.rpopup_video__player .rvideo_player_volume_range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .rpopup_video__player .rvideo_player_volume_range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background: #3498db;
        cursor: pointer;
        border-radius: 50%;
    }

    .rpopup_video__player .rvideo_player_volume_range::-moz-range-thumb {
        width: 15px;
        height: 15px;
        background: #3498db;
        cursor: pointer;
        border-radius: 50%;
    }

.rpopup_video__player .rvideo_player_volume_icon {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    left: -20px;
    top: 10px;
    border-radius: 2px;
}

    .rpopup_video__player .rvideo_player_volume_icon:after {
        position: absolute;
        left: 0;
        top: -3px;
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 15px solid rgba(255,255,255,.9);
        border-bottom: 8px solid transparent;
    }

.rpopup_video__player:hover .rvideo_player__extra_wrap {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width:991px) {
    .roppup-modal .roppup-area .rpopup-content {
        margin: 3% auto;
        text-align: center;
    }

    .rpopup_video__player {
        position: relative;
        z-index: 0;
        display: inline-block;
        width: 100%;
    }

    .roppup-modal .roppup-area .rpopup-content .img-wrapper img {
        max-width: 100%;
    }

    .roppup-modal .roppup-area .rpopup-content video {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (max-width:768px) {
    .roppup-modal .roppup-area .rpopup-content .img-wrapper img {
        max-width: 100%;
    }

    .roppup-modal .roppup-area .rpopup-content .rpopup-close {
        right: 0;
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 26px;
        top: 0;
        border-radius: 0;
    }

    .roppup-modal .roppup-area .rpopup-content iframe, .roppup-modal .roppup-area .rpopup-content video {
        max-width: 100%;
        min-width: 100%;
    }

    .roppup-modal .roppup-area .rpopup-content {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
