@charset "utf-8";
body {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

strong {
	font-weight: 700;

}

.margintopbottom {
	margin-top: 30px;
	margin-bottom: 30px;
}


h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h3 {
    font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h4 {
    font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a {
	color: #39586F;
	text-decoration: underline;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a:hover {
	color: #FB2935;
}



.opa {
	opacity: 0.6;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	
}

.opa:hover  {
	opacity: 1;	
}

.opa2 {
	opacity: 0.95;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	
}

.opa2:hover  {
	opacity: 1;	
}

.container {
	width: 90%;
	position: relative;
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	max-width: 1280px;
	padding-right: 5%;
	padding-left: 5%;
}

.header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 237px;
	background-color: #25A5CA;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.gerb-ru {
	background-image: url(/images/gerb-ru.png);
	float: left;
	height: 89px;
	width: 73px;
	margin-top: 14px;
	margin-right: 30px;
	display: block;
}

.gerb-sev {
	background-image: url(/images/gerb-sev.png);
	float: left;
	height: 89px;
	width: 72px;
	margin-top: 14px;
	margin-right: 30px;
	display: block;
}

.gerb-lmo {
	background-image: url(/images/gerb-lmo.png);
	float: left;
	height: 84px;
	width: 84px;
	margin-top: 14px;
	margin-right: 30px;
	display: block;
}
.seagull {
	background-image: url(/images/seagull.png);
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	margin-left: 600px;
	margin-top: 113px;
}
.nahimov {
	background-image: url(/images/nahimov.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 216px;
	width: 293px;
	position: absolute;
	right: 0px;
	top: 24px;
}


.logo {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	color: #000 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.logo em {
	display: block;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 2px 2px 3px #4a829e;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.logo strong {
	display: block;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 2px 2px 3px #4a829e;
	line-height: 28px;
}
.home {
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 35px;
	display: block;
	float: left;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}

.home:hover {
	background-color: #000000;
}

.home.active  {
	background-color: #fb2935;
}

.mmenu {
	background-image: url(/images/mmenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 35px;
	display: block;
	float: left;
	cursor: pointer;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}

.mmenu:hover {
	background-color: #000000;
}

.mmenu.active  {
	background-color: #fb2935;
}






.mainmenu {
	background-color: #39586f;
	font-size: 14px;
	text-transform: uppercase;
	height: 46px;
}
.mainmenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.mainmenu ul li {
	display: block;
	float: left;
}
.mainmenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-top: 16px;
	padding-right: 7px;
	padding-left: 7px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}
.mainmenu ul li .arrdown {
	background-image: url(/images/arrdown.png);
	background-repeat: no-repeat;
	background-position: right 23px;
	padding-right: 18px;
}
.mainmenu ul li a:hover {
	background-color: #000;
}
.mainmenu ul .active {}
.mainmenu ul .active a{
	background-color: #FB2935;
}
.mainmenu ul .active a:hover{
	background-color: #000000;
}

.mainmenu ul li ul {
	background-color: #000;
	display: none;
	font-size: 14px;
	text-transform: none;
	float: left;
	clear: both;
	position: absolute;
	z-index: 9999;
}
.mainmenu ul li ul li {
	float: left;
	clear: both;

}


.mainmenu ul li ul li a {
	padding-right: 10px !important;
	background-image: none !important;
}
.mainmenu ul li ul li a:hover {
	background-color: #333333;
}
.mainmenu ul li ul .active {}
.mainmenu ul li ul .active a {
	background-color: #FB2935;
}
.mainmenu ul li ul .active a:hover{
	background-color: #FB2935;
}


.mainmenu ul .active ul {
	background-color: #000;
}
.mainmenu ul .active ul li {}
.mainmenu ul .active ul li a {
	background-color: #000;
}
.mainmenu ul .active ul li a:hover {
	background-color: #333333;
}
.mainmenu ul .active ul .active {}
.mainmenu ul .active ul .active a {
	background-color: #FB2935;
}
.mainmenu ul .active ul .active a:hover{
	background-color: #FB2935;
}



.mainmenu ul .active .menublack a { 
	background-color: #000;
}

.mainmenu ul .menublack a { 
	background-color: #000;
}


.glasses {
	background-image: url(/images/glasses.png);
	display: block;
	height: 46px;
	width: 46px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-decoration: underline;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.glasses:hover {
	background-color: #000;
}


.glasses.active {
	background-color: #fb2935;
}

.searchbutton {
	background-image: url(/images/search.png);
	display: block;
	height: 46px;
	width: 46px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-decoration: underline;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.searchbutton:hover {
	background-color: #000;
}
.breadc {
	font-size: 11px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39586F;
	color: #39586F;
}

.breadc a {
	color: #000;
	text-decoration: none;
}

.breadc a:hover {
	color: #FB2935;
	text-decoration: none;
}
.column1 {
	float: left;
	width: 31.3333%;
	display: inline-block;
	margin-right: 3%;
}
.column2 {
	float: left;
	width: 31.3333%;
	display: inline-block;
	margin-right: 3%;
}
.column3 {
	float: right;
	width: 31.3333%;
	display: inline-block;
}

.column11 {
	display: inline-block;
	width: 65.6667%;
	float: left;
	font-size: 16px;
}

.column22 {
	display: inline-block;
	width: 65.6667%;
	float: right;
}

.column22 .column2 {
	margin-right: 4.568527918781726%;	
	float: left;
	width: 47.71568527918783%;
	display: inline-block;	
}

.column22 .column3 {
	float: right;
	width: 47.7157%;
	display: inline-block;
}

.titler {
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.titlerblack {
	border-top-color: #000;
}
.titlerred {
	border-top-color: #FB2935;
}
.titlerblue {
	border-top-color: #39586F;
}
.newsTPL {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}



.newsTPL .newstitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #39586F;
	text-decoration: none;
	display: block;
}

.newsTPL .newstitle:hover {
	color: #FB2935;
}


.newsTPL .dater {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
.newsTPL .introtext {
	color: #000;
	text-decoration: none;
	display: block;
}
.newsTPL img {
	height: auto;
	width: 100%;
	margin-bottom: 3px;
}


.sobTPL {
	text-decoration: none;
	font-size: 15px;
	color: #000;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.sobTPL a {
	text-decoration: none;
	color: #000;
}

.sobTPL a:hover {
	color: #FB2935;
}

.sobTPL .dater {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	text-decoration: none;
}
.tags {
	background-color: #39586f;
	display: block;
	font-size: 11px;
	color: #FFF !important;
	float: left;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 3px;
}

.tags:hover {
	background-color: #FB2935;
}
.morer {
	color: #FFF !important;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #39586F;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
}

.morer:hover {
	background-color: #FB2935;

}

.morerblack {
	background-color: #000;
}


.banners {}
.banners ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*           
.banners li {
	display: block;
	float: left;
	width: 23%;
	margin-right: 2.66667%;
	margin-bottom: 2.66667%;
}

.banners li:nth-child(4n+4) {
    margin-right: 0px;
}
*/


.banners li {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.banners li:nth-child(3n+3) {
    margin-right: 0px;
}


.banners ul li img {
	height: auto;
	width: 100%;
}



.column3 .banners li {
	display: block;
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}


.column3 .banners li:nth-child(2n+2) {
    margin-right: 0px;
}




.footer {
	background-color: #213340;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FB2935;
	margin-top: 30px;
}
.copyrights {
	background-image: url(/images/gerb-lmo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	float: left;
	width: 35%;
	padding-left: 70px;
	font-size: 11px;
	color: #90969a;
	float: left;
}
.copyrights strong {
	font-weight: normal;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}
.strigi {
	background-image: url(/images/strigi.png);
	display: block;
	height: 117px;
	width: 245px;
	position: absolute;
	z-index: 999;
	right: 5%;
	margin-top: -50px;
}


.searchdiv {
	background-color: #000000;
	display: inline-block;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99999;
	width: 100%;
	height: 42px;
	margin-top: -50px;
}
.searchdiv form {

}
.searchinput {
    font-family: 'Ubuntu Condensed', sans-serif;
	background-color: transparent;
	padding: 0%;
	color: #FFF;
	width: 80%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	font-size: 15px;
	margin-top: 11px;
}

.searchbuttongo {
	background-image: url(/images/search2.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	background-color: transparent;
}
.searchclose {
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	background-color: transparent;
}

.mmenu { 
	display: none; 
}

.mainmenumobile { 
	display: none; 
}

.panmenu { 
	display: block; 
	width: 4%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 0;
	padding: 0;
}

.fixedmenu {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	display: inline-block;
	z-index: 9999;
	width: 100%;
}

.fixedmenublock {
	background-color: transparent;
	font-size: 13px;
	text-transform: uppercase;
	height: 46px;
	width: 100%;
	display: none;
}


.searchblock {
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c5c5c5;
}


.galleries {
	display: block;
	margin-top: 30px;
}


.galleries ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.galleries ul li {
	display: block;
	float: left;
	height: auto;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 20px;
}


.galleries ul li img{
	opacity: 0.9;
	width: 100%;
	height: auto;
		
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
}


.galleries ul li img:hover {
	opacity: 1;
	-webkit-transform: scale(1.05));
    -moz-transform: scale(1.05));
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);

   	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.galleries ul li:nth-child(4n+4) {
    margin-right: 0px;
}


.pagerdiv {
    font-family: 'Ubuntu Condensed', sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #b6b6b6;
	display: inline-block;
	width: 100%;
}
.pagination {
	font-size: 15px;
}

.pagination a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	
}

.pagination a:hover  {
	color: #fb2935;

}


.pagination .page {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}



.pagination .current {
	background-color: #fb2935;
	color: #FFF;
	font-weight: normal;
}

.pagination b {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


.newsTPL-inner {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	float: left;
	height: 410px;
}

.newsTPL-inner.last {
	margin-right: 0%;
}




.iframer {
	width: 100%;
	height: 700px;
	outline: 1px solid #000;
	border: 0px;
	background-color: #FFF;
}







.innermenu {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}
.innermenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.innermenu ul li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.innermenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #39586f;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}

.innermenu ul li a:hover {
	background-color: #000;
}
.innermenu ul .active {}

.innermenu ul .active a{
	background-color: #fb2935;
}
.innermenu ul .active a:hover{
	background-color: #000000;
}


.youtubeTPL {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 4%;
}

.youtubeTPL.last {
	margin-right: 0%;
}





.gallerybigTPL {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 5%;
	text-decoration: none;
}

.gallerybigTPL img {
	margin-bottom: 5px;
}

.gallerybigTPL.last {
	margin-right: 0%;
}



.textTPL {
	text-decoration: none;
	font-size: 15px;
	color: #000;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39586F;
}

.textTPL a {
	text-decoration: none;
	color: #000;
}

.textTPL a:hover {
	color: #FB2935;
}

.docTPL {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39586F;
	color: #000;
	text-decoration: none;
	font-size: 17px;
}


.docTPL-index {
	border-bottom-width: 0px;
}

.docTPL a {
	color: #000;
	text-decoration: none;
}

.docTPL a:hover {
	color: #fb2935;
	text-decoration: none;
}


.docTPL img {
	display: block;
	float: left;
	width: 4%;
	padding-right: 1%;
}

.docTPL .dater {
	font-size: 11px;
	color: #666;
	display: block;
	margin-bottom: 3px;
}
.docTPL .doctext {
	display: block;
	float: left;
	width: 95%;
}

.gerbs {
	float: left;
	width: auto;
}

.column11 iframe {
	width: 100%;
	height: 450px;
}


.column11 .dater {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}


.field1 {
	background-color: #e1e1e1;
	padding: 2%;
	width: 96%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 15px;

	outline: 1px dotted #595959;

}


.field2 {
	background-color: #e1e1e1;
	padding: 2%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 15px;
	outline: 1px dotted #595959;
}

.field1::-webkit-input-placeholder {color:#838383;}
.field1::-moz-placeholder          {color:#838383;}/* Firefox 19+ */
.field1:-moz-placeholder           {color:#838383;}/* Firefox 18- */
.field1:-ms-input-placeholder      {color:#838383;}

.button1 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #fb2935;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
}

.error {
	background-color: #f7cccc;

}

.backer {
	color: #FFF !important;
	text-decoration: none;
	background-color: #39586F;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-size: 13px;
	margin-bottom: 10px;
}



.topmenu {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
}
.topmenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.topmenu ul li {
	display: block;
	float: left;
	margin-right: 1px;
}
.topmenu ul li a{
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 11px;
	text-decoration: none;
	color: #FFF;
	background-image: url(/images/topmenu-normal.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topmenu ul li a:hover {
	background-image: url(/images/topmenu-normal-hover.png);
}
.topmenu ul .active {}
.topmenu ul .active a{
	background-image: url(/images/topmenu-active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topmenu ul .active a:hover{
	background-image: url(/images/topmenu-hover.png);
}


.warninfo {
	font-size: 10px;
	background-color: #FB2935;
	color: #FFF;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 4px;
}
.deputatblock {
	font-family: 'Ubuntu Condensed', sans-serif;
	display: inline-block;
	float: left;
	width: 47%;
	margin-bottom: 20px;
	margin-right: 6%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
	font-size: 14px;
}
.deputatblock.last {
	margin-right: 0px;
}

.deputatblock .photo {
	width: 40%;
	margin-right: 5%;
	display: inline-block;
	float: left;
}
.deputatblock .texter {
	float: left;
	width: 55%;
}
.deputatblock .texter strong {
	font-size: 17px;
	font-weight: bold;
	color: #39586F;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.deputatblock .texter .biomore {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: block;
	float: left;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

.deputatblock .texter .biomore:hover {
	background-color: #FB2935;
}
.deputatblock.deputat-big {
	margin-right: 0px;
	width: 100%;
	font-size: 15px;
}
.deputatblock.deputat-big .texter strong {
	font-size: 21px;
}
.deputat-photocontent {
	display: inline-block;
	width: 30%;
	float: left;
	margin-right: 3%;
}

.pdfview {
	width: 100% !important;
	height: 800px !important;
	border: none;
	display: block;
}



.footermenu {
	display: block;
	float: left;
	width: 35%;
	margin-left: 3%;
	font-size: 14px;
	line-height: 14px;
}



.footermenu {
	font-size: 14px;
	line-height: 14px;
}
.footermenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footermenu ul li {
	display: block;
	float: left;
	clear: both;
}
.footermenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}

.footermenu ul li a:hover {
	background-color: #000;
}
.footermenu ul .active {}
.footermenu ul .active a{
	background-color: #FB2935;
}
.footermenu ul .active a:hover{
	background-color: #000000;
}



.pcorrupt {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	
	float: left;


}

.pcorrupt:hover {
    	color: #FFF;
	background-color: #000;
}


.column1-corrupt {
	display: inline-block;
	float: left;
	width: 25%;
}


.column2-corrupt {
	display: inline-block;
	float: right;
	width: 73%;

}

.column1-corrupt ul {
	font-size: 16px;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.column1-corrupt ul li {
	display: block;
	float: left;
	clear: both;
}
.column1-corrupt ul li a{
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;

	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;	

}

.column1-corrupt ul li a:hover {
}
.column1-corrupt ul .active {}
.column1-corrupt ul .active a{
	background-color: #39586f;
	color: #FFF;
}
.column1-corrupt ul .active a:hover{
	background-color: #39586f;
	color: #FFF;
}


.column1-corrupt ul li ul {
	font-size: 14px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #39586F;
}

.column1-corrupt ul .active ul li a {
	margin-top: 1px;
	color: #39586F;
	background-color: #FFF;
}

.column1-corrupt ul .active ul li a:hover {
	color: #ff2432;
	background-color: #FFF;
}


.column1-corrupt ul .active ul li a:hover {
	color: #ff2432;
	background-color: #FFF;
}

.column1-corrupt ul .active ul .active a {
	color: #FFF;
	background-color: #39586f;
}


.column1-corrupt ul .active ul .active a:hover {
	color: #FFF;
	background-color: #39586f;
}

