@charset "UTF-8";
/* CSS Document */



h5 {
	font-weight:100;	
	font-size:32px;
	margin-top:5px;
}

h6 {
	font-size:24px;
	margin:15px 0;
}

header#main {
	border-top:#3b3b3b solid 2px;
	background: url(..//img/ks.png) no-repeat top right, rgb(231,231,236); /* Old browsers */
	background: url(..//img/ks.png) no-repeat top right, -moz-radial-gradient(center, ellipse cover,  rgba(231,231,236,1) 0%, rgba(163,163,168,1) 100%); /* FF3.6+ */
	background: url(..//img/ks.png) no-repeat top right, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(231,231,236,1)), color-stop(100%,rgba(163,163,168,1))); /* Chrome,Safari4+ */
	background: url(..//img/ks.png) no-repeat top right, -webkit-radial-gradient(center, ellipse cover,  rgba(231,231,236,1) 0%,rgba(163,163,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(..//img/ks.png) no-repeat top right, -o-radial-gradient(center, ellipse cover,  rgba(231,231,236,1) 0%,rgba(163,163,168,1) 100%); /* Opera 12+ */
	background: url(..//img/ks.png) no-repeat top right, -ms-radial-gradient(center, ellipse cover,  rgba(231,231,236,1) 0%,rgba(163,163,168,1) 100%); /* IE10+ */
	background: url(..//img/ks.png) no-repeat top right, radial-gradient(ellipse at center,  rgba(231,231,236,1) 0%,rgba(163,163,168,1) 100%); /* W3C */
	position: relative;
	z-index: 9999;
	padding: 60px 0;
}

.last {
	margin-bottom:60px;
}

#hero-wrapper { 
	width: 100%;
	height: 100%;
	z-index:0;
}

.main-wrapper { 
	width: 100%;
	position:relative;
	z-index:0;
}

.button {
	background:#5e1466;
	padding:15px 10px 10px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.button:hover {
	color:#fff;
	background:#00b9ce;
	text-decoration:none;
}

.selected  { 
	color:#000;
} 

#mute-button {
	margin:15px;
}

.hero-bar {
	width:94%;
	top:30px;
	margin:0 3%;
	position:absolute;
	z-index:501;
}

.homebox {
	width:100%;
	text-align:center;
	padding-top:10%;
}

.header-bar {
	background:#ffffff;
	width:100%;
	height:80px;
	font-size:14px;
	
}

#header {
	z-index:9999;
}

.nopad {
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
}

.logohead {
	padding-top:18px;
	padding-left:10px;
}

.navpad {
	padding-top:30px;
}

ul.nav {
	list-style:none;
	padding:0;
	margin:0;
}

ul.nav li {
	float:left;
	text-transform:uppercase;
	color:#000;
	padding:0 16px;
	margin:0;
}

ul.nav li a {
	color:#000;
	text-decoration:none;
}

ul.nav a:hover {
	color:#00b9ce;
}

ul.nav a:active {
	color:#5e1466;
}

.left {
	float:left;
}

.right {
	float:right;
	text-align: right;
	margin-top: 12px;
}
.padds {
	padding-right:30px;
}
  
.content {
  height:100%;
  min-height:100%;/*for mozilla*/
  position: relative;
}

.main-wrap {
	width:100%;
	max-width:1180px;
	margin:0 auto;
	position:relative;
}

html>body .content {
  height:auto;
}


.gallery {
	width:90%;
	max-width:515px;
	margin-left:10%;
	height:343px;
}

.fadein { 
	position:relative; 
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}

.top-pad {
	margin-top:45px;
}

.xtra {
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	max-width:200px;
}

/*#home {
  background: url(../img/hero-bg.jpg) top center no-repeat scroll #333333;
}*/

.ticket-type {
	font-size:27px;
	color:#2b2b2b;
	font-family:'KISSBold';
	margin:35px 0 0;
}

.ticket-price {
	font-size:128px;
	color:#2b2b2b;
	font-family:'KISSBold';
	margin:0;
	line-height:120px;
	letter-spacing: -10px;
}

.purp-sep1 {
	width:80%;
	height:5px;
	background:#4a0453;
	margin:30px auto 0;
}

.purp-sep2 {
	width:80%;
	height:5px;
	background:#4a0453;
	margin:0 auto 30px;
}

.scrollbox {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:40px;
	z-index:1500;
}

#footer {
	position:fixed;
	bottom:0;
	z-index:999999;
	background:rgba(0,0,0,0.5);
	font-size:12px;
	text-align:center;
	padding:10px;
}

#header-bar, #footer {
	width:100%;
	float:left;
}


.ticket {
	min-height:610px;
	background:#fff url(../img/ticket-box.jpg);
	max-width:410px;
	margin:0 auto;
	border:2px solid #454545;
	opacity:0.9;
	padding-bottom: 30px;
}

.venue {
	max-width:550px;
	background:rgba(0,0,0,0.3);
	padding:19% 0;
	text-transform:uppercase;
	margin:0 auto;
}

.venue-map {
	max-width:550px;
	height:200px;
	background:#000;
	max-height:200px;
	margin:0 auto;
}

.info {
	margin:0;
	padding:0;
	font-size:18px;
	font-family:'KISSBold';
}

.venue-name {
	margin:0;
	padding:0;
	font-size:24px;
	font-family:'KISSBold';
}

.road {
	margin:0;
	padding:0;
	font-size:18px;
	font-family:'KISSBold';
}

.city {
	margin:0;
	padding:0;
	font-size:18px;
	font-family:'KISSBold';
}

.postcode {
	margin:0;
	padding:0;
	font-size:18px;
	font-family:'KISSBold';
}

ul.ticket-list {
	list-style:none;
	margin:0;
	padding:0;
}

.ticket-list li {
	margin:0 auto;
	padding:22px 0%;
	color:#000;
	font-size:18px;
	border-bottom:2px solid #c1c1c1;
	width:80%;
}

.ticket-list li:last-child {
	border-bottom:none;
}

.gall-4 {
	width:25%;
	margin:0;
	padding:0;
	float:left;
	opacity:0.85;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.gall-4:hover {
	opacity:1;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.clearfloats {
	clear:both;
}

.gallery-date {
	color:#929292;
	font-size:16px;
	margin:27px 0 3px;
	text-transform:uppercase;
}

.gallery-location {
	color:#4b0453;
	font-size:16px;
	margin:0 0 30px;
	text-transform:uppercase;
}

.ordinal {
	vertical-align:super;
	font-size:7px;
}


.social-tag {
	margin:0 0 0 10px;
	opacity:1;
	transition: all 0.4s;
	border:0;
	}

.social-tag:hover {
	opacity:0.6;
	transition: all 0.4s;
	transform:translateY(-5px);
}

.social-tag-top {
	margin:0 0 0 6px;
	opacity:1;
	transition: all 0.4s;
	}

.social-tag-top:hover {
	opacity:0.8;
	transition: all 0.4s;
	transform:translateY(-3px);
}

.copy {
	padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
	background:url(../img/fox.png) left no-repeat;
}

.foot {
	padding:15px 0;
}


.kco {
	position:absolute;
	top:150px;
	right:0;
	background:#8B378F;
	z-index:9999999;
	padding:15px;
	position:fixed;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.newsocial {
	text-align:center;
	margin-bottom:30px;
}


.vidya {
	width:90%;
	margin:0 auto;
	border:2px solid #242424;
}


/*
**********************************************************Responsive rules******************************************
*/

@media (max-width: 958px){
	
	.gall-4 {
		width:50%;
	}
	
}


@media (max-width: 1024px){

.gallery {
	width:100%;
	margin:0 auto;
	max-width:515px;
}


}

@media (max-width: 1540px){

.kco {
	display:none;
}


}

@media screen and (max-width : 900px) {
	
.ticket {
	margin-bottom:30px;	
}

.venue {
	margin-bottom:30px;
}

@media (max-width:780px){

.navpad {
	display:none;
}

.comp {
	padding:20px;
}

}

@media (max-width: 620px){
	
/*h2 {
	font-size:18px;
}

html,body {
	font-size:12px;
}

p {
	margin:10px 20px;
}

h2 {
	margin:15px 15px 0;
}

#footer {
	padding:5px;
}

.nopad {
	font-size:7px;
}*/

}

@media (max-width: 480px){

.ticket-price {
	font-size:88px;
}

/*.box {
  width:95%;
}

.compbox {
  width:95%;
}

.nopad {
	font-size:6px;
}

#footer {
	padding:2px;
}
.comp {
	padding:10px;
}*/

}





