



/*TEMPLATEBLOCK(primarycolor)*/
 .navbar-event {
     background: #050505;
     background-image: -webkit-linear-gradient(top, #050505, #99ff00);
     background-image: -moz-linear-gradient(top, #050505, #99ff00);
     background-image: -ms-linear-gradient(top, #050505, #99ff00);
     background-image: -o-linear-gradient(top, #050505, #99ff00);
     background-image: linear-gradient(to bottom, #050505, #99ff00);
     border-bottom: 1px solid #050505;
}
 a {
     color: #050505;
}
 .navbar-toggle {
     background-color: #050505;
}
 .btn-primary {
     background-color: #050505;
}
 .modal-footer .btn, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
     background-color: #050505 !important;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color: #050505 !important;
}
/*/TEMPLATEBLOCK(primarycolor)*/
/*TEMPLATEBLOCK(extracss)*/

/*/TEMPLATEBLOCK(extracss)*/