/* Font awesome */

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?po37ye');
    src:    url('../fonts/icomoon.eot?po37ye#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?po37ye') format('truetype'),
        url('../fonts/icomoon.woff?po37ye') format('woff'),
        url('../fonts/icomoon.svg?po37ye#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-expand:before {
    content: "\f065";
}
.icon-compress:before {
    content: "\f066";
}

.control {
    font-size: 15pt;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 90%;
    z-index: 5;
/*    display: none;*/
    margin: auto;

    height: 50px;
    /*opacity: 0.4;*/
    border-radius: 4px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6a6a6+0,222427+100 */
    background: rgba(166,166,166,0.4); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(166,166,166,.4) 0%, rgba(34,36,39,.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(166,166,166,.4) 0%,rgba(34,36,39,.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(166,166,166,.4) 0%,rgba(34,36,39,.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#222427',GradientType=0 ); /* IE6-9 */



    /*background: #a6a6a6, #222427;*/
    /*background: -webkit-linear-gradient(#a6a6a6, 	#222427);*/
    /*background: -o-linear-gradient(#a6a6a6, #222427);*/
    /*background: -moz-linear-gradient(#a6a6a6, #222427);*/
    /*background: linear-gradient(#a6a6a6, #222427);*/
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.70);

}

/* control bottom part */
.btmControl {
    clear: both;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.control .btn {
    float: left;
    cursor: pointer;
    width: 20px;
    padding-left: 10px;
}
.control .btn:first-child{
    padding-left: 0px;
}

.control .btnPlay {
    float: left;

    cursor: pointer;

}

.control .selected {
    font-size: 15px;
    color: #ccc;
}

.control .sound {
    float: right;
}

.control .btnFS {
    float: right;
}

.sound-icon{
    position: absolute;
    right:5px;
    bottom: 10px;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.sound-icon .sound-icon-wrapper{
    position: relative;
}

.sound-icon .playing, .sound-icon .muted{
    opacity:0;
    visibility: hidden;
    transition: opacity 0.3s linear 0s;
    position: absolute;
    left: 0;
    top: 0;
}

.sound-icon.playing .playing{
    opacity: 1;
    visibility: visible;
}
.sound-icon.muted .playing{
    opacity: 0;
    visibility: hidden;
}

.sound-icon.muted .muted{
    opacity: 1;
    visibility: visible;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
    height: 3px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    background: transparent;
}
.progress-bar span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition:width 0.2s linear 0s;
}

.progress-bar .timeBar {
    z-index: 10;
    width: 0;
    height: 3px;
    background: #ff0000;
}

.progress-bar .bufferBar {
    z-index: 5;
    width: 0;
    height: 3px;
    background: #bcb8b5;
}

.progress-bar .fullBar {
    z-index: 4;
    width: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.progress {
    /*width: 659px;*/
    height: 9px;
    position: relative;
    cursor: pointer;

    height: 9px;
    border-radius: 5px;
    border: 1px solid #1b1b1b;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222427+0,66686c+100 */
    background: rgba(34,36,39,.6); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(34,36,39,.6) 0%, rgba(102,104,108,.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(34,36,39,.6) 0%,rgba(102,104,108,.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(34,36,39,.6) 0%,rgba(102,104,108,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222427', endColorstr='#66686c',GradientType=0 ); /* IE6-9 */

}

.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 10px;
}

.timeBar {
    z-index: 10;
    width: 0;
    height: 9px;
    border-radius: 4px;
    background: #fbfbfb, #c7c7c7;
    background: -webkit-linear-gradient(#fbfbfb, 	#c7c7c7);
    background: -o-linear-gradient(#fbfbfb, #c7c7c7);
    background: -moz-linear-gradient(#fbfbfb, #c7c7c7);
    background: linear-gradient(#fbfbfb, #c7c7c7);
    /*box-shadow: 0 0 7px rgba(107, 204, 226, 0.5);*/
}

.bufferBar {
    z-index: 5;
    width: 0;
    height: 9px;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222427+0,66686c+100 */
    background: rgba(34,36,39,.15); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(34,36,39,.15) 0%, rgba(102,104,108,.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(34,36,39,.15) 0%,rgba(102,104,108,.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(34,36,39,.15) 0%,rgba(102,104,108,.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222427', endColorstr='#66686c',GradientType=0 ); /* IE6-9 */

}

/* VOLUME BAR CSS */
/* volume bar */
.timerTextHolder{
    float: right;
    width: 80px;
}
.elapsedTime,.totalTime,.seperator{
    font-family: Verdana;
    font-size: 8pt;
    color: #ffffff;
    line-height: 3;
}
.elapsedTime,.totalTime{
    width: 50px;
}
.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 10;
}
video::-webkit-media-controls {
    display:none !important;
    visibility: hidden !important;
    opacity: 0;
    position: absolute;
    top: -400%;
    left: -400%;
}


.rm-align-vertical-center{
     /*position: relative;*/
     /*top: 50%;*/
     /*transform : translateY(-50%);*/
 }

video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.preventclick{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top:0;
    left:0;
}