    * { 
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }
    
		html { background: #000; }
		body { font-family: 'Karla', sans-serif; }	
		body.homePage { overflow: hidden; }
		
		.html2 {
		  background: white;
		}
		
		
		
		
		#big-video-wrap { 
		  opacity: 0.5; 
		  filter:alpha(opacity=50);
		}
		
		#okplayer {
		  opacity: 0;
		  pointer-events: none;
		}
		
		.trailerVideo {
		  position: absolute;
		  top: 50%;
		  width: 100%;
		  opacity: 0;
		  z-index: -5;
		}
		
		.closeBtn {
      display: none;
      position: fixed;
      color: rgba(255,255,255,.25);
      font-size: 30px;
      width: 25px;
      height: 25px;
      left: 20px;
      top: 13px;
      cursor: pointer;
      z-index: 9999;
    }
      
    .closeBtn:hover {
      color: rgba(255,255,255,1);
    }
    
    .mobileBg {
    	position:fixed; 
    	top:-50%; 
    	left:-50%; 
    	width:200%; 
    	height:200%;
    	z-index: -5;
    }
    .mobileBg img {
    	position:absolute; 
    	top:0; 
    	left:0; 
    	right:0; 
    	bottom:0; 
    	margin:auto; 
    	min-width:50%;
    	min-height:50%;
    }
    
    /* End Videos */
    
						
		.wrapper {
      margin-left: auto;
      margin-right: auto;
		}
		
		header {
			width: 100%;
			height: 60px;
			background: rgba(0,0,0,.5);
			position: fixed;
			top: 0;
			left: 0;
			z-index: 9999;
		}
		
    footer {
		  position: absolute;
		  width: 505px;
		  bottom: 25px;
		  right: 50%;
		  margin-right: -240px;
		}
		
		.names {
		  width: 600px;
		  margin-left: auto;
		  margin-right: auto;
		}
		
		.peeps {
		  margin-left: -25px;
		}
		
		.nav {
		  position: absolute;
		  width: 960px;
		  top: 19px;
		  left: 50%;
		  margin-left: -480px;
		  text-align: center;
		  z-index: 9999;
		}
		
		.nav a {
		  display: inline;
		  font-size: 12px;
		  font-weight: 600;
		  padding: 0 20px;
		  color: #fff;
		  text-decoration: none;
		  text-transform: uppercase;
		}
		
		p {
		  font-family: Georgia;
		  font-size: 12px;
		  color: #fff;
		  font-weight: 100px;
		  line-height: 18pt;
		  text-align: center;
		  letter-spacing: 2px;
		}
		
		h1 {
		  font-size: 36px;
		  font-weight: 100;
		  color: white;
		  text-transform: uppercase;
		  letter-spacing: 3px;
		  display: inline;
		  text-align: center;
		}
		
		.bioname {
		  color: #222;
		}
		
		h2 {
		  font-size: 16px;
		  font-weight: 100;
		  color: white;
		  line-height: 36pt;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		  padding-bottom: 1px;
		  display: inline;
		  border-bottom: 2px solid #fff;
		  text-align: center;
		}
		
		h3 {
		  font-size: 16px;
		  font-weight: 600;
		  color: white;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		}
		
		h4 {
		  float: left;
		  font-size: 12px;
		  font-weight: 600;
		  color: white;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		  margin-top: 25px;
		  margin-left: 10px;
		}
		
		.rating {
		  float: left;
		  margin-top: 20px;
		  margin-left: 15px;
		}
		
		.social {
		  float: left;
		  margin-top: 20px;
		  margin-left: 20px;
		  margin-right: 20px;
		}
		
		.btns {
		  margin-right: 10px;
		}
		
		a {
		  color: white;
		  text-decoration: none;
		}
		
		.title {
		  width: 944px;
		  margin-top: 30px;
		  margin-bottom: 22px;
		}
		
		.user {
		  font-weight: 100;
		  display: inline;
		}
		
		.main {
		  width: 660px;
		  margin-left: auto;
		  margin-right: auto;
		  margin-top: 130px;
		  text-align: center;
		  padding-bottom: 100px;
		}
		
		.follow {
		  width: 230px;
		  text-align: left;
		  float: left;
		  margin-left: 70px;
		  margin-right: auto;
		}
		
		.videos {
		  margin-bottom: 60px;
		}
		
		.paragraph {
		  font-family: georgia;
		  margin-top: 30px;
		  font-size: 14px;
		  font-weight: 100;
		  text-align: left;
		  color: white;
		  line-height: 24pt;
		  letter-spacing: 1pt;
		}
		
		.paragraph2 {
		  font-family: georgia;
		  margin-top: 30px;
		  font-size: 14px;
		  font-weight: 100;
		  text-align: center;
		  color: white;
		  line-height: 26pt;
		  letter-spacing: 1pt;
		  font-style: italic;
		}
		
		.paragraph3 {
		  font-family: georgia;
		  margin-top: 30px;
		  font-size: 14px;
		  font-weight: 100;
		  text-align: left;
		  color: #222;
		  line-height: 24pt;
		  letter-spacing: 1pt;
		}
		
		.thumbnails {
		  margin-top: 40px;
		}
		
		.thumbnails img {
		  margin-left: 10px;
		  margin-right: 10px;
		  margin-bottom: 20px;
		}
		
		.press {
		  font-family: 'Karla';
		  margin-top: 30px;
		  font-size: 16px;
		  font-weight: 100;
		  text-align: center;
		  color: white;
		  line-height: 22pt;
		  text-transform: uppercase;
		}
		
		.press a:hover {
		  color: rgba(255,255,255,.5);
		}
		
		.press2 {
		  font-family: 'Karla';
		  margin-top: 30px;
		  font-size: 14px;
		  font-weight: 100;
		  text-align: center;
		  color: white;
		  line-height: 22pt;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		}
		
		.press3 {
		  font-family: 'Karla';
		  margin-top: 30px;
		  margin-left: 30px;
		  margin-right: 30px;
		  font-size: 14px;
		  font-weight: 100;
		  text-align: center;
		  color: white;
		  line-height: 22pt;
		  text-transform: uppercase;
		  letter-spacing: 1px;
		}
		
		.bio a:hover {
		  border-bottom: 2px solid white;
		}
		
		.bio {
		  margin-left: auto;
		  margin-right: auto;
		  text-align: center;
		}
		
		.press2 a:hover {
		  color: rgba(255,255,255,.5);
		}
		
		.creator {
		  font-family: Georgia;
		  margin-top: 0px;
		  font-size: 12px;
		  font-weight: 100;
		  letter-spacing: 2px;
		  text-transform: none;
		}
		
		.creator a:hover {
		  color: rgba(255,255,255,.5);
		}
		
		.creator2 {
		  font-family: 'Karla';
		  margin-top: 0px;
		  font-size: 12px;
		  font-weight: 100;
		  text-transform: uppercase;
		}
		
		.creator2 a:hover {
		  color: rgba(255,255,255,.5);
		}
		
		.border {
		  width: 460px;
		  margin-left: auto;
		  margin-right: auto;
		  border-bottom: 11px solid white;
		  margin-top: -40px;
		  margin-bottom: 60px;
		}
		
		.border2 {
		  width: 460px;
		  margin-left: auto;
		  margin-right: auto;
		  border-bottom: 11px solid #222;
		  margin-top: -40px;
		  margin-bottom: 60px;
		}
		
		#content {
			width: 960px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
		}
		
		#content.vAlign {
		  position: fixed;
		  margin-top: 0;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		}
		.vAlignContain {
		  display: table;
		  height: 100%;
		}
		.home, .trailer {
      display: table-cell;
      vertical-align: middle;
		  font-size: 36px;
		  font-weight: 100;
		  text-align: center;
		}
		.trailer { width: 960px; }
		
		
		/* CLEAR FIX*/
		
    .clearfix:after {content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;}
    .clearfix {display: inline-block;}
    /* Hides from IE-mac \*/
    * html .clearfix { height: 1%;}
    .clearfix {display: block;}
  /* End hide from IE-mac */
  
  /*
@media all and (max-height: 565px) {
    #content.vAlign {
		  position: static;
		  margin-top: 0;
		  height: auto;
		}
		.vAlignContain {
      display: block;
      margin-top: 100px;
		  height: auto;
		}
		.home, .social {
		  padding-top: 100px;
  		display: block;
		  padding-bottom: 100px;
		}
		.social { padding-top: 0;  }
		
  }
*/
/*
     FILE ARCHIVED ON 14:10:20 Oct 14, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:24:13 Jul 30, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 157.906 (3)
  esindex: 0.012
  captures_list: 192.922
  CDXLines.iter: 11.857 (3)
  PetaboxLoader3.datanode: 65.291 (5)
  exclusion.robots: 0.22
  exclusion.robots.policy: 0.203
  RedisCDXSource: 19.062
  PetaboxLoader3.resolve: 287.343 (3)
  load_resource: 198.446
*/