@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,700');
@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;
}
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:400,700,700i|Roboto:700');
/* ---------- reset --------------- */
	html,
	body {
		margin: 0;
	}
	#hd {
		background: black;
        color:#fff;
	}
	::selection {
		background: #1d2124;
		color: #CE0000;
	}
	::-moz-selection {
		background: #1d2124;
		color: #ffffff;
	}
	#hd * {
		
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}
	#hd img {
		display: block;
		height: auto;
		border: none;
		max-width: 100% !important;
	}
	#hd .hd-button {
		background-color: transparent;
		border: none;
		cursor: pointer;
	}
	#hd .hd-button:focus {
		outline: 0;
	}
	#hd iframe {
		width: 100%;
		max-width: 100%;
		border: none;
	}
/* ---------- block --------------- */
	#hd .mobile-open,
	#hd .mobile768-open {display: none; }

	#hd .hd-w500,
	#hd .hd-w800,
	#hd .hd-w1000,
	#hd .hd-w1200,
	#hd .hd-w1300,
	#hd .hd-w1400 {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	#hd .hd-w500{
		width: 80%;
		max-width: 550px;
	}
	#hd .hd-w800{
		max-width: 800px;
	}
	#hd .hd-w1000{
		max-width: 1000px;
	}
	#hd .hd-w1300{
		max-width: 1300px;
	}
	#hd .hd-w1400{
		max-width: 1400px;
	}
	#hd .hd-w1920{
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	#hd .col-20,
	#hd .col-25,
	#hd .col-30,
	#hd .col-33,
	#hd .col-40,
	#hd .col-45,
	#hd .col-50,
	#hd .col-55,
	#hd .col-60,
	#hd .col-65,
	#hd .col-70,
	#hd .col-80{
		display: inline-block;
		vertical-align: middle;
		margin-right: -5px;
	}
	#hd .col-20 {width: 20%; }
	#hd .col-25 {width: 25%; }
	#hd .col-30 {width: 30%; }
	#hd .col-33 {width: 33%; }
	#hd .col-40 {width: 40%; }
	#hd .col-45 {width: 45%; }
	#hd .col-50 {width: 50%; }
	#hd .col-55 {width: 55%; }
	#hd .col-60 {width: 60%; }
	#hd .col-65 {width: 65%; }
	#hd .col-70 {width: 70%; }
	#hd .col-80 {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;}
/* ---------- text ---------------- */
	#hd a {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1rem;
		display: block;
		text-decoration: none;
		color: #0ea4ff;
		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 a:hover {
		text-decoration: none;
		opacity: .5;
	}
	#hd h2,
	#hd h3,
	#hd h4,
	#hd h5{
		font-family: 'xolonium', sans-serif;
		color: #FFF;
		line-height: 1.5em;
		margin: 0;
		font-weight: normal;
	}
	#hd h2{
		font-size: 76px;
		line-height: 1.2em;
		text-transform: uppercase;
		color:#fff !important;
	}
	#hd h2 span{
		font-size: 38px;
		line-height: 1em;
	}
	#hd h2.top span{
		display: block;
		margin-bottom: -10px;
	}
	#hd h3{
		font-size: 36px;
		line-height: 1.25em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#hd h4{
		font-family: "Fjalla One", sans-serif;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 20px;
		color:#c9c9c9;
		text-transform: uppercase;
	}
	#hd h5{
		font-size: 21px;
		text-transform: uppercase;
	}
	#hd h6{
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 21px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	#hd p {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1rem;
		font-weight: 300;
		letter-spacing: 1px;
		line-height: 1.5rem;
		margin: 0 0 20px;
		color: #FFF;
	}
	#hd b {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: bold;
	}
	#hd small {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.875rem;
		font-weight: 300;
	}
	#hd ol,
	#hd ul{
		font-family: 'Roboto Condensed', sans-serif;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#hd ol li,
	#hd ul li {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-size: 1rem;
	  color: #FFF;
	}
	#hd .txt-center {text-align: center; }
	#hd .txt-left {text-align: left; }
	#hd .txt-right {text-align: right; }
	#hd .txt-grey {
		color: #808080;
		font-weight: 400;
	}
	#hd a.hd-link {
		display: inline;
		text-decoration: underline;
	}
	#hd a.hd-link:hover {
		color: white;
	}
	/* color */	
		#hd #lighting h2 		{text-shadow: 0 0 15px #10ebe3;}
		#hd .txt-cyan			{color:#10ebe3;}

		#hd #performance h2 	{text-shadow: 0 0 15px #ea0c6b;}
		#hd .txt-pink			{color:#ea0c6b;}

		#hd #networking h2 		{text-shadow: 0 0 15px #ff7900;}
		#hd .txt-orange			{color:#ff7900;}

		#hd #audio h2 			{text-shadow: 0 0 15px #ff001f;padding: 40px 0}
		#hd .txt-red 			{color:#ff001f;}

		#hd #games-guardian h2 	{text-shadow: 0 0 15px #00ffc8;}
		#hd .txt-green			{color:#00ffc8;}

		#hd #gives-you-more h2 	{text-shadow: 0 0 15px #00c6ff;}
		#hd .txt-blue			{color:#00c6ff;}

		#hd #intel h2 	{text-shadow: 0 0 15px #3218ff;}		
/* ------------ 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:hover {
		background-color: #8D0000;
	}
	#scrollUp:hover svg {
		fill: #FFF;
	}
	#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);
	}
/* ------------ hidden-section ---- */
	#hd .hd-more {
		width: 100%;
		height: 61px;
		padding:0 20px;
		margin:50px 0;
		text-align: center;
		background: url(../img/icon/more.png) center center no-repeat;
		background-size: contain;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	#hd .hd-more.cyan{
		background: url(../img/icon/more-cyan.jpg) center center no-repeat;
	}
	#hd .hd-more.pink{
		background: url(../img/icon/more-pink.jpg) center center no-repeat;
	}
	#hd .hd-more.orange{
		background: url(../img/icon/more-orange.jpg) center center no-repeat;
	}
	#hd .hd-more.green{
		background: url(../img/icon/more-green.jpg) center center no-repeat;
	}
	#hd .hd-sec-hidden {
		display: none;
	}
/* ---------- #nav ---------------- */
	#hd #nav li{
		display: inline-block;
		vertical-align: top;
		width: 16.6666%;
		margin-left: -4px;
		padding:0 2px;
	}
	#hd #nav li:first-child{
		margin-left: 0;
	}
	#hd #nav p {
		color: #FFF;
		text-align: center;
		text-transform: uppercase;
		background-color: #292929;
		padding: 10px;
		letter-spacing: 1px;
		margin-bottom: 0;
	}
/* ---------- #kv ----------------- */
	#hd #kv {
		position: relative;
		background-color: #000;
	}
	#hd #kv .top-img {
		position: absolute;
		bottom: 0;

	}
	#hd #kv p {
		position: absolute;
		left: 20%;
		top: 20%;
		color: #FFF;
		width: 30%;
		z-index: 99;
	}
/* ---------- #slideshow ---------- */
	#hd #slideshow h3 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 2.25rem;
		line-height: 2.75rem;
		color: #FFF;
		position: absolute;
		width: 35%;
		z-index: 3;
	}
	#hd #slideshow .position-1 {
		right: 15%;
		top: 10%;
		text-align: right;
	}
	#hd #slideshow .position-2 {
		width: 30%;
		left: 60%;
		top:40%;
		text-align: right;
	}

	#owl-hd .owl-controls {
	    text-align: center;
	    -webkit-tap-highlight-color: transparent
	}
	#owl-hd .owl-controls .owl-nav div {
	    position: absolute;
	    top: calc(50% - 36px);
	    width: 32px;
	    height: 73px;
	    color: transparent;
	}
	#owl-hd .owl-controls .owl-nav div:hover {
	    opacity: 0.5;
	}
	#owl-hd .owl-next {
	    right: 5%;
	}
	#owl-hd .owl-next:before,
	#owl-hd .owl-prev:before{
	    content: url(../img/spec/arrow-r.png);
	    display: inline-block;
	}
	#owl-hd .owl-prev {
	    left: 5%;
	}
	#owl-hd .owl-prev:before {
	    -webkit-transform: scaleX(-1);
	       -moz-transform: scaleX(-1);
	        -ms-transform: scaleX(-1);
	         -o-transform: scaleX(-1);
	            transform: scaleX(-1);
	}
/* ---------- #specs -------------- */
	#hd #specs{
		padding:50px 0;
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 65%;
		background: url('../img/spec/spec-pc.jpg') center center no-repeat;
		background-size: contain;
	}
	#hd #specs ol {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		counter-reset: mycounter;
	}
	#hd #specs li {
		position: absolute;
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 1px;
	}
	#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 #fd007d;
		position: absolute;
		top: 0;
		left: -40px;
		z-index: 2;
	}
	#hd #specs ol li p {
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	#hd #specs ol li small{
		display: inline-block;
		line-height: 14px;
		margin:5px 0 10px;
	}
	#hd #specs ol li span small{
		display: inline;
	}
	#hd #specs ol li b{
		font-weight: 400;
	}
	#specs li:nth-child(-n+6) {left: 12%; }
	#specs li:nth-child(1) {top: 14.5%; }
	#specs li:nth-child(2) {top: 24%; }
	#specs li:nth-child(3) {top:45%; }
	#specs li:nth-child(4) {top: 66.5%; }
	#specs li:nth-child(5) {top: 75.5%; }
	#specs li:nth-child(6) {top: 94.5%; }
	#specs li:nth-child(n+7) {left: 82%; }
	#specs li:nth-child(7) {top: 18%; }
	#specs li:nth-child(8) {top: 40%; }
	#specs li:nth-child(9) {top: 56.5%; }
	#specs li:nth-child(10) {top: 67%; }
	#specs li:nth-child(11) {top: 77.5%; }
	#specs li:nth-child(12) {top: 92%; }
	#specs li:nth-child(13) {top: 97.5%; }
/* ---------- #lighting ----------- */
	#hd #lighting {
		padding:200px 0 150px;
		background: url(../img/lighting/bg-lighting.jpg) center top no-repeat;
		background-size: 100%;
	}
	#hd #lighting p.hd-w500{
		margin:10px auto 50px;
	}
	#hd #lighting .hd-lighting {
		position: relative;
		overflow: hidden;
		background-color: #484848;
	}
	#hd #lighting .hd-lighting:after{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		background:#000000;
		z-index: 2;
	}
	#hd #lighting #hd-lightingimg {
		position: relative;
		z-index: 9;
		width: 100%;
	}
	#hd #lighting #color {
		width: 100%;
		height: 0;
		padding-bottom: 136.9%;
		position: absolute;
		z-index: 1;
	}

	#hd #lighting .right{
		padding-left: 50px;
		position: relative;
	}
	#hd #lighting .hd-controls{
		margin-top: 50px;
	}
	#hd #lighting .hd-controls li {
		width: 16.6666%;
		display: inline-block;
		margin-right: -5px;
		vertical-align: top;
		text-align: center;
		padding: 10px 5px;
		opacity: .5;
		cursor: pointer;
		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 #lighting .hd-controls li img{
		margin:0 auto 10px;
	}
	#hd #lighting b {
		display: block;
		font-size: .9rem;
		letter-spacing: 1px;
	}

	#hd #lighting .hd-controls li.lighting-active {
		opacity: 1;
	}
	#colorpicker{
		display: block;
		width: 130px;
		position: absolute;
		bottom: -130px;
		right: 0;
	}
/* ------------ rgbheader --------- */
	#hd .hd-sec-rgbheader{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 60% center;
		padding:50px 0 100px;
	}
	#hd .hd-sec-rgbheader h3{
		margin-bottom: 0;
	}
	#hd .hd-sec-rgbheader h4{
		margin-bottom: 40px;
	}
	#hd .hd-sec-rgbheader .fleft{
		position: relative;
		z-index: 2;
		padding:0 2%;
	}
	#hd .hd-sec-rgbheader .fleft:before{
		content:'';
		display: block;
		width: 200%;
		max-width: 800px;
		height: 0;
		padding-bottom: 134%;
		background: url(../img/lighting/bg-lighting2.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		left: -87%;
		top: 50%;
		z-index: -1;
	}
	#hd .hd-sec-rgbheader .fright{
		position: relative;
		margin-left: -5%;
		margin-right: -5%;
	}
	#hd .hd-sec-rgbheader .hd-description li{
		position: absolute;
	}
	#hd .hd-sec-rgbheader .hd-description li:nth-child(1){
		top: 0;
		left: 60%;
	}
	#hd .hd-sec-rgbheader .hd-description li:nth-child(2){
		top: 102%;
		left: 10%;
	}
	#hd .hd-sec-rgbheader .hd-description li:nth-child(3){
		top: 102%;
		left: 35%;
	}
/* ------------ sdk --------------- */
	#hd .hd-sec-sdk{
		padding:50px 0;
	}
	#hd .hd-sec-sdk h3 + p{
		margin-bottom: 70px;
	}
	#hd .hd-sec-sdk .col-50.left{
		vertical-align: top;
		padding-right: 5%;
	}
	#hd .hd-sec-sdk .col-50.right{
		vertical-align: top;
		padding-left: 5%;
	}
	#hd .hd-sec-sdk .col-50.left > img{
		-webkit-transform: perspective(660px) rotateY(10deg);
		   -moz-transform: perspective(660px) rotateY(10deg);
		    -ms-transform: perspective(660px) rotateY(10deg);
		     -o-transform: perspective(660px) rotateY(10deg);
		        transform: perspective(660px) rotateY(10deg);
	}
	#hd .hd-sec-sdk .col-50.right > img{
		-webkit-transform: perspective(660px) rotateY(-10deg);
		   -moz-transform: perspective(660px) rotateY(-10deg);
		    -ms-transform: perspective(660px) rotateY(-10deg);
		     -o-transform: perspective(660px) rotateY(-10deg);
		        transform: perspective(660px) rotateY(-10deg);
	}
	#hd .hd-sec-sdk img + p{
		position: relative;
		margin-top: -70px;
		z-index: 2;
	}
	#hd .hd-sec-sdk .col-50.left p{
		padding:0 15% 0 5%;
	}
	#hd .hd-sec-sdk .col-50.right p{
		padding:0 5% 0 15%;
	}
	#hd #sdk_logo{
		display: block;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
	}
/* ------------ aura -------------- */
	#hd .hd-sec-aura {
		position: relative;
	}
	#hd .hd-sec-aura .hd-w1200 {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: right;
		z-index: 2;
	}
	#hd .hd-sec-aura .hd-w1200 p{
		max-width: 600px;
		margin-left: auto;
		margin-right: 0;
	}
	#hd .hd-sec-aura .hd-w1200 img{
		width: 120px;
		margin-left: auto;
		margin-right: 0;	
	}
/* ------------ 3d - own ---------- */
	#hd .hd-sec-own{
		position: relative;
		padding:150px 0 100px;
	}
	#hd .hd-sec-own .col-65{
		margin-left: -10%;
		position: relative;
	}
	#hd .hd-sec-own .col-65 img{
		margin:0 auto;
		position: relative;
		z-index: -1;
	}
	#hd .hd-sec-own .col-45{
		margin-left: auto;
		margin-right: 0;
		margin-top: 1%;
	}
	#hd .hd-sec-own .col-45 p{
		margin-bottom: 20px;
	}
	#hd .hd-sec-own .col-45 img{
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	#hd .hd-sec-own .hd-3dtag{
		position: absolute;
		top: 255px;
		right: -210px;
		width: 100%;
	}
	#hd .hd-sec-own .hd-3dtag li{
		position: absolute;
		top: 0;
		right: 0;
	}	
	#hd .hd-sec-own .txt_decoline{
		background: url('../img/deco-line-cyan.png') right bottom no-repeat;
	}
	#hd .hd-sec-own .hd-3dtag h5{
		margin-top: 40px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#hd .hd-sec-own .hd-3dtag small{
		display: block;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1){
		width: 440px;
		margin-left: auto;
		margin-right: 5px;
		right: -130px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) h5,
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) small{
		padding-left: 103px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2),
	#hd .hd-sec-own .hd-3dtag li:nth-child(3){
		max-width: 400px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2){
		top: 110px;
		right: -135px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) h5,
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) small{
		padding-left: 25px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(3){
		top: 205px;
		width: 400px;
		right: -170px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(3) img{
		position: absolute;
		right: -40%;
		top: 73%;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(3) h5,
	#hd .hd-sec-own .hd-3dtag li:nth-child(3) small{
		padding-left: 15px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2):before,
	#hd .hd-sec-own .hd-3dtag li:nth-child(3):before,
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) small:before{
	    content: "";
	    display: block;
	    position: absolute;
	    border: 1px solid #10ebe3;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2):before{
		width: 199px;
		height: 100px;
		left: -262px;
		top: 6px;
		border-top: none;
		border-right: none;
		transform: skewX(40deg);
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) small:before{
		width: 0px;
		height: 26px;
		left: -11px;
		top: 81px;
		border-top: none;
		border-left: none;
		border-bottom: none;
	    transform: skewX(-40deg);
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(3):before{
		width: 0;
		height: 125px;
		left: -56px;
		top: 80px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		transform: skewX(-42deg);
	}
/* ---------- #performance -------- */
	#hd #performance {
		background: url(../img/performance/bg-performance.jpg) 0 0 no-repeat;
		background-size: 100%;
		padding-top: 250px;
	}
	#hd #performance h2{
		margin-bottom: 30px;
	}
	#hd #performance h2 + p{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
/* ------------ overview ---------- */
	#hd .hd-sec-overview{
		padding:150px 0 70px;
	}
	#hd .hd-sec-overview .hd-menu{
		width: 100%;
		margin-bottom: 30px;
	}
	#hd .hd-sec-overview .hd-menu ul{
		display: flex;
		justify-content: space-around;
		padding:30px 0;
	}
	#hd .hd-sec-overview .hd-menu li{
		width: 17%;
		color:#808080;
		background-color: #000000;
		cursor: pointer;
		-webkit-transform: skewX(-40deg);
		   -moz-transform: skewX(-40deg);
		    -ms-transform: skewX(-40deg);
		     -o-transform: skewX(-40deg);
		        transform: skewX(-40deg);
		position: relative;
	}
	#hd .hd-sec-overview .hd-menu li:before{
		content:'';
		width:calc(100% + 4px);
		height:calc(100% + 2px);
		position: absolute;
		top: -1px;
		left: -2px;
		background: #111111;
		background: -moz-linear-gradient(45deg, #111111 0%, #bbc3d1 29%, #000000 51%, #bbc3d1 78%, #131313 100%);
		background: -webkit-linear-gradient(45deg, #111111 0%,#bbc3d1 29%,#000000 51%,#bbc3d1 78%,#131313 100%);
		background: linear-gradient(45deg, #111111 0%,#bbc3d1 29%,#000000 51%,#bbc3d1 78%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#131313',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-sec-overview .hd-menu li:after{
		content:'';
		width:100%;
		height:100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000000;
		z-index: -1;
	}
	#hd .hd-sec-overview .hd-menu li h4{
		font-size: 21px;
		line-height: 27px;
		color:inherit;
		margin-bottom: 0;
		padding:13px 0;
		text-transform: none;
		-webkit-transform: skewX(40deg);
		   -moz-transform: skewX(40deg);
		    -ms-transform: skewX(40deg);
		     -o-transform: skewX(40deg);
		        transform: skewX(40deg);
	}
	#hd .hd-sec-overview .hd-menu li:hover{
		color:white;
	}
	#hd .hd-sec-overview .hd-menu li.hd-active{
		background-color: rgba(237,12,107,.6);
		color:white;
	}
	#hd .hd-sec-overview .hd-menu li.hd-active:before,
	#hd .hd-sec-overview .hd-menu li.hd-active:after{
		display: none;
	}
	
	#hd .hd-details .col-60{
		margin:0 auto 70px;
		float:none;
	}
	#hd .hd-details .hd-detail{
		display: none;
	}
	#hd .hd-details .hd-open{
		display: block;		
		-webkit-animation: showfrombottom .8s ease;
		   -moz-animation: showfrombottom .8s ease;
		    -ms-animation: showfrombottom .8s ease;
		     -o-animation: showfrombottom .8s ease;
		        animation: showfrombottom .8s ease;
	}
	#hd .hd-details img.col-50{
		display: inline-block;
		vertical-align: middle;
		margin:30px 0;
	}
	#hd .hd-details div.col-50{
		display: inline-block;
		vertical-align: middle;
		margin-left: -8px;
		padding-left: 80px;
	}
/* ------------ fan --------------- */
	#hd .hd-sec-fan{
		padding:90px 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-fan .fleft{
		position: relative;
	}
	#hd .hd-sec-fan .fleft img{
		margin-left: auto;
		margin-right: 50px;
	}
	#hd .hd-sec-fan .fright{
		margin-top: 1%;
	}
	#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:3% 0 6%;
	}
	#hd .hd-sec-fan .hd-filter li{
		display: inline-block;
		vertical-align: top;
		width: 33%;
		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: #000;
		max-width: 550px;
		padding:30px 16%;
	}
	#hd .hd-sec-fan .hd-content:before{
		content:'';
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		position: absolute;
		top: -2px;
		left: -2px;
		background: #46505a;
		background: -moz-linear-gradient(left, #46505a 0%, #7f8180 18%, #7f8084 29%, #6d767d 38%, #67717a 46%, #67747c 46%, #727c85 48%, #727f87 48%, #9ca9b1 55%, #a2afb5 56%, #636c75 68%, #6f747a 77%, #6f7478 78%, #7f8082 93%, #7f7f7f 100%);
		background: -webkit-linear-gradient(left, #46505a 0%,#7f8180 18%,#7f8084 29%,#6d767d 38%,#67717a 46%,#67747c 46%,#727c85 48%,#727f87 48%,#9ca9b1 55%,#a2afb5 56%,#636c75 68%,#6f747a 77%,#6f7478 78%,#7f8082 93%,#7f7f7f 100%);
		background: linear-gradient(to right, #46505a 0%,#7f8180 18%,#7f8084 29%,#6d767d 38%,#67717a 46%,#67747c 46%,#727c85 48%,#727f87 48%,#9ca9b1 55%,#a2afb5 56%,#636c75 68%,#6f747a 77%,#6f7478 78%,#7f8082 93%,#7f7f7f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46505a', endColorstr='#7f7f7f',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-sec-fan .hd-content li img{
		margin:10px auto 0;
	}
	#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,
	#hd .hd-sec-fan li.hd-active .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;
		}
/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4 {
		position: relative;
	}
	#hd .hd-sec-ddr4 .right{
		padding-left: 20px;
	}
	#hd .hd-sec-ddr4 h3 + p{
		margin-bottom: 50px;
	}
	#hd .hd-sec-ddr4 h6{
		margin-bottom: 10px;
	}
	#hd .hd-sec-ddr4 h6 + b{
		display: block;
		margin-bottom: -10px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-ddr4 b + img{
		margin-bottom: 20px;
	}
	#hd .hd-sec-ddr4 img.short{
		max-width: 89% !important;
	}
/* ------------ prolock ----------- */
	#hd .hd-sec-prolock{
		background: url(../img/performance/ocdesign_bg.jpg) right center no-repeat;
		background-size: 80%;
		padding:150px 0 50px;
		position: relative;
		z-index: 0;
	}
	#hd .hd-sec-prolock .right{
		padding-left: 50px;
	}
	#hd .hd-sec-prolock .hd_pic{
		position: relative;
	}
	#hd .hd-sec-prolock ul {
		width: 55%;
		position: absolute;
		top: 39%;
		left: 22%;
	}
	#hd .hd-sec-prolock ul li {
		line-height: 1.5em;
		font-weight: 300;
		letter-spacing: 1px;
	}
	#hd .hd-sec-prolock figure{
		padding:50px 10px 30px 0;
	}
	#hd .hd-sec-prolock figure div{
		padding:10px;
		position: relative;
		background: #000;
		text-align: center;
	}
	#hd .hd-sec-prolock figure div:before {
		content: '';
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: -1;
		background: #ffffff;
		background: -moz-linear-gradient(left, #474747 0%, #ffffff 50%, #585b5b 100%);
		background: -webkit-linear-gradient(left, #474747 0%, #ffffff 50%, #585b5b 100%);
		background: linear-gradient(to right, #474747 0%, #ffffff 50%, #585b5b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#ffffff',GradientType=1 );
	}
	#hd .hd-sec-prolock figure h6{
		color:#818181;
		margin-bottom: 20px;
	}
/* ------------ ramcache ---------- */
	#hd .hd-sec-ramcache {
		position: relative;
		padding:50px 0 100px;
	}
	#hd .hd-sec-ramcache h4 + p{
		margin-bottom: -50px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-ramcache .ramcache-chart {
		position: absolute;
		z-index: 2;
		bottom: 12%;
		left: 32%;
		max-width: 250px;
	}
	#hd .hd-sec-ramcache .ramcache-tip {
		position: absolute;
		z-index: 2;
		top: 21%;
		left: 76%;
		max-width: 250px;
	}
/* ---------- #networking --------- */
	#hd #networking{
		background: url(../img/networking/bg-connectivity.jpg) right top no-repeat;
		position: relative;
		padding:90px 0 0;
	}
	#hd #networking h2 + p{
		margin-right: 0;
		width: 100%;
	}
/* ------------ ethernet ---------- */
	#hd .hd-sec-ethernet{
		padding-bottom: 200px;
		position: relative;
		z-index: 1;
	}
	#hd .hd-sec-ethernet .hd-w1200{
		direction: rtl;
	}
	#hd .hd-sec-ethernet .hd-w1200 > div{
		direction: ltr;
	}
	
	#hd .hd-sec-ethernet .left{
		margin-left: -15%;
		margin-right: -6%;
	}
	#hd .hd-sec-ethernet figure{
		display: inline-block;
		padding:0 8px;
	}
	#hd .hd-sec-ethernet .skewtag {
		text-align: center;
		background-color: #ff7900;
		padding: 0 25px;
		margin-top: 30px;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
	#hd .hd-sec-ethernet .skewtag h6{
        line-height: 2rem;
		margin-bottom: 0;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}
/* ------------ wifi -------------- */
	#hd .hd-sec-wifi {
		position: relative;
		background-image:url(../img/networking/wifi-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: -3%;
	}
	#hd .hd-sec-wifi .content-w1300 {
		max-width: 1300px;
		margin: 0 auto;
		padding: 50px 20px;
	}
	#hd .hd-sec-wifi img.mobile-guard {
		width: 45%;
	}
	#hd .hd-sec-wifi .col-50 {
		position: relative;
		margin-top: -5%;
	}
	#hd .hd-sec-wifi .col-50:last-child {
		margin-top: 5%
	}
	#hd .hd-sec-wifi .title-banner {
		text-align: center;
		background-color: #ce004a;
		padding: 5px;
		margin-top: 30px;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
/* ------------ pcie -------------- */
	#hd .hd-sec-pcie{
		padding:200px 0 100px;
		background: url(../img/networking/bg-pcie.jpg) right top no-repeat;
		background-size: contain;
        margin-top: -180px
	}
	#hd .hd-sec-pcie .hd-w1200{
		direction: rtl;
	}
	#hd .hd-sec-pcie .hd-w1200 > div{
		direction: ltr;
	}
	#hd .hd-sec-pcie .left{
		margin-left: -10%;
	}
	#hd .hd-sec-pcie .right{
		padding: 0 5%;
	}
/* ------------ languard ---------- */
	#hd .hd-sec-languard {
		position: relative;
		/*background: url(../img/networking/bg-2.png) left top no-repeat;
		background-size: contain;*/
		padding:100px 0;
	}
	#hd .hd-sec-languard figure{
		padding:0 15px;
	}
	#hd .hd-sec-languard .skew_tag {
		text-align: center;
		padding: 5px 30px;
		margin-top: 30px;
		position: relative;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
	#hd .hd-sec-languard .skew_tag:before{
		content:'';
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: -2;
		background: #f67500;
		background: -moz-linear-gradient(left, #371b01 0%, #f67500 50%);
		background: -webkit-linear-gradient(left, #371b01 0%, #f67500 50%);
		background: linear-gradient(to right, #371b01 0%, #f67500 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#371b01', endColorstr='#f67500',GradientType=1 );
	}
	#hd .hd-sec-languard .skew_tag:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: #000000;
	}
	#hd .hd-sec-languard .skew_tag h6,
	#hd .hd-sec-languard .skew_tag p,
	#hd .hd-sec-languard .skew_tag small{
		color:#fff;
		margin-bottom: 0;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}
	#hd .hd-sec-languard .skew_tag p,
	#hd .hd-sec-languard .skew_tag small{
		line-height: 18px;
	}

	#hd .hd-sec-languard .fright {
	    position: relative;
	    margin-left: -5%;
	    max-width: 595px;
	    padding-right: 60px;
	}
	#hd .hd-sec-languard img.scroll-active{
		width: 45%;
	}
	#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: 10%;
		right: 5%;
	}
	#hd .hd-sec-languard .p-position:nth-child(4) {
		top: 43%;
		right: 17%;
		opacity: 0;
	}
	#hd .hd-sec-languard .p-position:nth-child(4).scroll-active.on {
		top: 33%;
		right: 10%;
		opacity: 1;
	}
/* ------------ gamefirst --------- */
	#hd .hd-sec-gamefirst {
		background: url(../img/networking/bg-3.jpg) left top no-repeat;
		background-size: cover;
		position: relative;
		padding:150px 0 300px;
	}
	#hd .hd-sec-gamefirst .hd-button {
		margin: 0 auto;
		left: 0;
		right: 0
	}
	#hd .hd-sec-gamefirst .hd-button a {
		color: white
	}
	#hd .hd-sec-gamefirst .hd-button {
		font-family: "Fjalla One", sans-serif;
		background-color: #ff7900;
		padding: 10px 15px;
		border-radius: 5px;
		color: #FFF;
		font-size: 1.5rem;
		text-transform: uppercase;
		margin: 35px auto;
		display: block;
		cursor: pointer;
		width: 152px;
	}
/* ---------- #audio -------------- */
	#hd #audio {
		position: relative;		
		background: url(../img/audio/bg-audio.png) 0 0 no-repeat;
		background-size: 100%;
		padding:290px 0 0;
		margin-top: -250px;
	}
	#hd #audio h2 + p{
		margin-bottom: 50px;
	}
/* ------------ supremefx --------- */
	#hd .hd-sec-supremefx{
		position: relative;
		padding: 10% 0 100px;
	}
	#hd .hd-sec-supremefx .hd-w1200{
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-supremefx p.p-width {
		width: 60%;
	}
	#hd .hd-sec-supremefx .skew_btn {
		display: inline-block;		
		text-align: center;
		padding: 5px 30px;
		margin: 20px 0;
		position: relative;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
	#hd .hd-sec-supremefx .skew_btn h6{
		color:#f20100;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}
	#hd .hd-sec-supremefx .skew_btn:before{
		content:'';
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: -2;
		background: #ff0000;
		background: -moz-linear-gradient(left, #ff0000 0%, #9c0000 25%, #ff0000 54%, #840000 100%);
		background: -webkit-linear-gradient(left, #ff0000 0%, #9c0000 25%, #ff0000 54%, #840000 100%);
		background: linear-gradient(to right, #ff0000 0%, #9c0000 25%, #ff0000 54%, #840000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#840000',GradientType=1 );
	}
	#hd .hd-sec-supremefx .skew_btn:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: #000000;
	}



	#hd .hd-sec-supremefx .audio-button{
		width: 75%;
	}
	#hd .hd-sec-supremefx .audio-button .col-25 {
		padding: 15px;
	}
	#hd .hd-sec-supremefx .audio-button .col-25 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;
	}
/* ------------ sonic ------------- */
	#hd .hd-sec-sonic{
		padding-bottom: 50px;
		overflow: hidden;
		position: relative;
	}
	#hd .hd-sec-sonic figure{
		position: relative;
		width: 80%;
		max-width: 580px;
		margin:450px auto 0;
	}
	#hd .hd-sec-sonic:before{
		content:'';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;right: 0;
		margin: 0 auto;
		width: 90%;
		max-width: 1200px;
		height: 70%;
		border-radius: 50%;
		background: #333;
		border:2px solid #000;
		box-shadow: 0 80px 200px 220px #000 inset,
					0 0 0 1px #000 inset;
		z-index: -1;
	}
	#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 h5{
		font-size: 16px;
		color:#ff0000;
		padding-bottom: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	#hd .hd-sec-sonic figure li h5,
	#hd .hd-sec-sonic figure li p{
		padding-left: 20px;
	}
	#hd .hd-sec-sonic figure li:nth-child(1){
		top: 31%;
		left: -60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h5,
	#hd .hd-sec-sonic figure li:nth-child(3) p{
		padding-left: 70px;
	}
	#hd .hd-sec-sonic figure li:nth-child(1) h5:after,
	#hd .hd-sec-sonic figure li:nth-child(2) h5:after{
		content:'';
		display: block;
		width: 110%;
		height: 1px;
		background-color: #b80202;
		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) h5{
		padding-right: 70px;
		margin-bottom: 30px;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h5:after{
		content:'';
		display: block;
		width: 90%;
		height: 1px;
		background-color: #b80202;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	#sonic_ui_on{
		position: fixed;
		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: url('../img/audio/bg-radar.jpg')  left center no-repeat;
		background-size: contain;
		padding:50px 0 95px;
		margin-bottom: 100px;
	}
	#hd .hd-sec-radar p.col-80{
		margin:0 auto 100px;
	}
	#hd #audiogif{
		display: block;
		transform: perspective(660px) rotateY(12deg);
	    position: relative;
	    margin:0;
	    border:20px solid #1e1e1e;
	}
	#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 #FF0000;
	}
	#hd .hd-sec-radar .txt_decoline{
		background: url('../img/deco-line.png') right bottom no-repeat;
		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: 52%;
		height: 37%;
		left: -55%;
		top: 45%;
		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 #ff0000;
		left: -94%;
		top: 47%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2) h5,
	#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) h5,
	#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: -35px;
		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) h5,
	#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: 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: 27px;
	    left: -10px;
	    top: 40px;
	    border-right: 1px solid #FF0000;
		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 #ff0000;
		left: -140%;
		top: -298%;
	}
/* ---------- #games-guardian ----- */
	#hd #games-guardian {
		position: relative;
		background: url(../img/games-guardian/bg-guardian.jpg) right top no-repeat;
		background-size: 100%;
		padding:100px 0 0;
	}
	#hd #games-guardian h2{
		margin-bottom: 30px;
	}
	#hd #games-guardian h2 + p{
		margin-left: 0;
		margin-bottom: 70px;
	}
	#hd #games-guardian .col-33{
		position: relative;
	}
	#hd #games-guardian .fontbox {
		position: absolute;
		width: 100%;
		padding:30% 10%;
		text-align: center;
	}
	#hd #games-guardian img {
		position: relative;
		z-index: 2;
		cursor: crosshair;
		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 #games-guardian img:hover {
		opacity: .1;
	}
/* ------------ protections ------- */
	#hd .hd-sec-protections{
		padding-top: 50px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-protections img{
		width: 100%;
	}
	#hd .hd-sec-protections .hd-content {
		min-height: 320px;
		margin: 10px 5px;
		padding: 40px 30px;
		background: #313131;
		text-align: center;
	}
	#hd .hd-sec-protections .hd-content h6{
		font-size: 18px;
		font-weight: 400;
		min-height: 48px;
		margin-bottom: 20px;
	}
/* ---------- #gives-you-more ----- */
	#hd #gives-you-more {
		background: url(../img/gives-you-more/bg-more.jpg) 0 0 no-repeat;
		background-size: 100%;
		padding:15% 0 0;
		position: relative;
		z-index: 1;
		margin-top: -50px;
	}
	#hd #gives-you-more h2{
		margin-bottom: 30px;
	}
/* ------------ bundle ------------ */
	#hd .hd-sec-bundle{
		padding:150px 0;
	}
	#hd .hd-sec-bundle ul{
		margin-top: 70px;
	}
	#hd .hd-sec-bundle li{
		display: inline-block;
		vertical-align: top;
		width: 16.6666%;
		margin-left: -5px;
		padding:10px;
		position: relative;
		overflow: hidden;
	}
	#hd .hd-sec-bundle li img{
		width: 100%;
		margin-bottom: 30px;
	}
	#hd .hd-sec-bundle li .content{
		background-color: #313131;
		padding:25px 10px;
		min-height: 250px;
		position: relative;	
	}
	#hd .hd-sec-bundle li .content:before{
		content:'';
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		top: -20px;
		left: 0;
		background: #008ac4;
		background: -moz-linear-gradient(left, #008ac4 15%, #007191 38%, #00c6ff 66%, #00a0cf 82%, #007191 100%);
		background: -webkit-linear-gradient(left, #008ac4 15%,#007191 38%,#00c6ff 66%,#00a0cf 82%,#007191 100%);
		background: linear-gradient(to right, #008ac4 15%,#007191 38%,#00c6ff 66%,#00a0cf 82%,#007191 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ac4', endColorstr='#007191',GradientType=1 );
		-webkit-transform: skewY(-5deg);
		   -moz-transform: skewY(-5deg);
		    -ms-transform: skewY(-5deg);
		     -o-transform: skewY(-5deg);
		        transform: skewY(-5deg);
	}
	#hd .hd-sec-bundle li .content:after{
		content:'';
		display: block;
		width: 100%;
		height: 30px;
		position: absolute;
		top: -10px;
		left: 0;
		background-color: #313131;
		-webkit-transform: skewY(-10deg);
		   -moz-transform: skewY(-10deg);
		    -ms-transform: skewY(-10deg);
		     -o-transform: skewY(-10deg);
		        transform: skewY(-10deg);
	}
	#hd .hd-sec-bundle li h6{
		font-size: 18px;
		padding:10px 0 15px;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 15px;
		min-height: 74px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-bundle li small span{
		font-size: 42px;
		padding-right: 10px;
	}
/* ------------ accessories ------- */
	#hd .hd-sec-accessories h4{
		margin-top: 50px;
	}
	#hd .hd-sec-accessories p{
		padding:0 5%;
	}
	#hd .hd-sec-accessories img{
		margin:0 auto;
	}
/* ------------ overwolf ---------- */
	#hd .hd-sec-overwolf{
		position: relative;
	}
	#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: 0;
		right: 0;
		z-index: -1;
	}
	#hd .hd-sec-overwolf ul.tag_blue {
		display: inline-block;
		vertical-align: top;
		width: 220px;
		padding: 0 10px;
	}
	#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/gives-you-more/blue.png);
		background-position: 0 center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#hd .hd-sec-overwolf ul.tag_black li {
		background-image: url(../img/gives-you-more/black.png);
	}
	#hd .hd-sec-overwolf h6{
		font-weight: 400;
        line-height: 1.5em
	}
	#hd .hd-sec-overwolf .hd-button {
		font-family: "Fjalla One", sans-serif;
		background-color: #00c6ff;
		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/gives-you-more/bg.png) center bottom no-repeat;
		background-size: cover;
		padding:150px 0;
	}
	#hd .hd-sec-clone .right{
		margin-right: -15%;
	}
	#hd .hd-sec-clone .right img{
		margin:0 auto;
	}
/* ---------- #vr ----------------- */
	#hd #vr {
		position: relative;
		background-image: url(../img/vr/title.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right top;
	}
	#hd #vr .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 20px;
	}
	#hd #vr .content-w1400 {
		max-width: 1400px;
		margin: 0 auto;
		padding: 50px 20px;
	}
	#hd #vr .col-50 {
		padding: 0;
	}
/* ---------- #intel -------------- */
	#hd #intel {
		position: relative;
		background: url(../img/intel/bg-intel.jpg) 0 0 no-repeat;
		background-size: 100%;
		padding: 200px 0 100px;
	}
	#hd #intel h2{
		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-weight: bold;
		margin-top: -5px;
		margin-bottom: 0;
	}
/* ---------- ANIMATIONS ---------- */
	.colorrun{
		-webkit-animation: colorrun 3s infinite;
		-o-animation: colorrun 3s infinite;
		animation: colorrun 3s infinite;
	}
	@-webkit-keyframes colorrun {
		from {
			-webkit-filter: hue-rotate(0deg);
			filter: hue-rotate(0deg);
		}
		to {
			-webkit-filter: hue-rotate(359deg);
			filter: hue-rotate(359deg);
		}
	}
	@keyframes colorrun {
		from {
			-webkit-filter: hue-rotate(0deg);
			filter: hue-rotate(0deg);
		}
		to {
			-webkit-filter: hue-rotate(359deg);
			filter: hue-rotate(359deg);
		}
	}
	@-webkit-keyframes showfrombottom {
		from {
			opacity: 0;
			-webkit-transform: translateY(30px);
		}
		to {
			opacity: 1;
			-webkit-transform: translateY(0px);
		}
	}
	@keyframes showfrombottom {
		from {
			opacity: 0;
			-moz-transform: translateY(30px);
			-ms-transform: translateY(30px);
			-o-transform: translateY(30px);
			transform: translateY(30px);
		}
		to {
			opacity: 1;
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease;}
	@-webkit-keyframes fadeOut{0%{opacity:1;}
	100%{opacity:0;}
	}
	@-moz-keyframes fadeOut{0%{opacity:1;}
	100%{opacity:0;}
	}
	@keyframes fadeOut{0%{opacity:1;}
	100%{opacity:0;}
	}
/* ---------- color effect ---------- */
	.hd-rainbow {
		background: #ff0000;
		background: -moz-linear-gradient(-45deg, #ff0000 0%, #ffff00 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #d92f7f 92%, #ff0000 100%);
		background: -webkit-linear-gradient(-45deg, #ff0000 0%, #ffff00 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #d92f7f 92%, #ff0000 100%);
		background: linear-gradient(135deg, #ff0000 0%, #ffff00 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #d92f7f 92%, #ff0000 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1);
	}

	.hd-comet {
		background: #484848;
		background: -moz-linear-gradient(-45deg, #484848 0%, #484848 39%, #ff0000 54%, #00ff2b 60%, #484848 73%, #484848 100%);
		background: -webkit-linear-gradient(-45deg, #484848 0%, #484848 39%, #ff0000 54%, #00ff2b 60%, #484848 73%, #484848 100%);
		background: linear-gradient(135deg, #484848 0%, #484848 39%, #ff0000 54%, #00ff2b 60%, #484848 73%, #484848 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#ff0000', GradientType=1);
	}

	.hd-flash {
		background: #810000;
		background: -moz-linear-gradient(left, #484848 0%, #810000 25%, #ff0000 50%, #810000 75%, #484848 100%);
		background: -webkit-linear-gradient(left, #484848 0%, #810000 25%, #ff0000 50%, #810000 75%, #484848 100%);
		background: linear-gradient(to right, #484848 0%, #810000 25%, #ff0000 50%, #810000 75%, #484848 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#810000', endColorstr='#ff0000', GradientType=1);
	}

	.hd-yoyo {
		background: #000000;
		background: -moz-linear-gradient(rgb(255, 0, 0) 0%, rgb(255, 162, 0) 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #000000 92%, #000000 100%);
		background: -webkit-linear-gradient(rgb(255, 0, 0) 0%, rgb(255, 162, 0) 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #000000 92%, #000000 100%);
		background: linear-gradient(rgb(255, 0, 0) 0%, rgb(255, 162, 0) 8%, #ffff00 15%, #00cb07 23%, #00cb07 31%, #07a9ff 38%, #07a9ff 46%, #1044ff 54%, #1044ff 62%, #1b2f7f 69%, #1b2f7f 77%, #d92f7f 85%, #000000 92%, #000000 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}

	.hd-starryNight {background: #484848; }

	.starry_night {display: none; }

	.starry_night li {
		width: 10%;
		height: 10%;
		background-color: #FFF;
		position: absolute;
		background: radial-gradient(circle, red, #810000, #810000);
		animation: starryNight 2s infinite;
	}

	.starry_night li:nth-child(1) {left: 0%;  top: 10%; }
	.starry_night li:nth-child(2) {left: 5%;  top: 15%; }
	.starry_night li:nth-child(3) {left: 10%; top: 20%; }

	@-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: .3 }
	}
	@keyframes breathing {
		0% {opacity: 1 }
		50% {opacity: .3 }
	}

	@-webkit-keyframes strobing {
		0% {opacity: 1 }
		50% {opacity: .3 }
	}
	@keyframes strobing {
		0% {opacity: 1 }
		50% {opacity: .3 }
	}

	@-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); }
		100% {-webkit-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%;
			transform: translateX(-100%);
		}
		100% {
			z-index: 1;
			width: 200%;
			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 flash {
		0% {
			z-index: 1;
			width: 200%;
			transform: translateX(-100%) skewX(135deg);
		}
		100% {
			z-index: 1;
			width: 200%;
			transform: translateX(0%) skewX(135deg);
		}
	}
	@keyframes flash {
		0% {
			z-index: 1;
			width: 200%;
			transform: translateX(-100%) skewX(135deg);
		}
		100% {
			z-index: 1;
			width: 200%;
			transform: translateX(0%) skewX(135deg);
		}
	}

	@-webkit-keyframes yoyo {
		0% {
			z-index: 1;
			width: 150%;
			height: 220%;
			transform: translate(-100%, -30%) rotate(45deg);
		}
		50% {
			z-index: 1;
			width: 150%;
			height: 220%;
			transform: translate(0%, -30%) rotate(45deg);
		}
		100% {
			z-index: 1;
			width: 150%;
			height: 220%;
			transform: translate(-100%, -30%) rotate(45deg);
		}
	}
	@keyframes yoyo {
		0% {
			z-index: 1;
			width: 150%;
			height: 180%;
			transform: translate(-100%, -30%) rotate(45deg);
		}
		50% {
			z-index: 1;
			width: 150%;
			height: 180%;
			transform: translate(0%, -30%) rotate(45deg);
		}
		100% {
			z-index: 1;
			width: 150%;
			height: 180%;
			transform: translate(-100%, -30%) rotate(45deg);
		}
	}

	@-webkit-keyframes starryNight {
		0% {transform: translateX(-100%); }
		100% {transform: translateX(300%); }
	}

	@keyframes starryNight {
		0% {transform: translateX(-100%); }
		100% {transform: translateX(300%); }
	}

	/* ------------ SEC_VTOP ------------ */
	#hd .hd-sec-vtop{
		padding:70px 0 50px;
		position: relative;
		text-align: center;
	 	background: url('../img/video_poster.jpg') no-repeat;
		background-size: cover;
		z-index: 3;
	}
	#hd .video_txt {
		width: 90%;
		max-width: 620px;
		margin: 0 auto;
		letter-spacing: 1px;
	}
	#hd .hd-sec-vtop img{
		width: 87px;
		height: 87px;
		cursor: pointer;
		margin: 50px auto;
	}
	#hd .hd-sec-vtop img:hover{
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		50% {
			-webkit-transform: scale3d(1.2, 1.2, 1.2);
			transform: scale3d(1.2, 1.2, 1.2);
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	@keyframes pulse {
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		50% {
			-webkit-transform: scale3d(1.2, 1.2, 1.2);
			transform: scale3d(1.2, 1.2, 1.2);
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}

/* ---------- 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%;
	}