html { 
    font-size: 100%;
    position: relative;
    min-height: 100%;
    
}
body {
    
    background: url(../images/bg.png);   
    margin-bottom: 60px;
}

img{
    margin-top: 2px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
#body{
    margin-top: 35px;
    padding-top: 4px;
    border: 1px solid #e1e1e1;
    background: #f0f0f080;
    background: rgba(240, 240, 240, 0.4);
    box-shadow: 0 0 2px;
    box-sizing: border-box;
}

#name a{
    text-decoration: none;
}
#name h1 {
    text-align: center;
    font-size: 33px;
    text-shadow: 1px 1px 1px;
    color: #06679f;
	margin-top:0;
}
#gerb img{
	margin-top:0;
}
div.search{
  margin: 5px auto;
}
#search .obr_gr, .search{
    float: right;
}
#image{
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}
#button-eye a{
    float: right;
}
.page-header {
  text-align: center;
}
/* переделка меню*/
#menu__d__flex{
	display: flex;
	flex-direction:column;
}
#menu__d__flex li ul{
	/*display: none;*/
}
#menu__d__flex>li{
	box-sizing: border-box;
	border: 1px solid grey;
	border-radius: 5px;
	box-shadow: 1px 1px 1px black;
}
#menu__d__flex>li:hover{
	border: 2px solid blue;
}
#menu__d__flex li:hover > ul {
	display:inherit;
}


/*
#left ul.nav-child>li{
    list-style: none;
}
#left ul.nav-child>li>a{
    text-decoration: none;
}
#left ul.nav-child>li:hover{
     background-color: #eee;
}

#left ul.nav-child{
    padding: 10px 15px;
    font-size: 14px;
}
#left ul.nav-child>li>ul{
    padding: 10px 15px;
}
#left .nav-child li{
    position: relative;
    display: block;
    transition: 3s;
}
#left ul.menu{
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}
#left .menu li ul{
    display: none;
    background-color: #f8f8f8;
    transition: 3s;
}
#left .menu li:hover>ul{
    display: block;
	transition: .4s ease-out;
    transition-delay: 0.5s;
    transition-property: display;
    
}
*/
#center .item-image img{
    padding: 3px;
    margin: 5px 15px 15px 5px;
    border: 1px solid #adadad;
}
.clock p{
    font-size: 26px;
    color: #0071D0;
    text-align: center!important;
}
#clock{
	color: #0071D0;
	font-weight: bold;
	font-size: 26px;
    text-align: center!important;
}
.pogoda, .uk-panel{
    text-align: center!important;
}
div.blog_news div.page-header{
	margin: 0px 0 20px;
}
div.blog_news div.item-image > a > img{
    border: 4px double #c2c2c2;
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
    max-width: 160px;
    
}
div.blog_news .page-header > h2{
	clear: both;
	border-top: 1px solid blue;
	margin: 0px;
	padding-top:5px;
}
dd.published {
	float: right;
}
.items-more{
	display: none;
}
div.pagination{
	display: block;
}
div.pagination ul li{
	margin-right: 2px; 
	display: inline-block;
}
.moduletable_news h3{
  text-align: center;
  text-decoration: underline;
}
h4.newsflash-title_news{
  text-align: center;
  border-top: 1px dotted #007CC3;
    padding-top: 10px;
}
button.sscf-popup103{
  margin: 5px auto;
  background: #007CC3 !important;
}
#baners{
    border-top: 1px solid #E0E0E0;
}
.banneritem{
    float:left;
    padding: 0.2%;
  	width: 200px;
	height: 80px;
  
}
#footer_row {
    margin-top: 35px;
    font-size: 10px;
    padding-top: 10px;
    border-top: 1px solid #E0E0E0;
}
