@charset "utf-8";
/*CSS file created by RCD. May 2015*/

/*************************General**********************************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400);

/* 
Color chart
*/
body              { margin: 0; color: #000; background: #000; font-size: 14px; font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', '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: 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;}
input:focus, 
textarea:focus    { outline: none;}

::selection, 
a::selection, 
img::selection    { background: #aaa; color: #fff;}
::-moz-selection  { background: #aaa; color: #fff;}

p                 {line-height: 1.5em;}


/************************* Universal **********************************/

.wrapper{
  	position: relative;
  	min-width: 960px;
  	background: url(../images/hero.jpg) top center no-repeat;
}
.box{
  	position: relative;
  	width: 960px;
  	margin: 0 auto;
}


.footer{
  	position: relative;
  	width: 960px;
  	margin: 0 auto;
  	padding: 20px 0;
}
.footer .credit{
  	text-align: center;
  	font-size: 0.9em;
  	color: #bbb;
}
.footer .credit a, .footer .credit a:visited{
  	color: #bbb;
  	text-decoration: underline;
}
.footer .credit a:hover{
  	color: #fff;
}
.footer .tagline{
  	text-align: center;
  	font-size: 1.5em;
  	font-weight: bold;
}



/************************* header **********************************/

.header1 {
	height: 564px;
	position: relative;
}
.header1 h1{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.header1 h2{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.nav1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 23px;
	top: 390px;
	width: 490px;
	height: 150px;
}
.nav1 li{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 150px;
	position: relative;
  	vertical-align: top;
}
.nav1 li:last-child:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	width: 1px;
	height: 90px;
	background: #555;
}
.nav1 a{
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 16px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.nav1 a:hover{
	color: #14cbff;
}
.nav1 img{
	display: block;
	margin: 0 auto 5px auto;
	border: 2px solid #14cbff;
	border-radius: 100px;
}

.hero-mobile{
	display: none;
}


.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 100;
}
.popout{
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 101;
    text-align: center;
}
.popout img{
    margin-top: 10px;
    display: none;
    max-width: 95%;
}
@media screen and (min-height: 1000px) { .popout img{ margin-top: 100px;}}

.popout .ok{
    width: 120px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 0px auto;
    letter-spacing: 2px;
    font-size: 1.3em;
}
.popout .close{
    position: fixed;
    right: 25px;
    top: 20px;
    font-size: 3em;
    cursor: pointer;
    width: 80px;
    height: 80px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
  	background: url(../images/close.png) center center no-repeat;
}
.popout .close:hover{
    background-color: #444;
}
.popout .close:active{
    background-color: #333;
}

.title{
	background: #14cbff;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	font-size: 3.2em;
	font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;
}


/************************* section general **********************************/



.system-requirements{
	width: 320px;
	float: left;
	margin-left: 20px;
}
.system-requirements h2{
	margin: 0;
	padding: 0;
	color: #14cbff;
	font-size: 2.2em;
	font-weight: normal;
}
.checklist{
	background: #fff;
	margin-top: 20px;
	position: relative;
	padding-bottom: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.checklist h3{
	background: #14cbff;
	border-bottom: 2px solid #8ecfdd;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 40px;
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.checklist h3:before{
	content: '';
	display: inline-block;
  	background: #14cbff url(../images/computer.png) center center no-repeat;
  	background-size: 35px;
	border-bottom: 2px solid #8ecfdd;
	position: absolute;
	top: -12px;
	left: -20px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}
.checklist ul{
	padding-right: 20px;
}
.checklist li{
	margin: 0;
	padding: 2px 0;
}



.steps h2{
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	color: #14cbff;
	position: absolute;
}
.steps h2 b{
	display: block;
	font-size: 2em;
	line-height: 1.2em;
}
.steps h2 span{
	display: none;
}
.steps p{
	color: #fff;
	position: absolute;
}
.steps a, .steps a:visited{
  	color: #2d61ca;
  	text-decoration: underline;
}
.steps a:hover{
  	color: #0a1938;
}
.example{
	width: 200px;
  	position: absolute;
}
.example p{
	margin: 0;
	padding: 2px 0;
}
.example .example-title{
	color: #666;
}
.example .bios-title{
	font-weight: bold;
	font-size: 1.2em;
}
.example .btn-look{
	position: relative;
	width: 180px;
	display: block;
	border: 3px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.example .btn-look:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 100%;
	background: rgba(0,0,0,0.4) url(../images/look.png) center center no-repeat;
	background-size: 50px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.example .btn-look:hover:after{
	background-color: rgba(0,0,0,0.5);
	background-size: 55px;
}
.example .btn-look:active:after{
	background-color: rgba(0,0,0,0.6);
	background-size: auto;
}
.example .btn-look img{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.back-to-top{
	display: block;
	margin: -53px auto 0 auto;
	width: 60px;
	height: 60px;
	background: #222222 url(../images/arrow-top.png) center center no-repeat;
	background-size: 30px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	z-index: 100;
	text-indent: -9999px;
}





/******* section-1 *******/


.section-1 .box{
	margin-top: 50px;
}



/* section-1 step-1*/


.section-1 .step-1{
	float: right;
	width: 610px;
	height: 270px;
  	background: url(../images/n1.png) no-repeat;
  	position: relative;
}
.section-1 .step-1 h2{
  	left: 90px;
  	top: 0px;
}
.section-1 .step-1 > p{
	width: 280px;
  	left: 90px;
  	top: 110px;
}
.section-1 .step-1 .example{
  	left: 420px;
  	top: 20px;
}


/* section-1 step-2*/

.section-1 .step-2{
	height: 270px;
	clear: both;
  	background: url(../images/n2.png) no-repeat;
  	position: relative;
}
.section-1 .step-2 h2{
  	left: 150px;
  	top: -20px;
  	width: 480px;

}
.section-1 .step-2 > p{
	width: 480px;
  	left: 154px;
  	top: 110px;
}
.section-1 .step-2 .example{
  	right: 100px;
  	top: 50px;
}




/* section-1 step-3*/

.section-1 .step-3{
	height: 240px;
	clear: both;
  	background: url(../images/n3.png) right center no-repeat;
  	position: relative;
  	margin-left: 300px;
}
.section-1 .step-3 h2{
	width: 250px;
	left: 280px;
	top: 30px;
}



/* section-1 step-4*/

.section-1 .step-4{
	height: 340px;
	clear: both;
  	background: url(../images/n4.png) no-repeat;
  	position: relative;
}
.section-1 .step-4 h2{
  	left: 170px;
  	top: -10px;
  	z-index: 10;
}

.section-1 .step-4 > p{
	width: 290px;
  	position: absolute;
  	left: 170px;
  	top: 120px;
  	z-index: 10;
}

.section-1 .step-4 > img{
  	position: absolute;
  	right: 0px;
  	top: 130px;
}



/******* section-2 *******/

.section-2{
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 100px;
	border-top: 1px solid #222;
}
.back-to-top-2{
	background-color: #d0d0d0;
	margin-top: -52px;
}

.section-2 .box{
	padding-top: 50px;
}


/* section-2 step-1*/


.section-2 .step-1{
	float: right;
	width: 570px;
	height: 300px;
  	background: url(../images/n1.png) no-repeat;
  	position: relative;
  	margin-top: 40px;
}
.section-2 .step-1 h2{
  	left: 95px;
  	top: 0px;
}
.section-2 .step-1 > p{
  	position: absolute;
  	left: 95px;
  	top: 110px;
}
.section-2 .step-1 .example{
  	left: 400px;
  	top: 50px;
}

/* section-2 step-2*/


.section-2 .step-2{
	height: 290px;
	clear: both;
  	background: url(../images/n2.png) no-repeat;
  	position: relative;
}
.section-2 .step-2 h2{
  	left: 160px;
  	top: 0px;
}
.section-2 .step-2 > p{
	width: 500px;
  	position: absolute;
  	left: 160px;
  	top: 115px;
}
.section-2 .step-2 > p.note{
  	left: 155px;
  	top: 145px;
  	color: #888;
}
.section-2 .step-2 .example{
  	right: 50px;
  	top: 40px;
}


/* section-2 step-3*/


.section-2 .step-3{
	height: 270px;
	margin-left: 150px;
	clear: both;
  	background: url(../images/n3.png) no-repeat;
  	position: relative;
}
.section-2 .step-3 h2{
  	left: 150px;
  	top: 0px;
}
.section-2 .step-3 > p{
	width: 400px;
  	position: absolute;
  	left: 150px;
  	top: 105px;
}
.section-2 .step-3 > p.note{
  	left: 155px;
  	top: 135px;
  	color: #888;
}
.section-2 .step-3 .example{
  	left: 570px;
  	top: 40px;
}
.section-2 .step-3 .example .example-title{
  	margin-top: 15px;
}



/* section-2 step-4*/


.section-2 .step-4{
	height: 220px;
	clear: both;
  	background: url(../images/n4.png) no-repeat;
  	position: relative;
}
.section-2 .step-4 h2{
  	left: 152px;
  	top: 0px;
}
.section-2 .step-4 > p{
	width: 370px;
  	position: absolute;
  	left: 152px;
  	top: 110px;
}
.section-2 .step-4 .example{
  	left: 630px;
  	top: 70px;
}








/******* section-4 *******/

.section-4{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #242424;
	margin-top: 0px;
	padding-top: 1px;
}
.section-4 h2{
  	background: url(../images/title-spec.png) center center no-repeat;
  	margin: 30px 0 0 0;
  	padding: 0;
  	height: 50px;
  	text-indent: -9999px;
}
.section-4 .intro{
  	color: #fff;
  	text-align: center;
  	padding: 50px 100px 0 100px;
}
.btn-download{
	width: 590px;
	height: 60px;
	margin: 20px 0 0 30px;
	display: block;
	text-indent: -9999px;
  	background: url(../images/btn-download.png);
}
.spec{
	width: 880px;
	background: #000;
	border-collapse: collapse;
	margin: 0 auto;
}
.spec th{
	background: #686868;
	border-right: 1px solid #000;
	padding: 8px;
	color: #fff;
}
.spec td{
	padding: 8px;
	color: #fff;
	text-align: center;
}
.spec tr:nth-child(even){
	background: #333;
}
.spec .name{
	text-align: left;
}
.spec tr:nth-child(even) .chipset{
	background: #333;
}
.spec td a{
	color: #fff;
	text-decoration: none;
}
.spec td a:visited{
	color: #999;
}
.spec td a:hover{
	text-decoration: underline;
}
.spec .yes{
  	background: url(../images/yes.png);
  	background-size: 100%;
  	width: 15px;
  	height: 15px;
  	text-indent: -9999px;
  	display: block;
  	margin: 0 auto;
}

.section-4 .notice{
  	color: #777;
  	padding: 0px 50px;
  	font-size: 0.9em;
}
.section-4 .notice a{
  	color: #777;
  	text-decoration: underline;
}
.section-4 .notice a:hover{
  	color: #aaa;
}
.section-4 .back-to-top{
	margin-top: 80px;
	background-color: #242424;
}






/******* section-5 *******/

.section-5:after{
	clear: both;
	content: '';
	display: block;
}
.section-5 .text{
	color: #fff;
	width: 40%;
	float: right;
	padding: 2em 0;
	box-sizing: border-box;
}
.section-5 .text div{
	margin-bottom: 3em;
	padding-right: 10px;
}
.section-5 .img{
	width: 57%;
	float: left;
	box-sizing: border-box;
}
.section-5 .img img{
	max-width: 100%;
}
.section-5 h2{
	color: #14cbff;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
}
.section-5 h3{
	color: #14cbff;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0.5em 0;
}
.section-5 .notice{
	color: #ccc;
	font-size: 0.9em;
}