@import"../css/reset.css";
@import"../css/skeleton.css";
@import"../css/superfish.css";
@import"../css/forms.css";
@import"../css/flexslider.css";

html {overflow-y:scroll;}
body {
	background: #fff url('../images/bg-body.png') repeat-x;
	font:14px/20px Arial, sans-serif;
	color:#81807f;
	position:relative;
	min-width:320px;
}
html,body {
	height:100%;
}
a {
	color:#ed6c12;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

/*  Header styles */
h1 {float:left;}
h1 a {
	display: block;
	text-indent: -999em;
	width: 270px;
	height: 59px;
	background: url('../images/logo.png') no-repeat;
}
h2 {
	font-size:20px;
	line-height:24px;
	color:#81807f;
	text-transform:uppercase;
}
h3 {
	font-size:14px;
	line-height:17px;
	color:#beb8b1;
	text-transform: uppercase;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.button_buy_ticket {
    background-color: #ed6c12;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
	border-radius: 8px;
}

.question_ico {
	position: fixed; 
	bottom: 0;
	/*top: 0;*/	
	left: 0; z-index:500;
	margin-bottom:20px;
	margin-left:20px;	
	width: 30px;
	height: 30px;
	background-color: #ed6c12;
	text-align: center;	
	display: table-cell;	
	vertical-align: middle;
    opacity: 0.5;
    filter: alpha(Opacity=50);	
	border-radius: 5px;	
	border: 1px solid #bd3900;
}

.question_ico:hover {
    opacity: 1;
    filter: alpha(Opacity=100);
}

.inner_question {
	line-height: 30px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;	
}


table.v {border-collapse:collapse;}
table.v td {border:1px solid #e8e5e0; padding: 7px}

.player_play {
	display: block;
	cursor: pointer;
	width: 50px; 
	height: 50px; 
	background: url("/images/play.png") no-repeat top left; 
}        
.player_play:hover {
    background: url("/images/play.png") no-repeat top right;
}        
.player_stop {
    display: block;
    cursor: pointer;
   	width: 50px; 
   	height: 50px; 
   	background: url("/images/stop.png") no-repeat bottom left; 
}        
.player_stop:hover {
    background: url("/images/stop.png") no-repeat bottom right;
}

.music_container {
	height: 80px;
	width: 80px;
	background: rgba(255,255,255,.8);
	border-radius: 24px;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	transition: .5s linear;
	cursor: pointer;	
}
.music_container:before {
	content: "\f001";
	font-family: FontAwesome;
	font-size: 30px;
	background: -webkit-linear-gradient(50deg, #FD9F85 50%, #E837C2);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		color: #FF7E24;
		position: absolute;
		line-height: 80px;
		left: 25px;
}
.music_container:hover .music_disc {
	margin-left: 85px;
	transform: rotate(360deg);
}
.music_disc {
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: -1;
	border-radius: 50%;
	background: transparent;
	margin: 20px;
	transition: .9s linear;
	box-shadow:
		0 8px 6px -8px rgba(0,0,0,0.5),
		0 0 1px 1px rgba(0,0,0,0.5),
		0 0 0 1px #666 inset,
		0 0 0 2px #222 inset,
		0 30px 0px -29px #444 inset,
		0 -30px 0px -29px #444 inset,
		0 0 0 3px #333 inset,
		0 0 0 4px #222 inset,
		0 0 0 5px #333 inset,
		0 33px 0px -27px #444 inset,
		0 -33px 0px -27px #444 inset,
		0 0 0 6px #222 inset,
		0 0 0 7px #333 inset,
		0 0 0 8px #222 inset,
		0 34px 0px -25px #444 inset,
		0 -34px 0px -25px #444 inset,
		0 0 0 9px #333 inset,
		0 0 0 10px #222 inset,
		0 0 0 11px #333 inset,
		0 35px 0px -23px #444 inset,
		0 -35px 0px -23px #444 inset,
		0 0 0 12px #222 inset,
		0 0 0 13px #333 inset,
		0 0 0 14px #222 inset,
		0 36px 0px -21px #444 inset,
		0 -36px 0px -21px #444 inset,
		0 0 0 15px #333 inset,
		0 0 0 16px #222 inset,
		0 0 0 17px #333 inset,
		0 37px 0px -19px #444 inset,
		0 -37px 0px -19px #444 inset,
		0 0 0 18px #222 inset,
		0 0 0 19px #333 inset,
		0 0 0 20px #222 inset,
		0 38px 0px -17px #444 inset,
		0 -38px 0px -17px #444 inset,
		0 0 0 21px #333 inset,
		0 0 0 22px #222 inset,
		0 0 0 23px #333 inset,
		0 39px 0px -15px #444 inset, 
		0 -39px 0px -15px #444 inset, 
		0 0 0 24px #222 inset,
		0 0 0 25px #333 inset,  
		0 0 0 26px #222 inset,
		0 40px 0px -13px #444 inset,
		0 -40px 0px -13px #444 inset,
		0 0 0 27px #333 inset,
		0 0 0 28px #222 inset,
		0 0 0 29px #333 inset,
		0 41px 0px -11px #444 inset,
		0 -41px 0px -11px #444 inset,
		0 0 0 30px #222 inset,
		0 0 0 43px #333 inset,
		0 0 0 45px #AF2A10 inset,
		0 0 0 47px #333 inset,
		0 0 0 62px #AF2A10 inset,
		0 0 10px 78px rgba(0,0,0,0.5) inset;
}

#music_block {
	display: none;	
}

.footer_icons {
	text-align: absmiddle;
	height: 20px;
	width: 20px;
	padding-right:5px;
}

.header_icons {
	padding-right:10px;
}

#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
  background: #fff;
    width: 520px;
    margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 10px solid #ddd;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}

.forma p {
	padding-top:10px;
}

.forma div {
	padding-top:5px;
}

.calend_table {
	padding-top:7px;
	padding-bottom:7px;
}
.calend_table table {
	border-collapse:collapse;
}
.calend_table table th {
	border:1px solid #e8e5e0; 
}
.calend_table table td {
	border:1px solid #e8e5e0; 
}
/*
strong, strong a {
	font-size:14px;
	/*line-height:17px;*/
	color:#c4beb8;
	/*text-transform: uppercase;*/
}
strong a:hover {
	color:#ed6c12;
}
*/
#ticker {
	width: 230px;
	height: 300px;
	overflow: hidden;

}
#ticker li {
	width: 230px;
	height: 300px;
}
.radio_block {
	padding-left:30px;
}

.left_hrefs {
	padding-left:10px;
	margin:0;	
}

.navigation {
	padding-bottom:10px;
}

.graphic_table {
	width:100%;
}

.graphic_table td {
	border:1px solid #e8e5e0;	
	padding:5px;
	font-size:12px;
}

.top10 {
	padding-top:10px;
}

.bottom10 {
	padding-bottom:10px;
}

.news_image {
	padding-right:10px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:70px;
	vertical-align:middle;
	border: 0px;
	margin:0;
}

.anons_list {
	padding-top:10px;
	text-align:justify;
}

.anons_list div {
	padding-top:5px;
}

.tetx-1 a, .testimonials a, .list-1 li a, .list-2 li a, .button, .link-1, .footer-list li a, .policy a, .sf-menu > li, .sf-menu  li li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft, .fleft-r {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.alignmiddle *{
	vertical-align:middle;
}

/* IDENTS
========================================================================= */
.ident-bot-0 {margin-bottom: 5px;}
.ident-bot-1 {margin-bottom: 20px;}
.ident-bot-2 {margin-bottom: 19px;}
.ident-bot-3 {margin-bottom: 7px;}
.ident-bot-4 {margin-bottom: 38px;}
.ident-bot-5 {margin-bottom: 30px;}
.ident-bot-6 {margin-bottom: 10px;}
.ident-bot-7 {margin-bottom: 16px;}
.ident-bot-8 {margin-bottom: 12px;}
.ident-bot-9 {margin-bottom: 10px;}
.ident-bot-10 {margin-bottom: 62px;}
.ident-bot-11 {margin-bottom: 26px;}
.ident-bot-12 {margin-bottom: 36px;}
.ident-bot-13 {margin-bottom: 24px;}
.ident-bot-14 {margin-bottom: 23px;}
.ident-bot-15 {margin-bottom: 15px;}


.inner-ident-top-1 {padding-top:0px;}


/* HEADER
========================================================================= */
header {padding:50px 0 0 0;}
nav{
	float:right;
	padding-top:17px;
}
.border-1 {
	border-bottom: 4px solid #fbfaf9;
	padding-bottom:14px;
}
	
/* CONTENT
========================================================================= */
#page1 #content {
	padding:0 0 32px 0;
}
#content {
	padding:50px 0 32px 0;
}
span > img {border: 1px solid #c8c1b6; display:inline-block;}

.line {
	background: #f6f5f4;
	height: 2px;
	overflow:hidden;
}
.line-2 {
	background: #f6f5f4;
	height: 5px;
	overflow:hidden;
}

.tetx-1, .tetx-1 a {
	color:#ed6c12;
	font-size:16px;
	line-height:22px;
}
	.tetx-1 a:hover {color:#81807f;}
.tetx-2 {
	color:#000;
	line-height:22px;
}
.well {
	font-size:30px;
	line-height:36px;
	color:#bfbab2;
	text-transform:uppercase;
	padding-top:20px;
	margin-bottom:21px;
}
.testimonials {
	background-color:#f4f3f0;
	border: 1px solid #e8e5e0;
	padding: 31px 31px 45px 31px;
}
	.testimonials h2 {margin-bottom:24px;}
	.q-ident {
		padding-left:50px;
		background: url('../images/p-bg.png') no-repeat 0 2px;
		margin-bottom:16px;
	}
	.testimonials .name {color:#000;}
	.testimonials a:hover {color:#81807f;}

.block-left-1 {
	margin-top:-4px;
	margin-left:120px;
}
.block-left-2 {
	overflow:hidden;
	margin-left:250px;
	font-style:italic;
	padding-left:50px;
	background: url('../images/p-bg.png') no-repeat 0 2px;
	margin-top:-5px;
}

.column-1 {
	background-color:#f4f3f0;
	border: 1px solid #e8e5e0;
}
	.column-1 span > img {border:none;}
	.column-1 .c-ident {
		padding: 28px 20px 40px 30px;
	}
	
.img-icon-1 {
	float:left;
	margin-right:16px;
}
.img-icon-2 {
	float:left;
	margin-right:12px;
}
.img-icon-3 {
	float:left;
	margin-right:12px;
}

.list-1 li {
	padding-left: 14px;
	background: url('../images/marker.png') no-repeat 0 7px;
	margin-bottom:10px;
}
	.list-1 li a {
		color: #81807f;
	}
	.list-1 li a:hover {
		color: #ed6c12;
	}
.list-2 li {
	padding-left: 14px;
	background: url('../images/marker-1.png') no-repeat 0 7px;
	margin-bottom:10px;
}
	.list-2 li a {
		color: #ed6c12;
	}
	.list-2 li a:hover {
		color: #81807f;
	}

.rt-inner-ident-1 {
	padding: 0 40px;
}
.rt-inner-ident-2 {
	padding-right:40px;
}
.rt-inner-ident-3 {
	padding-right: 40px;
}
.rt-hidden-1 {
	display:none;
}
.rt-inner-ident-3 p {
	padding-bottom: 5px;
}
/*
.grid_24 p {
	padding-bottom: 5px;
}
*/

/* BUTTONS, LINKS
========================================================================= */
.button {
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:20px;
	padding:4px 15px;
	background-color:#ed6c12;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.button:hover {
		background-color:#81807f;
	}
.link-1 {
	color:#ed6c12;
}
	.link-1:hover {
		color:#81807f;
	}

/* FOOTER
========================================================================= */
footer {
	border-top: 5px solid #f6f5f4;
	padding-top:12px;
	padding-bottom:33px;
}
.footer-aside {
	background-color:#f4f3f0;
	padding:32px 0 24px 0;
	margin-bottom:33px;
}
.footer-list li {
	background: url('../images/line-li.png') repeat-x 0 0;
	padding:10px 0;
}
	.footer-list li:first-child {background:none;}
.footer-list li a {
	color:#b8b7b5;
	background: url('../images/marker.png') no-repeat 0 4px;
	padding-left:12px;
	font-size:12px;
}
	.footer-list li a:hover {color:#ed6c12;}
	
.footer-list li.soc-1 a {
	background: url('../images/facebook.png') no-repeat;
	padding-left:28px;
}
.footer-list li.soc-2 a {
	background: url('../images/rss.png') no-repeat;
	padding-left:28px;
}
.footer-list li.soc-3 a {
	background: url('../images/twitter.png') no-repeat;
	padding-left:28px;
}
.footer-list li.soc-4 a {
	background: url('../images/vk.jpg') no-repeat;
	padding-left:28px;
}
.policy a {
	color: #81807f;
}
	.policy a:hover {
		color:#ed6c12;
	}

.content_info {
	margin:0;
	padding:0;
}
.content_info p {
	padding-bottom:10px;
}

.content_info ul {
	padding-bottom:10px;
}

.content_info ul li{
	list-style-type:disc;
	margin-left:30px;
	padding-bottom:5px;
}
.content_info ol li{
	list-style-type:decimal;
	margin-left:30px;
	padding-bottom:5px;
}
.content_info table td {
	padding:5px;
}


/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.rt-inner-ident-1 {
		padding: 0 20px;
	}
	.rt-inner-ident-2 {
		padding-right:20px;
	}
	.rt-inner-ident-3 {
		padding-right:20px;
		padding-left:12px;
	}
	.testimonials {
		padding-left:14px;
		padding-right:14px;
	}
	.fleft-r {float:none;}
	.block-left-1 {
		margin-top:10px;
		margin-left:0px;
	}
}
@media only screen and (max-width: 767px) {
	.rt-br-1 {
		display:none;
	}
	.rt-ident-bot-1 {
		margin-bottom: 40px;
	}
	.rt-ident-bot-2 {
		margin-bottom: 30px;
	}
	.rt-inner-ident-1 {
		padding: 0;
	}
	.rt-inner-ident-2, .rt-inner-ident-3 {
		padding-right:0px;
	}
	.rt-img-1 {
		width:100%;
	}
	.inner-ident-top-1, .well {padding-top:0px;}
	.policy {
		text-align:center;
	}
	.footer-list li a {
		background-position:20px 4px;
		padding-left:40px;
		font-size:12px;
	}
	.footer-list li.soc-1 a,
	.footer-list li.soc-2 a,
	.footer-list li.soc-3 a, 
	.footer-list li.soc-4 a {
		padding-left:48px;
		background-position:20px 0;
	}
	.footer-aside h3 {
		padding-left:20px;
	}
	.block-left-2 {
		overflow:auto;
		clear:both;
		margin-left:0;
	}
	.aligncenter-r {
		text-align:center;
		display:block;
		float:none;
	}
	.aligncenter-r-2 {
		text-align:center;
		display:block;
	}
	header {padding-top:0;}
	nav {padding-top:0;}
	h1 {padding-top:22px;}
	h1 a {
		width: 197px;
		height: 41px;
		background: url('../images/logo-mobile.png') no-repeat;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.rt-grid-1 {
		width:200px !important;
		float:left !important;
	}
	.rt-grid-1.ident-l {margin-left:20px;}
	.rt-inner-ident-100 {
		padding-right:100px;
	}
	.column-1 .aligncenter-r-2 {margin-top:20px;}
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */