@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'beyond_wonderlandregular';
    src: url('/fonts/beyond_wonderland-webfont.woff2') format('woff2'),
         url('/fonts/beyond_wonderland-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;
}
ol, ul {
	list-style: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:24px;
	margin:0;
	color:#555555; 
	background:#fff;
}

*, *:before, *:after {
  box-sizing: inherit;
}



/*================================================================================================================================================

NAVIGATION

------------------------------------------------------------------------------------------------------------------------------------------------*/

#navwrapper {
	background:#16295a;
    height: 114px;
	height:80px;
    position: fixed;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 1000;
	left:0;
}
#navouter {
    height: auto;
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 95%;
}

/*============ NAV ============*/
#nav {
    float: right;
    margin: 0;
    text-align: right;
    width: 65%;
	 -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
	   -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

#rightTopNav a,
#footNav li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
	font-weight:700;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	 -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
	   -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
#rightTopNav a{
	font-size:12px;	
}

#rightTopNav #login a {
    border-radius: 30px;
    padding: 10px 20px;
}

#logo {
    float: left;
    margin: 0;
    max-width: 600px;
    transition: all 0.2s linear 0s;
    width: 50%;
}
#logo img{
	max-width:600px;
	width:100%;	
}

#rightTopNav {
    float: right;
    text-align: right;
    width: 50%;
	padding:30px 0 0 0;
}
#userNav {
    float: right;
    padding: 0 20px;
    text-align: right;
    width: auto;
}
#searchNav{
	float:right;
	margin: 0 0 0 20px;	
}
#basket {
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
#basket a {
    position: absolute;
    right: -20px;
    top: -20px;
}
.badge {
    background-color: #e9423b;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 7px;
    vertical-align: baseline;
    white-space: nowrap;
	font-family: 'Raleway', sans-serif;
}

.open {
    display: block !important;
}



#mainMenuMobile {display:none;overflow-y: scroll; overflow-x:hidden; }
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #293141;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;	
	margin:10px 0;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
#mainMenuMobile li a.active{
  	color: #ec2f29
}


#mainMenuMobile li a{
	display:block; 
	color: #fff;
	
	font-weight: 600;
	text-decoration:none;
   	font-size:0.857em;
}

#mainMenuMobile li.socials > a {
    margin: 0 20px 0 0;
	display:inline-block;
}


.mobilemenu {
    color: #fff;
    display: none;
    font-size: 0.857em;
    height: 33px;
    line-height: 20px;
    padding: 5px 0 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    width: 35px;
}
.leftMobileMenu {
	height: 100% !important;
    position: fixed;
    right: -100%;
    top: 0;
	background:#16295a;
    width: 70% !important;
    z-index: 0;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}
.positionMenu{
	right:0;	
}
#mainMenuMobile > ul {
    display: block;
    left: 0;
    padding: 0 5% 5%;
	padding:0;
    position: relative;
    top: 0;
    width: 100%;
	-moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
	   -o-transition: all 0.8s ease;
  		  transition: all 0.8s ease;
}

.icon-bar {
    background-color: #fff;
    border-radius: 0.071em;
    display: block;
    height: 2px;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: text-top;
    width: 29px;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.rotateLeft {
    margin-top: 13px;
    position: relative;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.rotateRight {
    margin-top: -3px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.push-toleft {
	-webkit-transform: translate3d(-70%, 0,  0px) !important;
   		 	transform: translate3d(-70%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
			position:fixed !important;
}
.positionMenu {
    right: 0 !important;
}
#topOffer {
    text-align: center;
    color: #fff;
    background: #be1d32;
    padding: 5px;
    font-weight: bold;
	display:none;
}
#topOffer a{
	color:#fff;
	text-decoration:none;	
}
/*================================================================================================================================================

STRUCTURE

------------------------------------------------------------------------------------------------------------------------------------------------*/
#content {
    position: relative;
    z-index: 10;
	-webkit-overflow-scrolling: touch;
}
.innerContainer {
    background-color: #fff;
    overflow: auto;
    position: relative;
    z-index: 10;
}
#homeBanners {
    height: 400px;
    max-height: 400px;
    position: relative;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index:0;
	overflow:hidden;
	margin:80px 0 0 0;
}

#homeBanners .banner {
    background-size: cover;
    height: 400px;
    max-height: 400px;
    position: absolute;
    text-align: center;
    transition: all 0.5s linear 0s;
    visibility: visible;
    width: 100%;
    z-index: 1;
	opacity:1;
	 -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
	   -o-transition: all 2s linear;
  		  transition: all 2s linear;
	
}
.insideBanners {
    height: 300px !important;
    max-height: 300px !important;
}

.insideBanners .banner {
    height: 300px !important;
    max-height: 300px !important;
}
#home1 {
    background: rgba(0, 0, 0, 0) url("/images/banner.jpg") no-repeat scroll right top;
}
#bannerCont {
    position: relative;
    transition: all 0.5s linear 0s;
}
#message {
    margin: 120px 0 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 20;
	color:#fff;
}

#message h1{
	font-family: 'beyond_wonderlandregular', sans-serif; 	
	font-size: 52px;
	/*letter-spacing:4px;*/
}

.bookingContainer{
	background:#f2f2f2;
	border:1px solid #cecece;
	padding:10px;	
	position:relative;
	overflow:auto;
}
.openingTimes{
	padding:10px 10px 10px 70px;	
}
.selectBoxes{
	border-bottom:1px solid #cecece;	
	padding:0 0 20px 0;
}
.selectStyle {
    background: #fff url("/images/droparrow.jpg") no-repeat scroll 100% 50% / 40px auto;
    height: 38px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 2px 0 0;
    width: 95%;
}
.selectStyle select {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #313131;
    font-size: 14px;
    padding: 7px 8px;
    width: 110%;
}
#waiter {
    height: 25px;
    padding: 5px 0 0 20px;
    font-weight: bold;
    color: 
    #d03d3d;
	display:none;
}
.ticketList{
	overflow:auto;	
}
.ticketList li{
	width:100% !important;
	margin:0 0 10px 0;
	padding:0 0 10px 0 !important;
	border-bottom:1px solid #cecece;	
	overflow:auto;
}
.ticketDetails{
	float:left;
	width:70%;	
}
.ticketDetails span{
	display:block;	
}
.ticketCount{
	float:left;
	width:30%;
	text-align:right;	
}
.minus, .plus {
    display: inline-block;
    text-align: center;
    width: 30px;
}
.minus .fa-circle{
	color:#d9d9d9;	
}
.minus .fa-minus{
	color:#000;	
}
.plus .fa-circle{
	color:#c41f33;	
}
.ticketCounter {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    width: 40px;
}

#ticketsAvailable{
	display:none;	
}
.ticketStatus{
	display:none;	
}
#expiredSession{
	display:none;	
}
#map, #map2, #map3 {
    height: 400px;
    margin: 0 auto;
    width: 100%;
}
.sponsorLogoWrap{
	height:70px;	
}
.sponsorlogo{
	height: 80%;
    margin: 0 0 10px 0;
    width: auto;
}
/*=====================================================================================================================

FORMS

=====================================================================================================================*/
.formLeft{
    float: left;
    position: relative;
    width: 66%;
}
.formRight {
    float: right;
    position: relative;
    width: 29%;
	margin:0 0 40px 0;
}
.smallInput {
    display: block !important;
    width: 200px !important;
}
.formWrap div {
    position: relative;
}
label {
    display: block;
    font-family: "san_francisco_displayregular",sans-serif;
    font-size: 13px;
}
label em{
	font-size:11px;	
}
.formWrap textarea, .formWrap input[type="text"], .formWrap input[type="password"] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #9a9a9a;
    display: inline-block;
    font-family: "san_francisco_displayregular",sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 5px 1.5%;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
.largeForm input[type="text"] {
    height: 40px;
}
.largeForm label {
    color: #081d55;
}
textarea {
    height: 80px !important;
    resize: none;
}
.requiredField {
    border: 1px solid red !important;
    transition: all 0.2s linear 0s;
}
.shortInput {
    display: block !important;
    width: 30% !important;
}
form i {
    color: red;
    position: absolute;
    right: 0;
    top: 30px;
}

/*================================================================================================================================================

FOOTER

------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	
	overflow:auto;
	background:#24457b;
	padding:20px 0;
	text-align:right;
}
.footerLeft{
	float:left;	
	color:#fff;
	text-align:left;
	font-size:13px;
}
.footerLeft a{
	color:#fff;	
}
#footer img{
	border:3px solid #fff;	
}


/*================================================================================================================================================

TEXT

------------------------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	font-family: 'Raleway', sans-serif;	line-height:1; 
}
h1{
	line-height:1.3;
	margin:0 0 20px 0;
	font-size:32px;
	font-weight:600;	
}
h2{
	font-size:38px;
	font-weight:700;	
	margin:0 0 20px 0;
	
}
h3{
	font-size:30px;
	font-weight:700;
	margin:0 0 10px 0;	
	line-height:1.5;
}
h4{
	font-size:18px;
	font-weight:700;
	margin:10px 0;		
}
.wonderText{
	font-family: 'beyond_wonderlandregular', sans-serif; 	
	/*letter-spacing:3px;*/
	font-weight:100;
}
.uppercase{
	text-transform:uppercase;	
}
p{
	margin:0 0 20px 0;	
}
.button {
	border:0 none;
	border-radius:6px;
	color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    outline: medium none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}

.largeButton{
	font-size:18px;	
	padding:20px;
}
a{
	color: #cd2474;
	text-decoration:none;	
}
.darkBlueText{
	color:#1d3b6c;
}
.lightBlueText{
	color:#4dbcd8;	
}
.whiteText{
	color:#fff;	
}
.redText{
	color:#be1d32;	
}

.redButton{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd1f3c+0,96131b+99 */
	background: #cd1f3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #cd1f3c 0%, #96131b 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cd1f3c 0%,#96131b 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cd1f3c 0%,#96131b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1f3c', endColorstr='#96131b',GradientType=0 ); /* IE6-9 */
}
.whiteDropshadow{
	 text-shadow: 0 0 5px #fff;
}

/*================================================================================================================================================

GENERALS

------------------------------------------------------------------------------------------------------------------------------------------------*/
.wow{
	visibility:hidden;	
}
.spT_half{
	margin-top:20px !important;	
}
.spB_half{
	margin-bottom:20px !important;	
}
.spTB_half{
	margin-top:20px !important;	
	margin-bottom:20px !important;	
}
.spT_single{
	margin-top:40px !important;	
}
.spB_single{
	margin-bottom:40px !important;	
}
.spTB_single{
	margin-top:40px !important;	
	margin-bottom:40px !important;	
}
.spT_double{
	margin-top:80px !important;	
}
.spB_double{
	margin-bottom:80px !important;	
}
.spTB_double{
	margin-top:80px !important;	
	margin-bottom:80px !important;	
}
.max600{
	width:95%;
	max-width:600px;
	margin:auto;	
}
.max900{
	width:95%;
	max-width:900px;
	margin:auto;	
}
.max1200{
	width:95%;
	max-width:1200px;
	margin:auto;	
}
.max1600{
	width:95%;
	max-width:1600px;
	margin:auto;	
}

.img100{
	width:100%;	
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #ffbfbf;
    border-color: #ebccd1;
    color: #b50a0a;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert {
    border-radius: 4px;
    border-width: 1px;
    padding: 15px;
}
.clickInner{
	cursor:pointer;	
}
	
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.centerThis{
	text-align:center;	
}
.rightThis{
	text-align:right;	
}

select {
    padding: 10px 20px 10px 10px;
}
.split1, .split2, .split3, .split4, .split5, .split6{
	width:100%;
	overflow:hidden;	
}
.split1 li, .split2 li, .split3 li, .split4 li, .split5 li, .split6 li{
	/*display:inline-block;*/
	float:left;
	padding:0;	
	vertical-align:top;
}
.split2 li{
	width:50%;	
}
.split3 li{
	width:33.333%;	
}
.split4 li{
	width:25%;	
}
.split5 li{
	width:20%;
}
.split6 li{
	width:16.6667%;	
}


.normalList{
	list-style:disc !important;
}
.normalList li{
	padding:0 0 0 10px;
	margin:0 0 0 20px;
	width:auto;
}


.wrap{
	padding:0 10px;	
}
.width100 {
    margin: auto;
    width: 100%;
}
.blueBackground{
	background:#1d3b6c;
	color:#fff;
	padding:50px 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }