
@font-face {
    font-family: 'bnpfont';
    src: url('fonts/bnpp_sans-webfont.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/bnpp_sans-webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/bnpp_sans-webfont.woff') format('woff'),
    /* Modern Browsers */
    
    url('fonts/bnpp_sans-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/bnpp_sans-webfont.svg#a3894d49b0c62da6d619d8a85ab36753') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 200;
}
body {
    background-color: black;
}
p {
    margin: 0px;
}
.playerWrapper {
    height: 346px;
    width: 216px;
    background-color: white;
   
    position: relative;
}
header {
    border-bottom: 1px solid #d8d8d8;
    height: 60px;
}
footer {
    height: 44px;
    background-color: #d8d8d8;
    top: 0px;
    position: relative;
}
.subtext {
    display:none;
}
.logo {
    padding-top: 12px;
    padding-left: 20px;
}
.row.socialnetwork {
    padding-top: 12px;
}
.partager {
    font-size: 12px;
    display: inline-block;
    padding-left: 3px;
    font-family: bnpfont;
    vertical-align: middle;
    padding-top: 2px;
}
.bar {
    background-color: #2ba35b;
    width: 8px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
}
.fa {
    font-size: 20px!important;
}
i.fa.fa-share-alt {
    padding-left: 13px;
    vertical-align: middle;
}
i.fa.fa-facebook-square {
    color: #3b5998;
    cursor: pointer;
    padding-right: 2px;
}
i.fa.fa-twitter-square {
    color: #55acee;
    cursor: pointer;
    padding-right: 2px;
}
i.fa.fa-envelope-square {
    color: #1ab033;
    cursor: pointer;
}
.right-share {
    float: right;
    padding-right: 13px;
    position: relative;
    z-index: 999;
}
#controlsWrapper {
    height: 65px;
    position: relative;
    z-index: 2;
    top: -31px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.play {
    background-image: url('../images/play.png');
    height: 20px;
    width: 15px;
    background-repeat: none;
    margin-top: 20px;
    margin-left: 24px;    
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.pause {
    background-image: url('../images/pause.png');
    height: 18px;
    width: 11px;
    background-repeat: none;
    margin-top: 20px;
    margin-left: 24px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
#jacket {
    height: 141px;
    background-color: #838388;
    position: relative;
    z-index: 1;
    background-image: url('../images/seanceradio.jpg');
    background-size: cover;
}
.eq {
    position: absolute;
    text-align: center;
    bottom: 44px;
    margin-left: 20px;
    margin-right: auto;
}
.controls {
    height: 65px;
    width: 65px;
    margin: 0 auto;
    background-color: #32A25E;
    border-radius: 200px;
    border: 3px solid white;
}
.controls:hover {
    background-color: #2d9656;
    cursor: pointer;
}
#meta {
    font-family: Helvetica;
    position: relative;
    top: -24px;
    padding-left: 5px;
    padding-right: 5px;
}
#artist {
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    height: 18px;
}
#title {
    font-size: 12px;
    overflow: hidden;
    height: 18px;
}


.volumeslider {
    cursor: pointer;
}
#slidergoom {} #slidergoom:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    display: block;
}
.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;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background: linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    display: none;
    width: 5px;
    height: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    top: -7px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -12px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-corner-all, .ui-widget-content {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    border: 0 none;
    height: 14px;
    width: 14px;
    background-color: #f53131;
    border-radius: 30px 30px 30px 30px;
}
