/* CSS Document */

.line-banner .searchs ul li a {
    background: #d56444 !important;
}

.site-button {
    color: #fff;
    background-color: #d56444;
    border-color: #d56444;
}

.link
{
    color: #d56444;
    background-color: transparent; 
    text-decoration: none;
}

.link_blue
{
    color: #008c8e;
    background-color: transparent; 
    text-decoration: none;
}

header.scrollHeader .navbar-default {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    left: 0;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.wrapper-boxed .scrollHeader .navbar-default {
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    right: 0;
}
.scrollHeader .navbar-brand img {
    max-height: 35px;
    transition-duration: 0.5s;
}
.scrollHeader .navbar-header-custom {
    padding: 4px 0 8px;
    transition-duration: 0.5s;
}