
.footer{
	border-top: 1px solid silver;
 padding-top: 10px;
 min-height: 50px;
}
.logo{
	background: url('/img/logo-full.png') center;
	background-size: cover;
	height: 220px;
	text-align: right;
	padding: 170px 10px 10px 0px;
}
.logo a{
	line-height: 70px;
	color: white;
}

a:hover, a:focus, a:active {
  color: #362e77;
}
.logo a:hover{
	color: white;
}
section{
  float: none;
  margin: 0 auto;
  width: 730px;
}
.preimage a:hover img{
	filter: grayscale(100%);
	transition: all .5s linear;
}

.header{
    padding-top: 18px;
    margin-bottom: 18px;
    /*height: 220px;*/
}
.header img{
    padding-bottom: 18px;
}
h1{
	color: silver;
	font-weight: 400;
	font-size: 4.2rem;
	line-height: 1.25;
}
.top-menu{
    line-height: 70px;
}
.top-menu a{
    color: #566573;
    padding-left: 9px;
    padding-right: 9px;
}
.top-menu a:hover{
    color: #ccc;
}
.navbar-rodion li.active a{
	border-top-color: #117bb8;
}
.navbar-rodion > .nav >li> a:hover,
.navbar-rodion > .nav >li> a:focus{
    color: #1f69a2;
}
.navbar-rodion a{
	border-top: solid 4px transparent;
    color: #2d96e8;
    font-weight: bold;
}
.navbar-footer li.active a,
.navbar-footer > .nav >li> a:hover,
.navbar-footer > .nav >li> a:focus{
    background-color: transparent;
    color: #1f69a2;
}
.navbar-footer a{
    color: #2d96e8;
}
.btn.btn-default{
    background-color: #2cc36b;
    color: white;
    border-radius: 0px;
    border: 1px solid #2cc36b;
    padding: 17px 31px;
    font-weight: bold;
}
.btn.btn-primary{
    background-color: #2d96e8;
    color: white;
    border-radius: 0px;
    border: 1px solid #2d96e8;
    font-weight: bold;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover{
    background-color: #1f69a2;
    border: 1px solid #1f69a2;
}
h3{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
form{
    padding: 0px 0px 17px;
}
input.form-control,textarea.form-control{
    border-radius: 0px;
}
.media-header{
    color: #2cc36b;
    font-size: 16px;
}
.wrapper{
	position: relative;
	bottom: 40px;
	
}
.date{
    background-color: #117bb8;
	display: inline;
	color: white;
	padding: 5px;
	font-weight: bold;
	margin-left: -5px;
}
.is_top{
	background-color: #c00;
	color: white;
	padding: 5px;
	font-weight: bold;
	margin-left: -5px;
	position: absolute;
	top: -50px;
}
@media (max-width: 767px) {
    section{
		width: 100%;
	}
	.top-menu a{
        font-size: 12pt;
        /*color: white;*/
    }
    .nav.navbar-nav {
    margin: 0px;
}
.navbar-rodion li.active a{
	border-top-color: transparent;
	background-color: #ccc;
	color: white;
}
.navbar{
    z-index: 9999;
}
.header{
	height: auto;
}
}

@media (max-width: 387px) {
    .logo img{
        max-width: 150px;
    }
}