.topbar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background: #f2f2f2;
    width: 100%;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    color: #E60103;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

.topbar a {
    color: #d22b1f;
}

.topbar .menu-icon {
    color: #d22b1f;
}