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

@media (min-width: 40px) {
	
body {
	color: #FFF;
	background:url("../img/ashnikko_bg_mobile.jpg") center top no-repeat #000;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	background-size:contain;
	}	
	
a {
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.2s;
	}	

a:hover {
	color: #FFF;
	text-decoration: none;
	}

.splashbutton {
	background: #4c5ef6;
	color: #FFF;
	width: 80%;
	margin: 0px auto 2px auto;
	padding: 6px 0px 6px 0px;
	line-height: 16px;
	font-size: 16px;
	transition-duration: 0.3s;
	}
	
.splashbutton:hover {
	text-decoration: none;
	background: #f199a8;
	}
	
#wrap {
	width: 80%;
	margin: 0px 10% 0px 10%;
	}

.packshot {
	width: 100%;
	margin: 20px 0px 40px 0px;
	z-index: 1000;
	}

.logo {
	width: 100%;
	margin: 60px 0px 0px 0px;
	}
	
.streaminfo {
	width: 60%;
	margin: 00px 0px 0px 0px;
	}
	
.entersite {
	background: #f199a8;
	color: #FFF;
	width: 100%;
	position: fixed;
	bottom: 0;
	line-height: 25px;
	font-size: 25px;
	transition-duration: 0.3s;
	padding: 11px 0px 11px 0px;
	}
	
.entersite:hover {
	text-decoration: none;
	background: #4c5ef6;
	}
	
	
.socials {
	text-align: center;
	margin: 50px 0px 100px 0px;
}

.socialicon {
	margin: 10px;
	height: 30px;
	opacity: 1;
	transition-duration: 0.2s;
}	

.socialicon:hover {
	opacity: 0.7;
	}
	
.footer {
	width: 80%;
	font-size: 10px;
	line-height: 17px;
	margin: 0px 10% 100px 10%;
	text-transform: none;
	letter-spacing: 0px;
	}	
	
h1 {
	font-size: 17px;
	}
	
.banner {
	width: 100%;
	margin: 50px 0px 50px 0px;
	}

.formbox {
	border: 0px;
	width: 98%;
	padding: 10px 0% 10px 2%;
	margin: 1px 0px 1px 0px;
	text-align: left;
	color: #000;
	font-family: Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	-webkit-appearance: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 0;
	}

.formbutton {
	border: 0px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #4c5ef6;
	color: #FFF;
	margin: 20px 0px 10px 0px;
	padding: 10px 0% 10px 0%;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	transition-duration: 0.2s;
	-webkit-appearance: none;
	border-radius: 0;
	}

.formbutton:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
	}

.bundles {	
	}
	
.bundleimage {
	width: 100%;	
	}
	
.bundlebox {
	width: 46%;
	margin: 0px 2% 30px 2%;
	float: left;
	}

.bundletitle {
	height: 50px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	}
	
.forcer {
	clear:both;	
	}
	
.livebox {
	width: 100%;
	margin: 40px 0px 20px 0px;
	}

.livebox_left {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	float: left;
	color: #fb00bd;
	margin: 0px 0px 10px 0px;
	}

.livebox_right {
	width: 100%;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	float: left;
	}
	
.livebox_tickets {
	border: 0px solid #FFF;
	padding: 10px 0px 10px 0px;
	margin: 25px 0px 1px 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	width: 100%;
	transition-duration: 0.5s;
	cursor: pointer;
	background: #fb00bd;
	}

.livebox_tickets:hover {
	background: #ff73f8;
	color: #FFF;
	}

.livebox_tickets_soldout {
	padding: 10px 0px 10px 0px;
	margin: 25px 0px 40px 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	width: 100%;
	background: #333;
	}
	
}

@media (min-width: 1000px) {	

body {
	text-align: center;
	background:url("../img/ashnikko_bg.jpg") center top no-repeat #000;
	background-size: cover;
	background-attachment: fixed;
	}	
	
#wrap {
	width: 1000px;
	margin: 0px auto 0px auto;
	}
	
.logo {
	display: inherit;
	width: 60%;
	margin: 50px 20% 0px 20%;
	}

.footer {
	width: 90%;
	font-size: 10px;
	line-height: 17px;
	margin: 0px 5% 100px 5%;
	text-transform: none;
	letter-spacing: 0px;
	}	

.bundlebox {
	width: 29%;
	margin: 0px 2% 30px 2%;
	float: left;
	}

.bundletitle {
	height: 50px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFF;
	}

.livebox {
	width: 60%;
	margin: 40px 20% 20px 20%;
	}

.livebox_left {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	float: left;
	margin: 0px 0px 10px 0px;
	}

.livebox_right {
	width: 100%;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	float: left;
	}
	
.livebox_tickets {
	padding: 10px 0px 10px 0px;
	margin: 25px 0px 1px 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	width: 100%;
	}
	
}