*{
	margin: 0px;
	padding: 0px;
}

@font-face {
  font-family: Klavika Medium;
  src: url(../font/klavika-medium-webfont.ttf);
}

@font-face {
  font-family: Klavika Regular;
  src: url(../font/klavika-regular-webfont.ttf);
}

body{
	background: black;
	/*background: #47afa6;*/
	/*background: #47afa6 url('../images/bg/1.jpg') no-repeat top center;*/
	
}

.clear{
	clear: both;
}

#info{
	width: 499px;
	/*background: #42b1a9;*/
	background: rgba(93, 56, 10, 0.59);
	position: absolute;
	left: 118px;
	box-sizing: border-box;
	padding: 60px 45px 30px 45px;
	color: white;
	margin-bottom: 200px;
}

#info_404 {
	width: 600px;
	background: #42b1a9;
	background: rgba(93, 56, 10, 0.59);
	position: absolute;
	left: 118px;
	box-sizing: border-box;
	padding: 60px 45px 30px 45px;
	color: white;
}

#info h1, #info_404 h1{
	font-size: 32px;
	font-family: Klavika Regular;
	margin-bottom: 10px;
}

#info h1.center, #info p.center {
	text-align: center;
}

#info h2{
	font-family: Klavika Regular;
}


#info span{
	font-size: 35px;
	font-family: Klavika Regular!important;
}

#info .left{
	width: 160px;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

#info .left img{
	width: 160px;
	height: auto;
}

#info .right{
	height: 180px;
}

#info p{
	font-size: 25px;
	font-family: Klavika Regular;
	margin-bottom: 50px;
}

#info .text{
	display: block;
	height: 72px;
	line-height: 72px;
	font-size: 13px;
	font-family: Klavika Regular;
	color: white;
	box-sizing: border-box;
	text-align: center;
	font-size: 32px;
	text-decoration: none;
	text-transform: uppercase;
}

#info.artist h2{
	font-size: 40px;
}

#info.artist .command{
		position: absolute;
    top: 130px;
    text-align: center;
    display: block;
    width: 1090px;
	background: rgba(0, 0, 0, 0.25);
}

#info.artist .command p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#info.artist{
	width: 1180px;
}

#info.artist a{
	font-size: 32px;
    font-family: Klavika Regular;
    margin-bottom: 10px;
	color: white;
	text-decoration: none;
}

#info.artist .mejs__container
{
	height: 50px!important;
    width: 50px!important;
    min-width: 50px!important;
	margin: 0px!important;	
	margin: 5px!important;	
}

#info.artist .mejs__duration-container{
	display: none!important;
}

#info.artist .mejs__currenttime-container{
	display: none!important;	
}

#info.artist .mejs__button > button{
	zoom:0.35;
    -moz-transform:scale(0.5);
    -moz-transform-origin: 0 0;
	-o-transform:scale(0.5);
    -o-transform-origin: 0 0;
}

#info.artist table{
	width: 350px;
}

#info.artist table:first-child{
	float: left;
	margin-right: 20px;
}

#info.artist table:nth-child(2){
	float: left;
	margin-right: 20px;
}

#logo{
	position: fixed;
	width: 430px;
	height: 430px;
	background-size: cover;
	top:90px;
	right: 120px;
}

#logo img{
	width: 100%;
	height: auto;
}

#bottom {
	width: 100%;
	bottom: 0px;
	position: fixed;
	height: 130px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

#bottom .left{
	float: left;
	width: 1070px;
	font-size: 18px;
	font-family: Klavika Regular;
	color: white;
	bottom: 35px;
	padding-left: 130px;
	position: absolute;
}

#bottom .right{
	float: right;
	width: 309px;
	position: absolute;
	bottom: 26px;
	right: 31px;
}

#bottom .right a{
	display: block;
	height: 59px;
	line-height: 59px;
	background: rgba(255,255,255,0.5);
	color: white;
	font-size: 30px;
	width: 309px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: Klavika Regular;
}

.download{
	height: 131px;
	margin: 0px;
	width: 131px;
	background: transparent url('../images/icons.png?v2') no-repeat 0px -131px;
	    display: block;
    margin: 0 auto;
}

.download:hover{
	background: transparent url('../images/icons.png?v2') no-repeat -131px -131px;
}

.mejs__container{
	margin: 0 auto;
	width: auto!important;
    height: auto!important;
	margin-bottom: 30px;
}

.mejs__controls{
	position: relative!important;
	padding: 0px!important;
	background: transparent!important;
}

.mejs__button > button{
	height: 131px;
	margin: 0px;
	width: 131px;
	background: transparent url('../images/icons.png?v2') no-repeat 0px 0px;
	margin: 0 auto;
}

.mejs__pause > button{
	background: transparent url('../images/icons.png?v2') no-repeat -131px 0px;
}

.mejs__button > button:hover{
	background: transparent url('../images/icons.png?v2') no-repeat -131px 0px;
}

.mejs__currenttime, .mejs__duration{
	font-family: Klavika!important;
    color: white;
	font-size: 35px;
	height: 50px;
    line-height: 40px;
	padding: 5px 15px;
	/*background: #47afa6;*/
	display: inline-block;
	width: 120px;
}

.mejs__currenttime-container{
    top: 72px;
    width: 100%;
    box-sizing: border-box!important;
    padding: 0px;
	height: 50px!important;
	line-height: 40px!important;
	padding: 0px!important;
	display: block;
	right: 0px;
	width: 120px;
	float: none!important;
}
.mejs__duration-container {
    top: 72px;
    display: block!important;
    width: 100%;
    box-sizing: border-box!important;
    padding: 0px;
	height: 50px!important;
	line-height: 40px!important;
	padding: 0px!important;
	right: 0px;
	width: 120px;
	float: none!important;
}
.mejs__duration-container.hide {
	 display: none!important;
}

@media only screen and (min-width: 1401px) and (max-width: 1550px) {
	#bottom .left {
		width: 900px;
	}
}

@media only screen and (min-width: 1231px) and (max-width: 1400px) {
	#bottom .left {
		width: 800px;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1230px) {
	#bottom .left {
		width: 600px;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1160px) {
	#logo {
		text-align: right;
		right: 80px;
	}
	
	#logo img {
		width: 50%;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
	#bottom .left{
		width: 400px;
		bottom: 0;
	}
} 

@media only screen and (max-width: 900px) {
	#logo, #info, div#bottom {
		width: 499px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	#bottom {
		background: #42B1A9;
	}
	
	#bottom .right, #bottom .left {
		float: none;
		position: relative;
	}
	
	#logo {
		padding: 10px 0px 0px 0px;
		height: auto;
	}
	
	#logo img {
		width: 50%;
	}
	
	#info {
		padding: 60px 10px 45px 10px;
	}
	
	#info p {
		margin-bottom: 10px;
	}
	
	#bottom .left {
		padding: 10px;
		width: auto;
		text-align: left;
		bottom: 10px;
	}
	
	#bottom .right {
		width: 309px;
		margin: 0 auto;
		right: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 540px) {
	#logo, #info, div#bottom {
		width: 100%;
	}
	
	#info .text {
		font-size: 24px;
	}
	
	.mejs__container {
		min-width: 0px!important;
	}
	
	#bottom .right, #bottom .right a {
		width: 100%;
	}
}


@media only screen and (max-width: 1880px) {
	html{
		zoom: 0.9;
	}	
}

@media only screen and (max-width: 1720px) {
	html{
		zoom: 0.8;
	}	
}

@media only screen and (max-width: 1530px) {
	html{
		zoom: 0.7;
	}	
}

@media only screen and (max-width: 1340px) {
	html{
		zoom: 0.6;
	}	
}
/*
@media only screen and (max-width: 1880px) {
	#logo{
		width: 500px;
	}
}

@media only screen and (max-height: 900px) {
	#logo{
		width: 400px;
	}
	#info{
		left: 80px;
		top: 80px;
		width: 400px;
		height: auto;
	}
	#bottom .left{
		top: 510px;
		padding-left: 70px;
		width: 760px;
	}
	.mejs__button > button{
		width: 100%!important
	}
	#info .play{
		margin: -72px 0px 20px 0px!important;
		position: relative;
	}
	#info .download{
		position: static;
		margin: 0px;
		margin-top: 75px;
	}
	.mejs__container
	{
		height: 40px;
		width: 100%!important;
		position: relative!important;
		top: 0px;
		margin: 0px!important;
	}
	#info h1{
		font-size: 25px;
	}
	#info p {
		font-size: 18px;
	}	
}

@media only screen and (max-width: 1640px) {
	#logo{
		width: 400px;
	}
	#info{
		left: 80px;
		top: 80px;
		width: 400px;
		height: auto;
	}
	#bottom .left{
		top: 510px;
		padding-left: 70px;
		width: 760px;
	}
	.mejs__button > button{
		width: 100%!important
	}
	#info .play{
		margin: -72px 0px 20px 0px!important;
		position: relative;
	}
	#info .download{
		position: static;
		margin: 0px;
		margin-top: 75px;
	}
	.mejs__container
	{
		height: 40px;
		width: 100%!important;
		position: relative!important;
		top: 0px;
		margin: 0px!important;
	}
	#info h1{
		font-size: 25px;
	}
	#info .play, #info .download{
		font-size: 25px;
	}
	#info p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1150px) {
	#logo{
		top: 20px;
		right: 20px;
	}
	#info{
		left: 40px;
		top: 40px;
	}
	#bottom .left{
		width: 600px;
	}
}

@media only screen and (max-width: 920px) {
	html{
		padding: 20px;
	}
	#bottom .left{
		width: 100%;		
		display: block;
		padding: 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 920px) {
	#logo{
		position: static;
		width: 150px;
		height: auto;
		margin: 0 auto;
	}
	#info{
		position: static;		
		margin: 0 auto;
		margin-top: 20px;
		height: auto;
	}
	#bottom .left{
		position: static;
	}
	#bottom .right{
		position: static;	
	}
	body{
		background-position: center 240px;
	}
}

@media only screen and (max-width: 520px) {
	#info{
		left: 0px;
		width: 100%;
		box-sizing: border-box;
		
		margin: 0px;
		
	}
	
}

@media only screen and (max-width: 400px) {
	#info .play,#info .download{
		height: 50px;
		line-height: 50px;	
		font-size: 20px;
	}
}*/