/*.search-menu {
    background-color: #ffd400;
    background: #ffd400;
    background-image: #ffd400;
}

.formbtn {
    background-color: rgba(155, 143, 1, 0.7);
    border-top: 4px solid #ffd400;
}

.formm {
    background-color: rgba(155, 143, 1, 0.7);
}

.bottom-line {
    border-top: 4px solid #ffd400;
}*/
.navbar-header{
    margin-left: 3%;
}

.banner-form select {
    /* color: #fff; */
    color:#000;
    padding: 5px 10px;
}

select.form-control {
    padding: 5px;
}

h2.post-title {
    font-size: 22px;
    margin:0px;
}


h2.post-title a {
    font-size: 22px;
    font-family:  RobotoCondensed_Light;
}

.post-date {
    color:#01467c;
    margin-bottom:20px;
}

.top-nav .navbar-brand div.brand-title {
    font-size: 18px;
    line-height: 20px;
}

.top-nav .navbar-brand img {
    height: 41px;
    width: 97px;
}

@media (max-width: 1023px) {
    .top-nav .navbar-brand {
        /*margin-left: 20px !important;*/
        padding: 10px 0 4px 0 !important;
    }
}

@media (max-width: 1000px) {
    .top-nav .navbar-brand .brand-title {
        top:0;
    }
}
@media (max-width: 1500px){
    .top-nav .navbar-brand div.brand-title {
        font-size: 18px;
    }

}

@media (max-width: 550px){
    .top-nav .navbar-brand div.brand-title {
        font-size: 12px;
        line-height: 18px;
    }
    .top-nav .navbar-brand div.brand-title {
        width: auto;
    }
}
@media (max-device-width: 480px) and (orientation: portrait), (max-device-width: 767px) and (orientation: landscape) {
    .top-nav .navbar-brand img {
        padding-bottom: 4px;
    }


}
@media (max-width: 420px){
    .top-nav .navbar-brand div.brand-title {
        display:none;
    }

}
@media (max-width: 486px){
    .custombr {
        display: block;
    }
}

.top-nav {
    background-color: #fff;
}

/* работа с контентом */

.content_header_big {
    color: #014f87;
    font-size: 21px;
    display: block;
    padding-top: 15px;
}

.content_header_small {
    color: #014f87;
    font-size: 18px;
    display: block;
    padding-top: 10px;
}

.content_text_red {
    color: red;
}

.content_paragraph {
    margin: 10px 0;
    padding: 10px;
    border-left: 3px solid #014f87;
    background-color: #ebebeb;
}

.content_iframe_container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

@media (max-width: 576px) {
    .content_iframe_container {
        overflow: hidden;
        padding-top: 100%;
        position: relative;
    }
}

.content_iframe_container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content_table_padding td {
    padding: 4px;
}

@media (max-width: 768px) {
    .content_table_scroll {
        overflow: scroll;
    }
}

.content_lg-img_padding {
    padding: 0 10px 10px 0;
}


@media (max-width: 576px) {
    .content_lg-img_padding {
	padding: 0 0 10px 0;
    }
}