/*basic*/

html,
body#z270f {
    margin: 0;
    height: 100%!important;
    background-color: #000;
    color: #FFF;
}


/*RWD import*/

#z270f * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}

#z270f img {
    display: block;
}

#z270f 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;
}

#z270f a:hover {
    text-decoration: none;
    /*    color: #009edf;*/
    opacity: .5;
}

#z270f i {
    margin-right: 10px;
}

#z270f h1,
#z270f h2,
#z270f h3,
#z270f h4,
#z270f h5,
#z270f h6 {
    font-family: "Fjalla One",sans-serif;
    color: #FFF;
    line-height: 1.4rem;
    margin: 0;
    font-weight: normal;
}

#z270f p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 0;
    color: #FFF;
}

#z270f h6 {
    font-size: 1em;
}

#z270f ul {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#z270f ul li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    color: #FFF;
}

#z270f nav ul li {
    display: inline-block;
    color: #767676;
    /*    width: 115px;*/
    padding: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    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;
    position: relative;
    text-align: left;
}

#z270f nav ul li:hover {
    color: #009edf;
}

#z270f input:focus,
#z270f .hd-button:focus {
    outline: 0;
}

#z270f .hd-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#z270f figure {
    margin: 1rem;
}

.mobile-form-x {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#owl-hd .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 48%;
}


/*
.nav-section.pc-open {
    display: none;
}
*/

#z270f .mobile-open {
    display: none;
}

#z270f .row {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#z270f .col-10 {
    width: 10%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-20 {
    width: 20%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-25 {
    width: 25%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-30 {
    width: 30%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-33 {
    width: 33%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-40 {
    width: 40%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-50 {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-60 {
    width: 60%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-70 {
    width: 70%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-80 {
    width: 80%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-90 {
    width: 90%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270f .col-100 {
    width: 100%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}


/*++++++++++++++++++++++public+++++++++++++++++++++++++*/
#z270f small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: smaller;
    line-height: 1rem;
}

#z270f .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#z270f .font-center {
    text-align: center;
}

#z270f iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

#z270f iframe.rwd-video {
    height: 625px;
}

#z270f input[type="checkbox"].custom-check + .custom-label:before {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#z270f [class^="ti-"],
[class*=" ti-"] {
    font-size: 2em;
    color: #009edf;
    vertical-align: middle;
}

#z270f section p.secondary-tittle {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}

.style-underline {
    position: relative;
}

#z270f section .content-w1200 {
    padding: 0 70px;
}

#z270f section .content {
    padding: 0 40px;
}

#z270f h3.content.sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 2rem;
    color: #ce004a;
    line-height: 2rem;
    padding: 0;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#z270f h4.content.sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 1.5rem;
    color: #a5a5a5;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#z270f .first-title {
    font-family: 'ROGFontsv', sans-serif;
    font-size: 6rem;
    color: #FFF;
    line-height: 4rem;
    padding: 0;
    text-align: left;
    padding-bottom: 40px;
    background: -webkit-linear-gradient(black, white, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, white, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, white, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, white, black); /* Standard syntax (must be last) */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

@media all and (-ms-high-contrast:none) {
    #z270f .first-title {
        background: none;
    }
}

@supports (-ms-accelerator:true) {
   #z270f .first-title {
        background: none;
   }
}

#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);
}


/*+++++++++++++++++++++++section-nav+++++++++++++++++++++++++++++++++*/
#z270f #nav .nav-title {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #292929;
    padding: 10px;
}

#z270f #nav .row {
    margin: 0;
}

#z270f #nav .col-25 {
    padding: 3px;   
}

#z270f #nav .menu-button {
    color: #FFF;
}

/*+++++++++++++++++++++++section-kv+++++++++++++++++++++++++++++++++*/
#z270f #kv {
    position: relative;
    background-color: #000;
}

#z270f .top-img {
    -webkit-animation: colorrun 3s infinite;
    -o-animation: colorrun 3s infinite;
    animation: colorrun 3s infinite;
}

@keyframes colorrun {
    from {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(359deg);
        filter: hue-rotate(359deg);
    }
}

#z270f #kv p {
    position: absolute;
    left: 20%;
    bottom: 20%;
    color: #FFF;
    width: 30%;
    z-index: 99;
}

/*+++++++++++++++++++++++section-slideshow+++++++++++++++++++++++++++++++++*/
#z270f #slideshow .item .content.position-1 {
    position: absolute;
    width: 35%;
    z-index: 99;
    right: 10%;
    bottom: 29%;
    text-align: right;
}

#z270f #slideshow .item .content.position-2 {
    position: absolute;
    width: 35%;
    z-index: 99;
    left: 10%;
    bottom: 29%;
    text-align: left;
}

#z270f #slideshow .item .content.position-3 {
    position: absolute;
    width: 35%;
    z-index: 99;
    right: 10%;
    top: 20%;
    text-align: right;
}

#z270f #slideshow .content.sub-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    color: #FFF;
}



/*+++++++++++++++++++++++section-spac+++++++++++++++++++++++++++++++++*/
#z270f #spac .spac {
    width: 80%;
    margin: 0 auto;
}
#z270f #spac .spac_list img {
    display: inline-block;
}
#z270f #spac .spac_list {
    text-align: left;
    padding: 0 20px;
}

#z270f #spac .spac_list li {
    position: absolute;
    letter-spacing: initial;
}


#z270f #spac .spac_list li:nth-child(1) {
    top: 21%;
}

#z270f #spac .spac_list li:nth-child(2) {
    top: 38%;
}

#z270f #spac .spac_list li:nth-child(3) {
    top: 44%;
}

#z270f #spac .spac_list li:nth-child(4) {
    top: 54%;
}

#z270f #spac .spac_list li:nth-child(5) {
    top: 82%;
}

#z270f #spac .spac_list li:nth-child(6), #z270f #spac .spac_list li:nth-child(7),#z270f #spac .spac_list li:nth-child(8),#z270f #spac .spac_list li:nth-child(9),#z270f #spac .spac_list li:nth-child(10),#z270f #spac .spac_list li:nth-child(11),#z270f #spac .spac_list li:nth-child(12) {
    right: 0%;
    text-align: right;
}

#z270f #spac .spac_list li:nth-child(6) {
    top: 19%;
}

#z270f #spac .spac_list li:nth-child(7) {
    top: 23%;
}

#z270f #spac .spac_list li:nth-child(8) {
    top: 32%;
}

#z270f #spac .spac_list li:nth-child(9) {
    top: 43%;
}

#z270f #spac .spac_list li:nth-child(10) {
    top: 54%;
}

#z270f #spac .spac_list li:nth-child(11) {
    top: 63%;
}

#z270f #spac .spac_list li:nth-child(12) {
    top: 73%;
}
    


/*++++++++++++++++++++++++++section_lighting+++++++++++++++++++++++++++*/
#z270f #lighting {
    background-image: url(../img/lighting/bg.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#z270f #lighting .col-40, #z270f #lighting .col-60 {
    vertical-align: middle;
}

#z270f #lighting #color {
    width: 100%;
    height: 0;
    padding-bottom: 136.9%;
    position: absolute;
    z-index: 1;
}

#z270f #lighting img {
    display: inline-block;
}

#z270f #lighting b {
    display: block;
    margin-bottom: 5px;
}

#z270f #lighting .tip {
    color: #888;
    font-size: 1rem;
}

#z270f .hd-sec-overview .hd-menu li.hd-active{
    border-color:#8D0000;
    background-color: #8D0000;
    color:white;
}

#z270f #lighting .hd-lighting{
    position: relative;
    overflow: hidden;
    background-color: #484848;
}

#z270f #lighting #hd-lightingimg {
    position: relative;
    z-index: 9;
    width: 100%;
}

#z270f #lighting .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}

#z270f #lighting .col-20 {
    font-size: .7rem;
    vertical-align: top;
    text-align: center;
    padding: 10px 5px;
    opacity: .5;
    cursor: pointer;
    letter-spacing: initial;
    line-height: normal;
    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;
}

#z270f #lighting .col-20.lighting-active {
    opacity: 1;
}

#z270f #lighting .col-50 {
    vertical-align: middle;
}

/* ---------- ANIMATIONS ---------- */
	@keyframes colorrun{
		from{
			-webkit-filter:hue-rotate(0deg);
			filter:hue-rotate(0deg);
		}
		to  {
			-webkit-filter:hue-rotate(359deg);
			filter:hue-rotate(359deg);
		}
	}
	@-webkit-keyframes colorrun{
		from{
			-webkit-filter:hue-rotate(0deg);
			filter:hue-rotate(0deg);
		}
		to  {
			-webkit-filter:hue-rotate(359deg);
			filter:hue-rotate(359deg);
		}
	}
	@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);
		}
	}
	@-webkit-keyframes showfrombottom{
		from{
			opacity: 0;
			-webkit-transform: translateY(30px);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0px);
		}
	}
/* ---------- END ANIMATIONS ---------- */
/* ---------- color effect ---------- */
	.hd-rainbow{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#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: #ff0000; /* Old browsers */
		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%); /* FF3.6-15 */
		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%); /* Chrome10-25,Safari5.1-6 */
		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%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.hd-comet{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,545454+39,ff0000+54,ff0000+60,545454+73,545454+100 */
		background: #484848; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #484848 0%, #484848 39%, #ff0000 54%, #00ff2b  60%, #484848 73%, #484848 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  #484848 0%,#484848 39%,#ff0000 54%,#00ff2b  60%,#484848 73%,#484848 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  #484848 0%,#484848 39%,#ff0000 54%,#00ff2b  60%,#484848 73%,#484848 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#484848',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.hd-flash{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ff0000+15,545454+27,ff0000+40,545454+53,ff0000+63,545454+78,ff0000+90,545454+100 */
		background: #484848; /* Old browsers */
		background: -moz-linear-gradient(left,  #484848 0%, #ff0000 15%, #484848 27%, #ff0000 40%, #484848 53%, #ff0000 63%, #484848 78%, #ff0000 90%, #484848 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #484848 0%,#ff0000 15%,#484848 27%,#ff0000 40%,#484848 53%,#ff0000 63%,#484848 78%,#ff0000 90%,#484848 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #810000 0%,#810000 25%,#ff0000 50%,#810000 75%,#810000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#484848',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	@-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;}
	}
	@keyframes comet{
		0%	{
			z-index: 1;
			width: 200%;
		    transform: translateX(-100%);
		}
		100%{
			z-index: 1;
			width: 200%;
		    transform: translateX(50%);
		}
	}
	@-webkit-keyframes comet{
		0%	{
			z-index: 1;
			width: 200%;
		    transform: translateX(-100%);
		}
		100%{
			z-index: 1;
			width: 200%;
		    transform: translateX(50%);
		}
	}
	@keyframes flash{
		0%	{
			z-index: 1;
			width: 200%;
		    transform: translateX(-100%) skewX(135deg);
		}
		100%{
			z-index: 1;
			width: 200%;
		    transform: translateX(50%) skewX(135deg);
		}
	}
	@-webkit-keyframes flash{
		0%	{
			z-index: 1;
			width: 200%;
		    transform: translateX(-100%) skewX(135deg);
		}
		100%{
			z-index: 1;
			width: 200%;
		    transform: translateX(50%) skewX(135deg);
		}
	}
/* ---------- END color effect ---------- */

/*++++++++++++++++++++++++++section-Aura-sync+++++++++++++++++++++++++++++++++++++*/
#z270f #aura-sync img {
    display: inline-block;
}
#z270f #aura-sync {
    position: relative;
}
#z270f #aura-sync .content-position {
    position: absolute;
    text-align: right;
    right: 10%;
    bottom: 10%;
    width: 30%;
    z-index: 99;
}

#z270f #aura-sync .tip {
    color: #888;
    font-size: 1rem;
}



/*++++++++++++++++++++++++++section-Audio+++++++++++++++++++++++++++++++++++++*/
#z270f #audio {
    position: relative;
/*
    background-image: url(../img/audio/audio-section.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
*/
}


#z270f #audio p.p-width {
    max-width: 70%;
}

#z270f #audio .info-position {
    position: relative;
    left: 5%;
    top: 5%;
    width: 60%;
    z-index: 2;
}
#z270f #audio .audio-button .col-25 {
    padding: 10px;
}

#z270f #audio .audio-button .col-25 div {
    border: 2px solid #FFF;
    padding: 25px;
    background-color: #060606;
    cursor: pointer;
    min-height: 250px;
}

#z270f #audio .tip {
    color: #888;
    font-size: 1rem;
    margin-bottom: 20px;
}

#z270f #audio .img-position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#z270f #audio .hd-supremefx {
    display: block;
}

#z270f #audio .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;
}

#z270f #audio .hd-supremefx li.hd-active {
    opacity: 1;
}



/*++++++++++++++++++++++++++section-Audio-2+++++++++++++++++++++++++++++++++++++*/

#z270f #audio-2 {
    background-image: url(../img/audio/sonic-studio-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 80px 0;
    position: relative;
    overflow: hidden;
}

#z270f #audio-2 .mobile-open {
    display: none;
}

#z270f #audio-2 p.audio-tip {
    max-width: 540px;
    position: absolute;
    bottom: -3%;
    left: 17%;
}

#z270f #audio-2 .sonic-lighting {
    position: absolute;
    top: 1.95%;
    left: 15.6%;
    width: 47.1%;
    animation: sonic-lighting 5s .5s infinite;
}

	@keyframes sonic-lighting{
		0%	{
			opacity: 0;
		}
		50%{
			opacity: 1;
		}
        90%{
			opacity: 1;
		}
		100%{
			opacity: 0;
		}
	}

#z270f #audio-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #audio-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #audio-2 figure {
    margin: 0;
}


#z270f #audio-2 .hd-audioinput,
	#z270f #audio-2 .hd-audioresulttxt{
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 3%;
        padding: 7% 0 17%;
	}
	#z270f #audio-2 .hd-audioresulttxt{
        left: auto;
        right: 20%;
        padding: 3% 0 14%;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85);
	}
	#z270f #audio-2 .hd-audioinput li,
	#z270f #audio-2 .hd-audioresulttxt li{
		height: 10%;
		position: relative;
	}
	#z270f #audio-2 .hd-audioresulttxt li{
		opacity: 0;
	}
	#z270f #audio-2 .hd-audioresulttxt li:nth-child(2),
	#z270f #audio-2 .hd-audioresulttxt li:nth-child(4){
		height:6%;
	}
	#z270f #audio-2 .hd-audioresulttxt li:nth-child(1),
	#z270f #audio-2 .hd-audioresulttxt li:nth-child(3){
		height:22%;
	}
	#z270f #audio-2 .hd-audioinput li h4,
	#z270f #audio-2 .hd-audioresulttxt li h4{
		font-size: 1.2rem;
		margin-bottom: 0;
		line-height: 20px;
		width: 86px;
		height: 86px;
		padding:20px 10px;
		border-radius: 43px;
		border:2px solid white;	
        text-align: center;
        text-transform: uppercase;
        background-color: #616161;
	}

/*
    #z270f #audio-2 .hd-audioresulttxt li:nth-child(1) h4{
        background-color: #F33;
    }
    #z270f #audio-2 .hd-audioresulttxt li:nth-child(2) h4, #z270f #audio-2 .hd-audioresulttxt li:nth-child(3) h4{
        background-color: #094de5;
    }
    #z270f #audio-2 .hd-audioresulttxt li:nth-child(4) h4{
        background-color: #16bc00;
    }
*/

	#z270f #audio-2 .hd-audioinput li h4.hd-singleline,
	#z270f #audio-2 .hd-audioresulttxt li h4.hd-singleline{
		line-height: 45px;
	}

	#z270f #audio-2 .hd-audioresult{
		height: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction:column;
		position: absolute;
		top: 0;
		left:80%;
		padding:3% 0 11%;
		animation: audioresult 3s .5s infinite;
	}
	#z270f #audio-2 .hd-audioresult li{
		height: 33%;
		position: relative;
	}
	#z270f #audio-2 .hd-audioresult li img:last-child{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;		
	}

	#z270f #audio-2 .hd-audioinput li{
		animation: inputgo 5s infinite;
	}
	#z270f #audio-2 .hd-audioresult li img{
		animation: resulticongo 5s 1s infinite;
	}
	#z270f #audio-2 .hd-audioresult li img:last-child{
		animation: resulticongo 5s 1s infinite,
				   resulticonlight 5s 1s infinite;
	}
	#z270f #audio-2 .hd-audioresulttxt li{	
		animation: inputgo 5s 1.5s infinite,
					resultgo 5s 1s infinite;
	}

	@keyframes inputgo{
		0%	{
			transform: translateX(0px);
			opacity: 1;
		}
		20%	{
			transform: translateX(0px);
			opacity: 1;
		}
		50%{
			transform: translateX(40px);
			opacity: 0;
		}
		100%{
			transform: translateX(40px);
			opacity: 0;
		}
	}
	@keyframes resultgo{
		0%	{
			transform: translateX(-20px);
			opacity: 0;
		}
		80%{
			transform: translateX(0px);
			opacity: 1;
		}
		90%	{
			transform: translateX(0px);
			opacity: 0;
		}
		100%	{
			transform: translateX(0px);
			opacity: 0;
		}
	}
	@keyframes resulticongo{
		0%	{
			transform: translateX(0px);
		}
		70%{
			transform: translateX(40px);
		}
		80%{
			transform: translateX(40px);
		}
	}
	@keyframes resulticonlight{
		0%	{
			opacity: 0;
		}
		70%{
			opacity: 1;
		}
		80%{
			opacity: 1;
		}
	}

/*++++++++++++++++++++++++++section-Audio-3+++++++++++++++++++++++++++++++++++++*/

#z270f #audio-3 {
    background-image: url(../img/audio/bg-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 180px 0;
}

#z270f #audio-3 .tip {
    color: #888;
    font-size: 1rem;
    margin-top: 30px;
}

#z270f #audio-3 .sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 1.5rem;
    color: #808080;
    line-height: 3rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#z270f #audio-3 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #audio-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #audio-3 .col-50 {
    padding: 0 50px;
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-Audio-4+++++++++++++++++++++++++++++++++++++*/


#z270f #audio-4 {
    background-image: url(../img/audio/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 180px 0;
}

#z270f #audio-4 .center {
    text-align: center;
    margin-bottom: 140px;
}

#z270f #audio-4 #audiogif {
    transform: perspective(660px) rotateY(12deg) scale(1.5,1.5);
    position: relative;
    left: -29px;
    top: -29px;
    width: 100%;
    background-color: #313131;
    padding: 7px;
}

#z270f #audio-4 .txt_decoline {
    font-family: "Fjalla One",sans-serif;
    background: url(../img/audio/deco-line.png) right bottom no-repeat;
    font-size: 1.3rem;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #ce004a;
    text-transform: uppercase;
}


#z270f #audio-4 li.audio-tag {
    position: absolute;
    z-index: 2;
}


#z270f #audio-4 .col-40, #z270f #audio-4 .col-60 {
    vertical-align: middle;
}


#z270f #audio-4 li.audio-tag:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #ce004a;
}


#z270f #audio-4 li.audio-tag:nth-child(1) {
    width: 400px;
    top: -26%;
    right: 0;
}

#z270f #audio-4 li.audio-tag:nth-child(2) {
    width: 355px;
    top: 21%;
    right: 4%;
}

#z270f #audio-4 li.audio-tag:nth-child(3) {
    width: 330px;
    top: 68%;
    right: 3%;
}

#z270f #audio-4 li.audio-tag:nth-child(4) {
    width: 366px;
    bottom: -50%;
    left: 40.5%;
}

#z270f #audio-4 li.audio-tag:nth-child(1):before{
    display: none;
}

#z270f #audio-4 li.audio-tag:nth-child(2):before {
    width: 185px;
    height: 40px;
    left: -197px;
    top: 51px;
    border-top: none;
    border-left: none;
    transform: skewX(-30deg);
}

#z270f #audio-4 li.audio-tag:nth-child(3):before {
    width: 125px;
    height: 75px;
    left: -148px;
    top: -24px;
    border-bottom: none;
    border-left: none;
    transform: skewX(30deg);
}

#z270f #audio-4 li.audio-tag:nth-child(4):before {
    width: 215px;
    height: 254px;
    left: -341px;
    top: -180px;
    border-top: none;
    border-right: none;
    transform: skewX(40deg);
}

#z270f #audio-4 li.audio-tag:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 136px;
    height: 136px;
    border-radius: 68px;
    border: 1px solid #ce004a;
    left: -335px;
    top: 60px;
}

#z270f #audio-4 li.audio-tag:nth-child(4):after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #ce004a;
    left: -517px;
    top: -250px;
}

#z270f #audio-4 li.audio-tag:nth-child(4) small:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 22px;
    left: -10px;
    top: 52px;
    border-right: 1px solid #ce004a;
    transform: skewX(-40deg);
}


/*++++++++++++++++++++++++++section-performance+++++++++++++++++++++++++++++++++++++*/

#z270f #performance {
    background-image: url(../img/performance/bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#z270f #performance .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #performance .col-50 {
    padding: 0 20px 0 0;
    position: relative;
    vertical-align: middle;
}

#z270f #performance .tip {
    color: #888;
    font-size: .5rem;
}

#z270f #performance .border-title {
    text-align: center;
    border: 1px solid #888;
    padding: 20px;
    margin: 10px;
    color: #888;
}

#z270f #performance ul {
    position: absolute;
    top: 39%;
    left: 22%;
    font-size: .5rem;
    list-style-type: disc;
    list-style-position: inside;
    color: #FFF;
    line-height: 1rem;
}


/*++++++++++++++++++++++++++section-performance-2+++++++++++++++++++++++++++++++++++++*/

#z270f #performance-2 {
    position: relative;
}

#z270f #performance-2 .info-position {
    padding: 0 20px;
    position: absolute;
    text-align: right;
    top: 24%;
    right: 9%;
    width: 27%;
}

/*++++++++++++++++++++++++++section-performance-3+++++++++++++++++++++++++++++++++++++*/

#z270f #performance-3 {
    position: relative;
    background-image: url(../img/performance/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#z270f #performance-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}


#z270f #performance-3 ul {
    list-style-type: disc;
    padding-left: 15px;
}




/*++++++++++++++++++++++++++section-performance-4+++++++++++++++++++++++++++++++++++++*/
/* ------------ SEC_overview ------------ */

/*
#z270f #performance-4 {
    position: relative;
    background-image: url(../img/performance/rog-performance-ui-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
*/


	#z270f #performance-4 .hd-button.content.sub-title{
        font-family: 'ROGFontsv', sans-serif;
        font-size: 3rem;
        color: #ce004a;
        line-height: 2rem;
        padding: 0;
        margin-bottom: 25px;
        cursor: pointer;
    }

	#z270f #performance-4 .hd-sec-overview .hd-menu{
		width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,570000+50,000000+100 */
		background: #000000; /* Old browsers */
		background: -moz-linear-gradient(left,  #000000 0%, #570000 50%, #000000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #000000 0%,#570000 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #000000 0%,#570000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		margin-bottom: 80px;
        padding: 0 30px;
        overflow: hidden;
	}
	#z270f #performance-4 .hd-sec-overview .hd-menu ul{
		display: flex;
		justify-content: space-around;
		padding:30px 0;
	}
	#z270f #performance-4 .hd-sec-overview .hd-menu li{
		width: 17%;
		border: 1px solid #808080;
		color:#808080;
		background-color: transparent;
		cursor: pointer;
        transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
	}
	#z270f #performance-4 .hd-sec-overview .hd-menu li h4{
		font-size: 21px;
		line-height: 27px;
		color:inherit;
		margin-bottom: 0;
		padding:13px 0;
		text-transform: none;
        text-align: center;
        transform: skew(20deg);
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
	}
	#z270f #performance-4 .hd-sec-overview .hd-menu li:hover{
		border-color:white;
		color:white;
	}
	#z270f #performance-4 .hd-sec-overview .hd-menu li.hd-active{
		border: 2px solid #FFF;
		color:white;
	}
	
/*
	#z270f #performance-4 .hd-details {
		padding-bottom: 70px;
	}
*/
	#z270f #performance-4 .hd-details .hd-button svg{
		fill:#8D0000;
	}
	#z270f #performance-4 .hd-details .hd-prev svg{
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#z270f #performance-4 .hd-details .hd-next svg{
		-webkit-transform: scaleX(1);
		   -moz-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		     -o-transform: scaleX(1);
		        transform: scaleX(1);
	}
	#z270f #performance-4 .hd-details .hd-button:hover{
		color:#ffffff;
	}
	#z270f #performance-4 .hd-details .hd-button:hover svg{
		fill:#ffffff;
	}
	#z270f #performance-4 .hd-details .hd-next{
		float:right;
	}
	#z270f #performance-4 .hd-details .hd-next:after{
		content:"";
		display: block;
		width: 0;
		clear:both;
	}
	.hd-details .hd-detail{
		display: none;
	}
	.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;
	}
	
	#z270f #performance-4 .hd-sec-mode h3{
		margin-bottom: 50px;
	}
	#z270f #performance-4 .hd-sec-mode p{
		margin:0 auto 80px;
	}

	#z270f #performance-4 .txt_decoline svg{
		margin-left: 10px;
		fill:#8D0000;
		-webkit-transform: rotateZ(90deg);
		   -moz-transform: rotateZ(90deg);
		    -ms-transform: rotateZ(90deg);
		     -o-transform: rotateZ(90deg);
		        transform: rotateZ(90deg);
	}
	#z270f #performance-4 .hd-open svg{		
		-webkit-transform: rotateZ(270deg);
		   -moz-transform: rotateZ(270deg);
		    -ms-transform: rotateZ(270deg);
		     -o-transform: rotateZ(270deg);
		        transform: rotateZ(270deg);
	}
	#z270f #performance-4 .hd-sec-mode .txt_decoline:hover{
		color:white;
	}
	#z270f #performance-4 .hd-sec-mode .txt_decoline:hover svg{
		fill:white;
	}
	#z270f #performance-4 .hd-sec-mode .mode-content {
		display: none;
		margin:5px;
		position: relative;
	}
	#z270f #performance-4 .hd-sec-mode .mode-content ul{
		padding:25px 35px;
		background:#3A3A3A;
		box-shadow: 0 0 200px 100px black inset;
	}
	#z270f #performance-4 .hd-sec-mode .mode-content p{
		margin-bottom: 25px;
	}

	#z270f #performance-4 .hd-pic01{
		width: 100%;
		height: 189px;
		background: center center no-repeat;
		background-size: 1920px;
	}

	#z270f #performance-4 .hd-sec-controller{
		margin-top: 130px;
		background:top left no-repeat;
	}
	#z270f #performance-4 .hd-sec-controller p{
		margin:70px 100px 0 10px;
	}
	
	#z270f #performance-4 .hd-sec-controller .hd-box{
		position: absolute;
		/*width: 500px;*/
		top: 55px;
		right: 0;
	}
	#z270f #performance-4 .hd-sec-controller .hd-decolinebox{
		position: absolute;
		top: -46px;
		right: 0;
		width: 110%;
	}
	#z270f #performance-4 .hd-sec-controller .hd-decolinebox li{
		margin-bottom: 15px;
	}
	#z270f #performance-4 .hd-sec-controller .txt_decoline{
		max-width: 460px;
		margin-bottom: 10px;
		font-size: 21px;
		position: relative;
	}
	#z270f #performance-4 .hd-sec-controller .txt_decoline:before{
		content: "";
		display: block;
		position: absolute;
		border:1px solid #FF0000;
		transform: skewX(-35deg);
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(1) .txt_decoline:before{
		width: 0px;
		height: 160px;
		left: -57px;
		top:26px;
		border-left: none;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(2) .txt_decoline{
		padding-left: 30px;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(2) .txt_decoline:before{
		width: 75px;
		height: 80px;
		left: -103px;
		top:60px;
		border-top: none;
		border-left: none;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(3) .txt_decoline{
		padding-left:100px;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(3) .txt_decoline:before{
		width: 295px;
		height: 70px;
		left: -320px;
		top: -11px;
		border-bottom: none;
		border-left: none;
		transform: skewX(35deg);
	}
	#z270f #performance-4 .hd-sec-controller .txt_decoline span{
		display: inline-block;
	}
	#z270f #performance-4 .hd-sec-controller .txt_decoline span:first-child{
		font-size: 48px;
	}
	#z270f #performance-4 .hd-sec-controller li li span{
		font-size: 30px;
		line-height: 24px;
		text-align: left;
	}
	#z270f #performance-4 .hd-sec-controller li li small{
		display: block;
		line-height: 12px;
	}

	#z270f #performance-4 .hd-sec-controller li ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin-top: 12px;
	}
	#z270f #performance-4 .hd-sec-controller li li{
		position: relative;
		display: inline-block;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(1) li{
		width: 30%;
		padding-left: 25px;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(2) li:first-child{
		width: 25%;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(2) li{
		width: 40%;
	}
	#z270f #performance-4 .hd-sec-controller li:nth-child(3) li{
		width: 26%;
	}
/* ------------ END SEC_overview ------------ */


/*++++++++++++++++++++++++++section-performance-5+++++++++++++++++++++++++++++++++++++*/

#z270f #performance-5 {
    position: relative;
}

#z270f #performance-5 .performance-chart {
    position: absolute;
    z-index: 2;
    bottom: 12%;
    left: 32%;
    max-width: 250px;
}

#z270f #performance-5 .performance-tip {
    position: absolute;
    z-index: 2;
    top: 21%;
    left: 76%;
    max-width: 250px;
}

#z270f #performance-5 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
}

#z270f #performance-5 .tip {
    color: #888;
    font-size: 1rem;
    margin-top: 30px;
}

#z270f #performance-5 ul {
    list-style-type: disc;
    padding-left: 15px;
}


/*++++++++++++++++++++++++++section-performance-6+++++++++++++++++++++++++++++++++++++*/

#z270f #performance-6 {
    position: relative;
    background-image: url(../img/performance/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#z270f #performance-6 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #performance-6 .sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 1.5rem;
    color: #808080;
    line-height: 3rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#z270f #performance-6 ul {
    list-style-type: disc;
    padding-left: 15px;
}

/*++++++++++++++++++++++++++section-networking+++++++++++++++++++++++++++++++++++++*/

#z270f #networking {
    position: relative;
    background-image: url(../img/networking/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

#z270f #networking .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #networking .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);
}

#z270f #networking .col-50 {
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-networking-2+++++++++++++++++++++++++++++++++++++*/

#z270f #networking-2 {
    position: relative;
    background-image: url(../img/networking/bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -6%;
}

#z270f #networking-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}

#networking-2 img.mobile-guard {
    width: 45%;
}

#z270f #networking-2 .col-50 {
    vertical-align: middle;
    position: relative;
}

#z270f #networking-2 .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;
}

#z270f #networking-2 .scroll-active.on {
    top: 10%;
}

#z270f #networking-2 .p-position {
    color: #ce004a;
    position: absolute;
    text-shadow: 0 0 15px rgba(0,0,0,.8);
}

#z270f #networking-2 .p-position:nth-child(3) {
    bottom: 40%;
    right: 10%;
}

#z270f #networking-2 .p-position:nth-child(4) {
    top: 43%;
    right: 17%;
    opacity: 0;
}

#z270f #networking-2 .p-position:nth-child(4).scroll-active.on {
    top: 33%;
    right: 17%;
    opacity: 1;
}


/*++++++++++++++++++++++++++section-networking-3+++++++++++++++++++++++++++++++++++++*/

#z270f #networking-3 {
    position: relative;
    background-image: url(../img/networking/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 180px 0;
}

#z270f #networking-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

/*++++++++++++++++++++++++++section-networking-4+++++++++++++++++++++++++++++++++++++*/

#z270f #networking-4 {
    position: relative;
    background-image: url(../img/networking/bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

#z270f #networking-4 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
}

#z270f #networking-4 .tip {
    color: #888;
    font-size: 1rem;
    margin-bottom: 20px;
}

#z270f #networking-4 .col-50 {
    vertical-align: middle;
}

/*++++++++++++++++++++++++++section-connectivity+++++++++++++++++++++++++++++++++++++*/

#z270f #connectivity {
    position: relative;
    background-image: url(../img/connectivity/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

#z270f #connectivity .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #connectivity .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);
}

#z270f #connectivity .col-50 {
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-games-guardian+++++++++++++++++++++++++++++++++++++*/

#z270f #games-guardian {
    position: relative;
    background-image: url(../img/games-guardian/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

#z270f #games-guardian figure {
    margin: 0 -5px 0 0;
}

#z270f #games-guardian .font-hover {
    position: absolute;
    top: 17%;
    padding: 10%;
    z-index: 0;
}

#z270f #games-guardian img.img-hover {
    position: relative;
    cursor: pointer;
    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;
}

#z270f #games-guardian img.img-hover:hover {
    opacity: .1;
}

#z270f #games-guardian .font-hover h3.content.sub-title {
    font-family: 'ROGFontsv', sans-serif;
    font-size: 2rem;
    color: #ce004a;
    line-height: 1.5rem;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

#z270f #games-guardian .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #games-guardian .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #games-guardian .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);
}

#z270f #games-guardian .col-20 {
    vertical-align: top;
    width: 20%;
    padding: 0 5px;
    text-align: center;
}

#z270f #games-guardian .col-33 {
    vertical-align: middle;
    padding: 0;
    width: 33.33%;
    position: relative;
}

#z270f #games-guardian #hd-more {
    width: 100%;
    max-width: 1920px;
    height: 126px;
    background: url(../img/games-guardian/more-bg.png) center center no-repeat;
    background-size: 1920px;
    padding: 40px 0 10px;
    cursor: pointer;
}

#z270f #games-guardian #hd-more svg {
    fill: #808080;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    vertical-align: middle;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -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;
}

#z270f #games-guardian #hd-more.hd-open svg {
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}

#z270f #games-guardian h3 {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 300;
}

#z270f #games-guardian .sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 1.5rem;
    color: #808080;
    line-height: 1.5rem;
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
}

#z270f #games-guardian .sub-title.more {
    font-family: 'ROGFontsv', sans-serif;
    font-size: 3rem;
    line-height: 2rem;
}


#z270f #games-guardian .hd-content .sub-title {
    color: #ce004a;
    height: 65px;
}

#z270f #games-guardian #hd-sec-hidden {
    display: none;
}

#z270f #games-guardian #hd-sec-hidden .txt_decoline {
    text-align: center;
    line-height: 1rem;
    font-size: 2rem;
}

#z270f #games-guardian #hd-sec-hidden .hd-content {
    min-height: 415px;
    position: relative;
    margin: 5px;
    display: block;
    padding: 50px 35px;
    background: #3A3A3A;
/*    box-shadow: 0 0 100px 50px black inset;*/
}

#z270f #games-guardian #hd-sec-hidden .hd-content p {
    margin-bottom: 20px;
}

#z270f #games-guardian #hd-sec-hidden .hd-content p span {
    font-family: "Fjalla One",sans-serif;
    text-transform: uppercase;
    font-size: 60px;
}

#z270f #games-guardian .hd-frame:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    background: #929292;
/*
    background: -moz-linear-gradient(left, #b7b7b7 0%,#616161 15%,#c3c3c3 54%,#4a4a4a 100%);
    background: -webkit-linear-gradient(left, #b7b7b7 0%,#616161 15%,#c3c3c3 54%,#4a4a4a 100%);
    background: linear-gradient(to right, #b7b7b7 0%,#616161 15%,#c3c3c3 54%,#4a4a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#4a4a4a',GradientType=1 );
*/
}

#z270f #games-guardian #hd-sec-hidden {
    position: relative;
    background-image: url(../img/games-guardian/more-bottom-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}




/*++++++++++++++++++++++++++section-gives-you-more+++++++++++++++++++++++++++++++++++++*/

#z270f #gives-you-more {
    position: relative;
    background-image: url(../img/gives-you-more/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 4% 0;
}

#z270f #gives-you-more p.p-width {
    max-width: 70%;
}

#z270f #gives-you-more .first-title {
   padding: 3% 0;
}

#z270f #gives-you-more .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #gives-you-more .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #gives-you-more .col-50 {
    padding: 0;
}

#z270f #gives-you-more .row .col-50:first-child {
    padding-left: 5%;
}


#z270f #gives-you-more .col-30 {
    vertical-align: middle;
    padding: 0 10px;
    width: 30%;
    margin-right: -5px;
}

#z270f #gives-you-more .col-40 {
    vertical-align: middle;
    padding: 0 10px;
    width: 40%;
    margin-left: -5%;
}

/*
#z270f #gives-you-more ul li {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 14px;
    display: inline-block;
    background: -webkit-linear-gradient(left,#6f0000,#ce004a);
    background: -o-linear-gradient(right,#6f0000,#ce004a);
    background: -moz-linear-gradient(right,#6f0000,#ce004a);
    background: linear-gradient(to right,#6f0000,#ce004a);
    -webkit-transform: skewX(340deg);
    -moz-transform: skewX(340deg);
    -ms-transform: skewX(340deg);
    -o-transform: skewX(340deg);
    transform: skewX(340deg);
}

#z270f #gives-you-more ul li.gray {
    background: -webkit-linear-gradient(left,#363636,#3e3e3e);
    background: -o-linear-gradient(right,#363636,#3e3e3e);
    background: -moz-linear-gradient(right,#363636,#3e3e3e);
    background: linear-gradient(to right,#363636,#3e3e3e);
}
*/


#z270f #gives-you-more ul li {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 14px;
    display: inline-block;
    background-image: url(../img/gives-you-more/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#z270f #gives-you-more ul li.gray {
    background-image: url(../img/gives-you-more/banner-2.png);
}


#z270f #gives-you-more .hd-button {
    font-family: "Fjalla One",sans-serif;
    background-color: #ce004a;
    padding: 10px 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 35px 0;
    display: inline-block;
    cursor: pointer;
}


#z270f #gives-you-more .info-position {
    position: relative;
    left: 14%;
    width: 50%;
    z-index: 2;
    margin-top: 5%;
}

#z270f #gives-you-more .img-position {
    position: absolute;
    top: 38%;
    right: 0;
    z-index: 1;
}

/*video*/
#z270f #video.hd-videobox2.v-open {
    height: 100vh;
}
#z270f #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;
}
#z270f #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;
}


/*++++++++++++++++++++++++++section-gives-you-more-2+++++++++++++++++++++++++++++++++++++*/

#z270f #gives-you-more-2 {
    position: relative;
    background-image: url(../img/gives-you-more/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#z270f #gives-you-more-2 .first-title {
   padding: 3% 0;
}

#z270f #gives-you-more-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#z270f #gives-you-more-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}



/*++++++++++++++++++++++++++3d-printing-friendly+++++++++++++++++++++++++++++++++++++*/

#z270f #threed-printing-friendly {
    position: relative;
    background-image: url(../img/3d-printing-friendly/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

/*
#z270f #threed-printing-friendly .first-title {
   padding: 3% 0;
}
*/

#z270f #threed-printing-friendly .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #threed-printing-friendly .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}

/*
#z270f #threed-printing-friendly .col-50 {
    vertical-align: middle;
}
*/

#z270f #threed-printing-friendly .col-50.word-width {
    max-width:600px
}

#z270f #threed-printing-friendly .tip {
    color: #888;
    font-size: .8rem;
    margin-bottom: 5px;
}




#z270f #threed-printing-friendly .hd-3dtag{
        position: absolute;
        top: 27.5%;
        right: -28%;
        width: 100%;
	}
	#z270f #threed-printing-friendly .hd-3dtag li{
		max-width: 320px;
		position: absolute;
		top: -30px;
		right: 0;
	}
	#z270f #threed-printing-friendly .hd-3dtag h4{
		margin-top: 40px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	#z270f #threed-printing-friendly .hd-3dtag small{
		display: block;
        font-size: .85rem;
	}

    #z270f #threed-printing-friendly .hd-3dtag li:nth-child(1) small,#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2) small,#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3) small {
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 1px;
    }

	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(1) h4,
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(1) small{
		padding-left: 25px;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(1){
		margin-left: auto;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2),
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3){
		max-width: 370px;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2){
        top: 77px;
        right: -24%;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2) h4,
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2) small{
		padding-left: 25px;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3){
        top: 200px;
        width: 222px;
        right: -3%;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3) img{
		position: absolute;
		right: -120%;
		top: 30%;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3) h4,
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3) small{
		padding-left: 15px;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2):before,
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3):before,
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2) small:before{
	    content: "";
	    display: block;
	    position: absolute;
	    border: 1px solid #FF0000;
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2):before{
        width: 211px;
        height: 36px;
        left: -75%;
        top: 77%;
        border-top: none;
        border-right: none;
        transform: skewX(40deg);
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(2) small:before{
        width: 0;
        height: 46px;
        left: -26px;
        top: 71%;
        border-top: none;
        border-left: none;
        border-bottom: none;
        transform: skewX(-48deg);
	}
	#z270f #threed-printing-friendly .hd-3dtag li:nth-child(3):before{
        width: 0;
        height: 43%;
        left: -20.5%;
        top: 58%;
        border-top: none;
        border-right: none;
        border-bottom: none;
        transform: skewX(-50deg);
	}

#z270f #threed-printing-friendly .hd-3dtag .txt_decoline {
    font-family: "Fjalla One",sans-serif;
    background: url(../img/audio/deco-line.png) right bottom no-repeat;
    font-size: 1.3rem;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #ce004a;
    text-transform: uppercase;
}


/*++++++++++++++++++++++++++3d-printing-friendly-2+++++++++++++++++++++++++++++++++++++*/

#z270f #threed-printing-friendly-2 {
    position: relative;
    background-image: url(../img/3d-printing-friendly/bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#z270f #threed-printing-friendly-2 .first-title {
   padding: 3% 0;
}

#z270f #threed-printing-friendly-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px 20px;
}

#z270f #threed-printing-friendly-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #threed-printing-friendly-2 .col-50 {
    vertical-align: top;
}

#z270f #threed-printing-friendly-2 .col-33 {
    padding: 50px;
}

#z270f #threed-printing-friendly-2 h4.content.sub-title {
    color: #ce004a;
}


/*++++++++++++++++++++++++++3d-printing-friendly-3+++++++++++++++++++++++++++++++++++++*/

#z270f #threed-printing-friendly-3 img {
    display: inline-block;
}

#z270f #threed-printing-friendly-3 a {
    text-shadow: 0 0 14px rgba(56, 0, 26, 0.8);
    color: #fbde00;
}

#z270f #threed-printing-friendly-3 p.hd-txt_play {
    color: #fbde00;
}

#z270f #threed-printing-friendly-3 {
    position: relative;
}

#z270f #threed-printing-friendly-3 .first-title {
   padding: 3% 0;
}

#z270f #threed-printing-friendly-3 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #threed-printing-friendly-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #threed-printing-friendly-3 .col-50 {
    vertical-align: middle;
}

#z270f #threed-printing-friendly-3 .col-33 {
    padding: 50px;
}


#z270f #threed-printing-friendly-3 .hd-process a {
    margin: 10px 0;    
}

	#z270f #threed-printing-friendly-3 .hd-sec-process{
		margin-bottom: 170px;
	}
	#z270f #threed-printing-friendly-3 .hd-process{
		overflow: hidden;
		width: 100%;
        margin: 60px 0 0 0;
	}

	#z270f #threed-printing-friendly-3 .hd-process li{
        display: inline-block;
        vertical-align: top;
        width: 25%;
        height: 230px;
        margin-left: -5px;
        text-align: center;
        padding: 20px 0px 20px 60px;
        position: relative;
        -webkit-filter: drop-shadow(5px 0 15px rgba(0,0,0,.7));
        -moz-filter: drop-shadow(5px 0 15px rgba(0,0,0,.7));
        -ms-filter: drop-shadow(5px 0 15px rgba(0,0,0,.7));
        -o-filter: drop-shadow(5px 0 15px rgba(0,0,0,.7));
        filter: drop-shadow(5px 0 15px rgba(0,0,0,.7));
	}
	#z270f #threed-printing-friendly-3 .hd-process li:after{
		content:"";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 115px 0 115px 50px;
		border-color: transparent;
		position: absolute;
		top: 0;
		right: -50px;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(1){
		background-color: #ce004a;
		margin-left: 0;
		z-index: 4;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(1):after{			
		border-left-color: #ce004a;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(2){
		background-color: #ce004a;
		z-index: 3;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(2):after{			
		border-left-color: #ce004a;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(3){
		background-color: #ce004a;
		z-index: 2;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(3):after{			
		border-left-color: #ce004a;
	}
	#z270f #threed-printing-friendly-3 .hd-process li:nth-child(4){
		background-color: #ce004a;
		z-index: 1;
	}
#z270f #threed-printing-friendly-3 #learnmore {
    display: block;
    width: 300px;
    height: 74px;
    border-radius: 5px;
    margin: 50px auto;
    position: relative;
}

#z270f #threed-printing-friendly-3 #learnmore h3 {
    border: 2px solid #ce004a;
    padding: 25px 0;
}

#z270f #threed-printing-friendly-3 #learnmore:hover h3 {
    color: white;
    background-color: rgba(0, 0, 0, .6);
}

/*
#z270f #threed-printing-friendly-3 #learnmore:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: -1;
    box-sizing: content-box;
    padding: 1px;
    background: #800c20;
    background: -moz-linear-gradient(left, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
    background: -webkit-linear-gradient(left, #800c20 0%,#5d0600 15%,#9a0d0e 54%,#480600 100%);
    background: linear-gradient(to right, #800c20 0%,#5d0600 15%,#9a0d0e 54%,#480600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c20', endColorstr='#480600',GradientType=1 );
}
*/


/*++++++++++++++++++++++++++section-beyond-vr-ready+++++++++++++++++++++++++++++++++++++*/

#z270f #beyond-vr-ready {
    position: relative;
    background-image: url(../img/beyond-vr-ready/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

/*
#z270f #beyond-vr-ready .first-title {
   padding: 3% 0;
}
*/

#z270f #beyond-vr-ready .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #beyond-vr-ready .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #beyond-vr-ready .col-50 {
    padding: 0;
}


/*++++++++++++++++++++++++++section-intel+++++++++++++++++++++++++++++++++++++*/

#z270f #intel {
    position: relative;
    background-image: url(../img/intel/title.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

/*
#z270f #intel .first-title {
   padding: 3% 0;
}
*/

#z270f #intel .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #intel .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270f #intel .col-50 {
    padding: 0;
}

#z270f #intel .tip {
    color: #888;
    font-size: 1rem;
    margin-bottom: 5px;
}


/*-------------2017/1/23 add by Sophie---------------*/
#z270f #networking-3 .content-w1400 .video-button a {
    font-family: "Fjalla One", sans-serif;
    background-color: #ce004a;
    padding: 10px 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 35px auto;
    display: block;
    cursor: pointer;
    text-align: center;

    