#header {
    width: 100%;
    height: 70px;
    background: #750e1a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1MGUxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTA4MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #750e1a 0%, #4a0810 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #750e1a), color-stop(100%, #4a0810));
    background: -webkit-linear-gradient(top, #750e1a 0%, #4a0810 100%);
    background: -o-linear-gradient(top, #750e1a 0%, #4a0810 100%);
    background: -ms-linear-gradient(top, #750e1a 0%, #4a0810 100%);
    background: linear-gradient(to bottom, #750e1a 0%, #4a0810 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750e1a', endColorstr='#4a0810', GradientType=0);
    position: fixed;
    top: 0;
    z-index: 100;
}

.logo {
    background-image: url(../img/vw-logo.png);
    width: 138px;
    height: 47px;
    display: block;
    margin: auto;
    margin-top: 11px;
}

#header.active_search .search-drop p:active {
    background: #6c101a;
    border-top-color: #6c101a;
}

.btn-primary {
    background: #6c101a;
    border-bottom: 4px solid #480b11;
}

.btn-primary.loading {
    color: #a62834;
    border-top-color: #2b090d;
    background: #400e13;
}

.btn-primary:not(.loading):active {
    background: #400e13;
    color: #a62834;
    border-top-color: #2b090d;
}

.contri-btns .btn.active {
    border-bottom-color: #861221 !important;
}

.contri-btns .btn:active:before {
    opacity: 1;
}

.contri-btns .btn:last-child:active {
    border-left-color: #721923 !important;
}

.contri-btns .btn:not(.active):active {
    border-top: 0px !important;
    padding: 9px 0px 10px 0px;
    border-bottom: 3px solid #6c101a !important;
    background: #6c101a !important;
    color: #FFF;
}

.contri-btns .btn.active:active {
    border-top: 0px !important;
    color: #fff;
    padding: 9px 0px 10px 0px;
    border-bottom: 3px solid #861221 !important;
}

ul.custom_list.colored li:before {
    background: #b80c2d;
}

.btn.select .dropdown p:active,
.btn.select .dropdown p.active,
.btn.select .dropdown a:active,
.btn.select .dropdown a.active {
    background: #6c101a;
    border-top: 1px solid;
    margin-top: -1px;
    border-color: #76212a;
    color: #fff !important;
}

#header.active_search .menu_icons.search_btn:before {
    background-position: 0px -259px;
}

.link {
    color: #b80c2d !important;
}

h3 {
    font-size: 24px;
}

.icon_login_bolder:before {
    width: 11px;
    height: 15px;
    margin: 4px 8px 0px 0px;
    display: inline-block;
    vertical-align: top;
    background-position: 0px -656px;
}

.login-banner {
    width: 320px;
    height: 417px;
    background: url(../img/hc-login-banner.jpg) no-repeat;
}

.icon-404 {
    width: 60px;
    height: 60px;
    margin-top: 40px;
    background: url(../img/fb-404.png) no-repeat;
}

.contri-comments > .btn.btn-gray.active,
.global_pages.faq .clearfix > .btn.btn-gray.active {
    border-bottom-color: #00537e;
}

.icon.icon-reset {
    margin-top: 40px;
}

a {
    color: #b80c2d;
}

.item {
    color: #b80c2d;
}

.rating-bg > div, .item .item_data .item_rate .item_rating div {
    background: url(../img/ratings.png) 0 -26px repeat-x;
}

.sitemap ul li.title > a {
    background: #6c101a !important;
}

ul li.title > span.icon-arrow-top,
ul li.title > span.icon-arrow-bottom {
    background: #6c101a !important;
}

.search-filters .form-group input:checked + label span,
.profile-block.subscriptions .form-group input:checked + label span {
    background: #6c101a;
}

.search-filters .form-group input:checked + label span:before,
.profile-block.subscriptions .form-group input:checked + label span:before {
    background: url(../img/radio.png) no-repeat -24px 0px;
}

.taglist a:active {
    background: #6c101a;
    border-color: #76212a;
}

.taglist a:first-child:active {
    border-color: #76212a;
}

.forums table tbody tr td:first-child {
    color: #b80c2d;
}

.forums table tbody tr td:last-child {
    color: #ffa200;
}

.forums table tbody tr td.verified {
    color: #009c46;
}

.delete-contri h3,
.membership .name {
    color: #b80c2d;
}

.profile-info input[type="radio"]:checked + label span:before {
    background: #6c101a;
}

.menu_head .btn.join_now {
    color: #d00000 !important;
    font-weight: bold;
    border-color: #5e0606;
}

.authorized_menu > div .username,
#menu_wrap ul li.list-title > a {
    color: #b80c2d;
}

#menu_wrap .user-menu a:active {
    opacity: 0.5;
}

.rate-contri h4,
.remove-favorite h4 {
    color: #b80c2d;
}

.rate-contri input:checked + label {
    background: #6c101a;
    border-color: #6c101a;
    margin-top: -1px;
    border-top: 1px solid #6c101a;
}