.m5header
{
	height:172px;
	width:100%;
	position:relative;
	
	background-image:url(//bimmerpost.imgix.net/forums/multisite-style/f90/bg-2.png);
	background-size: 1191px 105px;
	background-repeat:no-repeat;
	background-color:#000;
	
	clear:both;
}

.m5header-img
{
	width:426px;
	height:180px;
	/*background-image:url(/forums/multisite-style/f90/f90-header-3.png);*/
	background-image:url(//bimmerpost.imgix.net/forums/multisite-style/f90/f90-header-4.png);
	background-size: 426px 180px;
	background-repeat:no-repeat;
	/*margin-left:0.6%;	*/
	margin-left: calc(2% - 25px);
	position:relative;
	z-index:1000;
}

.m5header-whitebar
{
	background:#fff;
	position:absolute;
	bottom:0;
	left:2%;
	width:96%;
	height:14px;
	z-index:900;
}

.navbar
{
	transition: all .15s;	
	background:#777;
}

.navbar a
{
	text-decoration:none;
	color:#fff;
	font-family:"Ropa Sans";
	font-size: 16px;
    font-weight: 500;
    transform: skew(20deg);
    display: inline-block;
     -webkit-font-smoothing: antialiased;
     padding: 6px 18px;
}

.navbar:hover
{
	background:red !important;
	transition: all 0.15s ease-out;
}

