.navbar-brand img.common {
height: 77px !important;
}
.wrapper .header {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 17.3%, rgba(255, 255, 255, 0) 100%), url(/default/cover.jpg) !important;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 17.3%, rgba(255, 255, 255, 0) 100%), url(/default/cover.jpg) !important;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 17.3%, rgba(255, 255, 255, 0) 100%), url(/default/cover.jpg) !important;
}