/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;} input,textarea {outline:none;}


html, body {
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

body {
	background-position: top center;
	background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
}

#footer {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #585858;
	margin: -75px auto 0;
	min-width: 1000px;
	height: 75px;
	position: relative;
	text-align: center;
}

.menu_socials {
	padding: 10px 0 0 110px;
	width: 200px;
	height: 28px;
	margin: 0;
}

#concert {
	height: 28px;
}
#concert_text {
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	color: inherit;
	font-size: 13pt;
}

.facebook {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.facebook {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/facebook.png) no-repeat;
	background-position: 0 -28px;
}
a.facebook:hover {
	background-position: 0 0;
}
.twitter {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.twitter {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/twitter.png) no-repeat;
	background-position: 0 -28px;
}
a.twitter:hover {
	background-position: 0 0;
}
.youtube {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.youtube {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/youtube.png) no-repeat;
	background-position: 0 -28px;
}
a.youtube:hover {
	background-position: 0 0;
}
.google {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.google {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/google.png) no-repeat;
	background-position: 0 -28px;
}
a.google:hover {
	background-position: 0 0;
}
.vk {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.vk {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/vk.png) no-repeat;
	background-position: 0 -28px;
}
a.vk:hover {
	background-position: 0 0;
}
.instagram {
	float: left;
	width: 26px;
	height: 28px;
}
a.instagram {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/instagram.png) no-repeat;
	background-position: 0 -28px;
}
a.instagram:hover {
	background-position: 0 0;
}
a.ok {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background: transparent url(../images/odnoklassniki-icon.png) no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
	opacity: 0.5;
}
a.ok:hover {
	opacity: 1;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrapper iframe, .video_wrapper object, .video_wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#background {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	display: none;
}

#navigation {
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	font-size: 13pt;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	clear: left;
	line-height: 90%;
	margin: 0 0 0 35px;
	text-align: center;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	list-style:none;
	display: inline;
}

#navigation li a {
	color: #fff;
	text-decoration:none;
	margin: 0 30px 0 0;
}

#navigation li a:hover {
	color: #a71918;
	text-decoration: none;
}

#header {
	color: #fff;
	font-size: 0;
	box-sizing: border-box;
	padding: 5px 15px;
	margin-top: 15px;
	border-top: 1px solid #888;
}


#concert_text {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 25%;
	margin: 0;
	text-align: left;
}
#navigation {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 50%;
	margin: 0;
}
.menu_socials {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 5%;
	margin: 0;
	padding: 0;
	min-width: 200px;
	text-align: right;
	float: right;
}

#slava-figure {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	height: 800px;

	background-image: url(../images/slava_figure.png);
	background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/07/slava.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.logo {
	display: block;
	width: 100%;
	height: 175px;
	background-image:url(../images/logo_inside_24.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.btn {
	display: block;
	background: #b30a04;
	color: #fff;
	text-align: center;
	margin: 15px auto;
	padding: 10px 0;
	text-decoration: none;
	width: 300px;
	font-family: "Oranienbaum",Times New Roman,Times,Georgia,serif;
}

#el-wrap {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.spanteltitle {
	display: inline-block;
	font-size: 0.9em;
	margin-right: 4px;
}

.spantel {
	display: block;
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.spantel a {
	color: #f00;
}

.openclose {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	color: #fff;
	z-index: 999;
}

.openclose:before {
	content: "\2261";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 32px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}



.profan_block {
	display: none;
}
.profan .profan_block {
	display: block;
}


.mtv_block {
	display: none;
}
.mtv .mtv_block {
	display: block;
}
.btn.mtv_block {
	margin-bottom: 20px;
}


.whore .not-whore {
	display: none;
}
.whore-block {
	display: none;
}
.whore .whore-block {
	display: block;
}

.whore #header {
	background: #000;
}

#whore-figure {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 80%;

	background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/04/whore_figure.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.itunes {
	display: block;
	width: 190px;
	height: 70px;
	background-image: url(../images/itunes_rus.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.googleplay {
	display: block;
	width: 190px;
	height: 70px;
	background-image: url(../images/googleplay_rus.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.whore-text {
	display: block;
	width: 250px;
	height: 90px;
	background-image: url(../images/whore-text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.whore-block-1 {
	position: absolute;
	z-index: 10;
	top: 25%;
	left: 15%;
}
.whore-block-2 {
	position: absolute;
	z-index: 10;
	top: 37%;
	right: 15%;
	top: calc(25% + 100px);
}

body.profan {background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/04/profan_bg.jpg);}
body.mtv {background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/04/mtv_bg.jpg);}
body.whore {background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/04/whore_bg.jpg);}
body.kremlin {background-image: url(http://veter99.beget.tech/wp-content/uploads/2015/07/sayt.jpg);}

.nameplate {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 58px;
	left: 20%;
}

.hidden {
	display: none !important;
}

.btn {
	position: absolute;
	top: auto;
	bottom: -81px;
	width: 1940px;
	left: -100%;
	z-index: 9999;
}

#slava-figure {
	bottom: 36px;
}

.menu_socials {
	display: none !important;
}

@media all and (max-width: 1600px) {
	#concert_text {
		width: 30%;
	}

	#slava-figure {
		height: 85%;
		background-position: bottom center;
	}

}

@media all and (max-width: 1440px) {

	.btn {
		bottom: -151px;
	}

	
	#navigation {
		width: 65%;
	}
	#el-wrap {
		bottom: 100px;
	}

	/*
	#concert_text {
		position: absolute;
		top: 12%;
		right: 19%;
		width: auto;
		text-align: center;
		margin: auto;
		z-index: 999;
		color: #000;
	}
	*/
	.menu_socials {
		position: absolute;
		bottom: 15px;
		float: initial;
		left: 50%;
		z-index: 999;
		width: 200px;
		margin-left: -100px;
	}

	#whore-figure {
		bottom: 80px;
	}

	.spanteltitle{
		display: block;
	}

}

@media all and (max-width: 1368px) {
	.whore-block-1 {
		left: 5%;
	}
	.whore-block-2 {
		right: 5%;
	}

}

@media all and (max-width: 1024px) {
	#concert_text {right: 8%;}
}

@media all and (max-width: 768px) {
	#concert_text {
		right: auto;
		left: 5px;
		top: 10px;
		color: #fff;
		font-size: 18px;
	}

	#concert_text br {
		display: none;
	}

	.spanteltitle, .spantel {
		display: inline;
	}
	.spantel {
		margin-left: 5px;
	}

	.spantel a {
		color: #fff;
	}

}

@media all and (max-width: 768px) {

	#header {
		padding: 10px;
		margin-top: 38px;
	}


	.menu-active #navigation {
		display: block;
	}

	.menu-active .openclose:before {
		content: "\00D7";
	}

	#navigation {
		font-size: 0;
		padding: 10px 0;
		display: none;
		position: relative;
		z-index:1000;
		background: rgba(0,0,0,0.9);
		width: 100%;
	}

	#navigation ul li {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	#navigation ul li a {
		margin: 0;
		display: block;
		line-height: 23px;
		color: #fff;
		box-sizing: border-box;
		padding-left: 10px;
		color: #fefefe;
		text-shadow: 1px 1px 1px #000;
	}

	#background {
		display: none;
	}


	.openclose {
		display: block;
	}

	#concert_text {
		width: 80%;
	}

}

@media all and (max-width: 568px) {
	/*
	.spanteltitle {
		display: block;
	}
	*/

	#slava-figure {
		height: 80%;
		width: 100%;
		margin: 0;
		left: 0;
		background-size: 400px 560px;
	}

	html, body {
		min-height: 700px;
		overflow: auto;
	}

	#el-wrap {
		bottom: 100px;
	}

	/*
	#concert_text {
		font-weight: bold;
		background-color: rgba(0,0,0,0.8);
		padding: 5px 0;
		color: #dfdfdf;
  		text-shadow: 1px 1px 1px #000;
	}
	*/

	.logo {
		width: 300px;
		height: 120px;
	}

	#header {
		padding: 0;
		margin-top: 38px;
	}


	.menu-active #navigation {
		display: block;
	}

	.menu-active .openclose:before {
		content: "\00D7";
	}

	#navigation {
		font-size: 0;
		padding: 10px 0;
		display: none;
		position: relative;
		z-index:1000;
		background: rgba(0,0,0,0.9);
	}

	#navigation ul li {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	#navigation ul li a {
		margin: 0;
		display: block;
		line-height: 23px;
		color: #fff;
		box-sizing: border-box;
		padding-left: 10px;
		color: #fefefe;
		text-shadow: 1px 1px 1px #000;
	}

	#background {
		display: none;
	}


	.openclose {
		display: block;
	}


	.logo {
		display: none;
	}

	#concert_text a {
		color: #c00;
	}

	#whore-figure {
		bottom: 90px;
	}

	.whore-block-1 {
		left: 0;
		width: 100%;
		top: initial;
		bottom: 200px;
	}
	.whore-block-2 {
		right: 0;
		width: 100%;
		top: initial;
		bottom: 130px;
	}

	/*
	#concert_text {
		right: 0;
		top: auto;
		bottom: 50px;
		width: 100%;
	}
	*/

	#concert_text {
		left: 0;
		right: 35px;
		top: 5px;
	}

	#concert_text a {
		color: #fff;
	}

	#header {
		border: none;
	}

	body.kremlin {
		background-position: 50% 20px;
		background-color: #000;
		background-repeat: no-repeat;
	}

	.menu-active #navigation {
		top: 21px;
	}


	#slava-figure {
		bottom: 36px;
	}

	.menu_socials {
		display: none;
	}

	.btn {
		bottom: -136px;
		width: 100%;
		left: 0;
		margin: 0;
	}

	#concert_text a {
		font-size: 0.8em;
		line-height: 1.3em;
	}

}



#vostok_fm_logo {
	position: absolute;
	bottom: 13%;
	right: 18%;
}
@media (max-width:1440px) {#vostok_fm_logo {right:11%;bottom:19%;}}
@media (max-width:1280px) {#vostok_fm_logo {right:7%;bottom:19%;}}
@media (max-width:900px) {#vostok_fm_logo {display:none;}}

#rus_neft_logo {
	position: absolute;
	top: 15%;
	right: 10%;
	max-width: 240px;
	font-weight: bold;
	font-size: 17px;
}
#rus_neft_logo img {
	max-width: 120px;
	height: auto;
	display: block;
	margin-top: 10px;
}

#concert_text_bot {
	color: white;
	text-align: center;
	margin: 15px auto;
	padding: 0 10%;
}

/*
* Revel
*/
.revelation {
	background-color: #000;
}
.revelation #header {
	background-color: #000;
	margin-top: 0;
}
.revel-player {
	padding: 0 10%;
}
@media all and (max-width: 768px) {
	.revel-player { padding: 15% 0 0 0; }	
}

body.revelation #concert_text {
	display: none !important;
}

#navigation {
	width: 100% !important;
}