@font-face {
  font-family: 'Bebas';
  src: url('../assets/fonts/BebasNeue-webfont.eot?') format('eot'), 
       url('../assets/fonts/BebasNeue-webfont.woff') format('woff'), 
       url('../assets/fonts/BebasNeue-webfont.ttf')  format('truetype'),
       url('../assets/fonts/BebasNeue-webfont.svg') format('svg');
}

*{
    -webkit-font-smoothing: antialiased;
}

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

p,h2{
  font-size:inherit;
  padding:0;
  -webkit-margin-before:0px;
  -webkit-margin-after:0px;
}

body{
	margin:0;
	padding:0;
  background-color:#000000;
  overflow:hidden;
}

.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 3px;
  left: 345px;
  right: 100px;
  bottom: 85px;
  overflow: hidden;
} 

.iScrollHorizontalScrollbar .iScrollIndicator {
  position: absolute;
  background: #0090ff;
  opacity:0.5;
  width:200px;
  height:100%;
  cursor:pointer;
}

.iScrollVerticalScrollbar .iScrollIndicator {
  position: absolute;
  background: #111111;
  opacity:0.5;
  height:100px;
  width:100%;
  cursor:pointer;
}

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 3px;
  top: 110px;
  bottom: 90px;
  left: 10px;
  overflow: hidden;
}