﻿.radio-player-container {
    width: 100%;
    height: 58px;
    background: #262424;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.radio-player-content {
    height: 100%;
    position: relative;
}
.player-logo {
    background: url(../images/player-shape.png) no-repeat left top;
    position: relative;
    top: -50px;
    text-align: center;
    width: 138px;
    padding-top: 15px;
    float: left;
    cursor: pointer;
    display: none;
}
.player-logo img {
    margin-left: -7px;
    margin-top: 3px;
}
.player-content {
    width: 879px;
    height: 45px;
    float: left;
    position: relative;
    margin-left: 0;
    margin-top: 12px;
}
.player-tsr {
    float: left;
    margin-top: 30px;
    width: 71px;
    margin-left: 10px;
    position: relative;
}
.player-tsr img {
    width: 67px;
    float: left;
    margin-right: 7px;
}
.player-tsr input {
    margin-top: -9px;
}
.pl_detail {
    position: absolute;
    right: 15px;
    width: 496px;
    height: 18px;
    background: #494949;
    z-index: 10;
    top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7E7E7E;
    display: none;
}
.pl_detail span{
    float: left;
    margin-top: 5px;
    color: #FFF;
    margin-left: 25px;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    font-weight: 300;
}
.player-tsr:after {
    content: "";
    position: absolute;
    color: #AEA2A2;
    font-family: Arial, sans-serif;
    left: 0;
    font-size: 12px;
    right: -105px;
    top: 27px;
    white-space: nowrap;
}

section {
    width: 150px;
    height: auto;
    margin: 100px auto 0;
    position: relative;
}
#sliderxx{
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 80px;
    position: absolute;
    height: 8px;
    background-color: #8e8d8d;
    background: url('/css/images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
    0 1px 0 0px rgba(250, 250, 250, .5);
    left: 20px;
}
.tooltip {
    position: absolute;
    display: block;
    top: -25px;
    width: 35px;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif ;
    border-radius: 3px;
    border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    z-index:9999;
}
.volume {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    right: 15px;
    background: url('/css/images/volume.png') no-repeat 0 -50px;
    position: absolute;
    margin-top: -8px;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 21px;
    cursor: pointer;
    background: url('/css/images/handle.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -7px;
    margin-left: -12px;
}
.ui-slider-range {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}
/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.player-content .vjs5-hola-skin.video-js {
    overflow: hidden;
    width: 100%;
    background: transparent;
    opacity: 1;
    height: 38px;
}

.player-content .video-js .vjs-button.vjs-share-button {
    display: none;
}

.player-content  .vjs-user-inactive {
    opacity: 1;
    display: inline-block;
}

.player-content .video-js .vjs-control-bar {
    display: -webkit-flex !important;
}

.player-content .vjs5-hola-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1 !important;
}


.player-content .vjs5-hola-skin .vjs-fullscreen-control {
    display: none !important;
}

.player-content .vjs-ios-skin .vjs-settings-button, .vjs5-hola-skin .vjs-settings-button {
    display: none !important;
}

.player-content .vjs5-hola-skin .vjs-menu {
    display: none !important;
}