
@charset "utf-8";
body { background-color: #000; }

# {font-family: 'DIN Pro';
	padding: 0;
	margin: 0;
	background-color: #060606;
	overflow-x: hidden;}
	
* {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	
html *,
html *:before,
html *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


.mainbox { margin-top: -95px;}


@media screen and (max-width:960px){}
