.logo .navbar-brand-mc img{

}
#header{
    height: 30px;
}
.header .navbar{
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    border-color: transparent;
    border-radius: 0;
}
.header-nav li{
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
}
.header-nav li a{
    display: inline-block;
    height: 80px;
    line-height: 80px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px;
}
.header-nav li a:hover{
    color: #ffb900 !important;
}
.search-box{
    height: 80px;
}
.search-box .navbar-form{
    margin: 0;
    padding: 0;
}
.search-box{
    height: 50px;
}
.search-box form{
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: left;
    color: #fff;
}
.search-box form{
    padding-top: 8px;
    margin-left: 5px;
    border: none;
    border-color: transparent !important;
}
.search-box .input-group {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}
#searchvalue{
    width: 200px;
    border-radius: 3px;
    position: absolute;
    left: -200px;
}
.search-input .input-group-btn{
    position: absolute;
    top: -8px;
    left: -1px;
}
.search-btn{
    height: 80px;
    line-height: 80px;
}
.glyphicon-search:before{
    font-size: 16px;
    color: #d2d2d2;
    cursor: pointer;
}
.header-nav .current{
    color: #ffb900 !important;
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .header-nav li{
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
    }
    .logo .navbar-brand-mc img{
        width: 120px;
        position: relative;
        top: 10px;
    }
    
}
@media all and (max-width: 767px) and (min-width: 320px) {
    .search-box{
        height: 80px;
        line-height: 80px;
    }
    .search-input{
        width: 200px;
        margin-top: 30px;
    }
    .search-box .input-group {
        width: 25%;
        height: 100%;
        margin: 20px auto;
    }
    #searchvalue{
        width: 147px;
        border-radius: 3px;
        position: absolute;
        left: 0;
    }
    .search-input .input-group-btn{
        position: absolute;
        left: 142px;
    }
    .header .navbar-form{
        box-shadow: none;
    }
    .header .navbar-header button{
        margin-top: 20px;
        /* margin-right: 35px; */
    }
    .header-nav{
        margin-top: 17px;
        margin: 0 !important;
        width: 100%;
    }
    .navbar-default .navbar-collapse{
        border: none;
        box-shadow: none;
        width: 70px;
    }
    .header .nav li{
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        padding: 0;
    }
    .header-nav li a{
        display: inline-block;
        height: 30px;
        line-height: 30px !important;
        padding: 0 !important;
    }
    #bs-example-navbar-collapse-1{
        height: 250px;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        right: -34%;
        top: 17px;
    }
    .header-nav .navbar-header>button{
        margin: 0 auto !important;
    }
}
@media all and (max-width: 600px) and (min-width: 431px) {
    .logo .navbar-brand-mc img{
        width: 120px;
        position: relative;
        top: 10px;
        left: 10px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .banner{
        height: 250px;
    }
    .search-box{
        visibility: hidden;
    }
}

