
.footerLogo {
  width:160px;
  margin-bottom:50px;
}
.navbar-brand {
  width:130px !important;
  margin-top:-10px !important;
}
.navbar-brand img {
  border:8px solid #FFFFFF;
}
@media (max-width: 768px) {
	.navbar > .container .navbar-brand {
		width: 110px;
		margin-left: 10px;
	}
}
.contentWrapper {
	background-image: url('/img/assets/back-products.png');
}
.btn-template {
 	background-color:#E51F22 !important;
  border-color:#E51F22 !important;
}
.btn-template:hover {
  background-color:#1D1C1B !important;
}
.btn-template-alt {
 	background-color:#E51F22 !important;
  border-color:#E51F22 !important;
}
.btn-template-alt:hover {
  background-color:#1D1C1B !important;
}