*{
    -webkit-font-smoothing: antialiased;

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

    font-family:'Open Sans', Arial, sans-serif;
}

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

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

ul{
  padding-left: 17px;
  list-style-type: square;
  text-align: left;
}

p{
  margin:0;
  padding:0;
}

#ie-wrapper{
	position:absolute;
	width:625px;
	height:100px;
	margin-top:70px;
	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;
}

figure{
  text-align:center;
}



/* Styled scrollbars */

.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 16px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 4px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}

.iScrollIndicator {
  position: absolute;
  background: #ff9c00;
  border-radius: 2px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
}

.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
}




/*agegate*/

#age-gate {
  font-family: 'Open Sans';
  letter-spacing: 1px;
}

#age-gate #verify {

  width: 150px;
  height: 40px;
  margin-top: 60px;
  background: rgba(0,0,0,0.2);
  color: orange;
  font-weight: bold;
  line-height: 35px;
  left: 187px;
  position: absolute;
  cursor: pointer;
  padding-left: 43px;
  border: solid 3px #FFF;
  background: #FFF;
  color: rgba(113,4,1,1);
}

.ageGateInput  {
  width: 150px;
  height: 50px;
  background: rgba(0,0,0,0.35);
  color: orange;
  font-weight: bold;
  line-height: 44px;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  cursor: pointer;
  text-align: center;
  border: solid 3px #FFF;
  text-transform: uppercase;
}

#ageGateDay {
  left: 187px;
}

#ageGateYear {
  left: 373px;
}

#age-gate select {
  position: absolute;
  margin-top: 14px;
  width: 150px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

/* hidden select boxes */
#agegate-day { left: 187px; }
#agegate-month { left: 0px; }
#agegate-year { left: 373px; }