/* ===== Primary Styles ========================================================
   Author: Dan Mitchell / Creative Edge Design ltd
   ========================================================================== */


@import url('../fonts/opensans/stylesheet.css');
@import url('../fonts/trajan/stylesheet.css');


header:before, header:after { content: " "; display: table; }
header:after { clear: both; } header { *zoom: 1; }

section:before, section:after { content: " "; display: table; }
section:after { clear: both; } section { *zoom: 1; }

nav:before, nav:after { content: " "; display: table; }
nav:after { clear: both; } nav { *zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; } .clearfix { *zoom: 1; }

.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; } .container { *zoom: 1; }

.wrapper:before, .wrapper:after { content: " "; display: table; }
.wrapper:after { clear: both; } .wrapper { *zoom: 1; }

.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; } .row { *zoom: 1; }


html {
	font-size: 81.3%; /* 13px */
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	color: #7d7e7e;
	background: #fff;
	line-height: 1.2;
}

body {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family: 'TrajanPro-Regular';
	font-size: 25px; font-size: 1.923rem;
	text-align: center;
	background: url('../images/ui/rules.png') left center repeat-x;
	text-transform: lowercase;
}
	h1 span {
		font-weight: normal;
		background: #fff;
		padding: 0 1em;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px; font-size: 1.538rem;
	text-align: center;
}
	.container h2 {
		text-align: left;
	}
	.container h2:first-child {
		margin-top: 0;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-size: 1.231rem;
	font-style: italic;
}
	h3:first-child {
		margin-top: 0;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px; font-size: 1.538rem;
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
p:first-child {
	margin-top: 0;
}

hr {
	height: 17px; height: 1.308rem;
	background: url('../images/ui/rules.png') left center repeat-x;
	background-size: contain;
	border: none;
	margin: 2em 0;
}

.mobile {
	display: none;
}

#middle ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}
	#middle li {
		margin: 0 0 0.3em 0;
	}
.content hr {
	height: 1px;
	background: #cbc9cb;
}

hr.styled {
	height: 17px; height: 1.308rem;
	background: url('../images/ui/rules.png') left center repeat-x;
	border: none;
	margin: 1em 0;
}

a {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

iframe {
	max-width: 100%;
}

#middle a {
	color: #000;
	text-decoration: none;
}
	#middle a:hover {
		text-decoration:  underline;
	}
	
.col,
.cols {
	clear: none;
	display: inline;
	float: left;
	margin: 0;
	margin-right: 2.54324%;
	padding: 0;
}
	.one    { width: 6.00203%; }
	.two    { width: 14.5473%; }
	.three  { width: 23.09257%; }
	.four   { width: 31.63784%; }
	.five   { width: 40.18311%; }
	.six    { width: 48.72838%; }
	.seven  { width: 57.27365%; }
	.eight  { width: 65.81892%; }
	.nine   { width: 74.36419%; }
	.ten    { width: 82.90946%; }
	.eleven { width: 91.45473%; }
	.twelve { width: 100%; margin-right: 0; }
.col.last,
.cols.last {
	margin-right: 0;
}

.wrapper {
	width: 980px; width: 75.385rem;
	margin: 0 auto;
}

header {
}
	header .wrapper {
	}
	header h6 {
		float: left;
		margin: 10px 0 20px 0; margin: 0.769rem 0 1.538rem 0;
		padding: 0;
	}
		header h6 a {
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			width: 650px; width: 50rem;
			height: 114px; height: 8.769rem;
			background: url('../images/ui/logo.png') center center no-repeat;
			background-size: contain;
		}
	header .social {
		float: right;
		margin-top: 5em;
	}
		header .social ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			header .social li {
				float: left;
				margin-left: 30px; margin-left: 2.308rem;
			}
				header .social a {
					display: block;
				}
	header nav {
		position: absolute;
		z-index: 999;
		left: 0;
		top: 4px; top: 0.308rem;
		width: 100%;
		background: #808080;
	}
		header nav ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
			width: 980px; width: 75.385rem;
		}
			header nav li {
				float: left;
			}
				header nav a {
					display: block;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
					text-align: center;
					font-family: 'TrajanPro-Regular';
					font-size: 14px; font-size: 1.077rem;
					padding: 5px 14px; padding: 0.385rem 1.077rem;
					letter-spacing: 1px;
				}
				header nav li:hover > a,
				header nav a.selected, 
				header nav a:hover {
					background-color: #1a1a1a;
				}
		header nav ul ul {
			display: none;
			position: absolute;
			width: auto;
			background-color: #000;
			background-color: rgba(0,0,0,0.8);
			background-repeat: repeat-x;
			background-position: left 98%;
			background-image: url('../images/ui/rules-light.png');
			padding-bottom: 40px; padding-bottom: 3.077rem;
			padding-top: 20px; padding-top: 1.538rem;
			border-top: 1px solid #4c4a4c;
		}
			header nav ul ul li {
				float: none;
				border-bottom: 1px solid #4c4a4c;
				margin: 0 10px; margin: 0 0.769rem;
			}
			header nav ul ul a{
				padding: 10px 0; padding: 0.769rem 0;
			}
		header nav li:hover ul {
			display: block;
		}

.heroes {
	position: relative;
}
	.heroes .fotorama__nav-wrap {
		background: #000;
	}
		.heroes .fotorama__nav {
			width: 980px !important;
			margin: 0 auto;
			background: #000 url('../images/ui/rules-light.png') center center repeat-x;
		}
	.heroes .notation {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url('../images/ui/hero-notation.png') center center no-repeat;
		background-size: cover;
		display: none;
	}
	.fotorama__arr {
		width: 67px; width: 5.154rem;
		margin-top: -70px; margin-top: -5.385rem;
	}
	.slideshow-home .fotorama__arr {
		margin-top: -50px; margin-top: -3.846rem;
	}
		.fotorama__arr__arr {
			width: 67px; width: 5.154rem; 
			height: 135px; height: 10.385rem;
			background: none;
		}
		.fotorama__arr--prev {
			background: url('../images/ui/slide-left.png') center center no-repeat;
			background-size: contain;
			height: 135px; height: 10.385rem;
			left: 0;
		}
		.fotorama__arr--next {
			background: url('../images/ui/slide-right.png') center center no-repeat;
			background-size: contain;
			height: 135px; height: 10.385rem;
			right: 0;
		}
		.fotorama__dot {
			border: 1px solid #808080;
			background-color: #808080;
		}
		.fotorama__active .fotorama__dot {
			border-color: #fff;
			background-color: #fff;
		}

footer {
	font-size: 11px; font-size: 0.846rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #989497;
	text-align: left;
}
	footer .wrapper {
		padding: 10px 0; padding: 0.769rem 0;
	}
	footer .supporters {
		background: #959595;
		text-align: center;
		padding-top: 40px; padding-top: 3.077rem;
		padding-bottom: 60px; padding-bottom: 4.615rem;
	}
		footer .supporters h5 {
			text-align: center;
			font-family: 'TrajanPro-Regular';
			font-weight: normal;
			font-size: 25px; font-size: 1.923rem;
			font-style: normal;
			text-transform: lowercase;

			padding: 0;
			margin: 0 0 40px 0; margin: 0 0 3.077rem 0;
			color: #fff;
			background: url('../images/ui/rules-white.png') left center repeat-x;
		}
			footer .supporters h5 strong {
				font-weight: normal;
				background: #959595;
				padding: 0 1em;
			}
		footer .supporters img {
			vertical-align: middle;
			margin: 0 4em;
		}
	footer a.credit {
		float: right;
		text-decoration: none;
		color: #aaa;
	}
	footer a.link {
		color: #989497;
		text-decoration:none;
		font-style: normal;
		display:inline-block;
		margin-bottom: 5px;
	}
		footer a.link:hover {
			color: #000;
			text-decoration:underline;
		}
	
#middle {
	padding: 20px 0; padding: 1.538rem 0;
	line-height: 1.3;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px; font-size: 1.538rem;
	font-style: italic;
	text-align: center;
}
	.quote a {
		color: #7d7e7e;
		text-decoration:none;
	}
	.quote a:hover {
		color: #000;
		text-decoration: none;
	}
	.quote em {
		font-size: 14px; font-size: 1.077rem;
		font-style: italic;
	}
	
.tiles {
	margin-top: 2em;
	margin-left: -1%;
	margin-right: -1%;
}
	a.tile {
		float: left;
		width: 31.333%;
		margin: 0 1% 1em 1%;
		display: block;
		text-decoration: none;
		position: relative;
		font-family: 'TrajanPro-Regular';
		text-transform: lowercase;
		font-size: 16px; font-size: 1.231rem;
		line-height: 0;
		-webkit-transition: all 250ms;
		-moz-transition: all 250ms;
		-ms-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
	}
		a.tile img {
			width: 100%;
			height: auto;
			line-height: 0;
		}
		a.tile strong {
			font-weight: normal;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			color: #fff;
			background-color: #000;
			background-color: rgba(0,0,0,0.5);
			background-image: url('../images/ui/arrow-right.png');
			background-position: 95% center;
			background-repeat: no-repeat;
			line-height: 1.2;
		}
			a.tile span {
				display: block;
				padding: 10px 15px; padding: 0.769rem 1.154rem;
				
				-webkit-transition: all 250ms;
				-moz-transition: all 250ms;
				-ms-transition: all 250ms;
				-o-transition: all 250ms;
				transition: all 250ms;
			}
		a.tile:hover {
			transform: scale(0.9, 0.9);
		}
			a.tile:hover span {
				background-color: #000;
				background-color: rgba(0,0,0,1);
		}

.concerts {
	margin-bottom: 3em;
}
.concert {
	position: relative;
	height: 270px; height: 20.769rem;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: 'TrajanPro-Regular';
	margin: 1em 0;
}
	.concert .concert-inner {
		height: 100%;
		background: url('../images/ui/hero-notation.png') center center no-repeat;
		background-size: 100% 100%;
	}
	.concert .meta {
		float: left;
		width: 125px; width: 9.615rem;
		padding: 0 15px; padding: 0 1.154rem;
		height: 100%;
		background: #000;
		color: #fff;
		text-align: center;
	}
		.concert .meta .upper {
			font-size: 20px; font-size: 1.538rem;
			border-bottom: 1px solid #fff;
			padding: 15px 0; padding: 1.154rem 0;
		}
			.concert .meta .upper strong {
				font-weight: normal;
				font-size: 72px; font-size: 5.538rem;
				display:block;
			}
		.concert .meta .lower {
			font-size: 16px; font-size: 1.231rem;
			padding: 15px 0 0 0; padding: 1.154rem 0 0 0;
		}
	.concert .info {
		margin: 0 150px 0 155px; margin: 0 11.538rem 0 11.923rem;
		padding-left: 50px; padding-left: 3.846rem;
		height: 96%;
		padding-top: 4%;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px; font-size: 0.923rem;
		background: url('../images/ui/concert-tint.png') left top no-repeat;
		overflow: hidden;
	}
		.concert .info h1 {
			font-size: 40px; font-size: 3.077rem;
			font-family: 'TrajanPro-Regular';
			background: none;
			text-align: left;
			margin: 0;
			padding: 0;
		}
		.concert .info h2 {
			font-size: 17px; font-size: 1.308rem;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			margin: 0.4em 0 0 0;
			padding: 0;
			text-align: left;
		}
		.concert .info h3 {
			font-size: 18px; font-size: 1.385rem;
			font-family: 'TrajanPro-Regular';
			font-style: normal;
			margin: 0;
			padding: 0;
			text-align: left;
		}
	.concert .actions {
		float: right;
		width: 150px; width: 11.538rem;
		height: 100%;
	}
		.concert .actions a.book {
			display: block;
			width: 105px; width: 8.077rem;
			height: 216px; height: 16.615rem;
			margin: 0 auto;
			margin-top: 2em;
			background: url('../images/ui/concert-book.png') center center no-repeat;
			background-size: contain;
			overflow: hidden;
			text-indent: -99999px;
		}

.concerts-past {
}
	.concerts-past .item {
		float: left;
		width: 31.3333%;
		padding: 0 1% 1em 1%;
		text-align: center;
		font-size: 16px; font-size: 1.231rem;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	.concerts-past h2 {
		text-align: center;
		font-size: 25px; font-size: 1.923rem;
	}
	.concerts-past hr {
		clear: both;
		width: 100%;
	}



.cookiepolicy {
	position:fixed;
	z-index: 999;
	left:0;
	bottom:0;
	width:100%;
	padding: 2em;
	box-sizing:border-box;
	background-color: #000; background-color: rgba(0,0,0,0.8);
	color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}
	.cookiepolicy p {
		margin:0;
	}
	.cookiepolicy p.cookie-firstline {
		margin-bottom: 1em;
	}
	.cookiepolicy a.cookie-ok,
	.cookiepolicy a.cookie-no {
		float: right;
		display:block;
		background: #fff;
		color: #000;
		padding: 0.5em 1em;
		font-size: 1.2em;
		margin-left: 1em;
		text-decoration:none;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-radius: 1em;
	}



.om-menu {
	background: #58585a;
}

.om-menu-inner ul {
	border: none;
}
	.om-menu-inner ul ul {
		border-top: 1px solid #777;
	}
	.om-menu-inner li {
		border-bottom: 1px solid #777;
		border-top: none;
	}
		.om-menu-inner li > span {
			color: #fff;
			background: #58585a;
		}
		.om-menu-inner a,
		.om-menu-inner a:visited {
			color: #fff;
		}
		.om-menu-inner a:hover {
			color: #fff;
		}
		.om-menu-inner a:active {
			color: #fff;
			background: #58585a;
		}
		.om-menu-inner a.om-touched {
			color: #fff;
			background: #58585a;
		}
	
.mobileheader,
.mobilefooter {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobileheader {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background: #fff;

	color: #333;
	-webkit-box-shadow: 0 0 0.5em 0 #333;
	box-shadow: 0 0 0.5em 0 #333;
}
	.mobileheader .mobiletitle {
		text-align:center;
		font-size:1.3em;
		padding: 0.5em 0;
	}
		.mobileheader .mobiletitle a,
		.mobileheader .mobiletitle a:visited {
			color: #fff;
			text-decoration:none;
		}
		.mobileheader .mobiletitle img {
			width: 45%;
			height: auto;
			vertical-align:middle;
		}



