
.clear {
	clear: both;
}
.ptop10 {
	padding-top: 10px;
}
.height20 {
	height: 20px;
	width: 100%;
	clear: both;
}
.height10 {
	height: 10px;
	width: 100%;
	clear: both;
}
.height50 {
	height: 50px;
}
.height100 {
	height: 100px;
}
.height150 {
	height: 150px;
}
.height200 {
	height: 200px;
}
.height250 {
	height: 250px;
}
.height300 {
	height: 300px;
}
.height400 {
	height: 300px;
}
.height500 {
	height: 500px;
}
.center {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.noborder {
	border: none!important;
}
video {
	margin: 0 auto;
	display: block;
	width: 1000px;
}
img.right {
	float: right!important;
	margin-left: 30px;
}
.right {
	float: right!important;
	margin-left: 10px;
}
.left {
	float: left!important;
	margin-right: 10px;
}
img.left {
	float: left;
	margin-right: 30px;
	display: block;
	margin-left: 0!important;
}
.imgborder {
	border: 1px solid #0060aa;
}
.moveright20 {
	position: relative;
	right: -20px;
}
.bold {
	font-weight: bold;
}




body {
	background: url(/images/main-bg.jpg) bottom center black no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	color: white;
}
header {
	margin-top: 10px;
}
h1, h2, h3, h4 {
	color: orange;
}
#content, nav {
	margin-top: 15px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
}
footer {
	/*background: url(/images/footer-bg.jpg) top center black no-repeat;*/
	min-height: 300px;
}
footer .container {
	background-color: rgba(0, 0, 0, 0.7);
}
.footer-top {
	min-height: 250px;
}
.photo {
	height:200px;
	float: left;	
}
#vk_groups {
	float: right;
	margin: 0 10px 0 10px;
}
.copyright {
	text-align: center;
	margin-top: 10px;
	height: 31px;
}
.yametrika {
	margin: 0 auto;
	display: table;
	margin-bottom: 10px;
}
.pogoda {
	display: table;
	float: right;
}
.timer {
	margin-top: 15px;
}
.timer h2 {
	text-align: center;
}

#go-top {
	z-index: 9999;
	display:block;
	width:60px;
	height:60px;
	position:fixed;
	right:50%;
	margin-right:-580px;
	bottom:50px;
	background:url(../images/go-top.png) no-repeat 0 0;
	cursor:pointer;
	opacity:0.8;
}
#go-top:hover {
	opacity:1;
}
.go-top {
	margin-right:0 !important;
	right:10px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0.5 !important;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	/*width: 984px;*/
	min-height: 50px;
	text-decoration: none;
	list-style: none;
}

nav ul li{
	padding: 0 15px;
	margin: 0;
	/*width: 16.66%;*/
	/*min-height: 50px;*/
	float: left;
	display: block;
	position: relative;
}

nav ul li a {
	padding: 0;
	margin: 0;
	min-height: 50px;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}

nav ul li a.current {
    color: orange;
}

nav ul li a:hover, nav ul li a:focus  {
	color: orange;
	text-decoration: none;
}

/*Second Level*/
nav ul li ul {
	margin: 0;
    top: -999em;
    left: -999em;
    position: absolute;
    display: block;
    height: 0px;
    width: 260px;  
    padding: 5px 0 5px 10px;
    background: rgba(255,13,0,.8);
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
    -o-box-shadow: 1px 1px 8px #555;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border: none; 
}
nav ul li ul li a,
nav ul li ul li a.current{
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
	font-weight: bold;
    background: none;
    text-align: left;
    display: block;
    min-width: 200px;
	width: 260px;
    height: 20px;
	line-height: 1;
	text-transform: none;
	border: none;
}
nav ul li ul li a.current{
    color: #ffc0bd;
}
nav ul li ul li a:hover, nav ul li ul li a:focus{
	color: #ffc0bd;
	text-decoration: none;
}
nav  ul  li:hover  ul {    
    height: auto;
    z-index: 9999;
    top: 45px;
    right: auto;
    left: 0;
    display: block
}
nav ul ul li {
    position: relative;
    line-height: 1;
    margin: 0;
    padding: 0;
	background: none;
	height: auto;
	width: auto;
}
/* navigation text color */
nav ul li li a {
    padding: 6px 12px;
    text-decoration: none;
    color: #fff;
    display: block
}


#footer-navi {
	padding: 0;
	margin: 20px 0 0 0;
	/*width: 750px;*/
	float: right;
}
#footer-navi ul{
	padding: 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	list-style: none;
}
#footer-navi ul li{
	padding: 0 12px;
	margin: 0;
	float: left;
}
#footer-navi ul li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	color: white;
	font-weight: bold;
	display: block;
}
#footer-navi ul li:first-of-type{
	padding: 0 10px 0 0;
}
#footer-navi ul li:last-of-type{
	padding: 0 0 0 10px;
}
#footer-navi ul li a.current{
	color: #6fa6f8;
}
#footer-navi ul li a:hover {
	color: #6fa6f8;
}
/* second level */
#footer-navi ul li li {
    float: none;
    width: 100%;
    display: block;
	margin: 0;
	padding: 0;
	height: 25px;
}
#footer-navi ul li li a,
#footer-navi ul li li.sectionheader {
    text-decoration: none;
    display: block;
    padding: 0;
    color: white;
}
#footer-navi ul li li a:hover {
    color: #6fa6f8;
}
#footer-navi ul li ul{
   padding: 0;
   margin: 0;
   padding-left: 15px;
}
#footer-navi ul li ul li a{
   font-size: 12px;
   color: white;
   height: 25px;
   font-weight: normal;
}
#footer-navi ul li ul li {
   padding: 0;
   margin: 0;
}
#footer-navi ul li ul li:first-of-type{
	padding: 0;
}
#footer-navi ul li ul li:last-of-type{
	padding: 0;
}

.NewsSummaryContent iframe {
	margin: 0 auto;
	display: table;
}
.NewsSummary {
	margin-bottom: 20px;
}
.yandex-share {
	margin: 0 0 10px 0;
}





#top-menu.default {
}
#top-menu {
    background: url("../images/menu_bg_red.jpg") repeat-x scroll;
    height: 50px;
    margin: 0 1px;
    padding: 0;
	opacity: 0.80;
     -webkit-transition: opacity 0.5s ease-out 0s;
     -moz-transition: opacity 0.5s ease-out 0s;
     -o-transition: opacity 0.5s ease-out 0s;
     transition: opacity 0.5s ease-out 0s;
	display: none;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
    -o-box-shadow: 1px 1px 8px #555;
}
#top-menu:hover {
	opacity: 1;
}

#top-menu ul {
	padding: 0;
	margin: 0 auto;
	height: 50px;
	text-decoration: none;
	list-style: none;
	list-style-image: none;
}
#top-menu ul.cf {
	list-style: none;
	list-style-image: none;
}

#top-menu ul li{
	padding: 0;
	margin: 0;
	width: 16.66%;
	height: 50px;
	float: left;
	display: block;
	position: relative;
	list-style: none;
	list-style-image: none;
}

#top-menu ul li a {
	padding: 0;
	margin: 0;
	height: 50px;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}

#top-menu ul li a.current {
    background: url("../images/menu_bg_active.jpg") no-repeat center center;
    border: 0 none;
}

#top-menu ul li a:hover {
	color: #ffc0bd;
}

/*Second Level*/
#top-menu ul li ul {
	margin: 0;
    top: -999em;
    left: -999em;
    position: absolute;
    display: block;
    height: 0px;
    width: 260px;  
    padding: 5px 0 5px 10px;
    background: rgba(255,13,0,.8);
    box-shadow: 1px 1px 8px #555;
    -webkit-box-shadow: 1px 1px 8px #555;
    -moz-box-shadow: 1px 1px 8px #555;
    -o-box-shadow: 1px 1px 8px #555;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border: none; 
}
#top-menu ul li ul li a,
#top-menu ul li ul li a.current{
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
	font-weight: bold;
    background: none;
    text-align: left;
    display: block;
    min-width: 200px;
	width: 260px;
    height: 20px;
	line-height: 1;
	text-transform: none;
}
#top-menu ul li ul li a.current{
    color: #ffc0bd;
}
#top-menu ul li ul li a:hover {
	color: #ffc0bd;
}
#top-menu  ul  li:hover  ul {    
    height: auto;
    z-index: 9999;
    top: 45px;
    right: auto;
    left: 0;
    display: block
}
#top-menu ul ul li {
    position: relative;
    line-height: 1;
    margin: 0;
    padding: 0;
	background: none;
	height: auto;
	width: auto;
}
/* #top-menuigation text color */
#top-menu ul li li a {
    padding: 6px 12px;
    text-decoration: none;
    color: #fff;
    display: block
}
.gallery_center {
	display: table;
	margin: 0 auto;
}