/*RESET BEFORE STARTING THE CSS PROCESS
===============================================*/
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#fff}blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


html
{
	
	height:100%;
	width:100%;
	
	
}
a
{
	-webkit-backface-visibility: hidden;
}
.background
{
	background:url(images/background.png);
	-webkit-background-size: cover;
	background-size: cover;
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/background.png',
	sizingMethod='scale');
	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/background.png',
	sizingMethod='scale')";
}
.player
{
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	overflow:hidden;
	/*width:480px;*/
	width:250px;
	position:absolute;
	/*left:50%;*/
	/*margin-left:-240px;*/
	/*top:50%;*/
	/*margin-top:-90px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	-webkit-box-shadow: 0 0 36px 4px rgba(41,41,41,.75);
	-moz-box-shadow: 0 0 36px 4px rgba(41,41,41,.75);
	box-shadow: 0 0 36px 4px rgba(41,41,41,.75);*/
	font-size: 0;
}
.plays 
{
	background: url(images/player_bg.png) left center;
	background-size:auto 100%;
	padding:20px 15px 16px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
/*	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;*/
	z-index:2;
}
.plays:before
{
	position: absolute;
	right:0px;
	top:0px;
	height:100%;
	width:5px;
	content:'';
	/*-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;*/
	z-index:-1;
}
.player > div,.player > div > div
{
	display: inline-block;
	vertical-align: top;
}
.player h1
{
	font-size: 12px;
}
.player .img
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	width:60px;
}
.player .img img
	{
		max-width:100%;
		height:auto;
	}
.player .comingUp
{
	display: block;
	color:#bbbbbb;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
}
.player .comingUp strong
{
	font-size: 14px;
	color: #fff;
	font-style: italic;
}
.player .main_player
{
	margin-left:15px;
	font-family: 'Droid Serif', serif;
	color:#ffffff;
	font-style: italic;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	/*width:161px;*/
	width: 145px;
	/*height: 127px;*/
	height: 127px;
}
.player .main_player h1
{
	padding-top:12px;
}
.player .main_player h2
{
	font-weight:400;
	color: #bbbbbb;
	font-size: 12px;
	margin-top: 10px;
}

.progress
{
	height:15px;
	width: 240px;
	margin-top: 15px;
	margin-bottom: 15px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.proDone .bgimg
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-image:url(images/progressBG.png);
}
.proDone
{
	position: relative;
	height:100%;
	background: rgb(83,231,255);
	background: -moz-linear-gradient(left,  rgba(83,231,255,1) 0%, rgba(173,70,198,1) 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(83,231,255,1)), color-stop(75%,rgba(173,70,198,1)));
	background: -webkit-linear-gradient(left,  rgba(83,231,255,1) 0%,rgba(173,70,198,1) 75%);
	background: -o-linear-gradient(left,  rgba(83,231,255,1) 0%,rgba(173,70,198,1) 75%);
	background: -ms-linear-gradient(left,  rgba(83,231,255,1) 0%,rgba(173,70,198,1) 75%);
	background: linear-gradient(to right,  rgba(83,231,255,1) 0%,rgba(173,70,198,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53e7ff', endColorstr='#ad46c6',GradientType=1 );
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:visible!important;
}

.proDone .time
{
	display: inline-block;
	position:absolute;
	padding:5px 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	bottom:0px;
	right:0px;
	background:#be52d8;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px #7c1b93;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	min-width:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}


.controls
{
	margin-top: 0px;
}
.pause
{
	display: inline-block;
	width:44px;
	height:44px;
	background: url(images/pause.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.play
{
	display: inline-block;
	width:44px;
	height:44px;
	background: url(images/play.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.prev
{
	display: inline-block;
	width: 36px;
	height: 32px;
	background: url(images/prev.png) no-repeat;
	margin-left: 10px;
}
.next
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/next.png) no-repeat;
}
.mute
{
	
	height: 44px;
	width: 44px;
	display: inline-block;
	background: url(images/volume.png) no-repeat;
	/* margin-left: 80px; */
	vertical-align: middle;
}
a
{
	-webkit-transition: ease  0.5s;
	-moz-transition: ease  0.5s;
	-ms-transition: ease  0.5s;
	-o-transition: ease  0.5s;
	transition: ease  0.5s;
}
a:hover
{
	opacity: 0.4;
}



.likes
{
	background:#fff;
	width: 63px;
	text-align: center;
	position: relative;
}

.likes > div
{
	width: 100%;
}
.likes a
{
	display: block;
	padding:10px 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #49a308;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	width:100%;
	-webkit-border-radius: 0px 15px 0px 0px;
	-moz-border-radius:  0px 15px 0px 0px;
	border-radius:  0px 15px 0px 0px;
}

.likes a.thumbsDown
{
	border-top: 1px solid #ccc;
	color: #f01515;
	border-bottom: none;
	background: #e6e6e6;
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}


.player *
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.player h1,.player h2,.player .comingUp,.player .comingUp *
{
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}





/*COMPATIBILITY MESSAGE
-----------------------------*/

.message
{
	margin:17% auto;
	width:640px;
	text-align: center;
	position: relative;
	z-index:2;
	display: none;
}
.message h1
{
	font-size: 54px;
	font-weight: bold;
	text-transform: uppercase;
	color: #53e7ff;
	text-shadow: 0 1px rgba(2,2,2,.55);
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
}
.message h2
{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px rgba(2,2,2,.55);
	font-family: 'Droid Serif', serif;
	margin-bottom: 50px;
}
.message p
{
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px rgba(2,2,2,.55);
	margin-bottom: 30px;
}


.c
{
	clear: both;
}
.right
{
	float:right;
	border-left:3px solid #323232;
}
.left
{
	float:left;
}

.right,.left
{
	width:49%;
}




/*MEDIA QUERIES
=======================*/

@media only screen and (max-width : 249px ){

	.player
	{
		width:300px;
		/*margin-left:-150px;
		margin-top: -237px;*/
	}
	.plays
	{
		width: 100%;
	}
	.plays:before
	{
		display: none;
	}
	.player .likes
	{
		width:100%;
	}
	.player .likes >div
	{
		width:50%;
	}
	.player div.comingUp
	{
		text-align: center;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.player .img
	{
		margin: 0 auto 20px auto;
		display: block;
		width: 120px;	
	}
	.player h1, .player h2
	{
		text-align: center;
	}
	.player h2
	{
		margin-bottom: 20px;
	}
	.likes a
	{
		-webkit-border-radius: 0px 0px 0px 15px;
		-moz-border-radius: 0px 0px 0px 15px;
		border-radius: 0px 0px 0px 15px;
	}
	.likes a.thumbsDown
	{
		-webkit-border-radius: 0px 0px 15px 0px;
		-moz-border-radius: 0px 0px 15px 0px;
		border-radius: 0px 0px 15px 0px;
	}
}
