@charset "utf-8";
/*CSS file for Yow!design created by RCD. November 2013*/

/*************************General**********************************/

/* 
Color chart
Yellow : #ffd203; 
*/
body              { margin: 0; color: #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 **********************************/
body{
  	background: #eaeaea url(../Image/hero-bg.png) top center no-repeat;
}

.wrapper{
  	position: relative;
  	background: url(../Image/hero.jpg) top center no-repeat;
}
.box{
  	position: relative;
  	width: 960px;
  	margin: 0 auto;
}


.footer{
  	position: relative;
  	width: 960px;
  	margin: 0 auto;
}
.footer .credit{
  	text-align: center;
  	font-size: 0.8em;
}
.footer .credit a, .footer .credit a:visited{
  	color: #2d61ca;
  	text-decoration: underline;
}
.footer .credit a:hover{
  	color: #0a1938;
}
.footer .tagline{
  	text-align: center;
  	font-size: 1.5em;
  	font-weight: bold;
}



/************************* header **********************************/

.header{
	height: 538px;
	position: relative;
}
.header h1{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.header h2{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.header p{
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	left: 23px;
	top: 310px;
}
.header p a{
	color: #fff;
	text-decoration: underline;
}
.header p a:hover{
	color: #ccc;
}
.nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 23px;
	top: 410px;
	width: 462px;
	height: 107px;
  	background: url(../Image/nav.png) center center no-repeat;
}
.nav li{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 151px;
	height: 107px;
}
.nav a{
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	line-height: 16px;
	text-indent: -9999px;
	width: 152px;
	height: 107px;
}

.nav li:hover{
	background: rgba(0,0,0,0.2);
}
.nav li:active{
	background: rgba(0,0,0,0.3);
}

.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: 100px;
    display: none;
}
@media screen and (max-height: 600px) { .popout img{ margin-top: 20px;}}
@media screen and (min-height: 800px) { .popout img{ margin-top: 150px;}}

.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(../Image/close.png) center center no-repeat;
}
.popout .close:hover{
    background-color: #444;
}
.popout .close:active{
    background-color: #333;
}




/************************* section general **********************************/



.system-requirements{
	width: 320px;
	float: left;
	margin-left: 20px;
}
.system-requirements h2{
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.checklist{
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 20px;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.checklist h3{
	background: #000;
	color: #fff;
	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: #000 url(../Image/computer.png) center center no-repeat;
	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, .steps h3{
	width: 0;
	height: 0;
  	position: absolute;
  	overflow: hidden;
}
.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;
	height: 80px;
	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: 80px;
	background: rgba(0,0,0,0.4) url(../Image/look.png) center center no-repeat;
	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: 30%;
}
.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: -58px auto 0 auto;
	width: 70px;
	height: 70px;
	background: #eaeaea url(../Image/arrow-top.png) center center no-repeat;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	z-index: 100;
	text-indent: -9999px;
}





/******* section-1 *******/


.section-1{
	padding-top: 20px;
}
.section-1 .system-requirements h2{
  	background: url(../Image/system-requirements-title-1.png) no-repeat;
}




/* section-1 step-1*/


.section-1 .step-1{
	float: right;
	width: 610px;
	height: 270px;
  	background: url(../Image/step-1-1.png) no-repeat;
  	position: relative;
}
.section-1 .step-1 > p{
	width: 280px;
  	position: absolute;
  	left: 90px;
  	top: 110px;
}
.section-1 .step-1 .example{
  	left: 400px;
  	top: 50px;
}


/* section-1 step-2*/

.section-1 .step-2{
	height: 270px;
	clear: both;
  	background: url(../Image/step-1-2.png) no-repeat;
  	position: relative;
}
.section-1 .step-2 > p{
	width: 480px;
  	position: absolute;
  	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(../Image/step-1-3.png) no-repeat;
  	position: relative;
  	margin-left: 300px;
}



/* section-1 step-4*/

.section-1 .step-4{
	height: 340px;
	clear: both;
  	background: url(../Image/step-1-4.png) no-repeat;
  	position: relative;
}
.section-1 .step-4 > p{
	width: 230px;
  	position: absolute;
  	left: 170px;
  	top: 100px;
}




/******* section-2 *******/

.section-2{
	background: #d0d0d0;
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.section-2 .system-requirements h2{
  	background: url(../Image/system-requirements-title-2.png) no-repeat;
}
.back-to-top-2{
	background-color: #d0d0d0;
	margin-top: -38px;
}



/* section-2 step-1*/


.section-2 .step-1{
	float: right;
	width: 610px;
	height: 250px;
  	background: url(../Image/step-2-1.png) no-repeat;
  	position: relative;
}
.section-2 .step-1 > p{
	width: 280px;
  	position: absolute;
  	left: 88px;
  	top: 130px;
}
.section-2 .step-1 .example{
  	left: 400px;
  	top: 50px;
}

/* section-2 step-2*/


.section-2 .step-2{
	height: 290px;
	clear: both;
  	background: url(../Image/step-2-2.png) no-repeat;
  	position: relative;
}
.section-2 .step-2 > p{
	width: 500px;
  	position: absolute;
  	left: 155px;
  	top: 95px;
}
.section-2 .step-2 > p.note{
  	left: 155px;
  	top: 145px;
  	color: #888;
}
.section-2 .step-2 .example{
  	right: 50px;
  	top: 80px;
}


/* section-2 step-3*/


.section-2 .step-3{
	height: 270px;
	margin-left: 50px;
	clear: both;
  	background: url(../Image/step-2-3.png) no-repeat;
  	position: relative;
}
.section-2 .step-3 > p{
	width: 430px;
  	position: absolute;
  	left: 5px;
  	top: 100px;
}
.section-2 .step-3 > p.note{
  	left: 155px;
  	top: 135px;
  	color: #888;
}
.section-2 .step-3 .example{
  	left: 460px;
  	top: 0px;
}
.section-2 .step-3 .example .example-title{
  	margin-top: 15px;
}



/* section-2 step-4*/


.section-2 .step-4{
	height: 220px;
	clear: both;
  	background: url(../Image/step-2-4.png) no-repeat;
  	position: relative;
}
.section-2 .step-4 > p{
	width: 370px;
  	position: absolute;
  	left: 152px;
  	top: 110px;
}
.section-2 .step-4 .example{
  	left: 570px;
  	top: 90px;
}










/******* section-3 *******/

.section-3{
	padding-top: 20px;
	padding-bottom: 50px;
	background: #242424;
	margin-top: 0px;
	padding-top: 1px;
}
.section-3 h2{
  	background: url(../Image/title-spec.png) center center no-repeat;
  	margin: 30px 0 0 0;
  	padding: 0;
  	height: 50px;
  	text-indent: -9999px;
}
.section-3 .intro{
  	color: #fff;
  	text-align: center;
  	padding: 0 100px;
}
.back-to-top-3{
	background-color: #242424;
	margin-top: -38px;
}
.btn-download{
	width: 590px;
	height: 60px;
	margin: 20px 0 0 30px;
	display: block;
	text-indent: -9999px;
  	background: url(../Image/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;
}
.stripe{
	background: #333;
}
.stripe2{
	background: #1a1a1a;
}
.spec td a{
	color: #fff;
	text-decoration: underline;
}
.spec td a:visited{
	color: #777;
	text-decoration: underline;
}
.spec td a:hover{
	text-decoration: none;
}
.spec .yes{
  	background: url(../Image/yes.png);
  	width: 15px;
  	height: 15px;
  	text-indent: -9999px;
  	display: block;
  	margin: 0 auto;
}
