

*{
    -webkit-font-smoothing: antialiased;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

div {
  -webkit-perspective: 2000px; 
    perspective: 2000px;
}

img,a{
  border:none;
  text-decoration:none;
}

img {
  vertical-align: middle;
}

.backface {
  /*-webkit-backface-visibility: hidden;*/

}

body{
	margin:0;
	padding:0;
  background-color:#000000;
  font-family: 'industry', 'Arial', sans-serif;
  color: #FFF;
  -webkit-overflow-scrolling: touch;  
}

.defaultLink:hover {
  opacity: 1 !important;
}

#ie-wrapper{
	position:absolute;
	width:625px;
	height:100px;
	margin-top:-160px;
	margin-left:-312px;
	top:50%;
	left:50%;
}

#ie-wrapper h1{
	font-family: Arial,sans-serif;
	font-size:21px;
	color:#ffffff;
	text-align:center;
}

#ie-wrapper a,#ie-wrapper p{
	color:#be231e;
	font-family: Arial,sans-serif;
	font-size:18px;
	text-align:center;
	text-decoration: none;
}

/* ------ SCROLL PANEL ----- */

.sp-viewport{
}
.sp-scrollbar {
  width: 1px;
  cursor: pointer;
  left:-30px !important;
}

.sp-scrollbar .sp-thumb {
  background-color: #ffffff;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.sp-scrollbar.active .sp-thumb {
  background-color: #ffffff;
}

