html, 
body {
    height: 100%;
	background-color:#000;
	font-family: 'Burgess';
	font-weight: 700;
	color:#ffecc8;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	color:#ffecc8;
}
#container{
	width:100%;
	height:100vh;
	background-image:url('../gfx/background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
}
#container h1{
	position: absolute;
    top: 20px;
    left: 20px;
    font-size: 5em;
    width: 60%;
    max-width: 300px;
    transition: all 0.3s;
}

#container h1 img{
	width:100%;
}
#container h1:hover img{
	filter: contrast(200%);
}
#container nav{
	position: absolute;
	bottom:20px;
	left:20px;
	font-size:4em;
}
#container nav a{
	transition: all 0.3s;
    display: block;
    height: auto;
    position: relative;
}
#container nav a:hover{
	color:#fff;
}
#table, #table2{
	width: 100%;
    height: 100%;
    display: table;
	flex-wrap:wrap;
}
#tableCell, #tableCell2{
	display:table-cell;
	vertical-align:middle;
}
#splashPage{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,0.88);
    bottom: 0px;
}
#preOrder{
	display:inline-block;
	padding-top:5px;
	font-size:1.9em;
}
#preOrder:hover{
	color:white;
}
#splashContent{
	width:90%;
	padding-top:30px;
	padding-bottom:30px;
	margin:auto;
	max-width:750px;
}
#introText{
	float:right;
	width:calc(50% - 20px);
	font-size: 16px;
}
#introText h3{
	font-size:2.1em;
	padding-bottom: 0.3em;
}
#introText h4{
	font-size:1.2em;
	padding-bottom: 0.5em;
}
#introText h5{
	width:90%;
	max-width:250px;
	margin-bottom: 0.7em;
}
#introText h5 img{
	width:100%;
}
#introText h6{
	font-size:1.2em;
	padding-bottom: 0.2em;
}
#packshot{
	width:50%;
	float:left;
}
#table .cell{
	width:33.333%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	font-size:50px;
}
#table .cell span{
	display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-indent: 14px;
}
#table .cell a{
	display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-indent: 14px;
    background-color:rgba(0,0,0,0.65);
    opacity:0;
    transition: all 0.3s;
}
#mobileButton{
	display:none;
}
#table .cell span,#table .cell a{
	/* text-shadow: 0px 0px 3px #fcefdc; */
}
#videoHolder{
	position: fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-color:black;
	overflow:hidden;
	z-index:999;
}
#muteYouTubeVideoPlayer{
	margin-top: -27%;
    margin-left: -30%;
    position: absolute;
    width: 160%;
    height: 160%;
}
.bit-widget .bit-event .bit-event-buttons{
	    margin: 0px 0 0 0!important;
}
.bit-widget-container{
	text-transform: uppercase;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){  
	#table .cell span,#table .cell a{
		/* text-shadow: 0px 0px 3px #fcefdc; */
	}
}
#table #cell4 a, #table #cell7 a{
	opacity:1;
	background-color:rgba(0,0,0,0);
}
#table .cell a:hover{
	opacity:1;
}
#cell10{
	display:none;
}
footer{
	position: absolute;
	bottom:6px;
	z-index:1;
	left:0px;
	right:0px;
	font-size:7px;
	text-align:center;
	padding-bottom:4px;
	line-height:130%;
}
#introVideo{
	display:none;
}
#cell1{
	background-image:url('../gfx/1.jpg');
}
#cell2{
	background-image:url('../gfx/2.jpg');
}
#cell3{
	background-image:url('../gfx/3.jpg');
}
#cell4{
	background-image:url('../gfx/4.jpg');
}
#cell5{
	background-image:url('../gfx/5.jpg');
}
#cell6{
	background-image:url('../gfx/6.jpg');
}
#cell7{
	background-image:url('../gfx/7.jpg');
}
#cell8{
	background-image:url('../gfx/8.jpg');
}
#cell9{
	background-image:url('../gfx/9.jpg');
}
#cell10{
	background-image:url('../gfx/10.jpg');
}
#preloader{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:black;	
    z-index: 9999999999;
}
#preloaderInner{
	background-image:url('../gfx/preloader2022v2.gif');
	background-size:120px;
	background-repeat:no-repeat;
	background-position: center;
    width: 100%;
    height: 100%;
}
.mobile{
	display:none;
}
#mobileButton{
	display:none!important
}
#close, #close2, #close3{
    position: fixed;
    top: 20px;
    right: 20px;
}
#liveDates, #newsletterPanel{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,0.9);
    bottom: 0px;
    display:none;
}
#tableOuter, #tableOuter2{
	width: auto;
    position: absolute;
    top: 0px;
    left: 50px;
    bottom: 0px;
    right: 50px;
}
.bit-top-track-button, .bit-nav-bar-container, .bit-play-my-city-button{
	display:none!important;
}
.bit-widget .bit-offers{
	color:black!important;
}
#liveDatesTable{
	width:100%;
	max-width:700px;
	display:table;
	margin:auto;
	color: #fcf1db;
}
#liveDatesTable span.date{
	width:20%;
	display:inline-block;
	float:left;
}
#liveDatesTable span.venue{
	width:50%;
	display:inline-block;
	float:left;
}
a.tickets{
    border: 2px solid #fcf1db;
    padding: 8px;
    margin-left: 8px;
    color: #fcf1db;
    transition: all 0.3s;
    font-size: 13px;
}
a.tickets:hover{
	background-color:#fcf1db;
	color:black;
}
#liveDatesTable span.cityCountry{
	display:inline-block;
	float:left;
	width:30%;
	text-align:right;
}
.venue .mobile{
	display:none;
}
#liveDatesTable{
	padding-top:40px;
	padding-bottom:10px;
}
#liveDatesTable li{
	height:45px;
}
@media only screen and (max-width: 1120px) {
	#table .cell{
		font-size:40px;
	}
}
@media only screen and (max-width: 920px) {
	#table .cell{
		font-size:30px;
	}
	footer{
		margin-left: 20px;
    	text-align: left;
	}
}
@media only screen and (max-width: 900px) {
	#table .cell{
		width:50%;
		font-size:38px;
	}
	#cell10{
		display:inherit;
	}
	#cell5, #cell4, #cell7, #cell10{
		display:none;
	}
	
	.desktop{
		display:none;
	}
	.cityCountry .desktop{
		display:inline-block;
	}
	.mobile{
		padding-left:14px;
		display:block;
		text-indent: 0px;
	}
	#cell1 span{
		text-indent: 14px;	
	}
	#mobileButton{
		display: block!important;
		position: absolute!important;
		top: 0px!important;
		background-color: transparent!important;
	}
	body{
		font-size: 16px;
	}
	.venue .mobile{
		display:none;
	}
}
@media only screen and (max-width: 850px) {
	#introText{
		font-size:14px;
	}
	#introText h3{
		font-size:2.0em;
	}
	
}
@media only screen and (max-width: 750px) {
	#splashContent{
	    max-width: 450px;
	}
	#packshot {
		width: 100%;
		float: none;
		margin-bottom:20px;
	}
	#introText{
		float: none;
		width:100%;
		font-size:3vw;
	}
}
@media only screen and (max-width: 700px) {
	body{
		font-size: 14px;
	}
	footer{
		bottom: 4px;
	}
	#liveDatesTable span.venue{
		    width: 40%;
	}
	#liveDatesTable span.cityCountry {
	    width: 40%;
	}
}


@media only screen and (max-width: 580px) {
	#table .cell {
		width: 100%;
		font-size: 40px;
		min-height: 190px;
		height: 25%;
	    position: relative;
	}
	#liveDatesTable li{
		text-align:center;
	    height: 73px;
	}
	#liveDatesTable span.cityCountry{
		width:100%;
		margin-left:100;
		display:block;
		text-align:center;
		padding-top:21px;
	}
	.venue .mobile{
		display:inline-block;
		padding-left:3px;
		padding-right:3px;
	}
	.cityCountry .desktop{
		display:none!important;
	}
	#liveDatesTable span.date, #liveDatesTable span.venue{
		float:none;
		width:auto;
		padding-left:3px;
		padding-right:3px;
	}

	#cell10{
		display:none;
	}
	#cell2, #cell4, #cell7, #cell10{
		display:none;
	}
	body{
		font-size: 11px;
	}
	footer{
		bottom: 3px;
	}
}
@media only screen and (max-height: 660px) {
	body{
		font-size: 10px!important;
	}
	#tableOuter{
		font-size:12px;
	}
}

@media only screen and (max-height: 480px) {
	body{
		font-size: 6px!important;
	}
	#tableOuter{
		font-size:10px;
	}
}

