@font-face {
  font-family: Jura;
  src: local("Jura"),
       url("../fonts/Jura-Medium.ttf");
}

body {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../img/bg_start.jpg');
}

a { color: #70d745; text-decoration: none; } 
a:hover { color: #61bc3b; text-decoration: underline; }


.main_table {
	margin: 30px auto;
	width: 800px;
	display: block;
	transition: all 0.5s ease;
}

.main_table.opacity {
	opacity: .2;
}

.main_table:hover {
	opacity: 1;
}

.topMenu_box {
	display: inline-block;
	text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: 100px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-animation: topMenu 2s ease-in-out 5s both;
	-moz-animation: topMenu 2s ease-in-out 5s both;
	-o-animation: topMenu 2s ease-in-out 5s both;
	-ms-animation: topMenu 2s ease-in-out 5s both;
	animation: topMenu 2s ease-in-out 5s both;
}

.topMenu {
	display: inline-block;
	float: left;
	margin-top: 35px;
}

.border-bottom {
	height: 35px;
	border-top: 1px solid #474747;
}

.topMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
}

.title_left {
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px #000;
}

ul#sort {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#sort li, #random, .black_box {
	margin-bottom: 10px;
}

.black_bg { background: rgba(0,0,0,0.7) !important; }
.black_bg:hover { background: rgba(0,0,0,0.6) !important; }

.green_bg { background: rgba(63,148,41,0.7) !important; }
.green_bg:hover { background: rgba(63,148,41,0.6) !important; }

.center { text-align: center; }

ul#sort li a, #random, .black_box {
	display: block;
	width: 160px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 3px;
}

#random, .black_box {
	background: rgba(31,99,148,0.7);
}

#random:hover, .black_box:hover {
	background: rgba(31,99,148,0.6);
	color: #fff;
	text-decoration: none;
}

#random:active, .black_box:active {
	background: rgba(31,99,148,1);
}

ul#sort li a:hover {
	background: rgba(0,0,0,0.6);
}

ul#sort li a.current {
	background: rgba(63,148,41,0.6);
	cursor: default;
}

.info_col {
	padding-left: 30px;
}

.leftcol {
	width: 200px;
	display: block;
	float: left;
	-webkit-animation: leftcol 2s ease-in-out 5.5s both;
	-moz-animation: leftcol 2s ease-in-out 5.5s both;
	-o-animation: leftcol 2s ease-in-out 5.5s both;
	-ms-animation: leftcol 2s ease-in-out 5.5s both;
	animation: leftcol 2s ease-in-out 5.5s both;
}

.info_col {
	padding-left: 30px;
	width: 570px;
	display: block;
	float: left;
	-webkit-animation: info_col 2s ease-in-out 5.5s both;
	-moz-animation: info_col 2s ease-in-out 5.5s both;
	-o-animation: info_col 2s ease-in-out 5.5s both;
	-ms-animation: info_col 2s ease-in-out 5.5s both;
	animation: info_col 2s ease-in-out 5.5s both;
}

ul#music {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#music li.item {
	margin-bottom: 20px;
	display: block;
	height: 120px;
	background: rgba(0,0,0,0.8);
	border-radius: 3px;
	overflow: hidden;
	cursor: move;
}

ul#music li.item.current {
	background: rgba(34,80,63,0.8);
}

.photoBox {
	width: 120px;
	height: 120px;
	display: block;
	overflow: hidden;
	float: left;
	background: url(../img/bg_play.gif) no-repeat center center;
}

.photoBox span {
	width: 120px;
	height: 120px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

/* Время перехода */
.current .photoBox span {
	animation: avatar 3s;
	animation-iteration-count: infinite;
}

/* параметры конечного цвета */
@keyframes avatar {
	0% { opacity: 1; }
	50% { opacity: 0.7; }
	70% { opacity: 1; }
	100% { opacity: 1; }
}

.playerBox {
	float: left;
	width: 385px;
	display: block;
	padding-left: 15px;
}

.title_track {
	margin: 0;
	font-size: 18px;
}

#video {
	position: relative;
	overflow: hidden;
}

.topMenu {
	float: left;
	display: block;
	width: 230px;
	text-align: left;
}

.topMenu a {
	font-size: 24px;
	text-align: left;
	margin-right: 10px;
	padding: 8px 10px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000;
}

.topMenu a.current {
	background: rgba(63,148,41,0.6);
	border-radius: 3px;
	text-shadow: 1px 1px 0px transparent;
}

.topMenu a.current:hover {
	background: rgba(63,148,41,0.6);
}

.topMenu a:hover {
	background: rgba(0,0,0,0.8);
}


.topMenu_box h2 {
	float: left;
	display: inline-block;
	margin: 0;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 30px;
	font-weight: lighter;
	text-shadow: 1px 1px 0px #000;
	background: rgba(0,0,0,0.6);
}

.topMenu_box h2 span {
	font-size: 30px;
	color: #dedede;
}

h1.blank, h2.blank {
	float: left;
	display: block;
	margin: 0;
	margin-top: 30px;
	font-size: 30px;
	font-weight: lighter;
	text-shadow: 1px 1px 0px #000;
	background: transparent;
	padding: 0;
}



#filter { position: relative; }
#filter .process { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; cursor: progress; z-index: 100; }

.next {
	font-size: 80%;
	margin-top: 0px;
}

.uptop {
	padding: 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
}

.youtube_link {
	float: left;
}


.v_block {
	display: inline-block;
	
}

.v_photo {
	float: left;
	width: 95px;
	display: block;
}

.v_photo img {
	border-radius: 3px;
}

.v_name {
	float: left;
	font-size: 30px;
	display: block;
	margin-top: 10px;
}

.v_style {
	float: left;
	font-size: 16px;
}

.video_player {
	display:block;
	width: 100%;
	height: 310px;
}

.menu_video span {
	width: 40px;
	height: 20px;
	float: left;
	margin-right: 0px;
}

.menu_video span img {
	max-width: 40px;
	max-height: 20px;
}

.block_title {
	text-transform: uppercase;
}

hr {
	border: 0;
	height: 1px;
	display: block;
	background: rgba(255,255,255,0.2);
	margin-top: 10px;
	margin-bottom: 10px;
}

.info_content {
	background: rgba(0,0,0,0.7);
	padding: 10px;
	border-radius: 3px;
}

.info_content p {
	display: inline-block !important;
	clear: both;
	margin-bottom: 20px;
}

img.avatar {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: 2px solid rgba(255,255,255,0.9);
	float: left;
	margin-right: 15px;
}

.letmego {
	position: absolute;
	z-index: 9999;
	top: 10px;
	left: 10px;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-decoration: none;
}

.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.6);
	display: block;
	margin-top: 30px;
}

.clr {
	clear: both;
	display: block;
}

.header {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	-webkit-animation: header 2s ease-in-out 4.5s both;
	-moz-animation: header 2s ease-in-out 4.5s both;
	-o-animation: header 2s ease-in-out 4.5s both;
	-ms-animation: header 2s ease-in-out 4.5s both;
	animation: header 2s ease-in-out 4.5s both;
}

@keyframes header { 0% {opacity: 0; margin-top: -20px; margin-bottom: 20px;} 100% {opacity: 1; margin-top: 0px; margin-bottom: 0px;}	}
@-webkit-keyframes header { 0% {opacity: 0; margin-top: -20px; margin-bottom: 20px;} 100% {opacity: 1; margin-top: 0px; margin-bottom: 0px;}	}

@keyframes leftcol { 0% {opacity: 0;} 100% {opacity: 1;} }
@-webkit-keyframes leftcol { 0% {opacity: 0;} 100% {opacity: 1;} }

@keyframes info_col { 0% {opacity: 0;} 100% {opacity: 1;} }
@-webkit-keyframes info_col { 0% {opacity: 0;} 100% {opacity: 1;} }

@keyframes topMenu { 0% {opacity: 0;} 100% {opacity: 1;} }
@-webkit-keyframes topMenu { 0% {opacity: 0;} 100% {opacity: 1;} }

.loading {
	width: 100px;
	height: 100px;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50px;
	line-height: 100px;
	text-align: center;
	z-index: 10;
	background: url(../img/loading.png) center center repeat;
	animation: loading 3s linear;
	-webkit-animation: loading 3s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.loading_text {
	width: 100px;
	height: 100px;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50px;
	line-height: 100px;
	text-align: center;
	z-index: 20;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
	animation: loading_text 2.5s ease-in-out;
	-webkit-animation: loading_text 2.5s ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes loading {
	0% { 
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(1800deg);
		-moz-transform:rotate(1800deg);
	}
}

@keyframes loading_text {
	0% { 
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
	}
	50% { 
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
	}
	100% { 
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
	}
}

@-webkit-keyframes loading {
	0% { 
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(1800deg);
		-moz-transform:rotate(1800deg);
	}
}

@-webkit-keyframes loading_text {
	0% { 
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
	}
	50% { 
		-webkit-transform:rotate(-10deg);
		-moz-transform:rotate(-10deg);
	}
	100% { 
		-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
	}
}

