

.sitemenu-bg {
    position: absolute;
    top: 175px;
    left: 0;
    height: 40px;
    width: 100%;
    border: 1px #ef7640 solid;
    border-left: 0;
    border-right: 0;
}

.sitemenu-ct {
    position: relative;
    width: 100%;
    height: 100%;
}

.sitemenu-ctl {
    position: absolute;
    right: 50%;
    left: 0;
    top: -1px;
    bottom: -1px;
    margin-right: 540px;
    height: 40px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(1, 0, 0, 0) 49%, rgba(2, 1, 1, 0.1) 80%, rgba(2, 1, 1, 0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(1, 0, 0, 0) 49%, rgba(2, 1, 1, 0.1) 80%, rgba(2, 1, 1, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(1, 0, 0, 0) 49%, rgba(2, 1, 1, 0.1) 80%, rgba(2, 1, 1, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33020101', GradientType=1);
}

.sitemenu-ctr {
    position: absolute;
    left: 50%;
    right: 0;
    top: -1px;
    bottom: -1px;
    margin-left: 540px;
    height: 40px;
    background: -moz-linear-gradient(left, rgba(2, 1, 1, 0.2) 0%, rgba(2, 1, 1, 0.1) 20%, rgba(1, 1, 1, 0) 51%, rgba(0, 0, 0, 0) 99%);
    background: -webkit-linear-gradient(left, rgba(2, 1, 1, 0.2) 0%, rgba(2, 1, 1, 0.1) 20%, rgba(1, 1, 1, 0) 51%, rgba(0, 0, 0, 0) 99%);
    background: linear-gradient(to right, rgba(2, 1, 1, 0.2) 0%, rgba(2, 1, 1, 0.1) 20%, rgba(1, 1, 1, 0) 51%, rgba(0, 0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33020101', endColorstr='#00000000', GradientType=1);
}

#menusite .menuctwrap {
    border-bottom: 1px #ffdcd2 solid;
}

#menusite .navbar-default .navbar-nav>li>a:hover, #menusite .navbar-default .navbar-nav>li>a:focus, #menusite .navbar-default .navbar-nav>.active>a, #menusite .navbar-default .navbar-nav>.active>a:hover, #menusite .navbar-default .navbar-nav>.active>a:focus, #menusite .navbar-default .navbar-nav>.open>a, #menusite .navbar-default .navbar-nav>.open>a:hover, #menusite .navbar-default .navbar-nav>.open>a:focus {
    background: #b03600 !important;
}

#menu-site-default>ul>li>a {
    line-height: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 44px;
}

#menu-site-default>ul>li>a>.caret {
    position: relative;
    top: -2px;
}

#toggleearch {
    position: absolute;
    right: 0;
    top: 45px;
    width: 400px;
    background: #fff;
    padding: 10px;
}

#toggleearch>form {
    position: relative;
}

#toggleearch>form>button {
    background-image: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    right: 10px;
}

#toggleearchbtn {
    display: inline-block;
    color: #fff;
    line-height: 45px;
    padding: 0 10px 0 13px;
    border-left: 3px #d60303 solid;
    margin-bottom: -1px;
}
#toggleearch>form>button {
    color: #ea4800 !important;
}
.stitle-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    height: 35px;
    padding: 3px 5px 1px 5px;
    background-color: #1c5cc6;
    text-align: center;
    width: 100%;
}
.stitle-heading span {
    color: #fff;
    display: inline-block;
    margin-top: 6px;
}
.stitle-heading span a {
    color: #fff;
    display: inline-block;
    margin-top: 0px;
}
.news-latest .list {
    padding: 4px 8px 5px 8px;
    margin: 0px;
    background: #f5f8fb;
    list-style: none;
    clear: both;
}
.news-latest li {
    padding: 4px 0;
    position: relative;
    background: url(../images/bullet.png) no-repeat left;
}
.news-latest .linew {
    padding-left: 12px;
    max-height: 36px;
    overflow: hidden;
}
.news-latest li a {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

@media ( min-width :1024px) and (max-width:1100px) {
    .sitemenu-bg, .conner-right, .conner-left {
        display: none;
    }
}
