@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,400');
@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/xolonium-Regular.otf'),
		 url('../fonts/xolonium-Regular.otf') format('embedded-opentype'),
		 url("../fonts/xolonium-Regular.ttf") format("opentype"),
		 url("../fonts/xolonium-regular.eot");
	font-weight: normal;
	font-style: normal;
}
/* ---------- RESET ---------- */
	html,
	body{
		margin: 0;
		background-color: #000;
	}
	#hd * {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}
	::selection {
		background: #1d2124;
		color: #CE0000;
	}
	::-moz-selection {
		background: #1d2124;
		color: #ffffff;
	}
	#hd{
		font-family: "Roboto Condensed", "Arial", sans-serif;
		background: black;
		color: #FFF;
		font-size: 16px;
		margin: 0;
		padding: 0;
		/*background: url(../img/bg.jpg) 0 center no-repeat;*/
		background-attachment: fixed;
	}
	#hd ul,
	#hd li,
	#hd figure{margin: 0; padding: 0; }
	#hd h1,
	#hd h2,
	#hd h3,
	#hd h4,
	#hd p,
	#hd a,
	#hd li {
		font:inherit;
	}
	#hd img{
		display: block;
		height: auto;
		border:none;
		max-width: 100% !important;
		margin:0 auto;
	}
	#hd img.lazyLoad {
		opacity: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
/* ---------- TXT ------------ */
	#hd h2,
	#hd h3,
	#hd h5{font-family: 'Xolonium', sans-serif; }
	#hd h2 {
		display: inline-block;
		font-size: 4rem;
		line-height: 1;
		letter-spacing: 0.5px;
		margin-bottom: 30px;
		word-break:normal;
		word-wrap: normal;
		color:#ffffff !important;
		background: #ffffff;
		background: -webkit-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: -o-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: -moz-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: linear-gradient(to right, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: 1px 0 0 rgba(255, 255, 255, .1);
		z-index: 2;
	}
	/*ie11 above fixed*/
	_:-ms-fullscreen,
	:root #hd h2{
	    background: transparent !important;
	}
	/*#hd h2:before{
		content:'';
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 12%;
		background: url(../img/title-deco.png) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: 0;right: 0;
		top: 0;
		margin:0 auto;
		z-index: -1;
	}*/
	#hd h3 {
		font-family: "Fjalla One", sans-serif;
		font-size: 2.75rem;
		text-transform: uppercase;
		line-height: 1;
		color: #ffffff;
		margin-bottom: 20px;
	}
	#hd h4 {
		font-family: "Fjalla One", sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
		line-height: 1.25;
		color: #ffffff;
	}
	#hd h5 {
		font-size: 1rem;
		font-weight: 300;
		color: #ffffff;
		margin: 5px 0 10px;
	}
	#hd p,
	#hd small,
	#hd a,
	#hd li {font-family: 'Roboto Condensed', sans-serif; }
	#hd p {
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 300;
		margin-bottom:30px;
	}
	#hd b{font-weight: bold; }
	#hd small {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	#hd .txt-center{text-align: center; }
	#hd .txt-left{text-align: left;}
	#hd .txt-italic{font-style: italic; }
	#hd a.txt-link {
		display: inline;
		text-decoration: underline;
	}
	#hd a.txt-link:hover {color: white; }
	#hd .txt-cyan{color: #10b8b0;}
	#hd .txt-pink{color: #d40c6b;}
	#hd .txt-purple{color: #851fff;}
	#hd .txt-red{color:#890000; }
	#hd .txt-grey{color:#828282; font-weight: 400;}
	#hd .txt-orange{color:#ff7900;}
	#hd .txt-blue{color:#0080ff; }
/* ---------- BLOCK ---------- */
	#hd .hd-w800{
		width: 90%;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#hd .hd-w1000{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#hd .hd-w1100,
	#hd .hd-w1200,
	#hd .hd-w1300,
	#hd .hd-w1400{
	    width: 90%;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .hd-w1100 {max-width: 1100px; }
	#hd .hd-w1200 {max-width: 1200px; }
	#hd .hd-w1300 {max-width: 1300px; }
	#hd .hd-w1400 {max-width: 1400px; }
	#hd .hd-col20,
	#hd .hd-col25,
	#hd .hd-col30,
	#hd .hd-col33,
	#hd .hd-col40,
	#hd .hd-col45,
	#hd .hd-col50,
	#hd .hd-col55,
	#hd .hd-col60,
	#hd .hd-col65,
	#hd .hd-col70,
	#hd .hd-col80{
		display: inline-block;
		margin-left: -5px;
		vertical-align: middle;
	}
	#hd .hd-col20{width: 20%; }
	#hd .hd-col25{width: 25%; }
	#hd .hd-col30{width: 30%; }
	#hd .hd-col33{width: 33.3333%; }
	#hd .hd-col40{width: 40%; }
	#hd .hd-col45{width: 45%; }
	#hd .hd-col50{width: 50%; }
	#hd .hd-col55{width: 55%; }
	#hd .hd-col60{width: 60%; }
	#hd .hd-col65{width: 65%; }
	#hd .hd-col70{width: 70%; }
	#hd .hd-col80{width: 80%; }

	#hd .hd-bgflip {
		background: top left no-repeat;
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	#hd .hd-bgflip .hd-w1100,
	#hd .hd-bgflip .hd-w1200,
	#hd .hd-bgflip .hd-w1400 {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	#hd .ib-top{display:inline-block;vertical-align: top;}
	#hd .ib-bottom{display:inline-block;vertical-align: bottom;}

	#hd .fleft {float: left; }
	#hd .fright {float: right; }
	#hd .cf:after {content:'';display: block;clear:both; }

	#hd .hd_1023_off,
	#hd .hd_mobile_off{display: block; }
	#hd .hd_1023_on,
	#hd .hd_mobile_on{display: none; }

/* ---------- ELEMENT -------- */
	#hd .txt_decoline {background: url('../img/deco-line.png') right bottom no-repeat; }
	#hd .txt_decolineflip {background: url('../img/deco-line-flip.png') left bottom no-repeat; }

	#hd .hd-frame{
		margin:80px 0;
		border: 80px solid transparent;
		border-image: url(../img/frame/frame.png) 80 round;
		border-image-outset: 80px;
		background: rgba(133, 31, 255,.1);
		position: relative;
	}
	#hd .hd-frame.hd-frame-red{
		border-image: url(../img/frame/frame-red.png) 80 round;
		border-image-outset: 80px;
		background: rgba(159, 63, 63, 0.1);
	}
/* ---------- transition ----- */
	#hd a.txt-link,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#hero .sec_kv li figure,
	#hd .sec_kv h3,
	#hd .switch li,
	#hd .hd-supremefx li,
	#hd .btn-audio:after{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
/* ---------- scrollUp ------- */
	#scrollUp {
		position: fixed;
		right: 30px;
		bottom: 30px;
		width: 45px;
		height: 45px;
		text-align: center;
		cursor: pointer;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border: 2px solid #8D0000;
		opacity: 0;
	}
	#scrollUp.hd-show {
		opacity: 1;
	}
	#scrollUp svg {
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 5px;
		left: 0;
		fill: #8D0000;
		-webkit-transform: rotateZ(270deg);
		-moz-transform: rotateZ(270deg);
		-ms-transform: rotateZ(270deg);
		-o-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	#scrollUp:hover {
		background-color: #8D0000;
	}
	#scrollUp:hover svg {
		fill: white;
	}
/* ---------- lightbox ------- */
	#hd_lightbox {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 10;
	}
	#hd .hd_filter {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
	}
	#hd .hd_box {
		width: 1000px;
		height: 480px;
		background: #232323;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding: 35px 60px;
		box-sizing: border-box;
	}
	#hd .hd_close {
		position: absolute;
		top: 25px;
		right: 20px;
		cursor: pointer;
	}
	#hd .hd_close>span {
		display: block;
		width: 20px;
		height: 3px;
		background: #777777;
		-webkit-border-radius: 1.5px;
		-moz-border-radius: 1.5px;
		border-radius: 1.5px;
	}
	#hd .hd_close>span:first-child {
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	#hd .hd_close>span:last-child {
		-webkit-transform: rotateZ(-45deg) translate(2px, -2px);
		-moz-transform: rotateZ(-45deg) translate(2px, -2px);
		-ms-transform: rotateZ(-45deg) translate(2px, -2px);
		-o-transform: rotateZ(-45deg) translate(2px, -2px);
		transform: rotateZ(-45deg) translate(2px, -2px);
	}
	#hd .hd_box>img {
		position: absolute;
		right: 40px;
		bottom: 60px;
	}
	#hd .hd_box iframe {
		width: 100%;
		height: 100%;
	}
/* ---------- sec_kv --------- */
	#hd section{
		position: relative;
	}
	#hd section:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #fff;
		left: 0;
		top: 90px;
		background-image: -webkit-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -webkit-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: -moz-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -moz-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: -o-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -o-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: linear-gradient(to right, #000 0%, #999 45%, #999 55%, #000 100%), linear-gradient(to right, #000 0%, #999 45%, #999 55%, #000 100%);
	    z-index: 2;
	}
	#hd section#specs:before{
		display: none;
	}
	#hd .sec_kv{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	#hd .sec_kv > img{
		width: 100%;
		margin-top: -12%;
		z-index: -2;
	}
	#hd .sec_kv .hd-w1200{
		position: relative;
		width: 100%;
		max-width: none;
		padding-top: 180px;
		z-index: 3;
	}
	#hd .sec_kv h2:before{
		display: none;
	}
	#hd .sec_kv .hd-w1200 h2{
		max-width: 1200px;
		margin:0 auto 30px;
	}
	#hd .sec_kv p{
		/*font-size: 1.125rem;*/
		width: 90%;
		letter-spacing: 1px;
		text-shadow: 0 0 20px #000,
					 0 0 10px #000,
					 0 0 5px #000;
	}
	#hd .sec_kv nav{
		margin-top: -10%;
		margin-bottom: 5%;
		padding-bottom: 2px;
	}
	#hd .sec_kv ul,
	#hd .skew_nav ul,
	#hd .spec_nav ul,
	#hd .personalized_nav ul{
		width: 100%;
		text-align: center;
	}
	#hd .skew_nav ul{
		padding: 6px 0;
	}
	#hd .sec_kv li{
		padding:0 5px;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	#hd .skew_nav li,
	#hd .spec_nav li,
	#hd .personalized_nav li{
		padding:0 5px;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	#hd .skew_nav li.hd-col20,
	#hd .spec_nav li.hd-col20,
	#hd .personalized_nav li.hd-col20{
		display: inline-block;
		vertical-align: top;
		width: 410px;
	}
	#hd .sec_kv li figure,{
		width: 100%;
		padding-bottom: 70%;
		top: 0;left: -10%;
		background:center top no-repeat;
		background-size: contain;
	}
	#hd .sec_kv h3,
	#hd .skew_nav h3,
	#hd .spec_nav h3,
	#hd .personalized_nav h3{
		font-family: 'Xolonium', sans-serif;
		font-size: 1.5rem;
		text-transform: uppercase;
		margin:0;
		/*background-color: #333;*/
		color:#808080;
		padding:5px 10px;
		position: relative;
		z-index: 3;
	}
	#hd .personalized_nav h3{
		padding: 5px 0;
	}
	#hd .sec_kv li:hover h3{
		color:#ddd;
	}
	#hd .sec_kv li.hd-active h3{
		color:#fff;
	}
	#hd .sticky-wrapper.is-sticky .skew_nav {
	    background-color: #000;
	}
	#hd .skew_nav .skew_btn li,
	#hd .spec_nav .skew_btn li,
	#hd .personalized_nav .skew_btn li{
		padding:10px;
		margin:0 10px;
		position: relative;
		z-index: 2;
		overflow: visible;
		border-left:3px solid #666666;
		border-right:3px solid #4d4d4d;
		background-position: 0 0, 0 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 3px;
		-moz-background-size: 100% 3px;
		background-size: 100% 3px;
		margin: 0 5px 5px;
		background-image: -webkit-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -webkit-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: -moz-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -moz-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: -o-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -o-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: linear-gradient(to right, #666666 0%, #161616 30%, #4d4d4d 100%), linear-gradient(to right, #666666 0%, #161616 30%, #4d4d4d 100%);
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
		-webkit-transform: skew(25deg);
		   -moz-transform: skew(25deg);
		    -ms-transform: skew(25deg);
		     -o-transform: skew(25deg);
		        transform: skew(25deg);
	}
	#hd .skew_nav .skew_btn li:after,
	#hd .spec_nav .skew_btn li:after,
	#hd .personalized_nav .skew_btn li:after {
		content:'';
		display: block;
		width: 17%;
		height: 42%;
		position: absolute;
		left: 94%;
		bottom: 0;
		background-color: #000;
		border-left: 4px solid #4d4d4d;
		border-bottom: 1px solid #000;
		z-index: 2;
		-webkit-transform: skew(-50deg);
		   -moz-transform: skew(-50deg);
		    -ms-transform: skew(-50deg);
		     -o-transform: skew(-50deg);
		        transform: skew(-50deg);
	}
	/*ie11 above fixed*/
	_:-ms-fullscreen,
	:root #hd .skew_nav .skew_btn li:after{
		bottom: 0;
	}
	#hd .skew_nav .skew_btn li.hd-active,
	#hd .spec_nav .skew_btn li.hd-active,
	#hd .personalized_nav .skew_btn li.hd-active {
		border-left:3px solid #680c20;
		border-right:3px solid #670b08;
		background-position: 0 0, 0 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		background-size: 100%;
		background-image: -webkit-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -webkit-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: -moz-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -moz-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: -o-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -o-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), linear-gradient(to right, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
	}
	#hd .skew_nav .skew_btn li.hd-active:after,
	#hd .spec_nav .skew_btn li.hd-active:after,
	#hd .personalized_nav li.hd-active:after {
		border-left-color: #670b08;
	}
	#hd .skew_nav .skew_btn h3,
	#hd .spec_nav .skew_btn h3,
	#hd .personalized_nav .skew_btn h3 {
		font-size: 1.2rem;
		color:#ddd;
		-webkit-transform: skew(-25deg);
		   -moz-transform: skew(-25deg);
		    -ms-transform: skew(-25deg);
		     -o-transform: skew(-25deg);
		        transform: skew(-25deg);
	}
	#hd .skew_nav .skew_btn li:hover h3,
	#hd .spec_nav .skew_btn li:hover h3,
	#hd .personalized_nav .skew_btn li:hover h3 {
		color:#fff;
	}

	#hd .sec_content{
		margin-top: -100px;
	}
/* ---------- sec_hidden ----- */
	#hd .hd-sec-hidden {
		display: none;
	}
	#hd .hd-sec-hidden.hd-active{
		display: block;
		-webkit-animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
	}

/* ---------- #specs -------------- */
	#hd #specs{
		padding:80px 0 0;
		background-color: #000000;
		background: url(../img/bg-tri.jpg) 0 60% no-repeat;
		background-size: contain;
		position: relative;
		z-index: 0;
	}
	#hd #specs h2{
		display: block;
		text-align: center;
		z-index: 2;
	}
	#hd #specs .hd-w1300{
		position: static; 
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 50% center no-repeat;
		background-size: contain;
	}
	#hd #specs figure{
		width: 100%;
		display: none;
		margin-top: 30px;
		position: relative;
	}
	#hd #specs figure.hd-active{
		display: block;
		-webkit-animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
	}
	#hd #specs .spec-1 .spec-main {background-image: url('../img/spec/spec-1.png'); }
	#hd #specs .spec-2 .spec-main {background-image: url('../img/spec/spec-2.png'); }
	#hd #specs .spec-3 .spec-main {background-image: url('../img/spec/spec-3.png'); }

	#hd .switch{
		width: 500px;
		max-width: 90%;
		display: block;
		margin:50px auto;
		z-index: 3;
		position: relative;
	}
	#hd .switch:before{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
		background: #b50000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -moz-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -o-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: linear-gradient(to right, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 ); /* IE6-9 */
	}
	#hd #specs ol {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		counter-reset: mycounter;
	}
	#hd #specs ol li {
		position: absolute;
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 1px;
		max-width: 360px;
	}
	#hd #specs ol li:before{
		counter-increment: mycounter;
		content: counter(mycounter);
		display: none;
		width: 24px;
		height: 24px;
		line-height:24px;
		text-align: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		position: absolute;
		top: 0;
		left: -40px;
		z-index: 2;
	}
	#hd #specs ol li b{
		font-weight: 400;
		line-height: 1.75;
		display: block;
		letter-spacing: 0;
	}
	#hd #specs ol li p{
		font-weight: 300;
		margin-bottom: 0;
		line-height: 1.25;
		letter-spacing: 0;
		color:#ffffff;
	}
	#hd #specs ol li img{
		margin-left: 0;
	}
	#hd #specs ol li .dot{
		position: relative;
		padding-left: 14px;
	}
	#hd #specs ol li .dot:before{
		content: "";
		position: absolute;
		top: 8px;
		left: 2px;
		height: 4px;
		width: 4px;
		border-radius: 50%;
		background-color: #fff;
	}
	/* spec-1 li positions*/
		#hd #specs .spec-1 ol li{
			width: 20%;
			max-width: 230px;
		}
		#hd #specs .spec-1 ol li:nth-child(n){left: 11%; }
		#hd #specs .spec-1 ol li:nth-child(1){top: 4%;}
		#hd #specs .spec-1 ol li:nth-child(2){top:10%;}
		#hd #specs .spec-1 ol li:nth-child(3){top:16%;}
		#hd #specs .spec-1 ol li:nth-child(4){top:25%;}
		#hd #specs .spec-1 ol li:nth-child(5){top:29%;}
		#hd #specs .spec-1 ol li:nth-child(6){top:45%;}
		#hd #specs .spec-1 ol li:nth-child(7){top:48%;}
		#hd #specs .spec-1 ol li:nth-child(8){top:52%;}
		#hd #specs .spec-1 ol li:nth-child(9){top:77%;}
	/* spec-2 li positions*/
		#hd #specs .spec-2 ol li{
			width: 20%;
			max-width: 220px;
			text-align: left;
		}
		#hd #specs .spec-2 ol li:nth-child(-n+3){left: 9%; }
		#hd #specs .spec-2 ol li:nth-child(1){top: 6%;}
		#hd #specs .spec-2 ol li:nth-child(2){top:34.5%;}
		#hd #specs .spec-2 ol li:nth-child(3){top:64%;}
		/*#hd #specs .spec-2 ol li:nth-child(4){top:87.5%;}*/

		#hd #specs .spec-2 ol li:nth-child(n+4){left: 83%; }
		#hd #specs .spec-2 ol li:nth-child(4){top:17%;}
		#hd #specs .spec-2 ol li:nth-child(5){top:49%;}
		/*#hd #specs .spec-2 ol li:nth-child(6){top:68.5%;}*/
		#hd #specs .spec-2 ol li:nth-child(6){top:84.5%;}
	/* spec-3 li positions*/
		#hd #specs .spec-3 ol li{
			width: 20%;
			max-width: 240px;
		}
		#specs .spec-3 ol li:nth-child(n) p,
		#specs .spec-3 ol li:nth-child(n) b{
			/*font-size: 15px; */
		}
		#specs .spec-3 ol li:nth-child(n) {left: 76%; }
		#specs .spec-3 ol li:nth-child(1) {top: 10.5%; }
		#specs .spec-3 ol li:nth-child(2) {top: 17%; }
		#specs .spec-3 ol li:nth-child(3) {top: 27.5%; }
		#specs .spec-3 ol li:nth-child(4) {top: 35%; }
		#specs .spec-3 ol li:nth-child(5) {top: 43%; }
		#specs .spec-3 ol li:nth-child(6) {top: 55%; }
		#specs .spec-3 ol li:nth-child(7) {top: 68.5%; }
		#specs .spec-3 ol li:nth-child(8) {top: 73%; }
		#specs .spec-3 ol li:nth-child(9) {top: 78.5%; }
		#specs .spec-3 ol li:nth-child(10) {top: 83%; }
		#specs .spec-3 ol li:nth-child(11) {top: 86.5%; }
		#specs .spec-3 ol li:nth-child(12) {top: 89.5%; }
		#specs .spec-3 ol li:nth-child(13) {top: 96.5%; }
	/*nav*/
		#hd .spec_nav{
			margin-top: 60px;
		}
		#hd .spec_nav li.hd-col20{
			width: 250px;
		}
		#hd .spec_nav li.hd-col20 h3{
			line-height: 2;
		} 
		#hd .spec_nav .skew_btn li:after{
		    width: 16%;
		    left: 92%;
		}
	#hd .switch{
		width: 500px;
		max-width: 90%;
		display: block;
		margin:50px auto;
		z-index: 2;
		position: relative;
	}
	#hd .switch:before{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
		background: #b50000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -moz-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -o-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: linear-gradient(to right, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 ); /* IE6-9 */
	}
	#hd .switch li{
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 35px;
		margin:0 8px;
		background: #b50000;
		background-size: 120px;
		background-image: -webkit-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
		position: relative;
		cursor: pointer;
	}
	#hd .switch li.hd-active{
		width: 100px;
	}
	#hd .switch li:after{
		content:'';
		display: block;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background-color: #000;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
	}
	#hd .switch li.hd-active:after{
		display: none;
	}
	#hd .switch span{
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-radius: 7px;
		background-color: #eaeaea;
	}
	#hd .switch p{
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		padding:0 10px;
		margin:0;
		color: #eaeaea;
		font-weight: 300;
	}
	#hd .switch .hd-active span{background-color: #cc0000; }
	#hd .switch .hd-active p{color: #cc0000; font-weight: 600;}	
	#hd #specs .switch-nav{
		width: 95%;
		max-width: 1400px;
		height: 110px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin:auto;
		z-index: 5;
		pointer-events: none;
	}
	#hd #specs .switch-nav .hd-left,
	#hd #specs .switch-nav .hd-right{
		position: absolute;
		width: 36px;
		height: 110px;
		background: url(../img/frame/arrow_red.png) 0 0 no-repeat;
		background-size: contain;
		top: 0;
		right: 0;
		pointer-events: all;
		cursor: pointer;
	}
	#hd #specs .switch-nav .hd-left{
		left: 0;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
/* ---------- #performance -------- */
	#hd #performance .skew_nav li.hd-col20 {
	    width: 300px;
	}
	#hd #performance .sec_kv p{
		max-width: 800px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
	#performance .skew_nav li.hd-col20 h3{
		line-height: 2em;
	}
	#performance .skew_nav li.hd-col20:nth-child(1) h3{
		line-height: 1em;
		margin-bottom: 1px;
	}
	#hd #performance .sec_kv nav{
		margin-top: 0;
	}
/* ---------- #cooling ------------ */
	#hd #cooling  .sec_kv{
		position: relative;
	}
	#hd #cooling  .sec_kv nav {
    	margin-top: 0%;
    }
	#hd #cooling .sec_kv h2:before{
		top: 5%; 
	}
	#hd #cooling .sec_kv p{
		max-width: 1000px;
		margin:0 auto -5%;
	}
	#hd #cooling .skew_nav li.hd-col20{
		width: 300px; 
	}
/* ---------- #optimization ------- */
	#hd #optimization .sec_kv p{
		max-width: 800px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
	#optimization .skew_nav li.hd-col20:nth-child(1) h3{
		line-height: 1em;
		margin-bottom: 1px;
	}
	#hd #optimization .sec_kv nav{
		margin-top: 0;
	}
	#hd #optimization .skew_nav li.hd-col20{
		width: 300px; 
	}
/* ---------- #connectivity ------- */
	#hd #connectivity .sec_kv p{
		max-width: 800px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
	#connectivity .skew_nav li.hd-col20 h3{
		line-height: 2em;
	}
	#hd #connectivity .sec_kv nav{
		margin-top: 0;
	}
	#hd #connectivity .skew_nav li.hd-col20{
		width: 300px; 
	}
/* ---------- #personalized ------- */
	#hd #personalized{
		padding-top: 100px;
	}
	#hd #personalized .sec_kv .hd-w1200{
		padding-top: 60px;
	}
	#hd #personalized .sec_kv > img{
		margin-top: 0;
	}
	#hd #personalized .sec_kv nav {
    	margin-top: 0%;
	}
	#hd #personalized .sec_kv h2:before{
		top: 5%; 
	}
	#hd #personalized .sec_kv p{
		max-width: 800px;
		margin:0 auto;
		position: relative;
		z-index: 5;
	}
	#hd .personalized_nav li.hd-col20 {
	    width: 200px;
	    margin: 0 3px 5px;
	}
	#hd .personalized_nav .skew_btn li:after{
	    width: 17%;
	    left: 91%;
	}
	#hd #personalized .sec_content{
		margin-top: 0;
	}
	#hd .personalized_content > div{
		margin-bottom: 30px;
		/*min-height: 600px;*/
	}
	/*sec-main*/
		#hd #personalized .txt-content{
			position: relative;
			padding: 20px 55px;
		}
		#hd #personalized .txt-content p{
			margin-bottom: 0;
		}
		#hd #personalized .txt-content .left,
		#hd #personalized .txt-content .right{
			position: absolute;
			width: 30px;
    		height: 100px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			background-image: url(../img/arrow_red.png);
			background-size: 100% 100%;
			cursor: pointer;
		}
		#hd #personalized .txt-content .left{
			left: 0;
			-webkit-transform: scaleX(-1);
		    -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		    -o-transform: scaleX(-1);
		    transform: scaleX(-1);
		}
		#hd #personalized .txt-content .right{
			right: 0;
		}
		#hd #personalized .hd-uiChange .top_content{
			background-image: url(../img/SECTION5/bg.jpg);
			background-size: auto 100% ;
			background-repeat: no-repeat;
			background-position: center;
		}
		#hd #personalized .hd-uiChange.hd-sec-gamefirst .top_content{
			background-image: url(../img/SECTION5/bg02.jpg);
		}
		#hd #personalized .screenBox{
			position: relative;
		}
		#hd #personalized .screenBox .ui_list {
		    position: absolute;
		    width: 64%;
		    top: 14%;
		    left: 18%;
		}
		#hd #personalized .screenBox .ui_list img{
			width: 100%;
		}
		#hd #personalized .main-txt{
			padding: 30px 0;
			max-width: 800px;
		}
		#hd #personalized .main-txt p{
			margin-bottom: 0;
		}
		#hd #personalized .txt-content h3{
			margin-bottom: 10px;
			font-size: 1.3rem;
		}
		#hd #personalized .top_text h2{
			margin-top: 40px;
		}
	/*hd-sec-aura*/
		#hd .hd-sec-aura .auraBox{
			position: relative;
		}
		#hd .hd-sec-aura .auraPhoto {
		    position: absolute;
		    width: 100%;
		    max-width: 1920px !important;
		    top: 0;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    -webkit-animation: colorrun 5s infinite;
		    -o-animation: colorrun 5s infinite;
		    animation: colorrun 5s infinite;
		}
		#hd .hd-sec-aura .remark{
			margin-top: 20px;
		}
		#hd #personalized .hd-sec-aura .txt-content {
		    padding: 0px 55px 0;
		}
	/*hd-sec-gamefirst*/
		#hd .hd-sec-gamefirst .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-gamefirst .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
	/*hd-sec-ramcache*/
		#hd .hd-sec-ramcache .screenBox{
			width: 70%;
			margin: 0 auto;
		}
		#hd #personalized .hd-sec-ramcache .screenBox .ui_list {
		    width: 58%;
		    top: 12.2%;
		    left: 21%;
		}
	/*hd-sec-studio*/
		#hd .hd-sec-studio .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-studio .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
		#hd #personalized .hd-sec-studio .screenBox .ui_list {
		    width: 59%;
		    top: 11%;
		    left: 20.5%;
		}
	/*hd-sec-oled*/
		#hd .hd-sec-oled .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-oled .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
		#hd #personalized .hd-sec-oled .screenBox .ui_list {
		    width: 58%;
		    top: 12%;
		    left: 21%;
		}
	/*hd-sec-crate*/
		#hd .hd-sec-crate .screenBox{
			width: 70%;
			margin: 0 auto;
		}
		#hd #personalized .hd-sec-crate .screenBox .ui_list {
		    width: 83%;
		    top: 12.5%;
		    left: 9%;
		}

/* ---------- #intel -------------- */
	#hd #intel {
		padding: 150px 0 100px;
		position: relative;
	}
	#hd #intel h2{
		font-size: 4.125em;
		margin-bottom: 100px;
		text-transform: none;
		z-index: 3;
	}
	#hd #intel h2:before{
		top: 8%; 
	}
	#hd #intel img{
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	#hd #intel img + div{
		display: inline-block;
		vertical-align: top;
		width:calc(100% - 110px);
		margin-left: -5px;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	#hd #intel b{
		display: block;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}


/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{
		padding:30px 0; 
	}
	#hd .hd-sec-ddr4 h3{
		margin-bottom: 20px;
	}
	#hd .hd-sec-ddr4 p{
		margin-bottom: 40px;
	}
	#hd .hd-sec-ddr4 .fleft{
		/*margin-right: -5%;*/
		margin-left: -10%;
		width: 60%;
	}
	#hd .hd-sec-ddr4 .fright{
		margin-top: 10%;
		position: relative;
		z-index: 2;
	}
/* ------------ optimem ----------- */
	#hd .hd-sec-optimem{
		padding:0 0 50px 0; 
	}
	#hd .hd-sec-optimem .fleft{
		position: relative;
		z-index: 2;
		margin-top: 17%;
	}
	#hd .hd-sec-optimem .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-optimem .fright img{
		margin-left: auto;
	}
/* ------------ storage ----------- */
	#hd .hd-sec-storage{
		padding:20px 0; 
	}

	/*#hd .hd-sec-storage .storage-main{
		width: 100%;
	    height: 0;
	    padding-bottom: 59%;
	    background: 50% center no-repeat;
	    background-size: contain;
	}
	#hd .hd-sec-storage ol{
		display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	#hd .hd-sec-storage ol li{
		width: 50%;
    	max-width: 520px;
    	position: absolute;
	    font-size: 15px;
	    font-weight: 300;
	    letter-spacing: 1px;
	}
	#hd .hd-sec-storage ol li:nth-child(n){
		left: 56.5%;
	}
	#hd .hd-sec-storage ol li:nth-child(1){
		top: 0;
	}
	#hd .hd-sec-storage ol li:nth-child(2){
		top: 15%;
	}
	#hd .hd-sec-storage ol li:nth-child(3){
		top: 37%;
	}
	#hd .hd-sec-storage ol li:nth-child(4){
		top: 45%;
	}
	#hd .hd-sec-storage ol li:nth-child(5){
		top: 69.5%;
	}
	#hd .hd-sec-storage ol li:nth-child(5) img{
		display: inline-block;
		vertical-align: middle;
	}
	#hd .hd-sec-storage ol li:nth-child(6){
		top: 92%;
	}*/
/* ------------ speed ------------- */
	#hd .hd-sec-speed{
		padding:30px 0 70px;
	}
	#hd .hd-sec-speed .hd-txt{
		margin-top: 2%;
	}
	#hd .hd-sec-speed .flex-box{
		display: flex;
  		align-items: center;
  		margin-bottom: 7.5%;
	}
	#hd .hd-sec-speed .hd-content li.hd-active,
	#hd .hd-sec-speed .hd-img li.hd-active{
		display: block;
	}
	#hd .hd-sec-speed .hd-content li.hd-active{
		-webkit-animation: fadeInFromBottom .5s forwards;
		-o-animation: fadeInFromBottom .5s forwards;
		animation: fadeInFromBottom .5s forwards;
	}
	#hd .hd-sec-speed h5{
		font-size: 1.5rem;
		margin-top: 10%;
	}
	#hd .hd-sec-speed img{
		margin-left: 0;
	}
	#hd .hd-sec-speed .hd-detailImg{
		width: 76%;
	}
	#hd .hd-sec-speed figure{
		margin-bottom: 20px;
	}
	#hd .hd-sec-speed b{
		position: absolute;
		line-height: 1;
	}
	#hd .hd-sec-speed .pos-1{
		top: 18%; 
		left: 73%;
	}
	#hd .hd-sec-speed .pos-2{
		top: 45%; 
		left: 73%;
	}
	#hd .hd-sec-speed figure,
	#hd .hd-sec-speed .hd-img{
		position: relative;
	}
	#hd .hd-sec-speed .hd-img ul,
	#hd .hd-sec-speed .hd-img li{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd .hd-sec-speed .hd-img li img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd .hd-sec-speed .hd-img li:after{
		content:'+';
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		background: #890000;
		color:#ffffff;
		text-align: center;
		position: absolute;
		top: 80%;
		left: 55%;
		z-index: 3;
		-webkit-animation: pulsing 1s infinite;
		-o-animation: pulsing 1s infinite;
		animation: pulsing 1s infinite;
	}
	#hd .hd-sec-speed .hd-img li:before{
		content:'+';
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		background: #890000;
		color:#ffffff;
		text-align: center;
		position: absolute;
		top: 60%;
		left: 70%;
		z-index: 3;
		-webkit-animation: pulsing 1s infinite;
		-o-animation: pulsing 1s infinite;
		animation: pulsing 1s infinite;
	}
	#hd .hd-sec-speed .hd-img li:first-child img:first-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out .2s forwards;
		-o-animation: show_mark 1s ease-out .2s forwards;
		animation: show_mark 1s ease-out .2s forwards;
	}
	#hd .hd-sec-speed .hd-img li:first-child img:last-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out forwards;
		-o-animation: show_mark 1s ease-out forwards;
		animation: show_mark 1s ease-out forwards;
	}
	#hd .hd-sec-speed .hd-img li:last-child img:first-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out forwards;
		-o-animation: show_mark 1s ease-out forwards;
		animation: show_mark 1s ease-out forwards;
	}
	#hd .hd-sec-speed .hd-img li:last-child img:last-child{
		opacity: 1;
		-webkit-animation: move_heatsink 1s ease-out forwards;
		-o-animation: move_heatsink 1s ease-out forwards;
		animation: move_heatsink 1s ease-out forwards;
	}
	@keyframes pulsing{
		50%{transform: scale(1.2); }
	}
	@keyframes show_mark{
		0% {
			opacity: 0;
			transform: translateX(-5%);
		}
		100%{
			opacity: 1;
			transform: translateX(0%);
		}
	}
	@keyframes move_heatsink{
		0%	{
			transform: translateX(10%);
		}
		100%{
			transform: translateX(0%);
		}
	}	
/* ------------ networking -------- */
	#hd .hd-sec-networkings{
		padding:50px 0; 
	}
	#hd .hd-sec-networkings .fleft{
		position: relative;
		z-index: 2;
		margin-top: 5%;
	}
	#hd .hd-sec-networkings .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-networkings table{
		width: 80%;
		text-align: center;
	}
	#hd .hd-sec-networkings th,
	#hd .hd-sec-networkings td{
		padding: 5px 0;
		border: 1px solid #1d1d1d;
	}
	#hd .hd-sec-networkings thead th{
		background-color: #b00203;
		color: #fff;
	}
	#hd .hd-sec-networkings thead th:first-child {
    	width: 30%;
	}
	#hd .hd-sec-networking tbody tr:nth-child(odd){
		background-color: #101010;
	}
	#hd .hd-sec-networkings tbody tr:nth-child(even){
		background-color: #242424;
	}
	#hd .hd-sec-networkings .hd-onboard{
		padding-bottom: 100px;
	}
	#hd .hd-sec-networkings .hd-intel{
		padding-bottom: 50px;
	}
	#hd .hd-sec-networkings .hd-intel .fright{
		margin-top: 8.5%;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-networkings .hd-intel .fleft{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-networkings .hd-cpu{
		display: flex;
  		align-items: center;
  		justify-content: space-between;
	}
	#hd .hd-sec-networkings .hd-cpu img{
		width: 40%;
    	margin: 0;
	}
	#hd .hd-sec-networkings .hd-cpu .hd-twotype{
		width: 60%;
	}
	#hd .hd-twotype div{
		width: 80%;
		background: #b50000;
		background-size: 120px;
		background-image: -webkit-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-repeat: no-repeat;
    	background-size: contain;
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
		position: relative;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	#hd .hd-twotype div:nth-child(2){
		margin-left: 30px;
	}
	/*#hd .hd-twotype div:after{
	    content: '';
	    display: block;
	    width: calc(100% - 4px);
	    height: calc(100% - 4px);
	    background-color: #000;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;		
	}
	#hd .hd-twotype div:hover:after{
	    opacity: 0;		
	}*/
	#hd .hd-twotype div p{
		font-size: 1.35em;
    	font-weight: bolder;
	    margin-bottom: 0;
	    position: relative;
	    z-index: 2;
	    -webkit-transform: skewX(-25deg);
	    -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	    -o-transform: skewX(-25deg);
	    transform: skewX(-25deg);
	}
/* ------------ fan --------------- */
	#hd .hd-sec-fan{
		padding:60px 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-fan .fleft{
		position: relative; 
	}
	#hd .hd-sec-fan .fright{
		margin-top: 5%; 
	}
	#hd .hd-sec-fan .fan_cover li{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin:0 auto;
		opacity: 0;
	}
	#hd .hd-sec-fan .fan_cover li.hd-active{
		opacity: 1; 
	}
	#hd .hd-sec-fan .hd-filter{
		padding:6% 0; 
	}
	#hd .hd-sec-fan .hd-filter li{
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin:20px 0 20px -5px;
		cursor: pointer;
	}
	#hd .hd-sec-fan li p{margin-bottom: 0; }
	#hd .hd-sec-fan .hd-content{
		position: relative;
		background: url(../img/bg-glow.jpg) center center no-repeat;
		background-size: 180%;
		padding:50px 16%;
	}
	#hd .hd-sec-fan .hd-content li{display: none; }
	#hd .hd-sec-fan .hd-content li.hd-active{display: block; }
	#hd .fan_icon{
		background-image: url(../img/performance/fan/spritesheet.png);
		background-repeat: no-repeat;
		display: block;
		width: 47px;
		height: 47px;
		margin:0 auto 5px;
		opacity: .8;
	}
	#hd .hd-sec-fan li:hover .fan_icon{opacity: 1; }
	/* icon position */
		#hd .fan_icon.fan_temp{
			background-position: -119px -119px; 
		}
		#hd .hd-active > .fan_icon.fan_temp{
			background-position: -176px -119px; 
		}
		#hd .fan_icon.fan_pump{
			background-position: -119px -176px; 
		}
		#hd .hd-active > .fan_icon.fan_pump{
			background-position: -176px -176px; 
		}
		#hd .fan_icon.fan_pwm{
			background-position: -5px -5px; 
		}
		#hd .hd-active > .fan_icon.fan_pwm{
			background-position: -62px -5px; 
		}
		#hd .fan_icon.fan_card{
			background-position: -5px -62px; 
		}
		#hd .hd-active > .fan_icon.fan_card{
			background-position: -62px -62px; 
		}
		#hd .fan_icon.fan_protection{
			background-position: -5px -176px; 
		}
		#hd .hd-active > .fan_icon.fan_protection{
			background-position: -62px -176px; 
		}
		#hd .fan_icon.fan_inout{
			background-position: -5px -119px; 
		}
		#hd .hd-active > .fan_icon.fan_inout{
			background-position: -62px -119px; 
		}
		#hd .fan_icon.fan_flow{
			background-position: -119px -62px; 
		}
		#hd .hd-active > .fan_icon.fan_flow{
			background-position: -176px -62px; 
		}
		#hd .fan_icon.fan_sensor{
			background-position: -119px -5px; 
		}
		#hd .hd-active > .fan_icon.fan_sensor{
			background-position: -176px -5px; 
		}
/* ------------ optimization ------ */
	#hd .hd-sec-optimization{
		padding:30px 0;
	}
	#hd .hd-sec-optimization .switch{
		width: 120%;
		margin-left: -10%;
		max-width: none;
		text-align: center;
	}
	#hd .hd-sec-optimization .switch li{
		width: 16% !important;
		height: auto;
		background-size: 100%;
		padding:10px 5px;
	}
	#hd .hd-sec-optimization .switch li h4{
		font-size: 1.25em;
		min-height: 50px;
		margin-bottom: 0;
		position: relative;
		z-index: 2;
		-webkit-transform: skewX(-25deg);
		   -moz-transform: skewX(-25deg);
		    -ms-transform: skewX(-25deg);
		     -o-transform: skewX(-25deg);
		        transform: skewX(-25deg);
	}
	#hd .hd-sec-optimization .hd-frame{
		margin-top: 100px; 
	}
	#hd .hd-sec-optimization .hd-content li .hd-col50,
	#hd .hd-sec-optimization .hd-frame h3{
		display: none; 
	}
	#hd .hd-sec-optimization .hd-content li{
		margin-top:-50px;
		margin-bottom:-50px;
	}
	#hd .hd-sec-optimization .hd-content li.hd-active .hd-col50{
		display: inline-block;
		vertical-align: top;
		-webkit-animation: fadeInFromBottom .8s forwards;
		-o-animation: fadeInFromBottom .8s forwards;
		animation: fadeInFromBottom .8s forwards;
	}
	#hd .hd-sec-optimization .hd-content li.hd-active h3{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-optimization .hd-content li h3{
		font-family: 'Xolonium', sans-serif;
		font-size: 2.4rem;
		text-transform: none;
		text-align: center;
		position: relative;
		margin-bottom: 90px;
		margin-top: -100px;
	}
	#hd .hd-sec-optimization .hd-content li h3:before,
	#hd .hd-sec-optimization .hd-content li h3:after{
		content:'';
		display: block;
		width: 47%;
		height: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-optimization .hd-content li h3:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		   -moz-transform: skewX(30deg);
		    -ms-transform: skewX(30deg);
		     -o-transform: skewX(30deg);
		        transform: skewX(30deg);
	}
	#hd .hd-sec-optimization .hd-content li h3:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		   -moz-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		     -o-transform: skewX(-30deg);
		        transform: skewX(-30deg);
	}
	#hd .hd-sec-optimization .hd-col50 p{
		padding: 0 10% 0 5%;
		margin-bottom: 0;
	}
	/*------------ hd_ai-overclocking ------------ */

	/*#hd #hd_ai-overclocking{padding:50px 0;}
	#hd #hd_ai-overclocking .hd-left,
	#hd #hd_ai-overclocking .hd-right {
		vertical-align: middle;
	}
	#hd #hd_ai-overclocking .hd-right {
		padding-left: 30px;
		text-align: left;
	}
	#hd #hd_ai-overclocking .hd-right p{
		padding: 0;
	}*/
/* ------------ mode & gamefirstv - */
	#hd .hd-sec-mode{
		padding:30px 0; 
	}
	#hd .hd-sec-mode .hd-frame,
	#hd .hd-sec-gamefirstv .hd-frame{
		margin-top: 110px;
	}
	#hd .hd-sec-mode li .hd-col50,
	#hd .hd-sec-gamefirstv li > div{
		display: none; 
	}
	#hd .hd-sec-mode li.hd-active .hd-col50,
	#hd .hd-sec-gamefirstv li.hd-active > div{
		display: inline-block;
		-webkit-animation: fadeInFromBottom .8s forwards;
		-o-animation: fadeInFromBottom .8s forwards;
		animation: fadeInFromBottom .8s forwards;
	}
	#hd .hd-sec-mode li .hd-title,
	#hd .hd-sec-gamefirstv li .hd-title{
		text-align: center;
		position: relative;
		padding:0 15%;
		margin-bottom: 90px;
		margin-top: -100px;
		display: none;
	}
	#hd .hd-sec-mode li.hd-active .hd-title,
	#hd .hd-sec-gamefirstv li.hd-active .hd-title{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-gamefirstv li.hd-active .hd-title{
		-webkit-animation: none;
		   -moz-animation: none;
		    -ms-animation: none;
		     -o-animation: none;
		        animation: none;
	}
	#hd .hd-sec-mode li .hd-title:before,
	#hd .hd-sec-mode li .hd-title:after,
	#hd .hd-sec-gamefirstv li .hd-title:before,
	#hd .hd-sec-gamefirstv li .hd-title:after{
		content:'';
		display: block;
		width: 47%;
		height: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-mode li .hd-title:before,
	#hd .hd-sec-gamefirstv li .hd-title:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		   -moz-transform: skewX(30deg);
		    -ms-transform: skewX(30deg);
		     -o-transform: skewX(30deg);
		        transform: skewX(30deg);
	}
	#hd .hd-sec-mode li .hd-title:after,
	#hd .hd-sec-gamefirstv li .hd-title:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		   -moz-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		     -o-transform: skewX(-30deg);
		        transform: skewX(-30deg);
	}
	#hd .hd-sec-mode .scrollbox{
		padding-bottom: 37%;
		position: relative;
	}
	#hd .hd-sec-mode .hd-scroll{
		position: absolute;
		top: 0;left: 0;
		width: 100%;
		height: 100%;
		padding-left: 8%;
	}
	#hd .mCSB_inside>.mCSB_container{
		margin-right: 30px;
	}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		background-color: #cc0c00;
		border-radius: 0;
	}
	#hd .hd-sec-mode h5,
	#hd .hd-sec-gamefirstv h5{
		font-size: 1.25rem;
		margin: 0 0 15px;
	}
	#hd .hd-sec-mode p,
	#hd .hd-sec-gamefirstv p{
		margin-bottom: 5px;
	}
	#hd .hd-sec-mode p.txt-red,
	#hd .hd-sec-gamefirstv p.txt-red{
		font-weight: 600; 
	}
	#hd #mode_switch_right,
	#hd #mode_switch_left,
	#hd #gamefirstv_switch_right,
	#hd #gamefirstv_switch_left{
		height: 110px;
		position: absolute;
		top: 10%;bottom: 0;
		left: 103.5%;
		margin:auto 0;
		cursor: pointer;
		display: none;
	}
	#hd #gamefirstv_switch_right,
	#hd #gamefirstv_switch_left{
		top: 25%;
	}
	#hd #mode_switch_right.hd-active,
	#hd #mode_switch_left.hd-active,
	#hd #gamefirstv_switch_right.hd-active,
	#hd #gamefirstv_switch_left.hd-active{
		display: block;
	}
	#hd #mode_switch_left,
	#hd #gamefirstv_switch_left{
		left: auto;
		right: 105.5%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
/* ------------ supremefx --------- */
	#hd .hd-sec-audio{
		position: relative;
		padding:20px 0;
		z-index: 1;
	}
	#hd .hd-sec-audio ul.txt_list{
		display: flex;
		flex-wrap: wrap;
	}
	#hd .hd-sec-audio ul.txt_list li{
		width: 20%;
		padding: 0 10px;
	}
	#hd .hd-sec-audio ul.txt_list li > div{
		position: relative;
		min-height: 100%;
		z-index: -1;
		padding: 30px 8px 70px;
		background-image: -webkit-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -webkit-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: -moz-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -moz-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: -o-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -o-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: linear-gradient(to right, #777 0%, #333 45%, #333 55%, #777 100%), linear-gradient(to right, #777 0%, #333 45%, #333 55%, #777 100%);
		
	}
	#hd .hd-sec-audio ul.txt_list li > div:before{
		content: "";
		position: absolute;
		width: 98%;
		height: 98%;
		background-color: #000;
		left: 1%;
		top: 1%;
		z-index: -1;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#hd .hd-sec-audio ul.txt_list li:hover > div:before{
		background-color: #111;
	}
	#hd .hd-sec-audio ul.txt_list h4{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	#hd .hd-sec-audio ul.txt_list p{
		margin-bottom: 0;
		font-size: .9rem;
	}
	#hd .hd-sec-audio figure{
		position: relative;
	}
	#hd .hd-sec-audio .detail img{
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
/* ------------ gamefirstv -------- */
	#hd .hd-sec-gamefirstv{
		padding:50px 0 0 20px;
	}
	#hd .hd-sec-gamefirstv .hd-frame{
		padding-bottom: 70px;
	}
	#hd .hd-sec-gamefirstv .switch{
		margin-top: -130px;
		margin-bottom: 130px;
	}
	#hd #gamefirstv_switch_left{
		right: 98%; 
	}
	#hd #gamefirstv_switch_right{
		left: 97%; 
	}
	#hd .hd-sec-gamefirstv li .hd-col40{
		padding-left: 3%;
	}
	#hd .hd-sec-gamefirstv h5{
		text-transform: uppercase;
		color:#af0b01;
	}
/* ------------ overylay ---------- */
	#hd .hd-sec-overylay,
	#hd #overlay-bg{
		position: relative;
	}
	#hd .hd-sec-overylay h3{
		margin-top: 50px;
		margin-bottom: -50px;
		position: relative;
		z-index: 2;
	}
	#hd #gf5_bg_overlay{
		width: 100%;
		height: 100%;
		max-width: 1920px !important;
		max-height: 1040px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 1;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay figure{
		width: 60%;
		position: absolute;
		top: 55%;
		left: 0;right: 0;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#hd .hd-sec-overylay figure img{
		width: 31%;
		max-width: 345px;
		-webkit-transform: scale(.1);
		   -moz-transform: scale(.1);
		    -ms-transform: scale(.1);
		     -o-transform: scale(.1);
		        transform: scale(.1);
		opacity: 0;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay .hd-txt{
		width: 80%;
		max-width: 540px;
		float: left;
		position: relative;
		padding:20px;
		margin-top: 20%;
		-webkit-transform: translateX(20%);
		   -moz-transform: translateX(20%);
		    -ms-transform: translateX(20%);
		     -o-transform: translateX(20%);
		        transform: translateX(20%);
		opacity: 0;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay .hd-txt p{
		margin-bottom: 10px;
	}
	#hd .hd-sec-overylay .hd-txt:before{
		content:'';
		display: block;
		width: 120%;
		height: 100%;
		position: absolute;
		top: 0;left: -5%;
		background: #a00000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(30deg);
		-moz-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		-o-transform: skewX(30deg);
		transform: skewX(30deg);
		z-index: -1;
		opacity: .8;
	}
	#hd .hd-sec-overylay.hd-active #gf5_bg_overlay{
		opacity: 0;
		-webkit-transition: opacity .4s 1s ease;
		   -moz-transition: opacity .4s 1s ease;
		    -ms-transition: opacity .4s 1s ease;
		     -o-transition: opacity .4s 1s ease;
		        transition: opacity .4s 1s ease;
	}
	#hd .hd-sec-overylay.hd-active figure img{
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		   -moz-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		    -ms-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		     -o-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		        transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
	}
	#hd .hd-sec-overylay.hd-active .hd-txt{
		opacity: 1;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
		-webkit-transition: all .4s 2.2s ease;
		   -moz-transition: all .4s 2.2s ease;
		    -ms-transition: all .4s 2.2s ease;
		     -o-transition: all .4s 2.2s ease;
		        transition: all .4s 2.2s ease;
	}
/* ------------ ribbon ------------ */
	#hd .hd-sec-ribbon figure{
		display: flex;
		align-content: stretch;
		padding:50px 0 100px;
		z-index: 2;
	}
	#hd .hd-sec-ribbon .hd-title{
		display: flex;
		align-items: center;
		width: 250px;
		border:1px solid #ee2222;
		background: #840000;
		padding:20px 2%;
		text-align: center;
		position: relative;
	}
	#hd .hd-sec-ribbon .hd-title:before{
		content:'';
		display: block;
		width: 200%;
		height: 100%;
		position: absolute;
		top: 0;
		right: calc(100% - 10px);
		margin-top: -20px;
		background: #840000;
		background: -moz-linear-gradient(left, #000000 30%, #840000 100%);
		background: -webkit-linear-gradient(left, #000000 30%, #840000 100%);
		background: linear-gradient(to right, #000000 30%, #840000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-sec-ribbon .hd-title .deco{
		width: 100%;
		height: 20px;
		position: absolute;
		top: -20px;
		left: 0;
		overflow:hidden;
	}
	#hd .hd-sec-ribbon .hd-title .deco:before,
	#hd .hd-sec-ribbon .hd-title .deco:after{
		content:'';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 10px;
		border-color: transparent transparent transparent #c50010;
		position: absolute;
		top: 0;
		right: -1px;
	}
	#hd .hd-sec-ribbon .hd-title .deco:after{
		right: auto;
		left: -1px;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd .hd-sec-ribbon h4{
		font-size: 2.125rem;
		margin-bottom: 0;
	}
	#hd .hd-sec-ribbon .hd-content{
		width:calc(100% - 250px);
		margin-top: -20px;
		margin-left: -10px;
	}
	#hd .hd-sec-ribbon .txt-large{
		font-size: 3rem;
	}
	#hd #gf5_low_latency{
		padding:10px 0 0;
		padding-left: 5%;
		position: relative;
		text-align: center;
	}
	#hd #gf5_low_latency:before{
		content:'';
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #840000;
		background: -moz-linear-gradient(left, #840000 60%, #000000 100%);
		background: -webkit-linear-gradient(left, #840000 60%,#000000 100%);
		background: linear-gradient(to right, #840000 60%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd #gf5_low_latency li{
		display: inline-block;
		vertical-align: middle;
		width: 27.5%;
		padding:10px 1.5% 20px;
	}
	#hd #gf5_low_latency li.txt-large{
		width: 7%;
		font-size: 4.5vw;
		font-weight: bold;
	}
	#hd #gf5_low_latency li h5{
		font-size: .8em;
		margin-bottom: 5px;
	}
	#hd #gf5_low_latency h4{
		text-shadow: 0 0 15px rgba(255,255,255,.3),
					 0 0 5px rgba(255,255,255,.5);
	}
	#hd #gf5_low_latency h4 .txt-large{
		font-size: 1.75em;
	}
	#hd #gf5_low_latency p{margin-bottom: 0;}
	#hd #gf5_faster{
		padding:20px 0 50px;
		padding-left: 5%;
		position: relative;
	}
	#hd #gf5_faster:before{
		content:'';
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5f0000;
		background: -moz-linear-gradient(left, #5f0000 30%, #000000 100%);
		background: -webkit-linear-gradient(left, #5f0000 30%,#000000 100%);
		background: linear-gradient(to right, #5f0000 30%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd #gf5_faster:after{
		content:'';
		display: block;
		width: 150%;
		height: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #000000;
		z-index: -1;
	}
	#hd .hd-infoBar{
		margin-bottom: 5px;
	}
	#hd .hd-infoBar img{
		width: 70px;
		display: inline-block;
		vertical-align: bottom;
	}
	#hd .hd-infoBar .hd-bar{
		width:calc(100% - 70px);
		display: inline-block;
		vertical-align: middle;
		margin-right: -5px;
	}
	#hd .hd-infoBar h4.txt-red{
		width: 67%;
		font-family: 'Roboto Condensed', sans-serif;
		display: inline-block;
		vertical-align: baseline;
		font-size: 1.45rem;
		line-height: .875;
		color:#fe0000;
		text-transform: none;
		font-weight: bold;
		font-style: italic;
	}
	#hd .hd-infoBar .bar,
	#hd .hd-infoBar p{
		display: inline-block;
		vertical-align: baseline;
		font-size: 12px;
		margin-bottom: 0;
	}
	#hd .hd-infoBar .bar{
		background: #808080;
		text-align: center;
		padding:2px 0 1px;
		margin: 0 10px;
		position: relative;
	}
	#hd .hd-infoBar .bar:after{
		content:'';
		display: block;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #5f0000;
		-webkit-transform: skewX(45deg);
		   -moz-transform: skewX(45deg);
		    -ms-transform: skewX(45deg);
		     -o-transform: skewX(45deg);
		        transform: skewX(45deg);
	}
	#hd .hd-infoBar .bar.red{
		background: #fe0000;
	}
	#hd .hd-infoBar .bar.red:before{
		content:'';
		display: block;
		width: 32px;
		height: 32px;
		background: url(../img/networking/GF5-good.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: -25px;
		right: 0;
		z-index: 2;
	}
	#hd #gf5_faster small{
		display: block;
		margin-top: 10px;
	}
	#hd #gf5_faster .hd-btn{
		padding:30px;
		margin-top: 10px;
		border-left:2px solid #a00000;
		border-right:2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transition: background .5s ease;
		   -moz-transition: background .5s ease;
		    -ms-transition: background .5s ease;
		     -o-transition: background .5s ease;
		        transition: background .5s ease;
		-webkit-transform: skew(25deg);
		   -moz-transform: skew(25deg);
		    -ms-transform: skew(25deg);
		     -o-transform: skew(25deg);
		        transform: skew(25deg);
	}
	#hd #gf5_faster .hd-btn h4{
		font-size: 1.25rem;
		-webkit-transform: skew(-25deg);
		   -moz-transform: skew(-25deg);
		    -ms-transform: skew(-25deg);
		     -o-transform: skew(-25deg);
		        transform: skew(-25deg);
	}
	#hd #gf5_faster .hd-btn:hover{
		background-position: 0 0, 0 100%;
	}
/* ------------ hd-sec-livedash --- */
	/*#hd .hd-sec-livedash .fleft{
		position: relative;
		z-index: 2;
		margin-top: 12%;
	}
	#hd .hd-sec-livedash .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-livedash .hd-twotype{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#hd .hd-sec-livedash .hd-twotype div:nth-child(2) p{
		line-height: 3em;
	}*/
/* ------------ oled -------------- */
	#hd .hd-sec-oled .btnBox{
		padding-left: 5%;
	}
	#hd .hd-sec-oled .skew-btn{
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin: 0 1.5%;
		background-color: #000000;
		cursor: pointer;
		border-left: 2px solid #a00000;
		border-right: 2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(35deg);
	    -moz-transform: skewX(35deg);
	    -ms-transform: skewX(35deg);
	    -o-transform: skewX(35deg);
	    transform: skewX(35deg);
	    -webkit-transition: background .25s ease;
	       -moz-transition: background .25s ease;
	        -ms-transition: background .25s ease;
	         -o-transition: background .25s ease;
	            transition: background .25s ease;
	}
	#hd .hd-sec-oled .skew-btn h4{
		font-size: 1.25rem;
		font-weight: 400;
		text-align: center;
		padding:20px;
		margin-bottom: 0;
		-webkit-transform: skewX(-35deg);
	    -moz-transform: skewX(-35deg);
	    -ms-transform: skewX(-35deg);
	    -o-transform: skewX(-35deg);
	    transform: skewX(-35deg);
	}
	#hd .hd-sec-oled .skew-btn:hover{
		background-position: 0 0, 0 100%;
	}
	#hd .hd-sec-oled .skew-btn.active{
		background-color: #700c0d;
	}
	#hd .hd-sec-oled .fleft{
		position: relative;
	    margin-top: 6%;}
	#hd .hd-sec-oled .fright{
		position: relative;
	}
	#hd .hd-sec-oled .hd-gif{
		width: 16.5%;
		position: absolute;
		top: 59%;
		left: 23%;
		-webkit-transform: rotate(18deg) skewX(-28deg);
		   -moz-transform: rotate(18deg) skewX(-28deg);
		    -ms-transform: rotate(18deg) skewX(-28deg);
		     -o-transform: rotate(18deg) skewX(-28deg);
		        transform: rotate(18deg) skewX(-28deg);
	}
	#hd .hd-sec-oled .hd-gif li:not(:first-child){
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	#hd .hd-sec-oled .hd-gif li{
		display: none;
	}
	#hd .hd-sec-oled .hd-gif li.active{
		display: block;
	}	
/* ------------ wifi ---------------*/
	#hd .hd-sec-wifi{
		/*padding: 50px 0;*/
	}
	#hd .hd-sec-wifi img.pd{
		position: absolute;
		width: 90%;
		top: 0;
		right: -20%;
	}
	#hd .hd-sec-wifi ul.text{
		position: relative;
		z-index: 1;
		padding-top: 100px;
	}
	#hd .hd-sec-wifi ul.text li{
		padding: 25px 0;
	}
	#hd .hd-sec-wifi ul.text li:nth-child(1){
		max-width: 40%;
	}
	#hd .hd-sec-wifi ul.text li:nth-child(2){
		max-width: 75%;
	}
	#hd .hd-sec-wifi h3{
		margin-bottom: 10px;
	}
/* ------------ advanced -----------*/
	#hd .hd-sec-advanced .fright{
		position: relative;
		width: 37%;
		z-index: 1;
		margin-top: 11%;
		margin-bottom: 12%;
	}
	#hd .hd-sec-advanced figure{
		position: absolute;
		top: 0;
		left: 0;
		width: 70%;
	}
	#hd .hd-sec-advanced figure img{
		width: 100%;
	}
	#hd .hd-sec-advanced b{
		position: absolute;
		left: 0;
		max-width: 24%;
		font-weight: 300;
	}
	#hd .hd-sec-advanced b.detail-1{
		top: 22%;
	}
	#hd .hd-sec-advanced b.detail-2{
		top: 59%;
	}
/* ------------ controller ---------*/
	#hd .hd-sec-controller figure{
		position: relative;
		margin-top: -20%;
		z-index: -1;
	}
	#hd .hd-sec-controller figure img{
		width: 100%;
	}
	#hd .hd-sec-controller ul.detail_list > li{
		position: absolute;
		right: 0;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(1){
		top: 52%;
		width: 40%;
		left: 0;
		right: auto;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2){
		top: 5%;
		width: 36%;
		max-width: 350px;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3){
		top: 32%;
		width: 32%;
		max-width: 350px;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(4){
		top: 62%;
	}
	#hd .hd-sec-controller ul.detail_list h4{
		margin-bottom: 5px;
	}
	#hd .hd-sec-controller ul.detail_list h4 span{
		float: left;
	}
	#hd .hd-sec-controller ul.detail_list h4 .big{
		font-size: 2.5rem;
		margin-right: 10px;
	}
	#hd .hd-sec-controller ul.detail_list h4 .small{
		font-size: 1.2rem;
		width: 200px;
	}
	#hd .hd-sec-controller ul.detail_list p{
		margin-bottom: 0;
		font-size: .9rem;
	}
	#hd .hd-sec-controller .box_list{
		margin-top: 3vw;
		text-align: center;
		/*border: 1px solid #fff;*/
	}
	#hd .hd-sec-controller .box_list small{
		float: left;
		padding: 0 .5vw;
		font-size: 12px;
	}
	#hd .hd-sec-controller .box_list small b{
		display: block;
		font-size: 1.2rem;
		font-weight: 400;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(1) .box_list{
		width: 28%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2) .box_list{
		width: 90%;
		margin-top: .8vw;
		float: right;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2) small{
		width: 33%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) .box_list{
		width: 72%;
		float: right;
		margin-top: 1.7vw;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) small:nth-child(1){
		width: 35%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) small:nth-child(2){
		width: 65%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(4) .box_list{
		width: 38%;
		float: right;
		margin-top: 1.5vw;
	}
/* ------------ watercooling -------*/
	#hd .hd-sec-watercooling .hd-w1200{
		background-image: url(../img/performance/watercooling_bg.jpg);
		background-size: auto 70%;
		background-repeat: no-repeat;
		background-position: right center;
	}
	#hd .hd-sec-watercooling figure{
		position: relative;
		width: 60%;
	}
	#hd .hd-sec-watercooling figure img{
		width: 100%;
	}
	#hd .hd-sec-watercooling ul.tetail_list li{
		position: absolute;
		text-align: left;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(1){
		top: 40%;
		width: 50%;
		left: 3%;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(2){
		top: 56%;
		left: 18%;
		width: 48%;
	}
	#hd .hd-sec-watercooling ul.tetail_list h4{
		position: relative;
	    background-image: url(../img/deco-line-flip.png);
		background-size: 25% 3%;
		background-position: right bottom; 
		background-repeat: no-repeat;  
		padding-left: 24%;
		padding-bottom: 6px;
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(2) h4:after{
		content: "";
	    display: block;
	    position: absolute;
	    border: 1px solid #FF0000;
	    transform: skewX(-35deg);
	    width: 30px;
	    height: 90px;
	    right: -60px;
	    top: -60px;
	    border-bottom: none;
	    border-right: none;
	    border-top: none;
	}
	#hd .hd-sec-watercooling ul.tetail_list p{
		padding-left: 24%;
		font-size: 12px;
		max-width: 250px;
	}
/* ------------ overclock --------- */
	#hd .hd-sec-overclock .hd-w1000{
		position: relative;
	}
	#hd .hd-sec-overclock .skew-btn{
		display: inline-block;
		vertical-align: top;
		width: 90%;
		max-width:200px; 
		margin: 0 1.5%;
		background-color: #000000;
		cursor: pointer;
		border-left: 2px solid #a00000;
		border-right: 2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(35deg);
	    -moz-transform: skewX(35deg);
	    -ms-transform: skewX(35deg);
	    -o-transform: skewX(35deg);
	    transform: skewX(35deg);
	    -webkit-transition: background .25s ease;
	       -moz-transition: background .25s ease;
	        -ms-transition: background .25s ease;
	         -o-transition: background .25s ease;
	            transition: background .25s ease;
	}
	#hd .hd-sec-overclock .skew-btn h4{
		font-size: 1.25rem;
		font-weight: 400;
		text-align: center;
		padding:20px;
		margin-bottom: 0;
		-webkit-transform: skewX(-35deg);
	    -moz-transform: skewX(-35deg);
	    -ms-transform: skewX(-35deg);
	    -o-transform: skewX(-35deg);
	    transform: skewX(-35deg);
	}
	#hd .hd-sec-overclock .skew-btn:hover{
		background-position: 0 0, 0 100%;
	}
	#hd .hd-sec-overclock .skew-btn.active{
		background-color: #700c0d;
	}
	#hd .hd-sec-overclock{padding:30px 0; }
	#hd .hd-sec-overclock .fright{
		position: relative;
	}
	#hd .hd-sec-overclock .fright img{
		width: 100%;
	}
	#hd .hd-sec-overclock .fright b{
		position: absolute;
		font-size: 1.25em;
		line-height: 1;
	}
	#hd .hd-sec-overclock img.mobile{
		display: none;
	}
	#hd .hd-sec-overclock .detail{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#hd .hd-sec-overclock .detail img{
		position: absolute;
		top: 0;
		width: 100%;
		-webkit-transition: all .6s ease;
		   -moz-transition: all .6s ease;
		    -ms-transition: all .6s ease;
		     -o-transition: all .6s ease;
		        transition: all .6s ease;
	}
	#hd .hd-sec-overclock .detail img:nth-child(3),
	#hd .hd-sec-overclock .fright .text {
		opacity: 0;
	}#hd .hd-sec-overclock .detail img:nth-child(1){
		opacity: 0;
	}
	#hd .hd-sec-overclock .detail img:nth-child(1).active{
		opacity: 1;
		transition-delay: .3s;
	}
	#hd .hd-sec-overclock .detail img:nth-child(2){
		opacity: 0;
	}
	#hd .hd-sec-overclock .detail img:nth-child(2).active{
		-webkit-animation: overclock-detail01 .4s forwards;
        animation: overclock-detail01 .4s forwards;
		animation-delay: 1s;
	}
	@-webkit-keyframes overclock-detail01 {
	    from {
	    	opacity: 0; 
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	@keyframes overclock-detail01 {
	    from {
	    	opacity: 0;
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	#hd .hd-sec-overclock .detail img:nth-child(3).active{
		-webkit-animation: overclock-detail03 .4s forwards;
        animation: overclock-detail03 .4s forwards;
		animation-delay: 1s;
	}
	@-webkit-keyframes overclock-detail03 {
	    from {
	    	opacity: 0;
			-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	@keyframes overclock-detail03 {
	    from {
	    	opacity: 0;
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	#hd .hd-sec-overclock figure{
		position: relative;
	}
	#hd .hd-sec-overclock figure  .text.active{
		-webkit-animation: overclock-detail02 .4s forwards;
        animation: overclock-detail02 .4s forwards;
		animation-delay: 1.7s;
	}
	@-webkit-keyframes overclock-detail02 {
	    from {opacity: 0; }
	    to {opacity: 1;}
	}
	@keyframes overclock-detail02 {
	    from {opacity: 0;}
	    to {opacity: 1;}
	}
	#hd .hd-sec-overclock figure .text li{
		position: absolute;
		left: 65%;
		width: 35%;
		font-size: 15px;
	}
	#hd .hd-sec-overclock figure .text li p{
		font-size: 14px;
		line-height: 1.5;
	}
	#hd .hd-sec-overclock figure .text li h4{
		font-size: 1rem;
		margin-bottom: 0;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(1){
		top: 16%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(2){
		top: 28%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(3){
		top: 40.3%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(4){
		top: 53%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(5){
		top: 68%;
	}
	#hd .hd-sec-overclock .pos-1{top: -4%; left: 41%; }
	#hd .hd-sec-overclock .pos-2{top: 32%; left: 65%; }	
/* ------------ headers ----------- */
	#hd .hd-sec-headers ul.detail_list li{
		position: absolute;
		text-align: left;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(-n+3){
		left: 0;
		max-width: 25%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(n+3){
		right: 0;
		max-width: 20%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(1){
		top: 15.5%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(2){
		top: 46%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(3){
		top:70%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(4){
		top:24%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(5){
		top:46%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(6){
		top:72%;
	}
	#hd .hd-sec-headers ul.detail_list h4{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	#hd .hd-sec-headers ul.detail_list h4 span{
		display: none;
	}
	#hd .hd-sec-headers ul.detail_list p{
		font-size: .9rem;
	}
/* ------------ lighting ---------- */
	#hd .hd-sec-lighting{
		position: relative; 
		z-index: 2;
	}
	#hd .hd-lighting > img.pc{
		width: 100%; 
	}
	#hd .hd-lighting > img.mobile{
		display: none;
	}
	#hd .hd-sec-lighting .hd-w1300{
		position: absolute;
		top: 5%;
		left: 0;right: 0;
	}
	#hd .hd-lightingbox{
		width: 100%;
		height: 0;
		padding-bottom: 61%;
		position: relative;
	}
	#hd .hd-lightingbox p{
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0;
		position: absolute;
		left: 5%;
	}
	#hd #strip_add{top: 80%;}
	#hd #strip_add:before {
	    content: 'A';
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    text-align: center;
	    border-radius: 15px;
	    border: 1px solid red;
	    position: absolute;
	    top: 0;
	    left: -40px;
	    z-index: 2;
	}
	#hd #strip_rgb{top: 87.5%;}
	#hd #strip_rgb:before {
	    content: 'B';
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    text-align: center;
	    border-radius: 15px;
	    border: 1px solid red;
	    position: absolute;
	    top: 0;
	    left: -40px;
	    z-index: 2;
	}
	#hd .hd-w1250off{ 
		position: relative; 
	}
	#hd .hd-w1250off:before {
	    content: 'B';
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    text-align: center;
	    border-radius: 15px;
	    border: 1px solid red;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    z-index: 10000;
	}


	#hd .hd-w1250on{
		display: none;
	}
	#hd .hd-lighting{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	#hd .hd-sec-lighting .hd-col50{
		box-sizing: border-box;
		padding:0 1% 0 2%;
		margin-top: 2%;
		margin-left: 5%;
		position: relative;
		z-index: 2;
	}
	#hd .hd-controls{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
	}
	#hd .hd-controls li{
		width: 8.3333333%;
		max-width: 130px;
		cursor:pointer;
		opacity: .5;
	}
	#hd .hd-controls li:hover,
	#hd .hd-controls li.hd-active{
		opacity: 1;
	}
	#hd .hd-controls li img{
		display: block;
		width: 65px;
		height: 65px;
		margin:20px auto 10px;
	}
	#hd .hd-controls b{
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin: 5px 0;
	}
	#hd .hd-controls small{
		width: 113px;
		height: 65px;
		margin:0 auto;
	}
	#colorpicker {
	    width: 130px;
	    position: absolute;
	    top: 81%;
	    left: 48%;
	    text-align: left;
	    z-index: 2;
	}
	#auraClose{
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: absolute;
		left: 5%;
		top: 105%;
		-webkit-animation: bounce 1s infinite;
		   -moz-animation: bounce 1s infinite;
		    -ms-animation: bounce 1s infinite;
		     -o-animation: bounce 1s infinite;
		        animation: bounce 1s infinite;
	}
	#auraClose.hd-closed{
		-webkit-transform: scaleY(-1);
		   -moz-transform: scaleY(-1);
		    -ms-transform: scaleY(-1);
		     -o-transform: scaleY(-1);
		        transform: scaleY(-1);
	}
	#auraClose img:last-child{
		display: none; 
	}
	#auraClose.hd-closed img:first-child{
		display: none; 
	}
	#auraClose.hd-closed img:last-child{
		display: block; 
	}
	#color,
	#greybg{
		width: 100%;
		height: 0;
		padding-bottom: 61%;
		margin-top: 1px;
		position: absolute;
		top: 0;
		left: 1%;
		z-index: -1;
	    overflow: hidden;
	}
	#greybg {
		background-color: #333333;
		z-index: -2;
	}
	#hd .hd-sec-lighting .screen {
	    position: absolute;
	    width: 58%;
	    bottom: 6%;
	    right: 0;
	    z-index: 2;
	}
	#hd .hd-sec-lighting .screen img.ui {
	    position: absolute;
	    width: 60%;
	    top: 11%;
	    left: 20%;
	}
/* ------------ grid -------------- */
	#hd .hd-sec-grid{
		padding:100px 0;
		direction: rtl;
	}
	#hd .hd-sec-grid .hd-col40,
	#hd .hd-sec-grid .hd-col70{
		direction: ltr;
	}
	#hd .hd-sec-grid .hd-col70{
		margin-left: -10%;
		transform-style: preserve-3d;
		perspective: 600px;
	}
	#hd .hd-sec-grid .hd-col70 img{
		-webkit-transform: rotateY(15deg);
		   -moz-transform: rotateY(15deg);
		    -ms-transform: rotateY(15deg);
		     -o-transform: rotateY(15deg);
		        transform: rotateY(15deg);
	}\
/* ------------ architecture -------*/


/* ---------- ANIMATIONS ----- */
	@keyframes colorrun{
		from{filter:hue-rotate(0deg); }
		to  {filter:hue-rotate(359deg); }
	}
	@-webkit-keyframes colorrun{
		from{-webkit-filter:hue-rotate(0deg); }
		to  {-webkit-filter:hue-rotate(359deg); }
	}
	.colorrun{
		-webkit-animation: colorrun 4s infinite linear;
		-o-animation: colorrun 4s infinite linear;
		animation: colorrun 4s infinite linear;
	}
	@keyframes showBar{
		from{
		-webkit-transform: translateY(-20px) scale(1.5);
		   -moz-transform: translateY(-20px) scale(1.5);
		    -ms-transform: translateY(-20px) scale(1.5);
		     -o-transform: translateY(-20px) scale(1.5);
		        transform: translateY(-20px) scale(1.5);
		}
		to{
		-webkit-transform: translateY(0) scale(1);
		   -moz-transform: translateY(0) scale(1);
		    -ms-transform: translateY(0) scale(1);
		     -o-transform: translateY(0) scale(1);
		        transform: translateY(0) scale(1);
		}
	}
	@-webkit-keyframes fadeInFromBottom{
		from{
			opacity: 0;
			-webkit-transform: translateY(8%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromBottom{
		from{
			opacity: 0;
			   -moz-transform: translateY(8%);
				-ms-transform: translateY(8%);
				 -o-transform: translateY(8%);
					transform: translateY(8%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@-webkit-keyframes fadeInFromTop{
		from{
			opacity: 0;
			-webkit-transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromTop{
		from{
			opacity: 0;
			   -moz-transform: translateY(-10%);
				-ms-transform: translateY(-10%);
				 -o-transform: translateY(-10%);
					transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@keyframes slideInFromRight{
		from{
			-webkit-transform: translateX(5%);
			   -moz-transform: translateX(5%);
			    -ms-transform: translateX(5%);
			     -o-transform: translateX(5%);
			        transform: translateX(5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}
	@keyframes slideInFromLeft{
		from{
			-webkit-transform: translateX(-5%);
			   -moz-transform: translateX(-5%);
			    -ms-transform: translateX(-5%);
			     -o-transform: translateX(-5%);
			        transform: translateX(-5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}
	@-webkit-keyframes fadeIn{
		from{opacity: 0; }
		to{opacity: 1; }
	}
	@keyframes fadeIn{
		from{opacity: 0; }
		to{opacity: 1; }
	}
	@-webkit-keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0x, 0);
        }
    }
/* ---------- color effect --- */
	/*.hd-strobing:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 87%;
		right: 0;
		background: #000000;
	}
	.hd-strobing:after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		top: 87%;
		left: 48%;
		background: #ff0000;
		background: -moz-linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
		-webkit-animation: strobing 2s infinite;
		-o-animation: strobing 2s infinite;
		animation: strobing 2s infinite;
	}*/
	.hd-rainbow{
		background: #ff0000;
		background: -moz-linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		background: -webkit-linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		background: linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 ); /* IE6-9 */
	}
	/*.hd-rainbow:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 83.5%;
		left: 0;
		background: #000000;
	}
	.hd-rainbow:after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		top: 83.5%;
		left: 0;
		background: #ff0000;
		background: -moz-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
	}*/
	.hd-rainbow-alpha li:nth-child(1) {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    z-index: -3;
	    background: #ff0000;
	    background: -moz-linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
	    background: -webkit-linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
	    background: linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
	    animation: rainbow 3s 0s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(2) {
	    top: 16%;
	    width: 15%;
	    height: 15%;
	    background: red;
	    position: absolute;
	    z-index: -1;
	    animation: rainbow 3s -1s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(3) {
	    top: 47.5%;
	    left: 15.5%;
	    width: 17%;
	    height: 22%;
	    background: #ff5500;
	    position: absolute;
	    z-index: -1;
	    animation: rainbow 3s -1s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(1):before {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 5%;
	    position: absolute;
	    z-index: -2;
	    top: 82.5%;
	    left: 0;
	    background: #000000;
	    animation: rainbow 3s 0s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(1):after {
	    content: '';
	    display: block;
	    width: 50%;
	    height: 4%;
	    position: absolute;
	    z-index: -2;
	    top: 82.5%;
	    left: 0;
	    background: #ff0000;
	    background: -moz-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
	    background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
	    background: linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
	    animation: rainbow 3s ease 0s infinite normal none running;
	}
	/*.hd-cycle:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #000000;
	}
	.hd-cycle:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cycle reverse infinite 8s;
		-o-animation: cycle reverse infinite 8s;
		animation: cycle reverse infinite 8s;
	}*/
	.hd-comet{
		background: #ff0000;
		background: -moz-linear-gradient(left,  #333333 30%, #ff0000 45%, #ffff00 50%, #333333 60%);
		background: -webkit-linear-gradient(left,  #333333 30%,#ff0000 45%, #ffff00 50%,#333333 60%);
		background: linear-gradient(to right,  #333333 30%,#ff0000 45%, #ffff00 50%,#333333 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#333333',GradientType=1 );
	}
	.hd-comet:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #333333;
		-webkit-animation: cometReverse infinite 3s -.5s;
		-o-animation: cometReverse infinite 3s -.5s;
		animation: cometReverse infinite 3s -.5s;
	}
	.hd-comet:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
		-o-animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
		animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
	}
	.hd-flash{
		background: #b70b00;
	    background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
	}
	.hd-flash-alpha li:nth-child(1) {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    z-index: -3;
	    background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
	    animation: flash 1s 0s infinite normal none running;
	}
	.hd-flash-alpha li:nth-child(2){
		left: 33.5%;
	    width: 5%;
	    height: 80%;
	    background-color: #810000;
	    position: absolute;
	    z-index: -1;
	}
	.hd-flash-alpha li:nth-child(3) {
	    left: 33.5%;
	    width: 5%;
	    height: 81%;
	    position: absolute;
	    z-index: 2;
	    background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 100%);
	    background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 100%);
	    background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
	    animation: flash_alpha 1s 0s infinite normal none running;
	}
	.hd-flash:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #333333;
		-webkit-animation: flashReverse infinite 3s -.5s;
		-o-animation: flashReverse infinite 3s -.5s;
		animation: flashReverse infinite 3s -.5s;
	}
	.hd-flash:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		-o-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
	}
	.hd-wave .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 83%;
		left: 50%;
		background: #000000;
		box-shadow: 0 0 50px #000000;
		-webkit-animation: yoyo infinite reverse 5s -.5s;
		-o-animation: yoyo infinite reverse 5s -.5s;
		animation: yoyo infinite reverse 5s -.5s;
	}
	.hd-wave .starry_night li{display: none;}
	/*.hd-wave:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #000000;
	}*/
	/*.hd-wave:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}*/
	.hd-yoyo {
		width: 200%;
		background: #000000;
		background: -moz-linear-gradient(right, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		background: -webkit-linear-gradient(right, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		background: linear-gradient(to left, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}
	.hd-yoyo:before{
		content:'';
		display: block;
		width: 100%;
		height: 17%;
		position: absolute;
		top: 82.5%;
		left: 0;
		background: #000000;
	}
	.hd-yoyo .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 83%;
		left: 50%;
		background: #000000;
		background: -moz-linear-gradient(left, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		background: -webkit-linear-gradient(left, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		background: linear-gradient(to right, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		box-shadow: 0 0 50px #000000;
		-webkit-animation: yoyoStrobing infinite 4s;
		-o-animation: yoyoStrobing infinite 4s;
		animation: yoyoStrobing infinite 4s;
		z-index: 2;
	}
	.hd-yoyo .starry_night li{display: none;}
	.hd-yoyo .starry_night:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background: #ff0000;
		z-index: 0;
	}
	.hd-yoyo:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}
	.hd-starryNight {background: #550000 !important; }
	.hd-starryNight .starry_night{display: block;}
	.hd-starryNight:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashStrobing infinite 3.5s;
		-o-animation: flashStrobing infinite 3.5s;
		animation: flashStrobing infinite 3.5s;
	}？
	.hd-starryNight:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 90.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashStrobing infinite 5s;
		-o-animation: flashStrobing infinite 5s;
		animation: flashStrobing infinite 5s;
	}
	.starry_night {display: none; }
	.starry_night li {
		width: 5%;
		height: 10%;
		background-color: #FFF;
		position: absolute;
		background: radial-gradient(circle, #ff0000,#ff0000, #990000, #550000, #550000);
		animation: breathing 3s infinite;
	}
	.starry_night li:nth-child(1) {
		left: 35%;
	    top: 25%;
	    height: 20%;
	    width: 6%; }
	.starry_night li:nth-child(2) {    
		left: 85%;
	    top: 59%;
	    width: 7%;
	    animation: breathing 3s -1s infinite;}
	.starry_night li:nth-child(3) {
	    left: 34%;
	    top: 13%;
     	animation: breathing 2s -1s infinite;}
	.starry_night li:nth-child(4) {left: 77.5%; top: 55%; }
	.starry_night li:nth-child(5) {left: 79%; top: 60%; }
	.starry_night li:nth-child(6) {left: 16%;  top: 49%; }
	.starry_night li:nth-child(7) {left: 23%;  top: 51%; width: 10%;}
	.starry_night li:nth-child(8) {left: 2%; top: 82%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(9) {left: 14%;  top: 82%; animation: breathing 4s infinite;}
	.starry_night li:nth-child(10) {left: 29%; top: 82%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(11) {left: 2%; top: 82%; animation: breathing 3.5s infinite;}
	.starry_night li:nth-child(12) {left: 3%; top: 22%; animation: breathing 4.15s infinite;}
	.starry_night li:nth-child(13) {left: 34%; top: 45%; animation: breathing 2.75s infinite;}
	.starry_night li:nth-child(14) {left: 93%; top: 70%; animation: breathing 5s infinite;}
	.starry_night li:nth-child(15) {left: 33%; top: 70%; animation: breathing 4s infinite;}
	@-webkit-keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@-webkit-keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes cometStrobing{
		0% {opacity: 1}
		20%, 100%{opacity: 0}
	}
	@keyframes cometStrobing{
		0% {opacity: 1}
		20%, 100%{opacity: 0}
	}
	@-webkit-keyframes flashStrobing{
		2%, 12% {opacity: 1}
		0%, 4%, 11%, 13%, 100%{opacity: .6}
	}
	@keyframes flashStrobing{
		2%, 12% {opacity: 1}
		0%, 4%, 11%, 13%, 100%{opacity: .6}
	}
	@-webkit-keyframes music{
		0%  {opacity: 1}
		10% {opacity: .3}
		40% {opacity: 1}
		60% {opacity: .3}
		70% {opacity: 1}
		100%{opacity: .3}
	}
	@keyframes music{
		0%  {opacity: 1}
		10% {opacity: .3}
		40% {opacity: 1}
		60% {opacity: .3}
		70% {opacity: 1}
		100%{opacity: .3}
	}
	@-webkit-keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}
	@keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}
	@-webkit-keyframes rainbow{
		0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
		100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
	}
	@keyframes rainbow{
		0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
		100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
	}
	@-webkit-keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@-webkit-keyframes comet{
		0%	{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(-100%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(50%);
		}
	}
	@keyframes comet{
		0%	{
			z-index: -1;
			width: 200%;
		    transform: translateX(-100%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    transform: translateX(50%);
		}
	}
	@-webkit-keyframes cometReverse{
		0%	{width: 200%; -webkit-transform: translateX(50%); }
		100%{width: 200%; -webkit-transform: translateX(-100%); }
	}
	@keyframes cometReverse{
		0%	{width: 200%; transform: translateX(50%); }
		100%{width: 200%; transform: translateX(-100%); }
	}
	@-webkit-keyframes flash{
		0%	{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(-50%);
		}
		70%{
			z-index: -1;
			width: 200%;
		    transform: translateX(0%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(0%);
		}
	}
	@keyframes flash{
		0%	{
			z-index: -1;
			width: 200%;
		    transform: translateX(-50%);
		}
		70%{
			z-index: -1;
			width: 200%;
		    transform: translateX(0%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    transform: translateX(0%);
		}
	}
	@-webkit-keyframes flash_alpha{
		0%	{
			z-index: -1;
			/*width: 200%;*/
		    -webkit-transform: translateY(-100%);
		}
		100%{
			z-index: -1;
			/*width: 200%;*/
		    -webkit-transform: translateY(50%);
		}
	}
	@keyframes flash_alpha{
		0%	{
			z-index: -1;
			/*width: 200%;*/
		    -webkit-transform: translateY(-100%);
		}
		100%{
			z-index: -1;
		    transform: translateY(50%);
		}
	}
	@-webkit-keyframes flashReverse{
		0%	{
			width: 200%;
		    -webkit-transform: translateX(0%);
		}
		100%{
			width: 200%;
		    -webkit-transform: translateX(-50%);
		}
	}
	@keyframes flashReverse{
		0%	{
			width: 200%;
		    transform: translateX(0%);
		}
		100%{
			width: 200%;
		    transform: translateX(-50%);
		}
	}
	@-webkit-keyframes yoyo {
		0% {-webkit-transform: translateX(-50%); }
		50% {-webkit-transform: translateX(0%); }
		100% {-webkit-transform: translateX(-50%); }
	}
	@keyframes yoyo {
		0% {transform: translateX(-50%); }
		50% {transform: translateX(0%); }
		100% {transform: translateX(-50%); }
	}
	@-webkit-keyframes yoyoStrobing {
		0% {-webkit-transform: translateX(-50%); opacity: 1;}
		50% {-webkit-transform: translateX(50%); opacity: 1;}
		60% {opacity: 1;}
		69.5%, 89% {opacity: 0;}
		90%{opacity: 1;}
		100% {-webkit-transform: translateX(-100%); opacity: 1;}
	}
	@keyframes yoyoStrobing {
		0% {transform: translateX(-50%); opacity: 1;}
		50% {transform: translateX(50%); opacity: 1;}
		60% {opacity: 1;}
		69.5%, 89% {opacity: 0;}
		90%{opacity: 1;}
		100% {transform: translateX(-100%); opacity: 1;}
	}

	/*新增區塊*/
    #hd .ai_overclocking_top{
    	padding: 50px 0;
    }
	#hd .ai_overclocking{
		margin: 100px 0;
	}
	#hd .ai_overclocking .cpu_cooling,
	#hd .ai_overclocking .gradation_area .overclocking_area{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#hd .ai_overclocking .cpu_cooling{
		border: 1px solid #890000;
	}
	#hd .ai_overclocking .cpu_cooling .black_area{
		padding:4.25%  0 !important;
    	background-color: #000;
    	width: 450px;
	}
	#hd .ai_overclocking .cpu_cooling #black_area_first{
		padding-left: 100px !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div{
		display: inline-block;
		vertical-align: middle;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div h4{
		margin-bottom: 10px !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div p{
		margin-bottom: 0 !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area .cpu_txt{
		max-width: 235px;
    	padding-left: 15px !important;
    	width: 90%;
	}
	#hd .ai_overclocking .cpu_cooling .hd-AIimg{
		display: inline-block;
		margin: 0 50px !important;
	}
	#hd .ai_overclocking .gradation_area{
		position: relative;
	}
	#hd .ai_overclocking .gradation_area .gradation_bg{
		position: relative;
		z-index: -1;
	}
	#hd .ai_overclocking .gradation_area .gradation_bg .red_light{
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		z-index: -1;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area{
		position: absolute;
		bottom: -20px;
		width: 100%;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area,
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img{
		-webkit-box-shadow: 0 0 15px 2.5px rgba(255,0,0,0.6);
		box-shadow: 0 0 15px 2.5px rgba(255,0,0,0.6);
		margin: 0 15px !important;
		background-color: #090909;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img{
		padding-left: 20px;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area{
		position: relative;
		width: 45%;
		height: 297px;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area .red_center{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    -moz-transform: translate( -50%, -50%);
	    -o-transform: translate( -50%, -50%);
	    -ms-transform: translate( -50%, -50%);
	    -webkit-transform: translate( -50%, -50%);
	    transform: translate( -50%, -50%);
	    width: 100%;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area,
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img,
	#hd .gradation_area .overclocking_area .red_area .ai_txt,
	#hd .gradation_area .overclocking_area .red_area .cpu_img{
		display: inline-block;
		vertical-align: top;
	}
	#hd .gradation_area .overclocking_area .red_area .ai_txt{
		max-width: 250px;
		padding-left: 15px !important;
	}
	#hd .gradation_area .overclocking_area .red_area .ai_txt p{
		margin-bottom: 0;
	}
	#hd .ai_overclocking .gradation_area .ai_cycle{
		position: absolute;
		bottom: -45px;
		width: 100%;
		padding: 0 1.5% !important;
		z-index: -1;
	}