/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/html5-audio-player-with-playlist/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
* {
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'ASafePlacetoFall';
  src: url('ASafePlacetoFall.eot?#iefix') format('embedded-opentype'),  url('ASafePlacetoFall.woff') format('woff'), url('ASafePlacetoFall.ttf')  format('truetype'), url('ASafePlacetoFall.svg#ASafePlacetoFall') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #ff0000;
	color: #fff;
	font-family: 'ASafePlacetoFall';
	background-image: url("../images/light-stg.gif"), url("../images/light-dr.gif");
	background-position: left top, right top;
	background-repeat: repeat-y;
	background-size: 70px;
}
header 
{
    color: #fff;
    display: block;
    font: 14px/1.3 Arial,sans-serif;
    margin-bottom: 10px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}



#gate{
	
	width: 100%;
	height: 200%;
	position: fixed;
	background:  #ff0000;
	text-align: center;
	z-index: 9999;
}

.btn_pass{
    border: 0;
    cursor: pointer;
    width: 98%;
    font: inherit;
    background: #fff;
    margin: 0 auto;
}

#get_pass{
    border: 1px solid #fff;
    background: transparent;
    display: block;
    width: 94%;
    padding: 0 3%;
    height: 50px;
    text-align: center;
	color: #fff;
	
}

.wrap_gate{
	max-width: 700px;
	margin: 0 auto;
}


/* HTML5 Audio player with playlist styles */
.example  {
margin: 0 auto;
max-width: 700px;
    width: 92%;
    padding: 4%;
    position: relative;
}

.player {
    background: transparent url("../images/spr.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    z-index: 2;
}
.title, .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}

.title2 {
text-align: center;	
}

.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../data/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
cursor: pointer;
    height: 80px;
    /* position: absolute; */
    top: 65px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
.controls .play, .controls .stop, .controls .pause, .controls .rew, .controls .fwd {
    height: 51px;
    width: 51px;
	display: inline-flex;
}
.controls .play {
    background: transparent url("../images/play.png") no-repeat center;
}

.controls .stop {
    background: transparent url("../images/stop.png") no-repeat center;
}


.controls .pause {
    background: transparent url("../images/pause.png") no-repeat center;

}
.controls .rew {
    background: transparent url("../images/rew.png") no-repeat center;
}
.controls .fwd {
    background: transparent url("../images/fwd.png") no-repeat center;
}


.controls .play:hover {
    background-position: 0px -2px;
}
.controls .stop:hover {
    background-position: 0px -2px;
}
.controls .pause:hover {
    background-position: 0px -2px;
}
.controls .rew:hover {
    background-position: 0px -2px;
}
.controls .fwd:hover {
    background-position: 0px -2px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 15px;
    right: 0;
    position: absolute;
    width: 112px;
	border: 1px solid;
}

.vol{
background: url(../images/vol.png) no-repeat center;
    width: 28px;
    height: 22px;
    position: absolute;
    left: -34px;
    top: -3px;
}

.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("../images/spr.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}



.sideA{
    background-color: #fff;
    color: #ff0000;
    font-size: 40px;
    padding-left: 10px;
    line-height: 1;
    margin-top: 30px;
}

.playlist {


    list-style-type: none;
    margin: 0px 0 0 0px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
	border: 1px solid #fff;
}
.playlist li {
    color: #ffffffc4;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
	color: #fff;
}

.playlist li:hover {
    font-weight: bold;
	color: #fff;
}



.casette{
width: 70%;
    height: 260px;
    background-image: url(../images/caseta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.casette_play{
	background-image: url("../images/caseta.gif")!important;

}






