.customtitle {
  letter-spacing: -1px;
}

.page.home #ollieinfo {
	font-size: 14px;
}

a.video.black-colour {
	color: #000;
}

.footer-wrap #footer {
	background: #1C1D1C;
	box-shadow: none;
}

.footer-wrap .footer-bottom-line {
	background: #EA102F;
}

.footer-bottom-line .copyright {
	color: #fff;
}

.mobile-header {
	background: #EA102F;
}

.red-line {
	height: 33px;
	position: absolute;
	left: 0;
	right: 0;
	background: #EA102F;
}

.fancybox-wrap img {
	width: 100%;
	height: auto;
}

.copyright a {
  color: white;
}

.footer-wrap {
	z-index: 10; 
	position: relative;
}

@media (max-width: 991px) {
  .red-line {
    display: none; 
  }
}

@media (max-width: 1199px) {
   #top_menu {
    left: 190px !important;
  }
}
