div.playerOkBlue .playerOkBlue-name {
    display: none;
}
div.playerOkBlue {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
}
div.playerOkBlue .player-block {
    width: 230px;
    height: 27px;
    float: left;
}
.playerBlue.not_extend div.playerOkBlue .player-block {
	width: 32px !important;
}
div.playerOkBlue a {}
div.playerOkBlue a.btn {
    display: block;
    height: 27px;
    width: 26px;
    background: url("../images/play_stop_vol.png") center 0px no-repeat transparent;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}

div.playerOkBlue a.btn.play:hover {
    background-position: center -30px;
}
div.playerOkBlue.active a.btn.play {
    background-position: center -60px;
}
div.playerOkBlue.active a.btn.play:hover {
    background-position: center -90px;
}

div.playerOkBlue.pause a.btn.play {
    background-position: center 0px;
}
div.playerOkBlue.pause a.btn.play:hover {
    background-position: center -30px;
}

div.playerOkBlue .volume {
    position: relative;
    width: 18px;
    height: 12px;
    background: url("../images/play_volume.png") left top no-repeat transparent;
    float: left;
    margin-left: 16px;
    margin-top: 6px;
    margin-right: 10px;
    cursor: pointer;
}
div.playerOkBlue .volume .slider {
    background: url("../images/play_volume.png") left -18px no-repeat transparent;
    height: 12px;
}
.playerBlue.diktor {
	float: left;
    height: 100%;
    margin-left: -13px;
    margin-top: -100%;
    padding-left: 50%;
    padding-top: calc(50% - 13px);
    position: absolute;
    width: 100%;
}

.playerBlue.diktor div.playerOkBlue a.btn {
    display: block;
    height: 27px;
    width: 26px;
    background: url("../images/play_stop_vol_diktor.png") center 0px no-repeat transparent;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}
.playerBlue.diktor div.playerOkBlue a.btn.play:hover {
    background-position: center -30px;
}
.playerBlue.diktor div.playerOkBlue.active a.btn.play {
    background-position: center -60px;
}
.playerBlue.diktor div.playerOkBlue.active a.btn.play:hover {
    background-position: center -90px;
}

.playerBlue.diktor div.playerOkBlue.pause a.btn.play {
    background-position: center 0px;
}
.playerBlue.diktor div.playerOkBlue.pause a.btn.play:hover {
    background-position: center -30px;
}

.playerBlue.slide {
    width: 36px;
    height: 36px;
    float: left;
}
.playerBlue.slide.extended {
    width: 310px;
    height: 36px;
    float: left;
}

.playerBlue.slide .box {
    height: 36px;
    margin-left: 36px;
    width: 274px;
}
.playerBlue.slide div.playerOkBlue .player-block {
    width: 310px;
    height: 37px;
    float: left;
}
.playerBlue.slide div.playerOkBlue a.btn {
    display: block;
    height: 39px;
    width: 36px;
    background: url("../images/play_stop_vol_slide.png") center 0px no-repeat transparent;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}
.playerBlue.slide div.playerOkBlue a.btn.play:hover {
    background-position: center -42px;
}
.playerBlue.slide div.playerOkBlue.active a.btn.play {
    background-position: center -84px;
}
.playerBlue.slide div.playerOkBlue.active a.btn.play:hover {
    background-position: center -126px;
}

.playerBlue.slide div.playerOkBlue.pause a.btn.play {
    background-position: center 0px;
}
.playerBlue.slide div.playerOkBlue.pause a.btn.play:hover {
    background-position: center -42px;
}
.playerBlue.slide div.playerOkBlue .volume {
    position: relative;
    width: 27px;
    height: 18px;
    background: url("../images/play_volume_slide.png") left top no-repeat transparent;
    float: left;
    margin-left: 20px;
    margin-top: 9px;
    cursor: pointer;
}
.playerBlue.slide div.playerOkBlue .volume .slider {
    background: url("../images/play_volume_slide.png") left -24px no-repeat transparent;
    height: 18px;
}
.playerBlue.slide.extended div.playerOkBlue .box {
    display: block;
}
.playerBlue.slide div.playerOkBlue .box {
    display: none;
}
.playerBlue.slide div.playerOkBlue .timeline {
    width: 140px;
    height: 36px;
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 20px;
    color: #fff;
    padding-top: 10px;
}
.playerBlue.slide div.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 100%;
    float: left;
}

.playerBlue.gray {
    width: 310px;
    height: 49px;
    float: left;
}
.playerBlue.gray.not_extend {
    width: 48px;
    height: 49px;
    float: left;
}
.playerBlue.gray.not_extend a{
	color: #fff;
	border-bottom: none;
}
.playerBlue.gray .box {
    height: 49px;
    margin-left: 48px;
    width: 274px;
}
.playerBlue.gray div.playerOkBlue .player-block {
    width: 310px;
    height: 49px;
    float: left;
}
.playerBlue.gray div.playerOkBlue a.btn {
    display: block;
    height: 48px;
    width: 48px;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
}
.playerBlue.gray div.playerOkBlue a.btn .st_player0 {
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray div.playerOkBlue a.btn .st_player1 {
    display: none;
}
.playerBlue.gray div.playerOkBlue a.btn.play:hover {
    transition-duration: 0.2s;
}
.playerBlue.gray div.playerOkBlue a.btn.play:hover .st_player0{
    display: block;
    fill: #fa6042;
}
.playerBlue.gray div.playerOkBlue a.btn.play:hover .st_player1{
    display: none;
}

.playerBlue.gray div.playerOkBlue.active a.btn.play .st_player0{
    display: none;
}
.playerBlue.gray div.playerOkBlue.active a.btn.play .st_player1{
    fill: #fa6042;
    display: block;
}
.playerBlue.gray div.playerOkBlue.active a.btn.play:hover .st_player0 {
    display: none;
}
.playerBlue.gray div.playerOkBlue.active a.btn.play:hover .st_player1 {
    display: block;
    fill: #fa6042;
}

.playerBlue.gray div.playerOkBlue.pause a.btn.play .st_player0 {
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray div.playerOkBlue.pause a.btn.play .st_player1 {
    display: none;
}

.playerBlue.gray div.playerOkBlue.pause a.btn.play:hover .st_player0 {
    display: block;
    fill: #fa6042;
}
.playerBlue.gray div.playerOkBlue.pause a.btn.play:hover .st_player1 {
    display: none;
}


.playerBlue.gray div.playerOkBlue .volume {
    position: relative;
    width: 27px;
    height: 18px;
    background: url("../images/play_volume_slide.png") left top no-repeat transparent;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.playerBlue.gray div.playerOkBlue .volume .slider {
    background: url("../images/play_volume_slide.png") left -24px no-repeat transparent;
    height: 18px;
}
.playerBlue.gray div.playerOkBlue .box {
    display: block;
}
.playerBlue.gray.not_extend div.playerOkBlue .box {
    display: none;
}
.playerBlue.gray div.playerOkBlue .timeline {
    width: 140px;
    height: 48px;
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
}
.playerBlue.gray div.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 100%;
    float: left;
}


.playerBlue.white-svg {
    width: 310px;
    height: 49px;
    float: left;
}
.playerBlue.white-svg.not_extend {
    width: 48px;
    height: 49px;
    float: left;
}
.playerBlue.white-svg.not_extend a{
    color: #fff;
    border-bottom: none;
}
.playerBlue.white-svg .box {
    height: 49px;
    margin-left: 48px;
    width: 274px;
}
.playerBlue.white-svg div.playerOkBlue .player-block {
    width: 310px;
    height: 49px;
    float: left;
}
.playerBlue.white-svg div.playerOkBlue a.btn {
    display: block;
    height: 48px;
    width: 48px;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
}
.playerBlue.gray div.playerOkBlue a.btn.play:hover {
    transition-duration: 0.2s;
}
.playerBlue.white-svg div.playerOkBlue a.btn .button-act {
    fill: #ffffff;
}
.playerBlue.white-svg div.playerOkBlue a.btn .st_player0 {
    fill: #ffffff;
    display: block;
}
.playerBlue.white-svg div.playerOkBlue a.btn .st_player1 {
    display: none;
}
.playerBlue.white-svg div.playerOkBlue a.btn.play:hover .st_player0{
    display: block;
    fill: #e0e0e0;
}
.playerBlue.white-svg div.playerOkBlue a.btn.play:hover .st_player1{
    display: none;
}

.playerBlue.white-svg div.playerOkBlue.active a.btn.play .st_player0{
    display: none;
}
.playerBlue.white-svg div.playerOkBlue.active a.btn.play .st_player1{
    fill: #ffffff;
    display: block;
}
.playerBlue.white-svg div.playerOkBlue.active a.btn.play:hover .st_player0 {
    display: none;
}
.playerBlue.white-svg div.playerOkBlue.active a.btn.play:hover .st_player1 {
    display: block;
    fill: #e0e0e0;
}

.playerBlue.white-svg div.playerOkBlue.pause a.btn.play .st_player0 {
    fill: #ffffff;
    display: block;
}
.playerBlue.white-svg div.playerOkBlue.pause a.btn.play .st_player1 {
    display: none;
}

.playerBlue.white-svg div.playerOkBlue.pause a.btn.play:hover .st_player0 {
    display: block;
    fill: #e0e0e0;
}
.playerBlue.white-svg div.playerOkBlue.pause a.btn.play:hover .st_player1 {
    display: none;
}


.playerBlue.white-svg div.playerOkBlue .volume {
    position: relative;
    width: 27px;
    height: 18px;
    background: url("../images/play_volume_slide.png") left top no-repeat transparent;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.playerBlue.white-svg div.playerOkBlue .volume .slider {
    background: url("../images/play_volume_slide.png") left -24px no-repeat transparent;
    height: 18px;
}
.playerBlue.white-svg div.playerOkBlue .box {
    display: block;
}
.playerBlue.white-svg.not_extend div.playerOkBlue .box {
    display: none;
}
.playerBlue.white-svg div.playerOkBlue .timeline {
    width: 140px;
    height: 48px;
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
}
.playerBlue.white-svg div.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 100%;
    float: left;
}


.playerBlue.blue-svg.small {
    width: 310px;
    height: 33px;
    float: left;
}
.playerBlue.blue-svg.small.not_extend {
    width: 32px;
    height: 33px;
    float: left;
}
.playerBlue.blue-svg.small.not_extend a{
    color: #212121;
    border-bottom: none;
}
.playerBlue.blue-svg.small .box {
    height: 33px;
    margin-left: 32px;
    width: 274px;
}
.playerBlue.blue-svg.small div.playerOkBlue .player-block {
    width: 310px;
    height: 33px;
    float: left;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn {
    display: block;
    height: 32px;
    width: 32px;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
}
.playerBlue.gray div.playerOkBlue a.btn.play:hover {
    transition-duration: 0.2s;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn .button-act {
    fill: #4283c0;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn .st_player0 {
    fill: #4283c0;
    display: block;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn .st_player1 {
    display: none;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn.play:hover .st_player0{
    display: block;
    fill: #fa6042;
}
.playerBlue.blue-svg.small div.playerOkBlue a.btn.play:hover .st_player1{
    display: none;
}

.playerBlue.blue-svg.small div.playerOkBlue.active a.btn.play .st_player0{
    display: none;
}
.playerBlue.blue-svg.small div.playerOkBlue.active a.btn.play .st_player1{
    fill: #4283c0;
    display: block;
}
.playerBlue.blue-svg.small div.playerOkBlue.active a.btn.play:hover .st_player0 {
    display: none;
}
.playerBlue.blue-svg.small div.playerOkBlue.active a.btn.play:hover .st_player1 {
    display: block;
    fill: #fa6042;
}

.playerBlue.blue-svg.small div.playerOkBlue.pause a.btn.play .st_player0 {
    fill: #4283c0;
    display: block;
}
.playerBlue.blue-svg.small div.playerOkBlue.pause a.btn.play .st_player1 {
    display: none;
}

.playerBlue.blue-svg.small div.playerOkBlue.pause a.btn.play:hover .st_player0 {
    display: block;
    fill: #fa6042;
}
.playerBlue.blue-svg.small div.playerOkBlue.pause a.btn.play:hover .st_player1 {
    display: none;
}


.playerBlue.blue-svg.small div.playerOkBlue .volume {
    position: relative;
    width: 27px;
    height: 18px;
    background: url("../images/play_volume_slide.png") left top no-repeat transparent;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.playerBlue.blue-svg.small div.playerOkBlue .volume .slider {
    background: url("../images/play_volume_slide.png") left -24px no-repeat transparent;
    height: 18px;
}
.playerBlue.blue-svg.small div.playerOkBlue .box {
    display: block;
}
.playerBlue.blue-svg.small.not_extend div.playerOkBlue .box {
    display: none;
}
.playerBlue.blue-svg.small div.playerOkBlue .timeline {
    width: 140px;
    height: 48px;
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
}
.playerBlue.blue-svg.small div.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 100%;
    float: left;
}




.playerBlue.hide.big {
    width: 310px;
    height: 54px;
    float: left;
}
.playerBlue.hide.big.not_extend {
    width: 54px;
    height: 55px;
    float: left;
}
.playerBlue.hide.not_extend a{
    color: #212121;
    border-bottom: none;
}
.playerBlue.hide.big .box {
    height: 55px;
    margin-left: 54px;
    width: 274px;
}
.playerBlue.hide.big div.playerOkBlue .player-block {
    width: 310px;
    height: 55px;
    float: left;
}
.playerBlue.hide.big div.playerOkBlue a.btn {
    display: block;
    height: 54px;
    width: 54px;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
    z-index: 10;
}
.playerBlue.hide div.playerOkBlue .volume {
    display: none;
}
.playerBlue.hide div.playerOkBlue .box {
    display: none;
}
.playerBlue.hide div.playerOkBlue svg {
    display: none;
}


div.playerOkBlue .timeline {
    width: 150px;
    height: 24px;
    float: left;
    position: relative;
    font-size: 12px;
    margin-right: 10px;
}
div.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 100%;
    float: left;
}
div.playerOkBlue .timeline .lines{
    height: 6px;
    width: 100%;
    float: left;
    cursor: pointer;
}
div.playerOkBlue .timeline .lines .baseline {
    height: 2px;
    float: left;
    width: 100%;
    margin-top: 4px;
    background-color: #e0e0e0;
}
div.playerOkBlue .timeline .lines .loading {
    background-color: #c5c5c5;
    float: left;
    height: 2px;
    margin-top: 4px;
    position: absolute;
    width: 0%;
}
div.playerOkBlue .timeline .lines .rewind {
    float: left;
    height: 22px;
    margin-top: -8px;
    position: absolute;
    width: 100%;
}

div.playerOkBlue .timeline .lines .playing {
    background-color: #63cbfd;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #63CCFD),
            color-stop(1, #63EBDB)
    );
    background-image: -o-linear-gradient(right, #63CCFD 0%, #63EBDB 100%);
    background-image: -moz-linear-gradient(right, #63CCFD 0%, #63EBDB 100%);
    background-image: -webkit-linear-gradient(right, #63CCFD 0%, #63EBDB 100%);
    background-image: -ms-linear-gradient(right, #63CCFD 0%, #63EBDB 100%);
    background-image: linear-gradient(to right, #63CCFD 0%, #63EBDB 100%);
    float: left;
    height: 2px;
    margin-top: 4px;
    position: absolute;
    width: 0%;
}
div.playerOkBlue .timeline .lines .handle {
    float: left;
    background: url("../images/play_handle.png") right top no-repeat transparent;
    position: absolute;
    width: 2px;
    min-width: 2px;
    height: 6px;
    cursor: pointer;
}
a.playerOkBlue-order {
    width: 70px;
    height: 24px;
    float: left;
    font-size: 13px;
    border: 1px solid #fa6042;
    color: #fa6042;
    background-color: #ffffff;
    line-height: 22px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.playerOkBlue-download:before {
    clear: both;
	content: " ";
	width: 100%;
}
/* IE6/7 support */
a.playerOkBlue-download {
    *zoom: 1;
}

a.playerOkBlue-order:hover {
    color: #ffffff;
    background: #fa6042 repeat;
    border: 1px solid #fa6042;
}
a.playerOkBlue-order div{
    width: 100%;
    height: 100%;
	padding-left: 1px;
    text-align: center;
}
a.playerOkBlue-download {
    color: #4283c0;
    font-weight: normal;
    border-bottom: 1px solid #c4d8eb;
    text-decoration: none;
    font-size: 13px;
	line-height: 16px;
	float: left;
	clear: both;
}
a.playerOkBlue-download:hover {
    text-decoration: none;
    border-bottom: none !important;
}
.not_extend .box {
	display: none;
	width: 1px;
}
div.playerBlue.diktor.not_extend .player-block {
	width: 27px;
}
a.playerOkBlue-price {
    font-size: 13px;
    color: #4283c0;
    border-bottom: 1px dotted #c4d8eb;
    text-decoration: none;
    line-height: 16px;
    float:right;
}
.playerBlue.white a.playerOkBlue-order {
    color: #fff;
    background:none;
    border: 1px solid #fff;
}
.playerBlue.white a.playerOkBlue-order:hover {
    color: #ffffff;
    background: #fa6042 repeat;
    border: 1px solid #fa6042;
}
.playerBlue.white a.playerOkBlue-download {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.playerBlue.white a.playerOkBlue-price {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.playerBlue.white div.playerOkBlue a.btn {
    background: transparent url("../images/play_stop_vol_white.png") no-repeat scroll center 0;
}
.playerBlue.white div.playerOkBlue a.btn.play:hover {
    background-position: center -30px;
}
.playerBlue.white div.playerOkBlue.active a.btn.play {
    background-position: center -60px;
}
.playerBlue.white div.playerOkBlue.active a.btn.play:hover {
    background-position: center -90px;
}

.playerBlue.white div.playerOkBlue.pause a.btn.play {
    background-position: center 0px;
}
.playerBlue.white div.playerOkBlue.pause a.btn.play:hover {
    background-position: center -30px;
}

.playerBlue.red div.playerOkBlue a.btn {
    background: transparent url("../images/play_stop_vol_red.png") no-repeat scroll center 0;
    width: 32px;
    height: 33px;
}
.playerBlue.red div.playerOkBlue a.btn.play:hover {
    background-position: center -38px;
}
.playerBlue.red div.playerOkBlue.active a.btn.play {
    background-position: center -76px;
}
.playerBlue.red div.playerOkBlue.active a.btn.play:hover {
    background-position: center -114px;
}

.playerBlue.red div.playerOkBlue.pause a.btn.play {
    background-position: center 0px;
}
.playerBlue.red div.playerOkBlue.pause a.btn.play:hover {
    background-position: center -38px;
}

.playerBlue.gray-full {
    width: 100%;
    height: 100%;
    float: left;
}
.playerBlue.gray-full.not_extend {
    width: 48px;
    height: 49px;
    float: left;
}
.playerBlue.gray-full.not_extend a{
    color: #fff;
    border-bottom: none;
}
.playerBlue.gray-full .box {
    height: 100%;
    padding-left: 70px;
    width: 100%;
	min-height: 48px;
}
.playerBlue.gray-full div.playerOkBlue {
    height: 100%;
}
.playerBlue.gray-full div.playerOkBlue .player-block {
    width: 100%;
    height: 100%;
    float: left;
}
.playerBlue.gray-full div.playerOkBlue a.btn {
    display: block;
    height: 48px;
    width: 48px;
    background: none;
    padding: 0;
    transition-duration: 0.2s;

	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
}
.playerBlue.gray-full div.playerOkBlue a.btn .st_player0 {
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray-full div.playerOkBlue a.btn .st_player1 {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue a.btn.play:hover {
    transition-duration: 0.2s;
}
.playerBlue.gray-full div.playerOkBlue a.btn.play:hover .st_player0{
    display: block;
    fill: #fa6042;
}
.playerBlue.gray-full div.playerOkBlue a.btn.play:hover .st_player1{
    display: none;
}

.playerBlue.gray-full div.playerOkBlue.active a.btn.play .st_player0{
    display: none;
}
.playerBlue.gray-full div.playerOkBlue.active a.btn.play .st_player1{
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray-full div.playerOkBlue.active a.btn.play:hover .st_player0 {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue.active a.btn.play:hover .st_player1 {
    display: block;
    fill: #fa6042;
}

.playerBlue.gray-full div.playerOkBlue.pause a.btn.play .st_player0 {
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray-full div.playerOkBlue.pause a.btn.play .st_player1 {
    display: none;
}

.playerBlue.gray-full div.playerOkBlue.pause a.btn.play:hover .st_player0 {
    display: block;
    fill: #fa6042;
}
.playerBlue.gray-full div.playerOkBlue.pause a.btn.play:hover .st_player1 {
    display: none;
}


.playerBlue.gray-full div.playerOkBlue .volume {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue .volume .slider {
    background: url("../images/play_volume_slide.png") left -24px no-repeat transparent;
    height: 18px;
}
.playerBlue.gray-full div.playerOkBlue .box {
    display: block;
}
.playerBlue.gray-full.not_extend div.playerOkBlue .box {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue .timeline {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 14px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 12px;
    margin-right: 0;
}
.playerBlue.gray-full div.playerOkBlue .timeline .time{
    float: right;
    line-height: 20px;
    margin-top: -20px;
    width: 40px;
}
.playerBlue.gray-full div.playerOkBlue .playerOkBlue-name {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-right: 50px;
    width: 100%;
    line-height: 20px;
}
.playerBlue.gray-full div.playerOkBlue .timeline .lines {
    margin-top: 8px;
}

.playerBlue.gray-full div.playerOkBlue .timeline .lines .baseline {
    height: 1px;
    margin-top: 5px;
}
.playerBlue.gray-full div.playerOkBlue .timeline .lines .loading {
    height: 1px;
    margin-top: 5px;
}
.playerBlue.gray-full div.playerOkBlue .timeline .lines .handle {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue .timeline .lines .playing {
    background-color: #fa6042;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #fa6042),
            color-stop(1, #fa6042)
    );
    background-image: -o-linear-gradient(right, #fa6042 0%, #fa6042 100%);
    background-image: -moz-linear-gradient(right, #fa6042 0%, #fa6042 100%);
    background-image: -webkit-linear-gradient(right, #fa6042 0%, #fa6042 100%);
    background-image: -ms-linear-gradient(right, #fa6042 0%, #fa6042 100%);
    background-image: linear-gradient(to right, #fa6042 0%, #fa6042 100%);
    float: left;
    height: 1px;
    margin-top: 5px;
    position: absolute;
    width: 0%;
}
.playerBlue.gray-full div.playerOkBlue .time-label {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue .time-separator {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue .time-duration {
    display: inline-block;
}

.playerBlue.gray-full div.playerOkBlue.active .time-duration {
    display: none;
}
.playerBlue.gray-full div.playerOkBlue.active .time-label {
    display: inline-block;
    color: #fa6042;
}

#player-bottom {
	width: 100%;
	height: 72px;
	background-color: #f2f2f2;
	border-top: 1px solid #d7d7d7;
	display: none;
}
#player-bottom .player-block {
	margin: 0 auto;
    max-width: 1280px;
	width: 100%;
	float: none;
	padding: 0 2.5rem;
}

#player-bottom.playerOkBlue a.btn {
    display: block;
    height: 48px;
    width: 48px;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
}
#player-bottom.playerOkBlue a.btn .st_player0 {
    fill: #e0e0e0;
    display: block;
}
#player-bottom.playerOkBlue a.btn .st_player1 {
    display: none;
}
#player-bottom.playerOkBlue a.btn.play:hover {
    transition-duration: 0.2s;
}
#player-bottom.playerOkBlue a.btn.play:hover .st_player0{
    display: block;
    fill: #fa6042;
}
#player-bottom.playerOkBlue a.btn.play:hover .st_player1{
    display: none;
}

#player-bottom.playerOkBlue.active a.btn.play .st_player0{
    display: none;
}
#player-bottom.playerOkBlue.active a.btn.play .st_player1{
    fill: #e0e0e0;
    display: block;
}
#player-bottom.playerOkBlue.active a.btn.play:hover .st_player0 {
    display: none;
}
#player-bottom.playerOkBlue.active a.btn.play:hover .st_player1 {
    display: block;
    fill: #fa6042;
}

#player-bottom.playerOkBlue.pause a.btn.play .st_player0 {
    fill: #e0e0e0;
    display: block;
}
#player-bottom.playerOkBlue.pause a.btn.play .st_player1 {
    display: none;
}

#player-bottom.playerOkBlue.pause a.btn.play:hover .st_player0 {
    display: block;
    fill: #fa6042;
}
#player-bottom.playerOkBlue.pause a.btn.play:hover .st_player1 {
    display: none;
}


#player-bottom.playerOkBlue .volume {
    position: relative;
    width: 27px;
    height: 18px;
    background: url("../images/play_volume_orange.png") left top no-repeat transparent;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
    cursor: pointer;
}
#player-bottom.playerOkBlue .volume .slider {
    background: url("../images/play_volume_orange.png") left -24px no-repeat transparent;
    height: 18px;
}
#player-bottom.playerOkBlue .box {
    display: block;
}
#player-bottom.playerBlue.not_extend div.playerOkBlue .box {
    display: none;
}
#player-bottom.playerOkBlue .timeline {
    height: 48px;
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 10px;
    padding-top: 10px;
	width: 468px;
}
#player-bottom.playerOkBlue .timeline .time{
    line-height: 18px;
    text-align: center;
    height: auto;
    width: auto;
    float: left;
	font-size: 14px;
	color: #ff603e;
	padding: 6px 20px 6px 15px;

}
#player-bottom.playerOkBlue .timeline .lines {
	float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
    position: relative;
    width: 300px;
}
#player-bottom.playerOkBlue .timeline .duration {
    float: left;
    font-size: 14px;
    padding: 6px 20px;
    width: auto;
	line-height: 18px;
}
#player-bottom.playerOkBlue .timeline .lines .playing {
    background-color: #63cbfd;
    background-image: linear-gradient(to right, #ff603e 0%, #ff603e 100%);
    float: left;
    height: 2px;
    margin-top: 4px;
    position: absolute;
    width: 0;
}
#player-bottom.playerOkBlue .download {
	float: left;
	width: auto;
	padding: 15px 40px 12px 24px;
	position: relative;
}
#player-bottom.playerOkBlue .download a {
    border-bottom: 1px dashed #4283c0;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}
#player-bottom.playerOkBlue .download a:hover {
    border-bottom-color: #d80202;
}
#player-bottom.playerOkBlue .download a:before {
	background: url('../images/download-icon.png') no-repeat;
	width: 14px;
	height: 17px;
	position: absolute;
	content: "";
	left: 0;
	top: 16px;
}
#player-bottom.playerOkBlue .speaker {
	float: left;
	width: auto;
	margin: 9px 20px 0;
}
#player-bottom.playerOkBlue .speaker img{
	width: 32px;
	height: 32px;
}
#player-bottom.playerOkBlue .speaker a{
	font-size: 14px;
    line-height: 32px;
    margin: 0 0 0 20px;
    padding: 0;
}
#player-bottom.playerOkBlue .speaker a.not-link {
	cursor: default;
	color: #212121;
	border-bottom: none;
}
#player-bottom.playerOkBlue .speaker a.not-link:hover {
	color: #212121;
	border-bottom: none;
}
.fixed-bottom {
	position: fixed !important;
    bottom: 0;
}

@media (max-width: 66rem) {
	#player-bottom {
		height: 48px;
	}
	#player-bottom.playerOkBlue .timeline {
		width: 390px;
	}
	#player-bottom.playerOkBlue .timeline .lines {
		width: 224px;
	}
	#player-bottom .player-block {
		padding: 0;
	}
}
@media (max-width: 60rem) {
	#player-bottom.playerOkBlue .timeline {
		width: 290px;
	}
	#player-bottom.playerOkBlue .timeline .lines {
		width: 124px;
	}
}
@media (max-width: 54rem) {
	#player-bottom.playerOkBlue .timeline {
		width: 290px;
	}
	#player-bottom.playerOkBlue .timeline .lines {
		width: 124px;
	}
    #player-bottom.playerOkBlue .speaker .name {
        display: none;
    }
    #player-bottom.playerOkBlue .download a {
        width: 0;
        overflow: hidden;
    }
}
@media (max-width: 43rem) {
	#player-bottom.playerOkBlue .timeline {
		width: auto;
	}
	#player-bottom.playerOkBlue .timeline .lines {
		width: 124px;
	}
	#player-bottom.playerOkBlue .speaker {
		margin: 8px 0px;
	}
	#player-bottom.playerOkBlue .download {
		padding: 12px 10px 12px 24px;
	}
	#player-bottom.playerOkBlue .timeline .duration {
		padding: 6px 10px;
	}
	#player-bottom.playerOkBlue .timeline .time {
		padding: 6px 10px 6px 0;
	}
}
@media (max-width: 33rem) {
    #player-bottom.playerOkBlue .btn.next,
    #player-bottom.playerOkBlue .btn.prev {
        display: none;
    }
}

.playerBlue.gray.not_extend a.playerOkBlue {
	background: url(/themes/classic/img/svg/player.svg) no-repeat;
	background-size: cover;
    display: inline-block;
    width: 48px;
    height: 48px;
}
.playerBlue.gray a.playerOkBlue .st_player0 {
    fill: #e0e0e0;
    display: block;
}
.playerBlue.gray a.playerOkBlue .st_player1 {
    display: none;
}
.playerBlue.gray a.playerOkBlue.play:hover {
    transition-duration: 0.2s;
}
.playerBlue.gray a.playerOkBlue.play:hover .st_player0{
    display: block;
    fill: #fa6042;
}
.playerBlue.gray a.playerOkBlue.play:hover .st_player1{
    display: none;
}

.playerBlue.player-wave div.playerOkBlue .volume {
	display: none;
}
.playerBlue.player-wave div.playerOkBlue .timeline .time {
	display: none;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines {
    height: 48px;
    background: url("../images/player-wave-bg.png") left top repeat-x transparent;
    margin: 0 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines .playing {
    height: 48px;
    background: url("../images/player-wave-bg.png") left bottom repeat-x transparent;
    width: 0;
    margin-top: 0;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines .baseline {
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    background: none;
    margin-top: 0;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines .loading {
	background: none;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin-top: 0;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines .rewind {
    height: 48px;
	margin-top: 0;
	background: none;
}
.playerBlue.player-wave div.playerOkBlue .timeline .lines .handle {
    height: 48px;
	margin-top: 0;
	background: none;
}
.playerBlue.player-wave {
	width: 100%;
}
.playerBlue.player-wave div.playerOkBlue .player-block {
	width: 100%;
}
.playerBlue.player-wave .box {
	width: 100%;
}
.playerBlue.player-wave div.playerOkBlue .timeline {
	width: 100%;
}


.player-with-descr .playerBlue {
    float: none;
    width: 100%;
    height: 45px;
    margin: 0 0 -45px 0;
}

.player-with-descr .playerBlue .player-block {
    width: 100%;
}

.player-with-descr .playerBlue .btn.play {
    float: left;
    width: 43px;
    height: 44px;
    background: url(../images/player-with-descr-btn.png) left top no-repeat!important;
    opacity: 0.8;
}

.player-with-descr .playerBlue .btn.play:hover,
.player-with-descr .playerOkBlue.pause .btn.play {
    background-position: left top;
    opacity: 1;
}

.player-with-descr .playerOkBlue.active .btn.play {
    background-position: left bottom!important;
    opacity: 0.8;
}

.player-with-descr .playerOkBlue.pause .btn.play {
    background-position: left top!important;
    opacity: 0.8;
}

.player-with-descr .playerOkBlue.active .btn.play:hover {
    opacity: 1;
}

.player-with-descr .playerBlue .volume {
    display: none;
}

.player-with-descr .playerBlue .timeline {
    float: right;
    width: 70px;
    margin: 0;
}

.player-with-descr .playerBlue .timeline .lines {
    margin: 5px 0 0 0;
}

.player-with-descr .playerBlue .timeline .lines .playing {
    background: #78909c;
}

.-lilac .player-with-descr .playerBlue .timeline .lines .playing {
    background: #ab47bc;
}

.-blue .player-with-descr .playerBlue .timeline .lines .playing {
    background: #42a5f5;
}

.-orange .player-with-descr .playerBlue .timeline .lines .playing {
    background: #ff7043;
}

.-red .player-with-descr .playerBlue .timeline .lines .playing {
    background: #e53935;
}

.player-with-descr .playerBlue .timeline .lines .handle {
    position: relative;
    background: none;
}

.player-with-descr .playerBlue .timeline .lines .handle:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -6px;
    display: block;
    width: 10px;
    height: 10px;
    background: #78909c;
    border-radius: 50%;
}

.-lilac .player-with-descr .playerBlue .timeline .lines .handle:after {
    background: #ab47bc;
}

.-blue .player-with-descr .playerBlue .timeline .lines .handle:after {
    background: #42a5f5;
}

.-orange .player-with-descr .playerBlue .timeline .lines .handle:after {
    background: #ff7043;
}

.-red .player-with-descr .playerBlue .timeline .lines .handle:after {
    background: #e53935;
}

.player-with-descr .playerBlue .timeline .lines .handle {
    position: relative;
    background: none;
}

.player-with-descr .playerBlue .timeline .time-separator,
.player-with-descr .playerBlue .timeline .time-duration {
    display: none;
}

.player-with-descr .playerBlue .timeline .time {
    text-align: right;
    font-size: 14px;
    opacity: 0.5;
}

.player-descr {
    position: relative;
    margin: 0 95px 0 55px;
}

.player-with-descr a {
    color: #000;
    border-color: #000;
}

.player-with-descr a:hover {
    border-color: rgba(0,0,0,0.3);
}

.player-descr--title {
    font-size: 17px;
    /* min-height: 48px; */
}

.player-descr--name {
    font-size: 15px;
}

.player-descr--dictor {
    margin: 4px 0;
    font-size: 13px;
    line-height: 1.2;
}

.player-descr--dictor a {
    color: #000;
    border-color: #000;
}

.player-descr--dictor a:hover {
    border-color: rgba(0,0,0,0.3);
}

.player-descr--price {
    font-size: 12px;
    line-height: 14px;
}

.player-descr--price span {
    display: inline-block;
    padding: 2px 4px;
    margin: 5px 0 0 0;
    border-radius: 2px;
    background: #ffe082;
}

@media (max-width:32rem) {
    /* .timeline { display:none;} */
    .player-descr { margin-right:0;}
    .speaker-view .timeline { display:block;}
}