@charset "utf-8";
/* RealClear Digital, June 2014 */

/*------ INDEX -------*/
/* General */


/*************************General**********************************/

/* 
---COLOR CHART---
*/
body              { margin: 0; background: #000; color: #eee; font-size: 14px; 
                    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea,         { font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
input:focus, 
textarea:focus    { outline: none;}

::selection, 
a::selection, 
img::selection    { background: #888; color: #ccc;}
::-moz-selection  { background: #444; color: #ccc;}

p                 {line-height: 1.5em;}



.wrapper{
  width: 100%;
  position: relative;
}

.mask{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.8);
  display: none;
}
.popout-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}
#popout-video{
  width: 853px;
  height: 480px;
}
.popout-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}
.popout-wrapper .close{
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 102;
  background: url(../Image/close.png);
  text-indent: -9999px;
  filter : alpha(opacity=50);
  opacity : 0.5;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.popout-wrapper .close:hover{
  filter : alpha(opacity=90);
  opacity : 0.9;
}
@media (max-width: 800px) {
  .popout{
    width: 100%;
    height: 70%;
  }
  #popout-video{
    width: 100%;
    height: 100%;
  }
}

/*************************Top**********************************/


.top{
  width: 960px;
  margin: 30px auto 0 auto;
  position: relative;
}
.top .rog-logo{
  background: url(../Image/rog.png);
  height: 100px;
  display: block;
  text-indent: -9999px;
}
.top h1{
  background: url(../Image/title.png) center center no-repeat;
  height: 60px;
  text-indent: -9999px;
  margin: 40px 0 0 0;
  padding: 0;
}
.top .intel-logo{
  background: url(../Image/intel.png);
  height: 130px;
  width: 100px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.top .main{
  background: url(../Image/main.jpg) center center no-repeat;
  height: 520px;
}

.nav{
  font-size: 1.5em;
  margin: -40px auto 0 auto;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 730px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav p{
  width: 960px;
  margin: 0 auto;
}
.nav a{
  color: #555;
  padding: 5px 30px;
  width: 178px;
  margin: 0;
  display: inline-block;
  border: 1px solid #333;
  border-right: 0;
  border-top: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav a:last-child{
  border-right: 1px solid #333;
}
.nav a:hover{
  color: #aaa;
}
.nav a.active{
  color: #fff;
  background: #be1109;
  border-left: 1px solid #be1109;
  border-bottom: 1px solid #be1109;
}



@media (max-width: 800px) {
  .top{
    width: 100%;
  }
  .top .main{
    background: url(../Image/main.jpg) center center no-repeat;
    background-size: 130%;
    height: 520px;
  }
  .top h1{
    width: 96%;
    padding: 0 2%;
    background: none;
    text-indent: 0;
    color: #be1109;
  }
  .nav{
    position: fixed;
    width: 100%;
    background: #555;
  }
  .nav p{
    width: 100%;
    margin: 0 auto;
  }
  .nav a{
    padding: 5px 10px;
    width: 130px;
  }
}








.earth{
  padding-top: 450px;
  text-align: center;
  clear: both;
  background: url(../Image/earth.jpg) center top no-repeat;
}
.earth p{
  font-size: 1.6em;
  width: 940px;
  margin: -15px auto 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer{
  font-size: 0.8em;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #555;
  clear: both;
}
.footer a{
  color: #b7001d;
}
.footer a:hover{
  color: #da1635;
}

.launch{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  background: url(../Image/arrow-up.png) center center no-repeat;
  border: 2px solid #ac080f;
  text-indent: -9999px;
  z-index: 10;
  filter : alpha(opacity=50);
  opacity : 0.5;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.launch:hover{
  filter : alpha(opacity=100);
  opacity : 1;
}




.GR8-dots, .G20-dots{
  width: 30px;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10;
}
.GR8-dots a, .G20-dots a{
  width: 10px;
  height: 10px;
  display: block;
  background: #aaa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.GR8-dots a:hover, .G20-dots a:hover{
  background: #eee;
}
.GR8-dots a.active, .G20-dots a.active{
  height: 30px;
  background: #be1109;
}
.GR8-dots span, .G20-dots span{
  position: absolute;
  right: 40px;
  width: 250px;
  font-size: 0.9em;
  text-align: right;
  display: none;
  color: #be1109;
}
.GR8-dots a:hover span, .G20-dots a:hover span{
  display: block;
}


@media (max-width: 800px) {
  .earth{
    background-position: 20% top;
  }
  .earth p{
    width: 100%;
  }

  .footer{
    width: 100%;
  }
  .GR8-dots, .G20-dots{
    display: none;
  }
}







/*************************GR8**********************************/


.part-GR8{
  width: 960px;
  margin: 60px auto 0 auto;
  position: relative;
  height: 4300px;
}

.part-GR8 h2{
  font-size: 2.8em;
  margin: 0.2em 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.GR8-01-hero{
  padding-top: 40px;
}


.GR8-02-game{
  height: 420px;
  padding-top: 100px;
  position: absolute;
  left: 0;
  top: 500px;
}
.GR8-02-text{
  text-align: center;
}
.GR8-02-text p{
  margin: 0.2em 20px;
}
.GR8-02-img{
  position: relative;
}
.GR8-02-img img{
  position: absolute;
}
.GR8-02-img .GR8-02-room-1{
  left: 0;
}
.GR8-02-img .GR8-02-room-2{
  left: 270px;
}
.GR8-02-img .GR8-02-room-3{
  left: 620px;
}





.GR8-03-designed{
  height: 480px;
  position: absolute;
  left: 0;
  top: 1000px;
  padding-top: 100px;
}
.GR8-03-text{
  width: 450px;
  margin: 70px 50px 0 0;
  float: right;
}
.GR8-03-img{
  width: 460px;
  height: 470px;
  float: right;
  position: relative;
}
.GR8-03-main, .GR8-03-light{
  position: absolute;
  left: 0;
  top: 0;
}




.GR8-04-console{
  height: 580px;
  position: absolute;
  left: 0;
  top: 1500px;
  padding-top: 50px;
}
.GR8-04-text{
  width: 470px;
  margin: 70px 0 0 10px;
  float: left;
}
.GR8-04-img{
  width: 480px;
  height: 560px;
  position: relative;
  float: right;
  background: url(../Image/GR8-04-bg.jpg);
}
.GR8-04-img img{
  position: absolute;
  left: 0;
  top: 0;
}




.GR8-05-born{
  height: 480px;
  position: absolute;
  left: 0;
  top: 2100px;
  padding-top: 50px;
}
.GR8-05-text{
  width: 410px;
  margin: 70px 50px 0 0;
  float: right;
}
.GR8-05-img{
  width: 440px;
  height: 470px;
  position: relative;
  float: right;
}






.GR8-06-slot{
  height: 550px;
  position: absolute;
  left: 0;
  top: 2600px;
  padding-top: 100px;
}
.GR8-06-text{
  text-align: center;
}
.GR8-06-text p{
  margin: 0.2em 20px;
}
.GR8-06-img{
  position: relative;
  height: 400px;
}
.GR8-06-main{
  position: absolute;
  left: 0;
  top: 0;
}
.GR8-06-data{
  position: absolute;
  left: 0;
  top: 0;
}
.GR8-06-slide{
  position: absolute;
  left: 520px;
  top: 0;
}



.GR8-07-cast{
  height: 450px;
  position: absolute;
  left: 0;
  top: 3200px;
  padding-top: 50px;
}

.GR8-07-text{
  width: 440px;
  margin: 100px 0 0 10px;
  float: left;
}
.GR8-07-img{
  width: 460px;
  height: 390px;
  float: left;
}



.GR8-08-cool{
  height: 550px;
  position: absolute;
  left: 0;
  top: 3700px;
}
.GR8-08-text{
  width: 450px;
  margin: 110px 50px 0 0;
  float: right;
}
.GR8-08-img{
  width: 450px;
  height: 580px;
  position: relative;
  float: right;
}
.GR8-08-img img{
  left: 0;
  top: 0;
  position: absolute;
}

@media (max-width: 800px) {
  .part-GR8{
    width: 100%;
    height: auto;
  }
  .GR8-02-game{
    left: auto;
    top: auto;
    position: relative;
  }
  .GR8-03-designed{
    left: auto;
    top: auto;
    position: relative;
    height: auto;
  }
  .GR8-03-text{
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    margin: 0;
    float: none;
  }
  .GR8-03-img{
    width: 460px;
    height: 470px;
    float: none;
    position: relative;
  }







  .GR8-04-console{
    left: auto;
    top: auto;
    position: relative;
    height: auto;
  }
  .GR8-04-text{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
    float: none;
  }
  .GR8-04-img{
    width: 480px;
    height: 560px;
    position: relative;
    float: none;
    background: url(../Image/GR8-04-bg.jpg);
  }




  .GR8-05-born{
    left: auto;
    top: auto;
    position: relative;
    height: auto;
  }
  .GR8-05-text{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
    float: none;
  }
  .GR8-05-img{
    float: none;
  }




  .GR8-06-slot{
    left: auto;
    top: auto;
    height: auto;
    position: relative;
  }
  .GR8-07-cast{
    left: auto;
    top: auto;
    position: relative;
    height: auto;
    padding-top: 0;
  }
  .GR8-07-text{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
    float: none;
  }
  .GR8-07-img{
    float: none;
  }




  
  .GR8-08-cool{
    left: auto;
    top: auto;
    position: relative;
    height: auto;
  }
  .GR8-08-text{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
    float: none;
  }

}


/*************************G20**********************************/


.part-G20{
  width: 960px;
  margin: 60px auto 0 auto;
  position: relative;
  height: 3400px;
}

.part-G20 h2{
  font-size: 2.8em;
  margin: 0.2em 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.G20-01-hero{
  padding-top: 40px;
}

.G20-02-best{
  height: 500px;
  position: absolute;
  left: 0;
  top: 500px;
  padding-top: 50px;
}
.G20-02-text{
  width: 480px;
  margin: 70px 50px 0 0;
  float: right;
}
.G20-02-img{
  width: 430px;
  height: 470px;
  position: relative;
  float: right;
}


.G20-03-our{
  height: 560px;
  position: absolute;
  left: 0;
  top: 1000px;
}
.G20-03-text{
  width: 490px;
  margin: 170px 0 0 10px;
  float: left;
}
.G20-03-img{
  width: 440px;
  height: 550px;
  position: relative;
  float: left;
}

.G20-04-new{
  height: 530px;
  position: absolute;
  left: 0;
  top: 1600px;
  padding-top: 50px;
}
.G20-04-text{
  width: 430px;
  margin: 70px 50px 0 0;
  float: right;
}
.G20-04-img{
  width: 440px;
  height: 520px;
  position: relative;
  float: right;
}
.G20-04-img img{
  left: 0;
  top: 0;
  position: absolute;
}


.G20-05-cool{
  height: 620px;
  position: absolute;
  left: 0;
  top: 2200px;
  padding-top: 30px;
}
.G20-05-text{
  width: 450px;
  margin: 70px 20px 0 10px;
  float: left;
}
.G20-05-img{
  width: 470px;
  height: 600px;
  position: relative;
  float: left;
}
.G20-05-img img{
  left: 0;
  top: 0;
  position: absolute;
}



.G20-06-aegis{
  height: 580px;
  position: absolute;
  left: 0;
  top: 2850px;
  padding-top: 30px;
}
.G20-06-text{
  width: 450px;
  margin: 70px 50px 0 0;
  float: right;
}
.G20-06-img{
  width: 440px;
  height: 520px;
  position: relative;
  float: right;
}



@media (max-width: 800px) {
  .part-G20{
    width: 100%;
    height: auto;
  }
  .G20-02-best{
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .G20-02-text{
    width: 96%;
    padding: 0 2%;
    margin: 0;
    float: none;
  }
  .G20-02-img{
    float: none;
  }
  .G20-03-our{
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .G20-03-text{
    width: 96%;
    padding: 0 2%;
    margin: 0;
    float: none;
  }
  .G20-03-img{
    float: none;
  }
  .G20-04-new{
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .G20-04-text{
    width: 96%;
    padding: 0 2%;
    margin: 0;
    float: none;
  }
  .G20-04-img{
    float: none;
  }
  .G20-05-cool{
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .G20-05-text{
    width: 96%;
    padding: 0 2%;
    margin: 0;
    float: none;
  }
  .G20-05-img{
    float: none;
  }
  .G20-06-aegis{
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .G20-06-text{
    width: 96%;
    padding: 0 2%;
    margin: 0;
    float: none;
  }
  .G20-06-img{
    float: none;
  }
}



/*************************FAQ**********************************/


.part-faq{
  width: 960px;
  margin: 60px auto 0 auto;
  position: relative;
}

.part-faq h2{
  font-size: 2.8em;
  clear: both;
  text-align: center;
  color: #df0a00;
  margin: 50px 0 0 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url(../Image/faq-line.png) center center no-repeat;
}

.part-faq .prelude{
  padding-top: 50px;
}



.part-faq .faq-img-GR8{
  float: left;
  margin-top: 100px;
  width: 410px;
  height: auto;
}
.part-faq .faq-GR8-content{
  float: right;
  width: 550px;
  padding-bottom: 100px;
}
.part-faq .faq-img-G20{
  float: right;
  margin-top: 150px;
}
.part-faq .faq-G20-content{
  float: left;
  width: 500px;
}

.part-faq h3{
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #df0a00;
  margin: 50px 0 0 0;
  padding: 0;
  line-height: 1.3em;
}

.part-faq ul{
  margin: 0 0 0 20px;
  padding: 0;
}
.part-faq ul li{
  margin: 8px 0;
}


@media (max-width: 800px) {
  .part-faq{
    width: 100%;
  }
  .part-faq .prelude{
    padding-left: 2%;
    padding-right: 2%;
  }
  .part-faq .faq-GR8-content{
    float: none;
    width: 96%;
    margin-left: 2%;
    padding-bottom: 100px;
  }
  .part-faq .faq-G20-content{
    float: none;
    width: 96%;
    margin-left: 2%;
  }
}



