@import url('animations.css');
@import url('fonts.css');

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*	{ margin:0;padding:0; }

html {
	 -webkit-text-size-adjust: 100%;
}

body,html {
	position:absolute;
	background:#000;
	height:100%!important;
	width:100%!important;
	min-height:700px!important;
	min-width:900px!important;
}

#preload {
	position:fixed;
	top:0;
	left:0;
	display:block;
	background:#0d131c;
	width:100%;
	height:100%;
}

a {
	text-decoration: none;
	color:#DEE4ED;
}

a:hover {
	text-decoration:underline;
}
	
.panel {
	position:relative;
	top:0!important;
	margin-top:0;
	height:94%!important;
	width:100%!important;
	min-height:700px!important;
	min-width:900px!important;
	overflow:hidden;
}

.header {
	background:#3d434c url('../graphics/taustajuliste2020.jpg') right bottom no-repeat;
	background-size:cover!important;
}

#arrow {
	display:block;
	position:absolute;
	bottom:-3px;
	width:134px;
	height:21px;
	left:50%;
	margin-left:-67px;
	background:url('../graphics/arrow.png') center center no-repeat;
}

#social_buttons {
	display:block;
	position:absolute;
	height:32px;
	width:200px;
	right:50px;
	bottom:50px;
}

#social_buttons a {
	margin-left:5px;
	opacity:0.8;
}

#social_buttons a:hover {
	opacity:1;
}

#instagram {
	float:right;
	height:32px;
	width:32px;
	background:url('../graphics/instagram_button.png') center center no-repeat;
}

#facebook {
	float:right;
	height:32px;
	width:32px;
	background:url('../graphics/facebook_button.png') center center no-repeat;
}

#youtube {
	float:right;
	display:block;
	height:32px;
	width:45px;
	background:url('../graphics/youtube_button.png') center center no-repeat;
}



#buffer {
	display:block;
	position:absolute;
	height:367px;
	width:100%;
	bottom:0;
	background: url('../graphics/buffer.png') center bottom repeat-x;
}

.footer {
	background:#899396 url('../graphics/footerbg.jpg') center top repeat-x;
	height:auto!important;
}

.footer #wrapper {
	display:block;
	position:relative;
	width:75%;
	top:50px;
	margin-left:15%;
}

h1 {
	font:20px 'benderbold';
	text-transform:uppercase;
	width:100%;
	margin-bottom:15px;
	color:#545864;
}

.footer p {
	width:100%;
	
	column-count:3;
	-webkit-column-count:3;
	-moz-column-count:3;

	column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	
	min-width:300px!important;
	margin-bottom:30px;
	display:block;
	line-height:15px;
	font:15px 'benderregular';
	color:#444854;
}

.footer p b {
	font-family:benderbold;
}

#masthead {
	position:relative;
	display:block;
	background: url('../graphics/mrhyde.png') 0 center no-repeat;
	background-size:auto 100%;
	width:100%;
	top:50%;
	left:10%;
	max-height:126px;
	min-height:60px;
	height:10%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}

#oneliner {
	position:absolute;
	display:block;
	letter-spacing:+0.1em;
	width:100%;
	top:60%;
	left:10%;
	height:2.8%;
	text-transform:uppercase;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	font:2.5vh 'benderbold';
	color:#fff;
	margin-left:-4px;
}

#nextgig {
	position:absolute;
	display:block;
	width:100%;
	top:63%;
	left:10%;
	height:1.8%;
	letter-spacing:+0.15em;
	font:1.8vh 'benderbold';
	color:#fff;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	margin-left:-4px;
}

#social {
	margin-left:-91px;
	position:absolute;
	display:block;
	height:370px;
	width:600px;
	top:75%;
	left:10%;
}

#social_mobile {
	position:relative;
	display:none;
	width:100%;
}

#social_photo_wrapper {
	text-align:center;
	float:left;
	display:block;
	height:186px;
	width:91px;
}

#social_mobile_photo_wrapper {
	position:absolute;
	display:block;
	float:left;
	margin-right:25px;
	height:100%;
}

#social_photo {
	text-align:center;
	float:left;
	display:block;
	height:76px;
	width:76px;
	background-size:cover!important;
	border-radius:38px;
	
}

#social_mobile_photo {
	height:auto;
	width:150px;
	background-size:cover!important;
	border: 1px solid #A4A8A4;
	border-radius:3px;

}

#social_post {
	display:block;
	font:15px 'benderitalic';
	letter-spacing:+0.07em;
	color:#fff;
}

#social_mobile_post {
	display:block;
	margin-left:180px;
	margin-top:30px;
	margin-bottom:50px;
	font:15px 'benderitalic';
	letter-spacing:+0.07em;
	color:#545864;
}

#rokkipoliisi {
	display:block;
	width:100%;
	height:93px;
	background:url('../graphics/rokkipoliisi.png') center center no-repeat;
	margin-bottom:100px;
}
 
#poster {
	height:100%;
	width:45%;
	min-width:780px;
	max-height:750px;
	position:absolute;
	bottom:0;
	right:0;
}

.portrait {
	bottom:0;
	display:block;
	position:absolute;
	background-size:cover!important;
}

#smoke1 {
	width:1547px;
	height:702px;
	right: -690px;
	bottom:290px;
	background:url('../graphics/smoke1.png') center bottom no-repeat;
	opacity:.5;
}

#smoke2 {
	width:1349px;
	height:701px;
	right: 420px;
	bottom:-100px;
	background:url('../graphics/smoke2.png') center bottom no-repeat;
	opacity:.5;
}

#smoke3 {
	width:1296px;
	height:923px;
	right: -300px;
	bottom:-370px;
	background:url('../graphics/smoke3.png') center bottom no-repeat;
	opacity:.5;
}

#smoke4 {
	width:1218px;
	height:644px;
	right: 350px;
	bottom:-150px;
	background:url('../graphics/smoke4.png') center bottom no-repeat;
	opacity:.5;
}

@media (max-width:1600px) {
	.footer p {
		column-count:3!important;
		-webkit-column-count:3!important;
		-moz-column-count:3!important;
	}
}

@media (max-width:1200px) {
	.footer p {
		column-count:2!important;
		-webkit-column-count:2!important;
		-moz-column-count:2!important;
	}
	.last {
		width:100%!important;
	}
	.footer #wrapper {
		width:85%;
		top:50px;
		margin-left:7.5%;
	}
}
	
@media (max-width:1300px) {
	.header {
		max-height:600px;
		background:#3d434c url('../graphics/taustajuliste2020.jpg') right 10% bottom 0 no-repeat;
	}
	#masthead {
		top:79%;
	}
	#oneliner {
		font-size:25px;
		top:87%;
	}
	#nextgig {
		font-size:17px;
		top:91%;
	}
	#social {
		display:none;
	}
	#social_mobile {
		display:block;
	}
	
}

#gigs .date {
	margin-right:10px;
	letter-spacing:-0.05em;
	float:left;
	font:15px "Lucida Console";
	color:#4e525f;
}

#gigs span {
	display:inline-block!important;
	height:15px;
	line-height:15px;
	overflow:hidden!important;
}

.info {
	overflow:hidden;
}

.past {
	opacity:.7;
}

@media (min-height:1080px)
	and (max-width:1750px) {
	#masthead {
		top:79%;
	}
	#oneliner {
		font-size:25px;
		top:87%;
	}
	#nextgig {
		font-size:17px;
		top:91%;
	}
	#social {
		display:none;
	}
	#social_mobile {
		display:block;
	}
}

@media (min-height:1080px) {
	
	#masthead {
		top:79%;
	}
	#oneliner {
		font-size:25px;
		top:87%;
	}
	#nextgig {
		font-size:17px;
		top:91%;
	}
	#social {
		display:none;
	}
	#social_mobile {
		display:block;
	}
}
