/* Add here all your CSS customizations */

#header .header-top-nav-bar {
    background: #3D6310;
    color: #ffffff
}

ul.header-extra-info.top-nav {
    height: 32px;
}

#header .header-column .top-nav .feature-box {
    min-height: 32px;
}

#header .header-column .top-nav .feature-box .feature-box-info{
    position: relative;
    top: 5px;
}

#header .header-column .top-nav .feature-box .feature-box-icon {
    position: relative;
    top: 0px;
}

#header .header-column .top-nav .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #ffffff;
    font-size:16px;
}

.top-nav .feature-box a {
    color: #ffffff;
}

.news img {
    width: 120px;
}

.news .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 0px;
}

.news .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    padding: 0px;
}

.news .mt-xl {
    margin-top: 0px !important;
}

.news section{
    padding: 25px 0;
    margin: 0px 0;
}

a {
    color: #395563;
    font-weight: 600;
}


.col-half-section.col-half-section-right {
    margin-top: 0px;
}

.header-title{
    font-size:1.2em;
    font-weight: 800;
    color: #c5820e;
    /* float: right; */
    margin-left: 100px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.header-title span{
    margin: 0px 0 10px 0;
    display:block;
}
.abbreviation{
    font-size: 1.4em;
    float: right;
}

#header .header-nav-top {
    margin-top: 0px;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
    border-radius: 4px 4px 0 0;
}

/*#header .header-nav-top .nav > li > a, 
#header .header-nav-top .nav > li > span {
    color: #fbfcfb;
}*/

#header .header-nav-top .nav > li > a:hover, 
#header .header-nav-top .nav > li > a a:focus {
    background: #eeeeee5e;
}

#header .banner {
    background: url(../images/banner-large.png) top no-repeat;
}

@media screen and (max-width: 600px){
    .header-title {
        font-size: 0.75em;
    }
}

/* css for dropdown */
.dropdown-menu>.active>a {
    color: #fff !important;
    background-color: #c5820e;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
     background-color: #c5820e;
     color: #3d6310 !important;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #395563;
}

/*css for search */
@media screen and (min-width: 992px){
    #header .header-search .form-control {
        width: 130px;
        font-size: 12px;
    }
}

.site-links > li{
    float: left;
    width: 100%;
}

#footer{
    background-image: url('../images/tenge.jpg');
    
}

#footer .footer-ribbon {
    background: #cfa968;
}
#footer .footer-copyright {
    background: #001e2d;
    border-top: 4px solid #001a27;
}

.date-time {
    font-size: 0.5em;
    line-height: 20px;
    display: block;
    float: right;
    font-weight: 700;
    color: #a29c9c;
}

.footer-layer {
    background-color: #395563b3;
    margin-top: -70px;
    margin-bottom: -40px;
    padding: 70px 0 0px;
}

#footer ul {
    float: left;
}

.profile{
    padding-left: 0px;
}

.profile img{
    border: 5px solid #cfa968;
    padding: 3px;
    background: #395563;
}

section.section-slider{
    background: #000000;
    margin: 0px 0;
    border-top: 5px solid #faa546;
    border-bottom: 5px solid #faa546;
    background-image: url(../images/tenge.jpg);
}

.slider-layer{
    background-color: #395563d4;
    margin: -50px 0px;
    padding: 50px 0px;
}

.page-header {
    background-image: url(../images/tenge.jpg);
}

.page-header-layer{
    background-color: #000000db;
    margin: -20px;
    padding: 20px;
}

.publication li a span{
    float: right;
}

.header-address{
    font-size: 10px;
    text-transform: none;
}
.header-title p{
    margin: 0px;
    text-transform: none;
    color: #7d4f00;
    font-size: 0.8em;
}

/* #header .header-column .top-nav .feature-box .feature-box-info,
#header .header-column .top-nav .feature-box .feature-box-icon {
    width: 40px;
    margin-right: -10px;
} */