@font-face {
    font-family: 'player';
    src: url('fonts/player.eot?l7xss0cz');
    src: url('fonts/player.eot?l7x0cz#iefix') format('embedded-opentype'), url('fonts/player.ttf?l7xss0cz') format('truetype'), url('fonts/player.woff?l7xss0cz') format('woff'), url('fonts/player.svg?l7xss0cz#player') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #ffffff!important;
    color: #000000;
}
[class^="pl-"],
[class*=" pl-"] {
    font-family: 'player' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    height: 24px;
    width: 24px;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer!important;
}

@keyframes neon-2 {
    from {
        text-shadow: 0 0 5px #FFF,
        0 0 10px #FFF,
        0 0 15px #FFF,
        0 0 20px #BFE2FF;
    }
    to {
        text-shadow: 0 0 20px #BFE2FF,
        0 0 35px #BFE2FF,
        0 0 40px #BFE2FF,
        0 0 50px #BFE2FF,
        0 0 800px #BFE2FF;
    }
}   

a.play_prev {
    font-family: 'player' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    height: 20px;
    width: 20px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer!important;
    text-decoration: none;
    outline: none;
    position:relative;
    color: #000000;
    top: 5px;
    left: 5px;
    z-index: 100;
}
.pl-playlist-itunes:before {
    content: "\e908";
}
.pl-playlist-vlc:before {
    content: "\e909";
}
.pl-playlist-winamp:before {
    content: "\e90a";
}
.pl-playlist-wmp:before {
    content: "\e90b";
}
.pl-Play:before, a.play_prev:before {
    content: "\e900";
    white-space: nowrap;
}
.pl-Stop:before, a.play_prev.playing:before {
    content: "\e901";
    white-space: nowrap;
}
.pl-volHigh:before {
    content: "\e902";
}
.pl-volUnMute:before {
    content: "\e904";
}
.pl-volMute:before {
    content: "\e903";
}
.pl-playlist-itunes, .pl-playlist-quicktime, .pl-playlist-real, .pl-playlist-vlc, .pl-playlist-winamp, .pl-playlist-wmp {
    font-size: 32px;
    color: #000!important;
	padding: 10px;
}
@media (max-width: 700px) {
.pl-playlist-itunes, .pl-playlist-quicktime, .pl-playlist-real, .pl-playlist-vlc, .pl-playlist-winamp, .pl-playlist-wmp {
	display: none;
}
}

.list-unstyled {
	padding-top: 10px;
	box-shadow: 0 0 20px -10px rgba(255,255,255,1.0);
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
	margin-top: 5px;
	padding: 5px;
}

.list-unstyled-timeline {
	padding-top: 10px;
	margin-top: 10px;
	padding: 5px;
}

.vol {
    position: absolute;
    top: 14px;
    right: 40px;
    cursor: pointer;
    width: 150px;
    height: 8px;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
};t
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    border: 0;
    border-radius: 0px;
}
.vol .ui-slider-handle {
    display: none;
}
.vol .ui-slider-range {
    background: #000000;
}
.pl-Stop:hover,
.pl-Play:hover,
.pl-volMute:hover,
.pl-volUnMute:hover,
.pl-volHigh:hover {
    color: #919ebf;
}
.plContainer {
    color: #000000;
    position: relative;
    display: block;
    height: 35px;
    width: 100%;
    margin-top: 0px;
    background: rgba(166,131,2, 0.8);
	border-radius: 0 0 6px 6px;
}
@media only screen and (max-device-width: 800px) {
.plContainer {
	display: none;
}
}
.prevContainer {
    color: #fff;
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    margin-top: -30px;
    background: #ffca06;
}
.pl-Stop,
.pl-Play {
    position: absolute;
    cursor: pointer!important;
    left: 5px;
    top: 6px;
}
.pl-volMute,
.pl-volUnMute {
    position: absolute;
    top: 6px;
    right: 195px;
}
.pl-volHigh {
    position: absolute;
    top: 6px;
    right: 8px;
}
.pl-volUnMute {
    color: #D9534F;
}
.img-responsive {
    box-shadow: 0 0 20px -5px #fff;
	border-radius: 7px 7px 0 0;
}
.force-to-bottom {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}
#modalHeaderContentLG, #modalContentLG, #modalHeaderContentLG1, #modalContentLG1 {
    text-align: center;
}
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background: rgba(100,100,100,0.8);
}
.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}
.modal, .modal-dialog, .modal-content {  
    background-color: #ffffff;
}
.modal-header {
    border: 0;
    color: #1f1f1f;
}
.modal, .modal-backdrop, .modal-backdrop.in {
    opacity:0.9!important;
}
.main, .next {
    margin-top: 10px;
}
.pl-progress .ui-slider {
    position: relative;
    text-align: left;
}
.pl-progress .ui-slider-handle {
    display: none;
}
.pl-progress .ui-slider-range {
    position: absolute;
    z-index: 0;
    display: block;
    border: 0;
    height: 30px;
    background-position: 0 0;
    background-color: rgba(100,100,100,0.8);;
}
.pl-progress {
    border: 0;
    float: right;
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.close, .close:hover {
    color: #1f1f1f;
}
.close {
    opacity: 1;
}
.remaining {
    text-align: center;
	font-family: 'kinetikalight';
	font-weight: 700;
	position: absolute;
    right: 226px;
    top: 3px;
}

a.play-link {
    padding:2px;
	font-size: 22px;
	position: relative;
    bottom: 3px;
	color: #000;
}

/* плеер в приложении */

.plContainer-app {
    color: #000000;
    position: relative;
    display: block;
    height: 45px;
    width: 100%;
    margin-top: -6px;
    background: rgba(166,131,2, 1.0);
	font-size: 28px;
	border-radius: 0 0 6px 6px;
}
@media only screen and (min-device-width: 800px) {
.plContainer-app {
	display: none;
}
}