/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #000;
}

.dim{
	opacity: 0.175;
}


body{
margin:0;
padding:0;
color: #b7b7b7;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}




.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5);    
}


.centered{
    display: inline-block;
   }


.header{
	width: 80%;
	padding: 0px 10%;
	float: left;
	margin-bottom: 10px;
}

.header h1{
	font-size: 58px;
	font-family: 'Orbitron', 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 10px;
	color:#ffb612;
}

.header p.line1{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 30px;
}

.header p.sub {
	font-size: 26px;
	font-weight: 500;
    color: #b7b7b7;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 30px;
}

.content{
	width: 80%;
	text-align: center;
	padding:0 10%;
	float: left;
	margin-top: 20px;
}

.content p{
	font-size: 15px;
	font-weight: 350;
    color: #b7b7b7;
	margin-bottom: 10px;
}

.content a.active {
    color: #ffb612;
}

.content a.inactive {
    color: #b7b7b7;
}

.content a.inactive:hover {
    color: #ffb612;
}

.content a.inactive:visited {
    color: ##b7b7b7;
}
    
.copyright p{
	font-size: 15px;
	font-weight: 300;
    color: #b7b7b7;
	margin-bottom: 10px;
}

a {
	color: #b7b7b7;
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color: #ffb612;
}

@media only screen and (max-width: 1024px){


}

@media only screen and (max-width: 768px){

.header{
	width: 80%;
	padding: 0px 10%;
	float: left;
	margin-bottom: 20px;
}

.header h1{
	font-size: 57px;
	font-family: 'Orbitron', 'Open Sans', sans-serif;	
	color: #ffb612;
}



}

/* Auction Nudge */


/* Quotes */

.rotator {
  position: relative;
  width: 80%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 10%;
  margin-top: 50px;
}

.rotator > li {
  position: absolute;
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 30px;
}

.rotator > li:first-child {
  -webkit-animation: loop 30s infinite;
}

.rotator > li:nth-child(2) {
  -webkit-animation: opsecond 30s infinite;

}

.rotator > li:last-child {
  -webkit-animation: oplast 30s infinite;
}

@-webkit-keyframes loop {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
}

@-webkit-keyframes opsecond {
  33% {
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  77% {
    opacity: 0;
  }
}

@-webkit-keyframes oplast {
  66% {
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}

