html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'Helvetica';
	background: url('/img/img_background_page.jpg');
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

img {
	-ms-interpolation-mode: bicubic;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
a,
li {
	font-family: 'Helvetica';
}

h1 {}

/* Button & Icon Tweaks */

/* Batch */

.icon {
	display: inline-block;
	font-size: 24px;
	font-family: "Batch";
	line-height: 1;
}

.icon:before {
	content: attr(data-icon);
}

/* Bootstrap */

.btn-lg {
	font-size: 26px;
}

/* General UX / UI classes */

.cursor:hover {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.loader {
	display: none;
	margin-top: 20px;
}

.clear {
	clear: both;
}

.move {
	cursor: move;
}

.progress {
	display: none;
}

.list-group a:first-child .glyphicon {
	font-size: 11px;
}

.border-right {
	border-right: 3px solid #eee;
}

.border-left {
	border-left: 2px solid rgba(0, 0, 0, 0.05);
}

.gutter-right {
	padding-right: 30px;
}

/* Gradients */

.diagonal-grey {
	background: rgb(255, 255, 255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
}

.vertical-grey {
	background: rgb(68, 68, 68);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(14, 14, 14, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68, 68, 68, 1)), color-stop(100%, rgba(14, 14, 14, 1)));
	background: -webkit-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(14, 14, 14, 1) 100%);
	background: -o-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(14, 14, 14, 1) 100%);
	background: -ms-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(14, 14, 14, 1) 100%);
	background: linear-gradient(to bottom, rgba(68, 68, 68, 1) 0%, rgba(14, 14, 14, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#0e0e0e', GradientType=0);
}

.vertical-red {
	background: rgb(143, 2, 34);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM4ZjAyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNhOTAzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmQwMDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(143, 2, 34, 1) 52%, rgba(169, 3, 41, 1) 52%, rgba(109, 0, 25, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, rgba(143, 2, 34, 1)), color-stop(52%, rgba(169, 3, 41, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
	background: -webkit-linear-gradient(top, rgba(143, 2, 34, 1) 52%, rgba(169, 3, 41, 1) 52%, rgba(109, 0, 25, 1) 100%);
	background: -o-linear-gradient(top, rgba(143, 2, 34, 1) 52%, rgba(169, 3, 41, 1) 52%, rgba(109, 0, 25, 1) 100%);
	background: -ms-linear-gradient(top, rgba(143, 2, 34, 1) 52%, rgba(169, 3, 41, 1) 52%, rgba(109, 0, 25, 1) 100%);
	background: linear-gradient(to bottom, rgba(143, 2, 34, 1) 52%, rgba(169, 3, 41, 1) 52%, rgba(109, 0, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#6d0019', GradientType=0);
}

/* Header */

.navbar {
	margin: 0;
}

.navbar-brand {
	color: #f3f3f3;
	text-shadow: 2px 2px 0 #000;
	letter-spacing: -0.075em;
}

.navbar-brand:hover {
	color: #ddd;
}

.navbar-brand .brand-red {
	color: #c81518;
}

.navbar-brand span {
	color: #c81518;
}

.navbar-brand:hover .brand-red {
	color: #e9151a;
}

.navbar-right li {
	font-size: 16px;
}

.navbar-right li a {
	margin: 0 15px;
	padding: 14px 0 5px 0;
}

.navbar-right li a:hover {
	border-bottom: 1px solid #f40000;
}

.navbar-right .glyphicon {
	font-size: 14px;
}

#basket-count {}

/* Generic Containers */

.page-wrapper {
	position: relative;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-wrapper .container {
	padding: 0 15px;
}

.page-header {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #e2e2e2;
}

.page-header .page-title {
	margin: 0 auto;
	padding: 0 15px 0;
	line-height: 100%;
}

/* Page body */

.page-body {
	position: relative;
	line-height: 1.8em;
}

.page-body .body p {
	text-align: justify;
	font-size: 14px;
}

.page-body h1 {
	margin: 15px 0;
	padding: 10px 0 15px;
	text-align: left;
	font-size: 44px;
}

.page-body h1 .glyphicon {
	font-size: 38px;
	float: right;
	color: #ddd;
	text-shadow: 1px 1px 0 #f9f9f9;
}

.page-body h3:first-child {
	margin: 6px 0 20px 0;
	line-height: 150%;
}

.page-body h3 {
	margin: 30px 0 15px;
	color: #b9000c;
}

.page-body blockquote {
	position: relative;
	margin: 30px 0;
	border-left: 3px solid #ccc;
	background: rgba(0, 0, 0, 0.04);
}

.page-body ul {
	margin: 0;
	list-style: square inside;
}

.page-body .images {
	position: relative;
	margin-top: 0px;
	padding: 0 0 10px 20px;
}

.page-body .images img {
	margin-bottom: 20px;
}

.event-select {
	margin: 0 0 30px;
}

.event-select ul {
	width: 100%;
}

.event-select ul li {
	display: block;
	padding: 10px;
}

.event-select ul li:first-child {
	padding-top: 5px;
}

.event-select ul li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.event-select ul li:hover {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.event-select ul li h4 {
	margin: 0;
}

/* Spaces left badge, common to .event-select and .upcoming-events containers */

.event p.spaces-left {
	margin: 2px 0 0 0;
}

.event h4 {
	margin: 0 0 6px;
	color: #ad000e;
	font-size: 1.5em;
}

.event img {
	margin-right: 15px;
}

.event .label {
	position: relative;
	top: -1px;
	font-size: 12px;
	padding: 6px 10px 5px;
	display: block;
	margin-bottom: 4px;
}

.map-label {
	margin: 30px 0 0 0;
	padding: 10px 15px 5px 10px;
	width: 820px;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 22px;
	line-height: 140%;
}

.map-label .glyphicon {
	font-size: 18px;
	color: #ff0000;
}

#map-canvas {
	margin: 0 0 30px;
	width: 100%;
	height: 450px;
	border: solid 4px #000;
	border-radius: 0 6px 6px 6px;
}

.right-col {
	position: relative;
	padding: 20px 15px;
	height: 100%;
	text-align: center;
}

.right-col .manutd-logo {
	margin: 0 0 30px 0;
}

.right-col .upcoming-events {
	padding: 0 15px;
}

.right-col .upcoming-events .nav li a {
	font-size: 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

.right-col .upcoming-events .event {
	position: relative;
	margin: 10px auto 0;
	width: 100%;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	border-radius: 5px;
	margin-bottom: 10px;
}

.right-col .upcoming-events .event:not(:last-child) {
	margin-bottom: 30px;
}

.right-col .upcoming-events .event h4 {
	margin: 0;
}

.right-col .upcoming-events .event img {
	border: 3px solid #000;
	border-radius: 3px;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.right-col .upcoming-events .event:hover img {
	border: 3px solid rgba(0, 0, 0, 0.90);
}

.right-col .upcoming-events .event:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.30);
}

.right-col .btn .label {
	position: relative;
	padding: 3px 5px 2px;
	top: -1px;
}

/* Basket */

#basket-items h3 {
	color: #338617;
}

table .select2-container {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

table .btn-block {
	margin: 0 0 5px;
}

/* Checkout Form */

#checkout {
	margin-bottom: 30px;
}

/* FAQs */

#faqs-accordion .panel-title a {
	display: block;
	font-size: 20px;
	color: #eee;
	border: 0 none;
}

#faqs-accordion .panel-title a:hover {
	text-decoration: none;
	color: #fff;
}

#faqs-accordion .glyphicon {
	font-size: 17px;
	margin-right: 5px;
}

/* Home Page */

/* Masthead */

.masthead {
	position: relative;
	margin: 0;
	border-bottom: 3px solid #ddd;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
	height: 400px;
}

.masthead>.container {
	padding: 0 15px;
}

.masthead-bg {
	position: relative;
	padding: 0;
	width: auto;
	height: 300px;

	background: linear-gradient( rgba(20, 20, 20, .7), rgba(20, 20, 20, .7)),
	url('/img/img_background_mastheadnew.jpg') top center no-repeat;
}

.masthead-item {
	height: 297px;
	width: 100%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.00);
}

/* Page body */

.page-body.container.home p:first-child {
	margin-top: 20px;
}

.page-body.container.home ul {
	margin: 0 2em;
	list-style: square inside;
}

/* Footer */

footer {
	position: relative;
	min-height: 200px;
	margin: 0;
	padding: 30px 0;
	border-top: 3px solid #ccc;
	color: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
}

footer .container {
	padding: 0;
}

footer .column:last-child {
	text-align: right;
	font-size: 13px;
}

footer .column:last-child img {
	position: relative;
	height: 50px;
	width: auto;
	margin: 0 0 15px 0;
	left: 2px;
}

footer ul {
	list-style-type: none;
	padding: 0;
}

/* For the direction button */

#dirbutton {
	width: 200px;
	height: 45px;
	padding: 10px;
	background-color: red;
	color: white !important;
	border-radius: 5px;
	text-align: center;
}

#dirbutton a {
	color: white !important;
}

/**
 * Media queries
 */

/* iPad Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar {
		padding: 24px;
		margin: 0;
	}
	.navbar-brand {
		font-size: 28px;
	}
	.masthead.home h2 {
		font-size: 54px;
		margin: 50px 0 20px;
	}
	.masthead.home h3 {
		font-size: 34px;
	}
}

/* Desktops and laptops */

@media only screen and (min-width:1024px) {
	.navbar {
		padding: 24px;
		margin: 0;
	}
	.navbar-brand {
		font-size: 42px;
	}
	.masthead.home h2 {
		font-size: 54px;
		margin: 50px 0 20px;
	}
	.masthead.home h3 {
		font-size: 34px;
	}
}

.map-label a:hover>span {
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.map-label a:nth-child(2)>span {
	font-size: 1.2em !important;
}

.masthead ul {
	position: absolute;

	left: 15%;

	margin-top: 40px;
}

.masthead ul li {

		font-weight: 400;
		color: white;
		text-transform: uppercase;
		list-style: none;
		font-size: 2.2em;
	
}
.masthead ul li:nth-word(1),
{
	color: #f40000;
}