/** 
 * 	
 *	lib/bbplayer-master/css/bbplayer-minimal-css teemasta kopsu ja modaus 
 * 	Teemu 3.5.2016 
 */
@charset 'UTF-8';

.bb-play {
	color: #ab102f;
	font-size: 32px;
	line-height: 40px;

	width: 40px;
	height: 40px;
	padding-left: 2px;
	
  display: inline-block;
  vertical-align: middle;

  border: 3px solid #ab102f;;
  border-radius: 50%; 
  cursor: pointer;
}

.bb-play .glyphicon-pause {
	display: none;
}

.bb-playing {
	padding-left: 1px;
}
.bb-playing .glyphicon-pause {
	display: inline;
}
.bb-playing .glyphicon-play {
	display: none;
}



/* Volume slideri */
.single-radio_suoratoisto .player-content .bbplayer {
	width: 210px;
}
.volume-wrapper {
	width: 150px;
	height: auto;
	margin: 14px 10px;
	position: relative;
	display: inline-block;
	float: left;
}
.player-content .bbplayer .bb-play {
	float: right;
}
.volume-wrapper #slider{
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 100px;
    position: absolute;
    height: 13px;
    background-color: #8e8d8d;
    background: url('../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;
}
.volume-wrapper .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 */
}
.volume-wrapper .volume {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    right: -5px;
    background: url('../images/volume.png') no-repeat 0 -50px;
    position: absolute;
    margin-top: -5px;
}
.volume-wrapper .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url('../images/handle.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -7px;
    margin-left: -12px;
}
.volume-wrapper .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;
} 


@media (max-width: 600px) {
	.single-radio_suoratoisto .player-content .bbplayer {
		width: 100%;
		margin-bottom: 15px;
	}
	.volume-wrapper {
		width: 230px;
		margin: 14px 0;
	}	
	.volume-wrapper #slider {
		width: 200px;
		left: 0;
	}
	.bb-play {
		float: right;
	}
}
