@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 {
		font-size: 3rem;
		line-height: 1;
		color: #ffffff !important;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		margin-bottom: 20px;
		word-break:normal;
		word-wrap: normal;
	}
	#hd h3 {
		font-size: 2.4rem;
		line-height: 1;
		color: #ffffff;
		margin-bottom: 20px;
	}
	#hd h4 {
		font-family: "Fjalla One", sans-serif;
		font-size: 24px;
		font-weight: normal;
		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{
		display: inline-block;
		padding-bottom: 5px;
		color: #82FFDB;
		background: #82FFDB;
		background: -webkit-linear-gradient(left, #82FFDB, #496DD3);
		background:	   -moz-linear-gradient(left, #82FFDB, #496DD3);
		background: 	 -o-linear-gradient(left, #82FFDB, #496DD3);
		background:			linear-gradient(to right, #82FFDB, #496DD3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-cyan{background: transparent !important; }
	#hd .txt-purple{
		display: inline-block;
		padding-bottom: 5px;
		color: #851fff;
		background: #851fff;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-purple{background: transparent !important; }
	#hd .txt-red{
		display: inline-block;
		padding-bottom: 5px;
		color:#C20011;
		background-color:#C20011;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background:			linear-gradient(to left, #550003 0%,#C20011,  #550003 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-red{background: transparent !important; }
	#hd .txt-normal-purple {color: #7600FF;  font-weight: 400;}
	#hd .txt-normal-blue {color: #0b5bab; font-weight: 400;}
	#hd .txt-normal-cyan {color: #10b8b0; font-weight: 400;}
	#hd .txt-normal-red{color:#C20011; font-weight: 400;}
	#hd .txt-grey{color:#646464; font-weight: 400;}

	#hd .title-cyan{text-shadow: 0 0 35px #00ffc9;}
	#hd .title-purple{text-shadow: 0 0 35px #bb00ff;}
	#hd .title-red{text-shadow: 0 0 35px #cc0c00;}
	#hd .title-blue{text-shadow: 0 0 35px #0080ff; }
/* ---------- BLOCK ---------- */
	#hd .w95{
		width: 94%;
		margin:0 auto;
	    position: relative;
	}
	#hd .hd-w800{
		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%;
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .hd-w1100 {max-width: 1100px; }
	#hd .hd-w1300 {max-width: 1300px; }
	#hd .hd-w1400 {max-width: 1400px; }
	#hd .hd-col20,
	#hd .hd-col25,
	#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-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 .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 .btn_go,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#hd .sec_kv h3:after,
	#hd .switch li,
	#hd .hd-sec-optimization .hd-skewtag,
	#hd .hd-sec-guardian li:first-child img,
	#hd #sonic_studio .hd-content{
		-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 .sec_kv{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		position: relative;
		z-index: 1;
	}
	#hd .sec_kv > img{width: 100%;}
	#hd .sec_kv .hd-w1200,
	#hd .sec_kv .hd-w1300{
		position: absolute;
		top: 50px;left: 0;right: 0;
	}
	#hd .sec_kv p{
		font-size: 1.125rem;
		letter-spacing: 1px;
	}
	#hd .sec_kv ul{
		width: 100%;
		text-align: center;
	}
	#hd .sec_kv li{
		position: relative;
		overflow: hidden;
		cursor: pointer;
		z-index: 2;
	}
	#hd .sec_kv li figure{
		width: 100%;
		padding-bottom: 64.9%;
		top: 0;left: 0;
		background:center top no-repeat;
		background-size: contain;
	}
	#hd .sec_kv h3{
		font-size: 1.5rem;
		text-transform: none;
		color:#fff;
		padding:15px 10px;
		margin: 0 12px;
		position: relative;
	}
	#hd .sec_kv h3:before,
	#hd .sec_kv h3:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
		-webkit-transform: skewX(12deg);
		   -moz-transform: skewX(12deg);
		    -ms-transform: skewX(12deg);
		     -o-transform: skewX(12deg);
		        transform: skewX(12deg);
		z-index: -2;
	}
	#hd .sec_kv h3:after{
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background-color: #000;
		z-index: -1;
	}
	#hd .sec_kv li.hd-col20{
		display: inline-block;
		vertical-align: top;
		width: 20%;
	}

	#hd .sec_kv li:hover h3,
	#hd .sec_kv li.hd-active h3{
		color:#fff !important;
		background: #fff !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
	}
	#hd .sec_kv li:hover h3:after,
	#hd .sec_kv li.hd-active h3:after{
		opacity: 0;
	}
/* ---------- sec_kv color --- */
	#hd .sec_kv ul.hd-cyan li h3 {
		color: #496DD3;
		background: #496DD3;
		background: -webkit-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:	   -moz-linear-gradient(right,#496DD3 0%,#82FFDB);
		background: 	 -o-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:			linear-gradient(to left,#496DD3 0%,#82FFDB);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-cyan li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-purple li h3 {
		color: #7600FF;
		background: #7600FF;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-purple li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-red li h3 {
		color: #550003;
		background: #550003;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
		background:			linear-gradient(to left, #550003 0%,#C20011 );
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-red li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-cyan li h3:before {
		background: #0b49ae;
		background: -webkit-linear-gradient(left,#0b49ae 0%,#24afad);
		background:	   -moz-linear-gradient(left,#0b49ae 0%,#24afad);
		background: 	 -o-linear-gradient(left,#0b49ae 0%,#24afad);
		background:			linear-gradient(to right,#0b49ae 0%,#24afad);
	}
	#hd .sec_kv ul.hd-purple li h3:before {
		background: #7600FF;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);
	}
	#hd .sec_kv ul.hd-red li h3:before {
		background: #550003;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
		background:			linear-gradient(to left, #550003 0%,#C20011 );
	}

/* ---------- 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;
	}
/* ---------- #kv ----------------- */
	#hd #kv{
		position: relative;
		background-color: #000000;
	}
	#hd #kv .hd-w1200{position: static;}
	#hd #kv .pos-p{
		width: 80%;
		position: absolute;
		top: 60%;
		left: 55%;
		z-index: 8;
		/* right: -17%; */
	}
	#hd #kv .hd-col50{max-width: 500px;}

/* ---------- #specs -------------- */
	#hd #specs{
		padding:40px 0;
		background-color: #000000;
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 40% center no-repeat;
		background-size: contain;
		position: relative;
	}
	#hd #specs .spec-main {background-image: url('../img/spec/spec-pc.png'); }

	#hd #specs .switch{
		display: block;
		margin:0 auto 30px;
		z-index: 3;
	}
	#hd #specs .switch li{
		display: inline-block;
		vertical-align: middle;
		padding:0 10px;
		cursor: pointer;
	}
	#hd #specs .switch span{
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-radius: 7px;
		background-color: #eaeaea;
	}
	#hd #specs .switch p{
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		padding:0 10px;
		margin:0;
		color: #eaeaea;
		font-weight: 300;
	}
	#hd #specs .switch .hd-active span{background-color: #cc0000; }
	#hd #specs .switch .hd-active p{color: #cc0000; font-weight: 600;}

	#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: 10px;
		line-height: 1.5;
		letter-spacing: 0;
		color:#aaaaaa;
	}
	/* spec li positions (overview)*/
		#specs ol li:nth-child(-n+7) {left: 12%; }
		#specs ol li:nth-child(n+8) {left: 68%; }
		#specs ol li:nth-child(1) {top: 4.5%; }
		#specs ol li:nth-child(2) {top: 10%; }
		#specs ol li:nth-child(3) {top: 17.5%; }
		#specs ol li:nth-child(3) .hd-col50{max-width: 70px;}
		#specs ol li:nth-child(3) img {max-width: 75% !important;margin:5px auto;}
		#specs ol li:nth-child(4) {top: 34%; }
		#specs ol li:nth-child(5) {top: 45.5%; }
		#specs ol li:nth-child(6) {top: 61%; }
		#specs ol li:nth-child(7) {top: 77.5%; }
		#specs ol li:nth-child(8) {top: 22%; }
		#specs ol li:nth-child(9) {top: 35%; }
		#specs ol li:nth-child(10) {top: 41%; }
		#specs ol li:nth-child(11) {top: 52%; }
		#specs ol li:nth-child(12) {top: 65%; }
		#specs ol li:nth-child(13) {top: 71%; }
		#specs ol li:nth-child(14) {top: 89%; }

	#hd #spec_static,
	#hd #spec_breathing{cursor: pointer; opacity: .5}
	#hd #spec_static.hd-active,
	#hd #spec_breathing.hd-active{opacity: 1}
	#specs #color{
		width: 20%;
		height: 0;
		padding-bottom: 57%;
		position: absolute;
		top: 2%;left: 30%;
		background: #ff0000;
	}

/* ---------- #build(aesthetics+diy) --------- */
	#build .sec_kv .hd-w1300{top: 42%; }
	#build .sec_kv h2{max-width: 800px; }
	#build .sec_kv p{max-width: 1000px; }
/* ------------ outlook ----------- */
	#hd .hd-sec-outlook{
		padding:100px 0;
		position: relative;
	}
	#hd .hd-sec-outlook h5{
		font-size: 1.25em;
		margin-bottom: 0;
	}
	#hd #outlook_img{
		position: relative;
	}
	#hd .hd-sec-outlook .fright{
		position: absolute;
		top: 40%;
		right: 0;
		z-index: 2;
	}
	#hd .hd-sec-outlook .sub-bg {
		position: absolute;
		top: 0%;
		right: -35%;
	}
/* ------------ aura -------------- */
	#hd .hd-sec-aura {
		position: relative;
		padding-bottom: 90px;
	}
	#hd .hd-sec-aura .hd-w1000 {
		width: 50%;
		position: absolute;
		left: 27%;
		right: 0;
		bottom: 4%;
		z-index: 2;
	}
	#hd .hd-sec-aura figure{position: relative;}
	#hd .hd-sec-aura .hd-cover{
		position: absolute;top:0;left:0;
	}

/* ---------- #diy ---------------- */
/* ------------ guardian ---------- */
	#hd .hd-sec-guardian{padding:100px 0; }
	#hd .hd-sec-guardian li{
		float:left;
		width: 20%;
		padding:8px;
		position: relative;
	}
	#hd .hd-sec-guardian li:first-child{
		width: 34.6%;
		margin-right: -2.5%;
	}
	#hd .hd-sec-guardian li:nth-child(2){margin-left: 5.5%; }
	#hd .hd-sec-guardian li:nth-child(5){margin-left: -0.9%; }
	#hd .hd-sec-guardian li figure{
		width: 100%;
		height: 0;
		padding-bottom: 150%;
		border-top:2px solid #ff0000;
		border-bottom:2px solid #990000;
		overflow: hidden;
		cursor: crosshair;
		-webkit-transform: skewX(-12.3deg);
		   -moz-transform: skewX(-12.3deg);
		    -ms-transform: skewX(-12.3deg);
		     -o-transform: skewX(-12.3deg);
		        transform: skewX(-12.3deg);
		position: relative;
	}
	#hd .hd-sec-guardian li figure:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-position: 0 0, 100% 0;
		background-repeat: no-repeat;
		-webkit-background-size: 2px 100%;
		-moz-background-size: 2px 100%;
		background-size: 2px 100%;
		background-image: -webkit-linear-gradient(top, #ff0000 0%, #990000 100%), -webkit-linear-gradient(top, #ff0000 0%, #990000 100%);
		background-image: -moz-linear-gradient(top, #ff0000 0%, #990000 100%), -moz-linear-gradient(top, #ff0000 0%, #990000 100%);
		background-image: -o-linear-gradient(top, #ff0000 0%, #990000 100%), -o-linear-gradient(top, #ff0000 0%, #990000 100%);
		background-image: linear-gradient(to bottom, #ff0000 0%, #990000 100%), linear-gradient(to bottom, #ff0000 0%, #990000 100%);
	}
	#hd .hd-sec-guardian li:first-child figure{
		padding-bottom: 173%;
		overflow: visible;
	}
	#hd .hd-sec-guardian li img{
		max-width: none !important;
		min-width: 100%;
		min-height: 100%;
		opacity: 1 !important;
		position: absolute;
		top: 0;
		left: -15%;
		-webkit-transform: skewX(12.3deg);
		   -moz-transform: skewX(12.3deg);
		    -ms-transform: skewX(12.3deg);
		     -o-transform: skewX(12.3deg);
		        transform: skewX(12.3deg);
	}
	#hd .hd-sec-guardian li:hover img{
		opacity: .4 !important;
	}
	#hd .hd-sec-guardian li:first-child img{
		width: 137%;
		min-height: 0;
		left: -21%;
		opacity: 1 !important;
		z-index: 2;
	}
	#hd .hd-sec-guardian li:first-child:hover figure img{
		-webkit-filter: brightness(40%); /* Safari 6.0 - 9.0 */
		filter: brightness(40%);
	}
	#hd .hd-sec-guardian .hd-txt {
		width: 110%;
		padding:30px 0;
		z-index: 2;
		position: absolute;
		top: 0;left: -5%;
		pointer-events: none;
		text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 30px #000000;
	}
	#hd .hd-sec-guardian li:first-child .hd-txt{
		width: 80%;
		top: 5%;
		left: 30%;
		text-align: right;
	}
	#hd .hd-sec-guardian .hd-txt span.large{font-size: 1.25em; font-weight: 400;}
	#hd .hd-sec-guardian .hd-txt span:last-child{width: 85%; }
	#hd .hd-sec-guardian .hd-txt span.left{
		-webkit-shape-outside: polygon(0 100%, 100% 0, 0 0);
		-moz-shape-outside: polygon(0 100%, 100% 0, 0 0);
		shape-outside: polygon(0 100%, 100% 0, 0 0);
		-webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
		-moz-clip-path: polygon(0 100%, 100% 0, 0 0);
		clip-path: polygon(0 100%, 100% 0, 0 0);
		width: 70px;
		height: 250px;
		float: left;
	}
	#hd .hd-sec-guardian .hd-txt span.right{
		-webkit-shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		-moz-shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
		-moz-clip-path: polygon(100% 0, 100% 100%, 0 100%);
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
		width: 70px;
		height: 250px;
		float: right;
	}
	_::-moz-progress-bar, body:last-child #hd .hd-sec-guardian .hd-txt span.right {display: none;}
	_:-ms-input-placeholder, :root #hd .hd-sec-guardian .hd-txt span.left {width: 60px; }
	_:-ms-input-placeholder, :root #hd .hd-sec-guardian .hd-txt span.right {width: 30px; }
	#hd .hd-sec-guardian li p{display: none;}
	#hd .hd-sec-guardian figure:hover + div h5{display: none; }
	#hd .hd-sec-guardian figure:hover + div p{
		display: block;
		-webkit-animation: fadeInFromBottom .5s forwards;
		-o-animation: fadeInFromBottom .5s forwards;
		animation: fadeInFromBottom .5s forwards;
	}
/* ------------ compat ------------ */
	#hd .hd-sec-compat{padding:70px 0; }
	#hd .hd-sec-compat .fright{margin-top: 5%;}
/* ------------ ecosystem --------- */
	#hd .hd-sec-ecosystem{
		position: relative;
		padding-bottom: 10%;
	}
	#hd .hd-sec-ecosystem > img{width: 100%;}
	#hd .hd-sec-ecosystem:after{
		content:'';
		display: block;
		width: 37%;
		height: 0;
		padding-bottom: 50%;
		position: absolute;
		right: 0;bottom: 0;
		z-index: 1;
		background: url(../img/diy/ecosystem-pd.png) right bottom no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-ecosystem .hd-w1200{
		max-width: 700px;
		padding-right: 120px;
		margin-top: -8%;
		z-index: 3;
	}
/* ------------ mode & gamefirstv - */
	#hd .hd-sec-mode{padding:70px 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);
	}
/* ------------ gamefirstv -------- */
	#hd .hd-sec-gamefirstv{padding:50px 0 0 20px;}
	#hd .hd-sec-gamefirstv .hd-frame{
		padding-bottom: 70px;
	}
	#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 .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 .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{padding-top: 50px;}
	#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-normal-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%;
	}

/* ---------- #performance -------- */
	#performance .sec_kv .hd-w1300{top: 44%; }
	#performance .sec_kv h2{max-width: 800px; }
	#performance .sec_kv p{max-width: 1000px; }
/* ------------ power ------------- */
	#hd .hd-sec-power{padding:30px 0;}
	#hd .hd-sec-power .fleft{
		width: 70%;
		margin-left: -20%;
	}
	#hd .hd-sec-power .fright{margin-top: 10%;}
	#hd .hd-sec-power nav{margin:30px 0;}
	#hd .hd-sec-power nav li {
		display: inline-block;
		vertical-align: top;
		width: 16.6666%;
		margin-left: -5px;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	#hd .hd-sec-power nav li h5 {
		font-size: 14px;
	}
	#hd .hd-sec-power nav li img:nth-child(2){
		display: none;
	}
	#hd .hd-sec-power nav li.hd-active img:nth-child(1){
		display: none;
	}
	#hd .hd-sec-power nav li.hd-active img:nth-child(2){
		display: block;
	}
	#hd .hd-sec-power nav li:nth-child(-1n+5)::after {
		content: "";
		height: 1px;
		width: 10px;
		background-color: #990000;
		position: absolute;
		top: 50px;
		left: calc(100% - 6px);
		z-index: 2;
	}
	#hd #power_figure{position: relative;}
	#hd #power_figure > img{
		position: relative;
	}
	#hd #power_figure ul{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #power_figure li img{
		width: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #power_content h4 {
		margin: 10px 0;
		line-height: 1;
	}
	#hd #power_content li,
	#hd #power_figure li{
		display: none;
	}
	#hd #power_content li.hd-active,
	#hd #power_figure li.hd-active{
		display: block;
	}
/* ------------ optimization ------ */
	#hd .hd-sec-optimization{padding:70px 0;}
	#hd .hd-sec-optimization .hd-frame{margin-top: 100px; }
	#hd .hd-sec-optimization li .hd-col50,
	#hd .hd-sec-optimization .hd-frame h3{display: none; }
	#hd .hd-sec-optimization li{
		margin-top:-50px;
		margin-bottom:-50px;
	}
	#hd .hd-sec-optimization 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 li.hd-active h3{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-optimization li h3{
		text-align: center;
		position: relative;
		margin-bottom: 90px;
		margin-top: -100px;
	}
	#hd .hd-sec-optimization li h3:before,
	#hd .hd-sec-optimization 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 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 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 .hd-sec-optimization .hd-skewtag{
		display: block;
		width: 93%;
		padding:15px 10px 12px;
		margin:10px auto;
		cursor: pointer;
		background: #6e0e0e;
		background-image: -webkit-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:    -moz-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:     -ms-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:      -o-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:         linear-gradient(to right, #6e0e0e, #ca1b1b, #6e0e0e);
		background-size: 200% auto;
		box-shadow: 0 0 20px rgba(255, 31, 31, 0.5);
		-webkit-transform: skewX(-25deg);
		   -moz-transform: skewX(-25deg);
		    -ms-transform: skewX(-25deg);
		     -o-transform: skewX(-25deg);
		        transform: skewX(-25deg);
	}
	#hd .hd-sec-optimization .hd-col33{vertical-align: top;}
	#hd .hd-sec-optimization .hd-skewtag:hover{background-position-x: 50%; }
	#hd .hd-sec-optimization .hd-active .hd-skewtag{
		outline: 2px solid #6e0e0e;
		outline-offset: 5px;
	}
	#hd .hd-sec-optimization .hd-skewtag h5{
		font-size: .85rem;
		text-transform: uppercase;
		text-align: center;
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
	}
/* ------------ cooler ------------ */
	#hd .hd-sec-cooler{
		padding:120px 0;
		position: relative;
	}
	#hd #cooler-figure{
		width: 50%;
		max-width: 857px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #cooler-figure li{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#hd #cooler-figure figure{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 95%;
	}
	#hd #cooler-figure img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #cooler-figure img:nth-child(2){opacity: 0; }
	/*#hd #cooler-figure .hd-active img:nth-child(2){
		-webkit-animation: fadeOut .5s .5s forwards;
		   -moz-animation: fadeOut .5s .5s forwards;
		    -ms-animation: fadeOut .5s .5s forwards;
		     -o-animation: fadeOut .5s .5s forwards;
		        animation: fadeOut .5s .5s forwards;
	}*/
	#hd #cooler-figure .hd-active img:last-child{
		-webkit-animation: fadeIn .5s forwards;
		   -moz-animation: fadeIn .5s forwards;
		    -ms-animation: fadeIn .5s forwards;
		     -o-animation: fadeIn .5s forwards;
		        animation: fadeIn .5s forwards;
		/*-webkit-animation: outBox .5s forwards;
		   -moz-animation: outBox .5s forwards;
		    -ms-animation: outBox .5s forwards;
		     -o-animation: outBox .5s forwards;
		        animation: outBox .5s forwards;*/
	}
	#hd #cooler-figure .hd-hover img:nth-child(2){
		-webkit-animation: fadeIn .5s forwards;
		   -moz-animation: fadeIn .5s forwards;
		    -ms-animation: fadeIn .5s forwards;
		     -o-animation: fadeIn .5s forwards;
		        animation: fadeIn .5s forwards;
	}
	#hd #cooler-figure .hd-hover img:last-child{
		-webkit-animation: fadeOut .5s forwards;
		   -moz-animation: fadeOut .5s forwards;
		    -ms-animation: fadeOut .5s forwards;
		     -o-animation: fadeOut .5s forwards;
		        animation: fadeOut .5s forwards;
	}

	#hd #cooler-filter{margin:30px 0;}
	#hd #cooler-filter li{cursor: pointer;}
	/* cooler filter */
		#hd #cooler-filter li h3{
			font-size: 1.5rem;
			text-align: center;
			text-transform: none;
			padding:15px 8px;
			margin: 0 8px;
			position: relative;
			color: #550003;
			background: #550003;
			background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
			background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
			background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
			background:			linear-gradient(to left, #550003 0%,#C20011 );
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
		_:-ms-input-placeholder, :root #hd #cooler-filter li h3{background: transparent !important; }

		#hd #cooler-filter li h3:before,
		#hd #cooler-filter li h3:after{
			content:'';
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;right: 0;bottom: 0;left: 0;
			margin:auto;
			-webkit-transform: skewX(12deg);
			   -moz-transform: skewX(12deg);
			    -ms-transform: skewX(12deg);
			     -o-transform: skewX(12deg);
			        transform: skewX(12deg);
			z-index: -2;
		}
		#hd #cooler-filter li h3:before {
			background: #550003;
			background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
			background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
			background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
			background:			linear-gradient(to left, #550003 0%,#C20011 );
		}
		#hd #cooler-filter li h3:after{
			width:calc(100% - 4px);
			height:calc(100% - 4px);
			background-color: #000;
			z-index: -1;
		}
		#hd #cooler-filter li:hover h3,
		#hd #cooler-filter li.hd-active h3{
			color:#fff !important;
			background: #fff !important;
			-webkit-background-clip: text !important;
			-webkit-text-fill-color: transparent !important;
		}
		#hd #cooler-filter li:hover h3:after,
		#hd #cooler-filter li.hd-active h3:after{opacity: 0; }

		_:-ms-input-placeholder, :root #hd #cooler-filter li:hover h3,
		_:-ms-input-placeholder, :root #hd #cooler-filter li.hd-active h3{background: transparent !important; }

	#hd #cooler-content{
		min-height: 400px;
	}
	#hd #cooler-content h5{
		font-size: 1.25rem;
		min-height: 50px;
		margin-top: 0;
	}
	#hd #cooler-content > li{display: none; }
	#hd #cooler-content > li.hd-active{display: block; }
	#hd #cooler-content > li li.hd-col50{
		vertical-align: top;
		max-width: 300px;
		padding:0 10px;
	}
	#hd #cooler-content > li li.hd-col100 img,
	#hd #cooler-content > li li.hd-col100 .hd-txt{
		display: inline-block;
		vertical-align: middle;
	}
	#hd #cooler-content > li li.hd-col100 h5{min-height: 0;}
	#hd #cooler-content > li li.hd-col100 p{margin-bottom: 0;}
	#hd #cooler-content > li li.hd-col100 img{
		width: 40%;
		min-width: 200px;
		max-width: 309px;
	}
	#hd #cooler-content > li li.hd-col100 .hd-txt{
		width: 60%;
		max-width:calc(100% - 200px);
		margin-left: -5px;
	}
	#hd #cooler-content > li li p{line-height: 1.25;}

	#hd #cooler-figure li{
		opacity: 0;
		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
		    -ms-transition: all 0s;
		     -o-transition: all 0s;
		        transition: all 0s;
	}
	#hd #cooler-figure li.hd-active{opacity: 1; }
	#hd #cooler-figure li.hd-hover{
		z-index: 3;
		opacity: 1;
		-webkit-transition: all 0.25s ease;
		   -moz-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		     -o-transition: all 0.25s ease;
		        transition: all 0.25s ease;
	}

/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{padding:50px 0; }
	#hd .hd-sec-ddr4 h3{margin-bottom: 30px;}
	#hd .hd-sec-ddr4 .m2-right{
		margin-left: -20%;
		margin-right: -17%;
		position: relative;
	}
	#hd #memory-m2-set img:nth-of-type(2) {
		display: none;
	}
	#hd #memory-m2-set img:nth-of-type(2),
	#hd #memory-m2-set img:nth-of-type(3) {
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	#hd #memory-m2-set.hd-active img:nth-of-type(2) {
		display: block;
		-webkit-animation: m2-2 1s ease-out .5s both;
	}
	#hd #memory-m2-set.hd-active img:nth-of-type(3) {
		-webkit-animation: m2-3 1s ease-out both;
	}
	@keyframes m2-2{
		0% {
			opacity: 0;
			transform: translateY(15%);
		}
		100%{
			opacity: 1;
			transform: translateY(0%);
		}
	}
	@keyframes m2-3{
		0%	{
			transform: translateY(0%);
		}
		100%{
			transform: translateY(-20%);
		}
	}
	#hd .hd-sec-ddr4 .ddr4-left{
		margin-left: -10%;
		margin-right: -25%;
	}
	#hd .hd-sec-ddr4 .m2-left{
		position: relative;
		margin-top: 13%;
		z-index: 2;
	}
	#hd .hd-sec-ddr4 .m2-left p{padding-right: 10%;}
	#hd .hd-sec-ddr4 .ddr4-right{
		position: relative;
		z-index: 2;
		margin-top: 7%;
	}
/* ------------ ramcache ---------- */
	#hd .hd-sec-ramcache{
		width: 80%;
		padding-bottom: 50px;
		position: relative;
		z-index: 2;
	}
	#hd #ramcache-img{
		position: relative;
		transform-style: preserve-3d;
		perspective: 600px;
	}
	#hd #ramcache-img figure{
		width: 43%;
		max-width: 540px;
		height: 0;
		padding-bottom: 30.5%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin:auto 0;
		z-index: 3;
		-webkit-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		   -moz-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		    -ms-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		     -o-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		        transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
	}
	#hd #ramcache-img figure li{opacity: 0; }
	#hd #ramcache-img figure li.hd-active{opacity: 1;}
	#hd #ramcache-img figure img{
		position: absolute;
		top: 0;
		right: 0;
	}
	#hd #ramcache-img .hd-txt{
		width: 90%;
		max-width: 400px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: left;
	}
	#hd #ramcache-img li:last-child .hd-txt{
		top: 65%;
	}
	#hd #ramcache_switch_right{
		height: 73px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		margin:auto 0;
		cursor: pointer;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd #transfer_time{
		width: 25%;
		min-width: 325px;
		position: absolute;
		right: 52%;
		bottom: 0;
	}

/* ---------- #audio -------------- */
/* ------------ sonic ------------- */
	#hd .hd-sec-sonic{
		padding:70px 0;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	#hd #sonic_studio li{
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
		margin-right: -2px;
		width: 16.6666%;
		height: 0;
		padding:10px;
		padding-bottom: 37%;
		background-repeat: no-repeat;
		background-size: 87%;
		background-position: center top;
		position: relative;
		cursor: crosshair;
	}
	#hd #sonic_studio li:after{
		content:'';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;bottom: -1px;
		box-shadow: 0 0 50px 78px #000000;
	}
	#hd #sonic_studio li:nth-child(1){background-image: url(../img/audio/sonic-studio-lll-1.jpg); }
	#hd #sonic_studio li:nth-child(2){background-image: url(../img/audio/sonic-studio-lll-2.jpg); }
	#hd #sonic_studio li:nth-child(3){background-image: url(../img/audio/sonic-studio-lll-3.jpg); }
	#hd #sonic_studio li:nth-child(4){background-image: url(../img/audio/sonic-studio-lll-4.jpg); }
	#hd #sonic_studio li:nth-child(5){background-image: url(../img/audio/sonic-studio-lll-5.jpg); }
	#hd #sonic_studio li:nth-child(6){background-image: url(../img/audio/sonic-studio-lll-6.jpg); }
	#hd #sonic_studio h4{
		font-family: 'Xolonium', sans-serif;
		font-size: 18px;
		text-align: center;
		text-transform: none;
		position: absolute;
		left: 0;right: 0;
		bottom: 0;
		margin:20px auto;
		z-index: 2;
	}
	#hd #sonic_studio .hd-content{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;left: 0;
		overflow: hidden;
		padding:20% 0;
		border-bottom: none;
		background: url(../img/audio/sonic-studio-lll-hover.jpg) 0 0 no-repeat;
		background-size: cover;
		border:1px solid #8d0000;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		   -moz-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		     -o-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	#hd #sonic_studio p{
		margin-bottom: 0;
		position: absolute;
		width: calc(100% + 20px);
		height: 100%;
		padding:0 10% 150px;
		overflow-y:scroll;
	}
	#hd #sonic_studio li:hover .hd-content{
		opacity: 1;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
	#hd #sonic_studio li:hover h4{color:#cc0c00;}

	#hd .hd-sec-sonic figure{
		position: relative;
		width: 80%;
		max-width: 580px;
		margin:30px auto 0;
	}
	#hd .hd-sec-sonic figure > img{
		cursor: pointer;
	}
	#hd .hd-sec-sonic .hd-num{
		display: none;
	}
	#hd .hd-sec-sonic figure li{
		width: 55%;
		position: absolute;
	}
	#hd .hd-sec-sonic figure li h4{
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		background-size: 90%;
		position: relative;
	}
	#hd .hd-sec-sonic figure li h4,
	#hd .hd-sec-sonic figure li p{
		padding-left: 70px;
	}
	#hd .hd-sec-sonic figure li:nth-child(1){
		top: 31%;
		left: -60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(1) h4:after,
	#hd .hd-sec-sonic figure li:nth-child(2) h4:after{
		content:'';
		display: block;
		width: 110%;
		height: 1px;
		background-color: #cc0000;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#hd .hd-sec-sonic figure li:nth-child(2){
		top: 80%;
		left: -60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(3){
		top: 16%;
		right: -50%;
		width: 60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h4{
		padding-right: 70px;
		margin-bottom: 30px;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h4:after{
		content:'';
		display: block;
		width: 90%;
		height: 1px;
		background-color: #cc0000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#hd .hd-sec-sonic figure + p{margin-bottom: 80px;}

	#sonic_ui_on{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.4);
		z-index: 99;
		display: none;
	}
	#sonic_ui_on img{
		max-width: 90% !important;
		max-height: 80vh;
		position: absolute;
		top: 50px;right: 0;bottom: 0;left: 0;
		margin:auto;

		box-shadow: 0 0 50px 2px rgba(255,255,255,.5);
	}
/* ------------ radar ------------- */
	#hd .hd-sec-radar{
		background: #000000 url('../img/audio/radar_bg.jpg') left center no-repeat;
		background-size: auto 80%;
		padding:50px 0 195px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-radar p.hd-col80{
		margin:0 auto 100px;
	}
	#hd #audiogif{
		display: block;
		transform: perspective(660px) rotateY(12deg);
	    position: relative;
	    left: -29px;
	    top: 0;
	    margin:0;
	    border:15px solid #1e1e1e;
	}
	#hd .gif-focus{
		position: absolute;
		display: none;
	}
	#hd .ghost-bg{
		position: absolute;
		right: -8%;
		bottom:-20%;
	}

	#hd .hd-sec-radar li.audio-tag{
		position: absolute;
		z-index: 2;
	}
	#hd .hd-sec-radar li.audio-tag:before{
		content: "";
		display: block;
		position: absolute;
		border:1px solid #cc0000;
	}
	#hd .hd-sec-radar .txt_decoline{
		font-size: 27px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#hd .hd-sec-radar li.audio-tag small{
		display: block;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(1){
		width: 400px;
		top: 40%;
		right: 3%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(1):before{
		display: none;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2){
		width: 355px;
		top: 60%;
		right: 8%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2):before{
		/*width: 185px;
		height: 40px;
		left: -197px;
		top:43px;*/
		width: 52%;
		height: 37%;
		left: -55%;
		top: 40%;
		border-top: none;
		border-left: none;
		transform: skewX(-30deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2):after{
		content:"";
		display: block;
		position: absolute;
		width: 136px;
		height: 136px;
		border-radius: 68px;
		border:1px solid #cc0000;
		/*left: -335px;
    	top: 50px;*/
		left: -94%;
		top: 47%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(2) small{
		padding-left: 45px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3){
		width: 330px;
		top: 80%;
		right: 8%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(3) small{
		padding-left: 20px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3):before{
		width: 125px;
		height: 75px;
		left: -148px;
    	top: -33px;
		border-bottom: none;
		border-left: none;
		transform: skewX(30deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4){
		width: 366px;
		bottom: -18%;
		left: 40%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(4) small{
		padding-left: 10px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4):before{
		/*width: 215px;
	    height: 254px;
	    left: -341px;
	    top: -189px;*/
	    width: 59%;
	    height: 290%;
	    left: -93%;
	    top: -215%;
		border-top: none;
		border-right: none;
		transform: skewX(40deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4) small:before{
		content:"";
		display: block;
		position: absolute;
		width: 1px;
	    height: 22px;
	    left: -10px;
	    top: 44px;
	    border-right: 1px solid #cc0000;
		transform: skewX(-40deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4):after{
		content:"";
		display: block;
		position: absolute;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		border:1px solid #cc0000;
		/*left: -517px;
    	top: -259px;*/
		left: -137%;
		top: -305%;
	}
/* ------------ supremefx --------- */
	#hd .hd-sec-supremefx{
		position: relative;
		padding: 3% 0 150px;
	}
	#hd .hd-sec-supremefx .hd-w1200{
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-supremefx h3 {
		margin-top: 30px;
	}
	#hd .hd-sec-supremefx p.p-width {
		width: 60%;
		margin:30px 0 50px;
	}

	#hd .hd-sec-supremefx .audio-button{width: 75%; }
	#hd .hd-sec-supremefx .audio-button .hd-col25 {padding: 15px; }
	#hd .hd-sec-supremefx .audio-button .hd-col25 div {
		border: 2px solid #b4b4b4;
		padding: 25px;
		background-color: #060606;
		cursor: crosshair;
		min-height: 250px;
	}
	#hd .hd-sec-supremefx .audio-button p{
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	#hd .hd-sec-supremefx .img-position {
		position: absolute;
		top: 0;
		right: 0;
	}
	#hd .hd-sec-supremefx .hd-supremefx {display: block; }
	#hd .hd-sec-supremefx .hd-supremefx li {
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		z-index: 1;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#hd .hd-sec-supremefx .hd-supremefx li.hd-active {opacity: 1; }

/* ---------- #networking --------- */
/* ------------ ethernet ---------- */
	#hd .hd-sec-ethernet{
		padding:50px 0 50px;
		position: relative;
	}
	#hd .hd-sec-ethernet .right img{
		margin-right: 0;
	}
	#hd .hd-sec-ethernet .left {
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-ethernet .left img {
		margin-left: 0;
	}
	#hd .hd-sec-ethernet figure{
		display: inline-block;
		padding:0 8px;
	}
	#hd .hd-sec-ethernet .skewtag {
		text-align: center;
		background: #550003;
		background: -webkit-linear-gradient(right,#550003 0%,#C20011);
		background:	   -moz-linear-gradient(right,#550003 0%,#C20011);
		background: 	 -o-linear-gradient(right,#550003 0%,#C20011);
		background:			linear-gradient(to left,#550003 0%,#C20011);
		padding: 0 25px;
		margin-bottom: 10px;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
	#hd .hd-sec-ethernet .skewtag h6{
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}
/* ------------ languard ---------- */
	#hd .hd-sec-languard {
		position: relative;
		padding:30px 0;
	}
	#hd .hd-sec-languard .fright img {
		margin-left: 0;
	}
	#hd .hd-sec-languard .fleft {
	    margin-top: -13%;
		margin-left: -10%;
	    margin-right: -5%;
	    max-width: 595px;
	    position: relative;
	    z-index: -1;
	}
	#hd .hd-sec-languard img.scroll-active{
		width: 50%;
	}
	#hd .hd-sec-languard .scroll-active {
		position: absolute;
		top: 32%;
		right: 25%;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#hd .hd-sec-languard .scroll-active.on {top: 10%; }
	#hd .hd-sec-languard .p-position {
		position: absolute;
		font-weight: bold;
	}
	#hd .hd-sec-languard .p-position:nth-child(3) {
		bottom: 21%;
		right: 5%;
	}
	#hd .hd-sec-languard .p-position:nth-child(4) {
		top: 30%;
		right: 15%;
		opacity: 0;
	}
	#hd .hd-sec-languard .p-position:nth-child(4).scroll-active.on {
		top: 25%;
		right: 10%;
		opacity: 1;
	}

/* ---------- #more --------------- */
	#more .sec_kv .hd-w1300{top: 45%; }
	#more .sec_kv h2{max-width: 640px; }
	#more .sec_kv p{max-width: 1000px; }
/* -------------- 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);
	}
/* -------------- overwolf -------- */
	#hd .hd-sec-overwolf{
		position: relative;
		padding-bottom: 100px;
	}
	#hd .hd-sec-overwolf .hd-w1200{margin-top: 5%; }
	#hd .hd-sec-overwolf p.p-width {max-width: 500px; }

	#hd .hd-sec-overwolf .img-position {
		position: absolute;
		top: -10%;
		right: 0;
		z-index: -1;
	}
	#hd .hd-sec-overwolf ul.tag_red {
		display: inline-block;
		vertical-align: top;
		width: 220px;
		padding: 0 10px;
		margin-left: -25px;
	}
	#hd .hd-sec-overwolf ul.tag_black {
		display: inline-block;
		vertical-align: top;
		width: 340px;
		padding: 0 10px;
		margin-left: -25px;
	}

	#hd .hd-sec-overwolf ul li {
		width: 100%;
		text-align: left;
		padding: 6px 10px 6px 30px;
		margin: 14px;
		display: inline-block;
		background-image: url(../img/more/red.png);
		background-position: 0 center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#hd .hd-sec-overwolf ul.tag_black li {background-image: url(../img/more/black.png); }
	#hd .hd-sec-overwolf h6{
		font-size: 1.25em;
		font-weight: 400;
        line-height: 1.5em
	}
	#hd .hd-sec-overwolf .hd-button {
		font-family: "Fjalla One", sans-serif;
		background-color: #cc0000;
		padding: 10px 15px;
		border-radius: 5px;
		color: #FFF;
		font-size: 1.5rem;
        line-height: 1.25em;
		text-transform: uppercase;
		margin: 35px 0;
		display: inline-block;
		cursor: pointer;
	}
	#hd .hd-sec-overwolf .hd-skewtag span{display: none; }
	/*video*/
		#hd #video.hd-videobox2.v-open {height: 100vh; }
		#hd #video.hd-videobox2 {
			width: 100%;
			height: 0;
			overflow: hidden;
			position: relative;
			transition: all 0.8s ease 0s;
			-webkit-transition: all 0.8s ease 0s;
			-moz-transition: all 0.8s ease 0s;
			-ms-transition: all 0.8s ease 0s;
			-o-transition: all 0.8s ease 0s;
		}
		#hd #video.hd-videobox2 video {
			top: 0;
			left: 0;
			min-width: 100%;
			min-height: 100%;
			width: 100%;
			/* width: auto; */
			height: auto;
			background: url(../img/gives-you-more/video_poster.jpg) no-repeat;
			background-size: cover;
		}
/* -------------- clone ----------- */
	#hd .hd-sec-clone {
		position: relative;
		background: url(../img/more/bg.png) right 60% no-repeat;
		background-size: contain;
		padding:150px 0;
	}
	#hd .hd-sec-clone .right{margin-right: -15%; }
	#hd .hd-sec-clone .right img{margin:0 auto; }

/* ---------- #intel -------------- */
	#hd #intel {padding: 150px 0 100px; }
	#hd #intel h2{
		font-size: 5em;
		margin-bottom: 100px;
	}
	#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 .txt-grey{
		font-size: 1.1em;
		font-weight: bold;
		margin: -5px 0 10px;
	}

/* ---------- 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;
	}
	@-webkit-keyframes outBox{
		from{
			opacity: 0;
			-webkit-transform: scale(.9) translate(-5%, -5%);
		}
		to{
			opacity: 1;
			-webkit-transform: scale(1) translate(0,0);
		}
	}
	@keyframes outBox{
		from{
			opacity: 0;
			-webkit-transform: scale(.9) translate(-5%, -5%);
			   -moz-transform: scale(.9) translate(-5%, -5%);
			    -ms-transform: scale(.9) translate(-5%, -5%);
			     -o-transform: scale(.9) translate(-5%, -5%);
			        transform: scale(.9) translate(-5%, -5%);
		}
		to{
			opacity: 1;
			-webkit-transform: scale(1) translate(0,0);
			   -moz-transform: scale(1) translate(0,0);
			    -ms-transform: scale(1) translate(0,0);
			     -o-transform: scale(1) translate(0,0);
			        transform: scale(1) translate(0,0);
		}
	}
	@-webkit-keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	@keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	@-webkit-keyframes fadeOut{
		from{opacity: 1;}
		to{opacity: 0;}
	}
	@keyframes fadeOut{
		from{opacity: 1;}
		to{opacity: 0;}
	}
	@-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);
		}
	}

/* ---------- color effect ---------- */
	@-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}
	}