﻿body {
	font-family:Open Sans;

}
hr {border-top: 1px solid #ccc;}
.item img {
	width:100%;
	height: 100%;
	vertical-align:middle
}

.font11 { font-size:11px;}
.center {
	text-align:center !important
}
.gusr {
	margin: 0 auto;
	background-color: #007fb2; /* Для старых браузров */
	background-image: linear-gradient(to  bottom, #007fb2, #015584);
	color:#fff;
	max-width:1200px;

}
.white {
	background: white;
	color:#3a3a3a;
}
.cat {
	position:relative;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
}
.badge {
	position:absolute;
	top:0;
	right:0;
	min-width:97px;
	font-size:44px;
	font-weight:normal;
	height:100%;
	border-radius:0;
	padding-top:24px;
	opacity:0.5;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
}
.cat:hover .badge {
	opacity:1;
}
.list-group-item:first-child .badge {
	border-radius:0 4px 0 0;
}
.list-group-item:last-child .badge {
	border-radius:0 0 4px 0;
}
.item {
	width:50%;
	float:left;
}
.item a.img-thumbnail {
	margin-bottom:15px;
	margin-right:15px;
	display:block;
	background:url(/assets/img/spinner.gif) no-repeat center center;
	min-height:180px;
}
.menu_top {
	border-top:1px solid #114e76;
	background:#1b7eaf !important
}
/* HEADER */
header{
	margin-top:10px;
	margin-bottom:20px;
}
header hr {
	border:none;
	border-bottom:1px solid #21a1c4;
	margin: 13px 0;
	margin-bottom:20px;
}
header ul {
	margin:0px;
	padding:0px;
	float:right;
	list-style:none
}
header ul li {
	float:left;
	padding:0 20px;
	border-right: 1px dotted #fff
}
header ul li:last-child {
	border:none;
	padding-right:0;
}
header ul li a{
	color:#fff;
}
header ul li a:hover{
	color:#fff;
	text-decoration:none
}

header .logo{
	color:#fff;
	text-decoration: none;
}
header .logo img {
	float:left;
	width:85px;
	margin-right:25px;
}
header .logo h3,header .logo h4 {
	margin:0px;
	padding:0px;
}
header .logo h3{
	font-size:40px;
	line-height:-1;
	letter-spacing:1.6px
}
header .logo h4{
	font-size: 37px;
	margin-top:-10px;
	letter-spacing:3px
}
header .search {
	float:left;
	padding-top:20px;
}

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

#menu:before,
#menu:after {
	.content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	background-color:#1b7eaf;
	float: left;
	position: relative;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
}

#menu a {
	float: left;
	padding:20px 15px;
	color:#fff;
	text-decoration: none;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
}

#menu li:hover {
	background-color:#125985;
}
#menu li:hover a {
	color:#fff;
}

*html #menu li a:hover { /* IE6 only */
	background-color:#125985;
	color:#fff
}

#menu .active a {
	background-color:#125985;
}
#menu .active a {
	color:#fff;
}
#menu .active:hover {
	background-color:#125985;
}
#menu .active:hover a {
	color:#fff;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;    
	transition: all .2s ease-in-out;  
}
.sticky #menu ul {
	top: 60px !important;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 131px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}

#menu ul li {
	float: none;
	display: block;
	border-right:1px solid #1b7eaf;
	border-top:1px solid #1b7eaf;
	_line-height: 0; /*IE6 only*/
}
#menu ul li a {
	color: white !important;
}
#menu ul li:hover {
	background-color: #125985;
}
#menu ul li:hover a {
	color:#fff !important;
}
#menu ul ul li:first-child {
	border:none;
}

#menu ul a {    
	padding: 10px;
	min-width:170px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul {
	max-height:410px !important;
	overflow-y:scroll;
}
#menu ul li:first-child > a:after {
	.content: '';
	position: absolute;
	left: 40px;
	top: -6px;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
}

/* Mobile */
#menu-trigger {
	display: none;
}
.sticky {  
	position: fixed;  
	width: 100%;
	z-index: 100;  
	border-top: 0;
	-webkit-animation: animenu ease 0.5s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation: animenu ease 0.5s;
	-moz-animation-fill-mode:forwards;
	-o-animation: animenu ease 0.5s;
	-o-animation-fill-mode:forwards;
	-ms-animation: animenu ease 0.5s;
	-ms-animation-fill-mode:forwards;
}
/*.sticky #menu a {
	padding:20px 20px;
}
.sticky #menu ul a {    
	padding: 10px;
}
.sticky #menu li:hover {
	background-color:rgba(15,161,213,0.7);
}
.sticky #menu .active {
	background-color:rgba(15,161,213,0.7);
}
.sticky .logo {
	margin-top:5px;
	width:65px;
}
.sticky .logo img {
	width:100%;
	height:auto;
	vertical-align:middle;
}
*/
@-ms-keyframes animenu {
  from {
	  top:0px;
  }
  to {
	  top:0px;
}
  }
}
@-o-keyframes animenu {
  from {
	  top:0px;
  }
  to {
	  top:0px;
  }
}
@-moz-keyframes animenu {
  from {
	  top:0px;
  }
  to {
	  top:0px;
  }
}
@-webkit-keyframes animenu {
  from {
	  top:0px;
  }
  to {
	  top:0px;
  }
}
#menu img {
	width:45px;
}
#menu div li{margin-right:15px;
	margin-top:2px;
}
#menu div li a, #menu div li {
	padding:0px !important;
	
}
#menu div li:hover {
	background-color:none !important;
}

/* .content*/
.content { background-color:#fff; padding-top:35px; padding-bottom:30px;}
.content .main h2{ margin-top:0px;}
.panel-default{
	font-size:12px;
	text-align:center;
	background:#f2f2f2;
}
.panel-default h5{
	margin-top:0px;
}
.panel-default .panel-heading{
	background: #8ebfdc !important;
	text-align:center;
	position:relative;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0px -1px #348cc0;
}
.panel-default .panel-heading a{
	color:#fff;
	font-size:14px;
	text-shadow: 0px -1px #348cc0;

}
.panel-default .panel-heading a:hover{
	text-decoration:none
}
.panel .nav {
	font-size:12px;
}
.panel .nav a{
	color: #125986
}
.content a.block{
	display: block;
	background:#f2f2f2;
	padding:17px;
	color:#3a3a3a;
	font-size:13px;
	
}
.content a.block:hover{
	text-decoration:none;
}
.content a.block .prev {
	width:60px;
	margin-right:10px;
	float:left;
	display:table-cell;
	vertical-align:middle;
}
.content a.block .prev img{
	
}
.content a.block p {
	height:75px;
	display:table-cell;
	vertical-align:middle;

}


.content .margin_bot_30 {
	margin-bottom:30px;
	width:100%

}
.content .block .descr{
	text-align:center;
	background-color:#1b7eaf;
	padding:12px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.content .block .descr h4{
	margin:0px;
	font-weight:bold;
	font-size:13px;
}
.content .news h3{
	margin-top:0px;
	font-size:30px;
}
.content .news {
	margin-top:35px;
}
.content .news .item_news{
	margin-bottom:30px;
	font-size:12px;
}
.content .news .item_news a{
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
}
.item_news table{
	margin-bottom: 15px;
}
.content .news .item_news .pic{
	float:left;
	margin-right:15px;
	background:#e5e5e5;
}
.content .news .item_news .pic .date, .other .date{
	text-align:center;
	background-color: #106ca1;
	color:#fff;
	padding:5px 15px;
	font-size:12px;
}
.content .news .item_news .pic img{
	max-width:95px;
}
.content .other h4{
	margin-bottom:25px;	
}
.content .other	a{
	color:#106ca1;
	display:block
}
.content .other .item{
	font-size:12px
}

.bs-sidenav {
	background:#f2f2f2
}
.bs-sidenav a{
	font-weight:bold;
}
.bs-sidenav a:hover{
	background:white !important
}
.bs-sidenav ul {
	display:table;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
}
.bs-sidenav ul li {
	position:relative;
	display:block;
}
.bs-sidenav ul li a {
	display:block;
	width:100%;
	font-weight:normal;
	text-decoration:none;
	padding:3px 5px 3px 30px;
}

/* FOOTER */
.footer{

}
footer{
}
footer hr {
	border:none;
	border-bottom:1px solid #21a1c4;
	margin-top:50px;
}
footer h4{
	border-bottom:1px solid #21a1c4;
	color: #ffffff;
	padding:8px 0;
}
footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
footer ul li{
}
footer ul li a{
	color:#fff;
}
footer ul li a:hover{
	color:#fff;
	text-decoration:none
}
footer .tel {
	float:right
}

.btn-group a{
	font-weight: normal !important;
	text-shadow: none
}
.panel-right{
	position:absolute; right:0px; top:0
}