body {
background: #aaaaaa;
font-size: 10px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #444444;
}
.body-bg {
/*background: url("../images/dark_blue_micro_triangles.png") fixed center top #266da1;
background-size: 100% auto;*/
background: #cccccc;
/*background: url("../images/fon15.jpg") center top;*/
background-attachment: fixed;
background-size: cover;
}

.topline {
background: #069ba4;
}

.tenbox {
padding-right: 0px;
padding-left: 0px;
box-shadow: 0 20px 20px rgba(0,0,0,0.5);
background: #ffffff;
border-top: 3px solid #eba552;
}


div.seach_box {
padding-right: 0px;
padding-left: 0px;
}
div.seach_box .moduletable {
float: left;
}
div.seach_box .inputbox {
  background: #10c1cc;
  border: none;
  color: #ffffff;
  font-size: 90%;
  float: left;
  margin: 0;
  padding: 0px 5px 0px 10px;
  height: 30px;
  border-radius: 0px;
}
div.seach_box .button, 
button .icon-search {
  background: url("../images/icon-search.png") no-repeat scroll center center #eba552;
  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: Georgia, 'Times New Roman', Times, serif;
color: #c1dcea;
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  {	
border-radius: 0px;
}
div.mod-languages li:last-child a {
border-radius: 0px;
}
.lang li {
float: left;
}
.lang a {
text-decoration: none;
color: #ffffff;
font-size: 100%;
background: #10c1cc;
height: 30px;
line-height: 30px;
display: block;
padding: 0px 10px;
}
.lang li.lang-active a{
background: #eba552;
color: #ffffff;
}
.lang a:hover, .lang li.lang-active a:hover {
color: #ffffff;
}


.head {
padding: 30px 0px;
 
background: url("../images/head-fon.jpg") no-repeat scroll right center;

  
}
.head .head-border {
border-left: 4px solid #2c8fd5;

}
.head .head-img {
float: left;
width: 140px;
}
.head .head-name {
color: #00393d;
font-size: 26px;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 30px;
letter-spacing: 0px;
font-weight: bold;
text-transform: uppercase;
}
.head .head-name a {
color: #00393d;
font-size: 26px;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 34px;
letter-spacing: 0px;
font-weight: bold;
text-transform: uppercase;
}
.head .head-name .head-name2 {
font-size: 15px;
color: #ffffff;
font-weight: normal;
text-transform: none;
line-height: 15px;
margin-top: 15px;
margin-bottom: 5px;
}
.head .head-name .head-name2 span {
background: #10c1cc;
padding: 4px 5px 7px;
display: inline-block;
border-radius: 3px;
}

.head .head-adres {
background: url("../images/stripe1.gif") repeat-y scroll left top;
margin-top: 10px;
padding-left: 20px;
color: #444444;
font-size: 14px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.head .head-adres span {
background: #10c1cc;
padding: 4px 5px 7px;
display: inline-block;
border-radius: 3px;
color: #ffffff;
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 15px;
}
.head .head-adres div {
margin-top: 10px;
}




.topmenu {
background: #069ba4;

border-bottom: 30px solid #eba552;
}
.navbar {
margin-bottom: 0px;
border: none;
}
.navbar-default {
background-color: #069ba4;
border-radius: 0px;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > span {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > span:focus, .navbar-default .navbar-nav > li > span:hover {
color: #ffffff;
background-color: #eba552;
}
.nav > li > a,
.nav > li > span {
position: relative;
display: block;

padding: 10px 15px;

line-height: 10px;
cursor: pointer;

font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #ffffff;
background-color: #eba552;
}


.topmenu ul li ul li a, 
.topmenu ul li ul li span {
color: #cccccc;
}
	@media (min-width: 768px) {
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > li > span:focus, .navbar-default .navbar-nav > li:hover > span {
color: #bbbbbb;
background-color: #eba552;
}
.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: 150px;
z-index: 1001;
margin: 0;
padding: 0;
background: #478d9a;
}
.topmenu ul li ul li {
margin: 0;
padding: 0;
}
.topmenu ul li ul li a, 
.topmenu ul li ul li span {

color: #0f0000;

font-weight: 200;
text-transform: none;
letter-spacing: 0.00em;

font-size: 12px;

padding: 1px 1px 1px 5px;
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 {
color: #000;
background: none;
}
	}
}


/*

.moduletable-slide {
background: #f2f2f2;
margin: 12px 0px;
padding: 9px;
border: 1px solid #e2e2e2;
}

.content {
padding-top: 10px;
padding-bottom: 30px;
}
.content .contentbox {
padding-top: 10px;
padding-bottom: 10px;
}
.item-page {
min-height: 200px;
}

.welcome {
margin-left: 5px;
margin-bottom: 20px;
padding: 10px 0px 5px 20px;
border-left: 6px solid #eba552;
}
p.title {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 22px;
font-weight: normal;
color: #805425;
line-height: 1.1;
margin-bottom: 20px;
}

.grafik-work {
margin: 5px 0px 20px;
padding: 20px 10px 10px;
background: #f4f7f9;
border-left: 6px solid #0263a7;
border-top: 6px solid #0263a7;
border-right: 6px solid #2c8fd5;
border-bottom: 6px solid #2c8fd5;
color: #252525;
}
.grafik-work div {
padding: 8px 0px;
border-top: 1px dashed #cbcbcb;
}

.content .direktor {
margin-top: 5px;
margin-bottom: 10px;
}
.content .direktor img {

margin: 1px 5px 1px 1px;
padding: 0px;
border: 4px solid #dadada;
}
.direktor .direktor-header {
font-family: Georgia, 'Times New Roman', Times, serif;

font-size: 12px;
letter-spacing: 1px;
font-weight: normal;
color: #666666;
text-transform: uppercase;
padding: 5px 0px 0px;
}
.direktor .direktor-name {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
font-weight: bold;
color: #252525;
padding: 0px 0px 15px;
}
.direktor .direktor-desc {
font-size: 14px;
}

.zal-h2 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
border-bottom: 1px dashed #cbcbcb;
padding: 10px 5px;
margin-bottom: 10px;
}
.zal {
margin: 15px 5px;
padding: 0px;
background: url("../images/stripe1.gif");
}
.zal .zal-img {
text-align: center;
padding: 8px;
}
.zal .zal-img .zal-img-fon {
background: #000000;
}
.zal .zal-img img {
margin: 0px;
max-width: 100%;
height: auto;
transition: 0.4s;
}
.zal:hover .zal-img img {
opacity: 0.6;
}
.zal .zal-desc {
padding: 5px 0px;
}
.zal .zal-header {
padding: 0px 5px 8px;
}
.zal .zal-header a {
font-size: 16px;
line-height: 1.2;
color: #333333;
text-decoration: none;
}
.zal:hover .zal-header a {
color: #000000;
}

*/

/* правое меню */


.moduletable_rightmenu {
/*10 0 10 */
padding: 10px 1px 10px;
}
.moduletable_rightmenu ul li a, 
.moduletable_rightmenu ul li span {
color: #8c8c8c;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.07em;
/*14 размер правого меню*/
font-size: 7px;
/*10 5 10 25 ширина между правым меню  */
padding: 7px 2px 7px 4px;
border-top: 1px dashed #cbcbcb;
cursor: pointer;
background: url(../images/rightmenu.png) no-repeat scroll 3px center;
background-size: 12px auto;
}
.moduletable_rightmenu ul li:last-child a, 
.moduletable_rightmenu ul li:last-child span {
border-bottom: 1px dashed #cbcbcb;
}
.moduletable_rightmenu ul li a:hover, 
.moduletable_rightmenu ul li span:hover,
.moduletable_rightmenu ul li.active a, 
.moduletable_rightmenu ul li.active span {
color: #666666;
background: url(../images/rightmenu.png) no-repeat scroll 7px center #f6f6f6;
background-size: 12px auto;
}


.moduletable_rightmenu ul li ul li a, 
.moduletable_rightmenu ul li ul li span {
color: #666666;
font-weight: 300;
text-transform: none;
letter-spacing: 0.00em;
/*14 */
font-size: 14px;
padding: 10px 5px 10px 10px;
border: none !important;
background: none;
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 {
color: #000;
background: none;
}
	@media (min-width: 768px) {
.moduletable_rightmenu ul li ul {
display: none;
}
.moduletable_rightmenu ul li:hover ul {
display: block;
position: absolute;
left: -300px;
top: 0px;
transition: 0.1s;
list-style: none;
width: 300px;
z-index: 1000;
margin: 0;
padding: 0;
background: #f6f6f6;
border: 1px solid #cbcbcb;
}
.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: #666666;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.00em;
/*14*/
font-size: 7px;
padding: 10px 5px 10px 10px;
border: none !important;
background: none !important;
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 {
color: #000;
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.gif");
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;
}
.content  .contentbox .thumbnail > img {
display: inline;
}

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

.highslide img {
    border: none;
}
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;
}




.content .article-info-term {
display: none;
}
.page-header {
padding-bottom: 0px;
margin: 20px 0 10px;
border-bottom: 1px solid #eee;
}
.page-header h2 {
font-size: 24px;
}
.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 {
font-size: 13px;
}



.peredfooter {
border-top: 4px solid #d4d4d4;
padding: 30px 0px 30px;
}


.footer-line {
background: url("../images/stripe1.gif");
height: 8px;
margin: 0px;
}
.footer {
background: #069ba4;
padding: 30px 20px;
color: #ffffff;
position: relative;
}
.footer a {
color: #ffffff;
}


.schet {
position: absolute;
bottom: 15px;
right: 20px;
}



.icons-content-local {
	background: url(../images/icons-content-local.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
	}
.icons-content-phone {
	background: url(../images/icons-content-phone.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
	}
.icons-content-mail {
	background: url(../images/icons-content-mail.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
}



.right .moduletable-news, 
.right .moduletable_rightmenu, 
.right .moduletable {
padding: 0px;
margin: 10px 0px 40px;

}
.right .moduletable-news h3, .right .moduletable h3 {
color: #00393d;
font-size: 18px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
padding: 8px 5px;
margin: 0 0px 15px 0px;
background: #9ee6ea;
border-radius: 3px;
}
.right .moduletable-news h3 {
    background: url(../images/news-h3.png) no-repeat scroll 10px 12px #9ee6ea;
    background-size: 32px 32px;
    padding: 8px 5px 8px 54px;
}



.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 150%;
	font-size: 16px;
}
.bt-cs .bt-inner .bt-title:hover {
color: #000000;
}
.bt-cs .bt-inner img {
    outline: 1px solid #dadada;
    border: 4px solid #f2f2f2;
    max-width: 99%;
    margin: 8px 0px 5px;
	transition: all 0.2s ease;
}
.bt-cs .bt-inner img:hover {
opacity: 0.9;
border: 4px solid #dadada;
}
.bt-cs .bt-extra {
    clear: both;
    margin-top: 0px;
    margin-bottom: 5px;
}
.bt-cs .bt-date, .bt-cs .bt-author {
    font-weight: normal;
    font-size: 14px;
	color: #757575;
}
.bt-cs .readmore {
margin: 0px;
padding: 10px 0px 2px;
}
.bt-cs .readmore a {
padding: 3px 10px 4px;
font-size: 14px;
color: #ffffff;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: #337ab7;
border-radius: 4px;
text-decoration: none;
}
.bt-cs .readmore a:hover {
background: #286090;
}
.bt-row-separate {
    clear: both;
    height: 0px;
    border-bottom: 0px dotted #959595;
    margin: 0px 0px;
    margin-bottom: 0px;
}
.bt-cs .bt-row {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 12px 0 12px;
	border-bottom: 3px solid #d4d4d4;
}
.bt-cs .bt-row-first {
    padding-top: 15px;
}




#comments-footer a {
display: none;
}
#jc {
padding: 30px 0px 10px;
}
#jc h4 {
padding: 0 0 10px 0;
margin-bottom: 20px;
}


.ic-msg-no-event {
display: none;
}
