body {
background: #ffffff;
font-size: 15px;
font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
color: #444444;
}
.body-bg {
/*background: url("../images/dark_blue_micro_triangles.png") fixed center top #266da1;
background-size: 100% auto;
background-size: cover; */
background: #ffffff;
}

.topline {
background: #1d658f;
padding-top: 0px;
padding-bottom: 0px;
}
.line {
background: url("../images/line.png") repeat-x;
background-size: 60px auto;
height: 12px;
opacity: 1.0;
}


.tenbox {
padding-right: 0px;
padding-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
background: #ffffff;
}


div.seach_box {
/*padding-right: 0px;
padding-left: 0px;*/
}
div.seach_box .moduletable {
float: left;
}
div.seach_box .moduletable form {
height: 30px;
}
div.seach_box .inputbox {
  background: #068DC5;
  background: rgba(0,0,0,0.1);
  border: none;
  color: #ffffff;
  font-size: 90%;
  float: left;
  margin: 0;
  padding: 0px 5px 0px 10px;
  height: 30px;
}
div.seach_box .button {
  background: url("../images/icon-search.png") no-repeat scroll center center #006f8a;
  border: none;
  border-radius: 0px;
  display: block;
  float: left;  
  margin: 0;
  padding: 0;
  text-indent: -999em;  
  transition: all 0.3s ease 0s;
  width: 32px;
  height: 30px;
  cursor: pointer;
}



.datebox {
float: left;
background: url("../images/calendar-icon.png") no-repeat left center;
font-family: Segoe UI,Arial,sans-serif;
color: #a8dcf1;
font-size: 15px;
line-height: 30px;
padding-left: 25px;
margin-left: 15px;
}


.srtrun {
color: #f9f5f2;
font-size: 14px;
height: 30px;
line-height: 30px;

}



div.lang {
/*padding-right: 0px;
padding-left: 0px;*/
}
.lang ul {
float: right;
}
div.mod-languages li {
	margin-left: 0px;
	margin-right: 0px;
}
div.mod-languages li:first-child a  {	

}
div.mod-languages li:last-child a {

}
.lang li {
float: left;
}
.lang a {
text-decoration: none;
color: #ffffff;
font-size: 100%;
background: #068DC5;
background: rgba(0,0,0,0.2);
height: 30px;
line-height: 26px;
display: block;
padding: 0px 10px;
}
.lang li.lang-active a{
background: #ec9102;
color: #ffffff;
/*border-bottom: 4px #006087 solid;*/
}
.lang a:hover, .lang li.lang-active a:hover {
color: #ffffff;
}



.head-bg {

}
.head .header-img img {
max-width: 100%;
}
.head-fon {
/*background: #ffffff;
background: url("../images/head-fon.jpg") no-repeat center bottom #0897e2;*/
}
.head {
padding: 20px 0px 20px;
}
.head .head-img {
float: left;
width: 140px;
margin-top: 10px;
margin-bottom: 10px;
}
.head .head-img img {
width: 120px;
}
.head .head-name {
color: #004061;
font-size: 28px;
line-height: 1.3;
letter-spacing: 0px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
}
.head .head-name a {
color: #004061;
}
.head .head-name2 {
font-size: 16px;
color: #ffffff;
/*text-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
font-weight: normal;
text-transform: none;
line-height: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.head .head-name2 span {
background: #ec9102;
padding: 5px 7px 7px;
display: inline-block;
border-radius: 3px;
}

.head .tel {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: #444;
}
.head .tel i {
	color:#ec9102;
}
.head .tel-box {
margin-top: 10px;
margin-bottom: 10px;
}
.head .tel-but {
font-size: 15px;
color: #000000;
font-weight: 400;
border: 2px solid #0e9bbe;
text-decoration: none;
text-transform: uppercase;
margin-top: 8px;
margin-bottom: 0px;
padding: 2px 10px 3px;
display: inline-block;
transition: all 0.4s ease;
}
.head .tel-but:hover {
color: #ffffff;
background: #0e9bbe;
}

@media (max-width: 768px) {
.head .head-img {
display: none;
}
.head .head-name {
font-size: 24px;
font-weight: 700;
}
}




.topmenu {
background:#007bc1;
border-radius: 0px;
}
.navbar {
margin-bottom: 0px;
border: none;
}
.navbar {
background-color: #007bc1;
border-radius: 0px;
}
.navbar .menu> li > a, 
.navbar .menu > li > span {
color: #ffffff;
transition: 0.1s;
}
.navbar .menu > li > a:focus, .navbar .menu > li > a:hover, 
.navbar .menu> li > span:focus, .navbar .menu > li > span:hover {
color: #ffffff;
background-color: #00639c;
}
.nav > li > a,
.nav > li > span {
position: relative;
display: block;
margin: 7px 3px;
padding: 8px 20px;
line-height: 20px;
cursor: pointer;
font-size: 17px;
text-transform: uppercase;
font-weight: 400;
border-radius: 2px;
}
.navbar .menu > .active > a, .navbar .menu > .active > a:focus, .navbar .menu > .active > a:hover {
color: #ffffff;
background-color: #00639c;
}
.navbar .navbar-toggler i {
color: #fff;
}
.navbar .navbar-toggler {
border-color: #fff;
margin:10px;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
background: none;
}



.topmenu ul li ul li a, 
.topmenu ul li ul li span {
color: #ffffff;
}
	@media (min-width: 768px) {
.navbar .menu > li > a:focus, .navbar .menu > li:hover > a, 
.navbar .menu > li > span:focus, .navbar .menu > li:hover > span {
color: #ffffff;
background-color: #00639c;
}
.topmenu ul li ul {
display: none;
}
.topmenu ul li:hover ul {
display: block;
position: absolute;
left: 0px;
top: 100%;
transition: 0.1s;
list-style: none;
width: 250px;
z-index: 1001;
margin: 0;
padding: 5px 0px 5px;
background-color: #00639c;
}
.topmenu ul li ul li {
margin: 0;
padding: 0;
}
.topmenu ul li ul li a, 
.topmenu ul li ul li span {
color: #ffffff;
font-weight: 300;
text-transform: none;
letter-spacing: 0.00em;
font-size: 16px;
line-height: 1.0;
padding: 7px 5px 9px 10px;
background: none;
display: block;
transition: 0.1s;
}
.topmenu ul li ul li a:hover, 
.topmenu ul li ul li span:hover,
.topmenu ul li ul li.active a, 
.topmenu ul li ul li.active span {
background: #0e9bbe;
}
	}


@media (max-width: 768px) {
	.topmenu ul.menu>li {
		display:block;
		width:100%;
	}
}



.slide-box {
background: #006f8a;
background: #f2f2f2;
margin-top: 0px;
padding-top: 15px;
padding-bottom: 15px;
/*border: 1px solid #e2e2e2;*/
}
.about-box {
background: url(../images/about.jpg) no-repeat center bottom #0e9bbe;
background-size: cover;
padding: 15px;
color: #ffffff;
font-weight: 300;
font-size: 18px;
}
.about-welcome {
margin-top: 10px;
margin-bottom: 15px;
font-weight: 300;
font-size: 24px;
text-transform: uppercase;
}
.about-border {
border: 1px solid #ffffff;
padding: 15px;
min-height: 350px;
overflow: hidden;
}
.about-but {
font-size: 14px;
color: #ffffff;
font-weight: 400;
border: 1px solid #ffffff;
text-decoration: none;
text-transform: uppercase;
margin-top: 10px;
padding: 3px 8px 4px;
display: inline-block;
transition: all 0.3s ease;
/*text-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
}
.about-but:hover {
color: #1968ac;
background: #ffffff;
}





.content .ban-box {
background: #f2f2f2;
padding: 0px 9px;
border: 1px solid #e2e2e2;
}
.content .ban-box img {
margin: 9px 0px;
}
.content .map-box {
background: #f2f2f2;
padding: 9px;
border: 1px solid #e2e2e2;
}



.content {
padding-top: 10px;
padding-bottom: 5px;
}
.content .contentbox {
padding-top: 10px;
padding-bottom: 10px;
}
.item-page {
min-height: 0px;
}
.item-page p {
/*text-align: justify;*/
}
.page-header a{
	color:#337ab7;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}




.addlinks {
padding: 10px;
background: #e0e0e0;
}
.addlinks-1,
.addlinks-2,
.addlinks-3 {

}
.addlinks-1 {
background: url("../../../images/addlinks-1.jpg") no-repeat scroll center center;
background-size: cover;
}
.addlinks-2 {
background: url("../../../images/addlinks-2.jpg") no-repeat scroll center center;
background-size: cover;
}
.addlinks-3 {
background: url("../../../images/addlinks-3.jpg") no-repeat scroll center center;
background-size: cover;
}
.addlinks a {
color: #ffffff;
text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
font-size: 20px;
text-decoration: none;
font-weight: bold;
}
.addlinks a:hover {
color: #db8453;
}







.moduletable_rightmenu {
background: #0e9bbe;
}
.moduletable_rightmenu ul li a, 
.moduletable_rightmenu ul li span {
color: #ffffff;
font-weight: 400;
text-transform: none;
font-size: 17px;
margin: 0px;
padding: 10px 5px 12px 10px;
border-bottom: 1px solid #65b6db;
cursor: pointer;
border-radius: 0px;
}
.moduletable_rightmenu ul li:last-child a, 
.moduletable_rightmenu ul li:last-child span {
border-bottom: none;
}
.moduletable_rightmenu ul li:hover a, 
.moduletable_rightmenu ul li:hover span,
.moduletable_rightmenu ul li.active a, 
.moduletable_rightmenu ul li.active span {
color: #ffffff;
background: #006f8a;
}


.moduletable_rightmenu ul li ul li a, 
.moduletable_rightmenu ul li ul li span {
color: #ffffff;
text-transform: none;
font-size: 15px;
border: none !important;
background: none !important;
display: block;
}
.moduletable_rightmenu ul li ul li a:hover, 
.moduletable_rightmenu ul li ul li span:hover,
.moduletable_rightmenu ul li ul li.active a, 
.moduletable_rightmenu ul li ul li.active span {
text-decoration: underline;
color: #ffffff;
background: none;
}
	@media (min-width: 768px) {
.moduletable_rightmenu ul li ul {
display: none;
}
.moduletable_rightmenu ul li:hover ul {
display: block;
position: absolute;
right: 100%;
top: 0px;
transition: 0.1s;
list-style: none;
width: 300px;
z-index: 1000;
margin: 0;
padding: 0;
background: #006f8a;
}
.moduletable_rightmenu ul li ul li {
margin: 0;
padding: 0;
}
.moduletable_rightmenu ul li ul li a, 
.moduletable_rightmenu ul li ul li span {
color: #ffffff;
text-transform: none;
font-size: 16px;
padding: 5px 5px 6px 10px;
background: none;
display: block;
}
.moduletable_rightmenu ul li ul li:last-child a, 
.moduletable_rightmenu ul li ul li:last-child span {
border-bottom: none;
}
.moduletable_rightmenu ul li ul li a:hover, 
.moduletable_rightmenu ul li ul li span:hover,
.moduletable_rightmenu ul li ul li.active a, 
.moduletable_rightmenu ul li ul li.active span {
text-decoration: underline;
color: #ffffff;
background: none;
}
	}




ul.category-module {
list-style: none;
margin: 0px;
padding: 0px;
}
ul.category-module .mod-articles-category-headermy {
margin: 15px 0 5px;
}
ul.category-module .mod-articles-category-title {
font-size: 20px;
line-height: 0.0;
}
ul.category-module span {
margin: 0px 15px 0 0px;
padding: 0px;
font-size: 13px;
}
ul.category-module .mod-articles-category-introtext {
margin: 10px 0 10px;
}
.mod-articles-endmy {
background: url("../images/stripe1.png");
height: 8px;
margin: 10px 0 0px;
}









a:focus, a:hover {
color: #23527c;
text-decoration: none;
}
.content  .contentbox a.thumbnail {
display: inline;
}
.content  img {
margin: 5px;
max-width: 100%;
}
.content  .contentbox .thumbnail > img {
display: inline;
}

.content  table,
.left  table,
.leftside table {
	border-collapse: collapse;
	border-color: #a9a9a9;
	}
.content  table td,
.left  table td,
.leftside table td {	
	border-color: #a9a9a9;
	}

img.ramka {
	border: 5px solid #ffffff;
	-moz-box-shadow: 0 0 2px #818181;
	-webkit-box-shadow: 0 0 2px #818181;
	box-shadow: 0 0 2px #818181;
}
img.ramka:hover {
	border: 5px solid #ffffff;
}

h1, h2, h3 {
color: #666666;
}
a.thumbnail {
padding: 0px;
border: none;
margin: 0px;
}

#clearbox, .item-separator {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

hr {
margin-top: 15px;
margin-bottom: 15px;
border-top: 1px solid #d4d4d4;
}






.content .article-info-term {
display: none;
}
.page-header {
padding-bottom: 0px;
margin: 10px 0 10px;
border-bottom: 1px solid #eee;
}
.page-header h2 {
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}
.article-info {
margin-bottom: 5px;
padding: 0px;
}
.article-info dd {
display: inline-block;
margin: 0px 25px 0 0px;
font-size: 14px;
}
.items-row {
padding-bottom: 20px;
}




.pagination-block {
	margin-top: 1rem;
	margin-bottom: 2rem;
	clear:left;
}
.pagination-block ul {
	padding-left: 0;
	list-style:none;
}
.pagination-block .pagination-start, .pagination-block .pagination-prev, .pagination-block .pagination-next, .pagination-block .pagination-end {
	display: none;
}
.pagination-block ul li {
	display: inline;
}
.pagination-block li span {
	font-size: 1rem;
	padding: 5px 10px;
	background: #5f80a4;
	color: #fff;
}
.pagination-block li a {
	font-size: 1rem;
	background: #ccc;
	padding: 5px 10px;
	margin: 1px;
	color: #333;
}
.pagination-block li a:hover {
	text-decoration:none;
	background: #5f80a4;
	color: #fff;
	
}


.addblock {
padding-top: 15px;
padding-bottom: 20px;
}
.addblock .moduletable {
margin: 10px 0px 10px;
}
.addblock .moduletable h3 {
background: #e52600;
background: url(../images/moduletable.png) no-repeat scroll 7px center #e52600;
background-size: 18px auto;
padding: 9px 5px 12px 32px;
margin: 0px 0px 15px;
color: #ffffff;
font-size: 22px;
font-weight: 300;
border-radius: 0px;
}


.peredfooter {
padding: 20px 0px 20px;
}
.peredfooter img {
margin: 5px;
}


.footer-bg {
border-top: 5px solid #d4d4d4;
background: #00639c;
position: relative;
}
.footer {
padding: 40px 0px 35px;
color: #a8dcf1;
}
.footer a {
color: #a8dcf1;
}
.footer-bg .schet {
position: absolute;
bottom: 20px;
right: 140px;
}



.struktura-box {
background: #f9f9f9;
margin: 10px 10px;
padding: 10px;
border-radius: 10px;
border: 1px solid #e7e7e7;
color: #000000;
font-weight: 300;
font-size: 20px;
}
.struktura-box .struktura {
padding: 10px 5px;
}
.struktura-box a {
border-bottom: 1px dashed #006aaf;
color: #006aaf;
}
.struktura-box a:hover {
border-bottom: 1px dashed #003151;
color: #003151;
}






.director {
margin-bottom: 0px;
padding: 15px;
border: 1px solid #ddd;
font-size: 16px;
}
.director .director-img {
text-align: center;
}
.director .director-img img {
max-width: 100%;
margin: 0px;
}
.director .director-txt {
margin-top: 15px;
}


.img-ban-right {
max-width: 100%;
margin: 0px;
}




.ban-link-1 {
background: url(../images/ban-link-1.jpg) no-repeat right top #0e9bbe;
background-size: cover;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 10px;
color: #ffffff;
font-size: 17px;
}
.ban-link-2 {
background: url(../images/ban-link-2.jpg) no-repeat right top #0e9bbe;
background-size: cover;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 10px;
color: #ffffff;
font-size: 17px;
}
.ban-link-name a {
color: #ffffff;
}
.ban-link-link a {
color: #ffffff;
text-transform: uppercase;
font-size: 13px;
}
.ban-link-link .glyphicon {
font-size: 12px;
}






.poslanie {
background: url("../images/poslanie.jpg") center center;
background-size: cover;
color: #ffffff;
margin: 5px 0px 10px;
}
.poslanie-ottenok {
background: rgba(0,0,0,0.2);
padding-top: 50px;
padding-bottom: 50px;
}
.poslanie-box {

}
.poslanie-button {
margin: 10px 0px 10px 20px;
display: inline-block;
}
.poslanie-button a {
background: none;
border-radius: 4px;
border: 1px solid #ffffff;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
padding: 8px 25px 10px;
font-size: 20px;
color: #ffffff;
font-weight: 300;
text-decoration: none;
transition: all 0.4s ease;
}
.poslanie-button a:hover {
background: #0e9bbe;
border: 1px solid #0e9bbe;
}






.leftside .moduletable_rightmenu, 
.leftside .moduletable_rightmenu, 
.leftside .moduletable-news, 
.leftside .moduletable, 
.leftside .moduletable {
margin: 20px 0px 35px;

}
.leftside .moduletable h3, 
.leftside .moduletable h3 {
background: #e0b142;
background: url(../images/moduletable.png) no-repeat scroll 7px center #e0b142;
background-size: 18px auto;
padding: 9px 5px 12px 32px;
margin: 0px 0px 15px;
color: #ffffff;
font-size: 22px;
font-weight: 300;
border-radius: 0px;
}





.moduletable-gosnews > h3, 
.moduletable-news > h3 {
background: #0e9bbe;
background: url(../images/moduletable.png) no-repeat scroll 7px center #0e9bbe;
background-size: 18px auto;
padding: 9px 5px 12px 32px;
margin: 0px 0px 15px;
color: #ffffff;
font-size: 22px;
font-weight: 300;
border-radius: 0px;
}


.moduletable-gosnews {
margin-top: 30px;
margin-bottom: 20px;
}

.moduletable-news {
margin-top: 20px;
margin-bottom: 20px;
}
.moduletable-news > h3 {
background: #0e9bbe;
background: url(../images/moduletable.png) no-repeat scroll 7px center #0e9bbe;
background-size: 18px auto;
padding: 9px 5px 12px 32px;
margin: 0px 0px 15px;
color: #ffffff;
font-size: 22px;
font-weight: 300;
border-radius: 0px;
}

.bt-cs .slides_container {
/*padding-top: 10px;*/
font-family: Arial, Helvetica, sans-serif;
}
.bt-cs .bt-row{
	padding:0;
}
.bt-cs .bt-inner {
margin: 0px 7px;
padding: 10px;
border-radius: 0px;
border: 1px solid #e0e0e0;
}
.bt-cs .bt-inner:hover {
border: 1px solid #cfcfcf;
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bt-cs .bt-center {
background: #000;
}
.bt-cs .bt-inner:hover img {
opacity: 0.8;
}
.bt-cs .bt-inner img {
    outline: none;
    border: none;
    max-width: 100%;
    margin: 0px 0px;
	transition: all 0.3s ease 0s;
}
.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #000000;
    font-weight: 700;
    text-transform: none;	
	font-size: 16px;
	height: 40px !important;
    line-height: 20px;
	overflow: hidden;
	display: block;
	margin: 10px 0px 10px;
}
.bt-cs .bt-extra {
    clear: both;
    margin: 0px;
}
.bt-cs .bt-date, .bt-cs .bt-author {
	font-weight: normal;
    font-size: 13px;
	color: #838383;
}
.bt-cs .bt-date .fa, .bt-cs .bt-author .fa {
    font-size: 13px;
}


.osmap-items h2{
	display:none;
}


.leftside .moduletable_menu ul{
	padding-left:0;
}
.leftside .moduletable_menu ul.menu{
	display:block;
	list-style:none;
	background: #edf3f7;
}
.leftside .moduletable_menu ul li {
	padding-left:10px;
	position: relative;
	transition: 0.2s;	
	list-style: none;
	cursor: pointer;
	position: relative;
}
.leftside .moduletable_menu ul li:hover {
	background: #d8e4ea;	
}
.leftside .moduletable_menu ul li.parent {
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 2px 51%;
	transition:.2s;
}
.leftside .moduletable_menu ul li.parent:hover {
	background-image: url(../images/list-hover.png);
	background-repeat: no-repeat;
}


.leftside .moduletable_menu li.parent ul {
	text-align: left;
	background-color: #fafafa;
	position: absolute;
	height: auto;
	width: 300px;
	float: right;
	display: none;
	z-index: 9999;
	left: 100%;
	top:0;
	border-right: none;
	transition:.2s;
}
.leftside .moduletable_menu li.parent:hover>ul {
	display: block;
	transition:.2s;
}

.leftside .moduletable_menu li.parent  li.parent ul {
	background:#edf3f7;
}
.leftside .moduletable_menu ul li a, .leftside .moduletable_menu ul li span {	
	display:block;
	color: #065777;
	cursor: pointer;
	text-transform: uppercase;
	padding: 12px 5px;
	padding-right: 26px;
	font-size: .9rem;
	line-height: 1.4;
	font-weight: 700;
	transition:.5s;
	background:none;
}
.leftside .moduletable_menu li span:hover, .leftside .moduletable_menu li a:hover {
	text-decoration: none;
	background:none;
}
.leftside .moduletable_menu ul ul li {
	background:#e6e6e6;
}
.leftside .moduletable_menu ul ul li a, .leftside .moduletable_menu ul ul li span {
	font-weight:normal;
}
.head .soc i{
	font-size:26px;
	padding:0 7px;
}
i.fa-facebook-square{
	color: #4064ac !important;
}
i.fa-instagram-square{
	color: #a6328b !important;
}
i.fa-youtube{
	color: #f70000 !important;
}
