/*ie11 above fixed*/
_:-ms-fullscreen,
:root #z270i .first-title {
    background: transparent !important;
}

/*basic*/

html,
body#z270i {
    margin: 0;
    height: 100%!important;
    background-color: #000;
    color: #FFF;
}


/*RWD import*/

#z270i * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}

#z270i img {
    display: block;
    vertical-align: initial;
}

#z270i 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;
}

#z270i a:hover {
    text-decoration: none;
    /*    color: #009edf;*/
    opacity: .5;
}

#z270i i {
    margin-right: 10px;
}

#z270i h1,
#z270i h2,
#z270i h3,
#z270i h4,
#z270i h5,
#z270i h6 {
    font-family: "Fjalla One", sans-serif;
    color: #FFF;
    line-height: 1.4rem;
    margin: 0;
    font-weight: normal;
}

#z270i p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 0;
    color: #FFF;
}

#z270i h6 {
    font-size: 1em;
}

#z270i ul {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#z270i ul li {
    font-family: '"Fjalla One"', sans-serif;
    font-size: 1rem;
    color: #FFF;
}

#z270i 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;
}

#z270i nav ul li:hover {
    color: #009edf;
}

#z270i input:focus,
#z270i .hd-button:focus {
    outline: 0;
}

#z270i .hd-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#z270i 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;
}
*/

#z270i .mobile-open {
    display: none;
}

#z270i .row {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#z270i .col-10 {
    width: 10%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}
#z270i .col-16 {
    width: 16.6%;
    display: inline-block;
    padding: 0 3px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-20 {
    width: 20%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-25 {
    width: 25%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-30 {
    width: 30%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-33 {
    width: 33%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-40 {
    width: 40%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-50 {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-60 {
    width: 60%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-70 {
    width: 70%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-80 {
    width: 80%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-90 {
    width: 90%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}

#z270i .col-100 {
    width: 100%;
    display: inline-block;
    padding: 0 25px;
    margin-right: -5px;
    vertical-align: top;
}


/*++++++++++++++++++++++public+++++++++++++++++++++++++*/

#z270i small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: smaller;
    line-height: 1rem;
}

#z270i .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#z270i .font-center {
    text-align: center;
}

#z270i iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

#z270i iframe.rwd-video {
    height: 625px;
}

#z270i input[type="checkbox"].custom-check + .custom-label:before {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#z270i [class^="ti-"],
[class*=" ti-"] {
    font-size: 2em;
    color: #009edf;
    vertical-align: middle;
}

#z270i div p.secondary-tittle {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}

.style-underline {
    position: relative;
}

#z270i div .content-w1200 {
    padding: 0 70px;
}

#z270i div .content {
    padding: 0 40px;
}

#z270i 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;
}

#z270i 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;
}

#z270i .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);
}

#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+++++++++++++++++++++++++++++++++*/

#z270i #nav .nav-title {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #292929;
    padding: 10px;
    font-family: 'Roboto Light', sans-serif;
    min-height: 68px
}

#z270i #nav .row {
    margin: 0;
}

#z270i #nav .menu-button {
    color: #FFF;
}


/*+++++++++++++++++++++++section-kv+++++++++++++++++++++++++++++++++*/

#z270i #kv {
    position: relative;
    background-color: #000;
}

#z270i .top-img {
    -webkit-animation: colorrun 3s infinite;
    -o-animation: colorrun 3s infinite;
    animation: colorrun 3s infinite;
}

#z270i #kv p {
    position: absolute;
    left: 20%;
    bottom: 20%;
    color: #FFF;
    width: 30%;
    z-index: 99;
}


/*+++++++++++++++++++++++section-slideshow+++++++++++++++++++++++++++++++++*/

#z270i #slideshow .item .content{
    position: absolute;
    width: 35%;
    z-index: 99;    
}
#z270i #slideshow .item .content.position-1 {
    right: 15%;
    top: 24%;
    text-align: right;
}

#z270i #slideshow .item .content.position-2 {
    left: 20%;
    bottom: 29%;
    text-align: left;
}

#z270i #slideshow .item .content.position-3 {
    right: 20%;
    bottom:29%;
    text-align: right;
}

#z270i #slideshow .content.sub-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    color: #FFF;
}

/*+++++++++++++++++++++++section-spac+++++++++++++++++++++++++++++++++*/

#z270i #spac .spac {
    width: 80%;
    margin: 0 auto;
}

#z270i #spac .spac_list img {
    display: inline-block;
}

#z270i #spac .spac_list {
    text-align: left;
   
}

#z270i #spac .spac_list li {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    letter-spacing: initial;
    line-height: 22px;
  
}
#z270i #spac .spac_list li  span{
    font-weight: 300
}
#z270i #spac .spac_list li:nth-child(-n+5){
    left: 4%;
}
#z270i #spac .spac_list li:nth-child(1) {
    top: 21%;
}

#z270i #spac .spac_list li:nth-child(2) {
    top: 30%;
}

#z270i #spac .spac_list li:nth-child(3) {
    top: 42.5%;
}

#z270i #spac .spac_list li:nth-child(4) {
    top: 59%;
}

#z270i #spac .spac_list li:nth-child(5) {
    top: 83%;
}
#z270i #spac .spac_list li:nth-child(n+6){
    right: 3%;
    text-align: right;
}
#z270i #spac .spac_list li:nth-child(6) {
    top: 17.5%;
}
#z270i #spac .spac_list li:nth-child(7) {
    top: 26%;
}
#z270i #spac .spac_list li:nth-child(8) {
    top: 41%;
}
#z270i #spac .spac_list li:nth-child(9) {
    top: 50.5%;
}
#z270i #spac .spac_list li:nth-child(10) {
    top: 60%;
}
#z270i #spac .spac_list li:nth-child(11) {
    top: 66%;
}
#z270i #spac .spac_list li:nth-child(12) {
    top: 90%;
}


/*++++++++++++++++++++++++++section_lighting+++++++++++++++++++++++++++*/
#z270i #lighting {
    background-image: url(../img/lighting/bg.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#z270i #lighting .col-40, #z270i #lighting .col-60 {
    vertical-align: middle;
}

#z270i #lighting #color {
    width: 100%;
    height: 0;
    padding-bottom: 136.9%;
    position: absolute;
    z-index: 1;
}

#z270i #lighting img {
    display: inline-block;
}

#z270i #lighting b {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#z270i #lighting .tip {
    color: #888;
    font-size: 1rem;
}

#z270i .hd-sec-overview .hd-menu li.hd-active{
    border-color:#8D0000;
    background-color: #8D0000;
    color:white;
}

#z270i #lighting .hd-lighting{
    position: relative;
    overflow: hidden;
    background-color: #484848;
}

#z270i #lighting #hd-lightingimg {
    position: relative;
    z-index: 9;
    width: 100%;
}

#z270i #lighting .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}

#z270i #lighting .hd-controls > li {
    width: 20%;
    display: inline-block;
    margin-right: -5px;
    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;
}

#z270i #lighting .hd-controls > li.lighting-active {
    opacity: 1;
}

#z270i #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: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 39%, #ff0000 54%, #00ff2b 60%, #000000 73%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 39%, #ff0000 54%, #00ff2b 60%, #000000 73%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 39%, #ff0000 54%, #00ff2b 60%, #000000 73%, #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 */
}

.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 */
}

.hd-yoyo {
    /* 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: #000000;
    /* Old browsers */
    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%);
    /* FF3.6-15 */
    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%);
    /* Chrome10-25,Safari5.1-6 */
    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%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.hd-starryNight {
    background: #484848;
}

.starry_night {
    display: none;
}

.starry_night li:nth-child(1),
.starry_night li:nth-child(2),
.starry_night li:nth-child(3),
.starry_night li:nth-child(4),
.starry_night li:nth-child(5),
.starry_night li:nth-child(6) {
    animation: starryNight 2s infinite;
}

.starry_night li:nth-child(1) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 12%;
    top: 5%;
    background: radial-gradient(circle, red, #810000, #810000);
}

.starry_night li:nth-child(2) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 17%;
    top: 15%;
    background: radial-gradient(circle, red, #810000, #810000);
}

.starry_night li:nth-child(3) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 83%;
    top: 52%;
    background: radial-gradient(circle, red, #810000, #810000);
}

.starry_night li:nth-child(4) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 46%;
    top: 90%;
    background: radial-gradient(circle, red, #810000, #810000);
}

.starry_night li:nth-child(5) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 40%;
    top: 80%;
    background: radial-gradient(circle, red, #810000, #810000);
}

.starry_night li:nth-child(6) {
    width: 10%;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    right: 75%;
    top: 40%;
    background: radial-gradient(circle, red, #810000, #810000);
}

@-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);
    }
}

@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(30%,-30%) rotate(45deg);
    }
    100% {
        z-index: 1;
        width: 150%;
        height: 180%;
        transform: translate(-100%,-30%) rotate(45deg);
    }
}

@-webkit-keyframes yoyo {
    0% {
        z-index: 1;
        width: 150%;
        height: 220%;
        transform: translate(-100%,-50%) rotate(45deg);
    }
    50% {
        z-index: 1;
        width: 150%;
        height: 220%;
        transform: translate(30%,-50%) rotate(45deg);
    }
    100% {
        z-index: 1;
        width: 150%;
        height: 220%;
        transform: translate(-100%,-50%) rotate(45deg);
    }
}

@-webkit-keyframes starryNight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(750%);
    }
}

@keyframes starryNight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(750%);
    }
}


/* ---------- END color effect ---------- */



/*++++++++++++++++++++++++++section-Aura-sync+++++++++++++++++++++++++++++++++++++*/

#z270i #aura-sync img {
    display: inline-block;
}

#z270i #aura-sync {
    position: relative;
}

#z270i #aura-sync .content-position {
    position: absolute;
    text-align: right;
    right: 10%;
    bottom: 10%;
    width: 30%;
    z-index: 99;
}

#z270i #aura-sync .tip {
    color: #888;
    font-weight: 400;
    font-size: 1rem;
}


/*++++++++++++++++++++++++++section-Audio+++++++++++++++++++++++++++++++++++++*/

#z270i #audio {
    position: relative;
    /*
    background-image: url(../img/audio/audio-section.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
*/
}

#z270i #audio p.p-width {
    max-width: 70%;
}

#z270i #audio .info-position {
    position: relative;
    left: 20%;
    margin-top: 3%;
    width: 900px;
    z-index: 2;
}

#z270i #audio .audio-button .col-25 {
    padding: 10px;
}

#z270i #audio .audio-button .col-25 div {
    border: 2px solid #FFF;
    padding: 25px;
    background-color: #060606;
    cursor: pointer;
    min-height: 300px;
}

#z270i #audio .tip {
    color: #888;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 20px;
}

#z270i #audio .img-position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#z270i #audio .hd-supremefx {
    display: block;
}

#z270i #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;
}

#z270i #audio .hd-supremefx li.hd-active {
    opacity: 1;
}


/*++++++++++++++++++++++++++section-Audio-2+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #audio-2 .mobile-open {
    display: none;
}

#z270i #audio-2 p.audio-tip {
    max-width: 540px;
    position: absolute;
    bottom: -3%;
    left: 17%;
}

#z270i #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;
    }
}

#z270i #audio-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #audio-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #audio-2 figure {
    margin: 0;
}

#z270i #audio-2 .hd-audioinput,
#z270i #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%;
}

#z270i #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);
}

#z270i #audio-2 .hd-audioinput li,
#z270i #audio-2 .hd-audioresulttxt li {
    height: 10%;
    position: relative;
}

#z270i #audio-2 .hd-audioresulttxt li {
    opacity: 0;
}

#z270i #audio-2 .hd-audioresulttxt li:nth-child(2),
#z270i #audio-2 .hd-audioresulttxt li:nth-child(4) {
    height: 6%;
}

#z270i #audio-2 .hd-audioresulttxt li:nth-child(1),
#z270i #audio-2 .hd-audioresulttxt li:nth-child(3) {
    height: 22%;
}

#z270i #audio-2 .hd-audioinput li h4,
#z270i #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;
}


/*
    #z270i #audio-2 .hd-audioresulttxt li:nth-child(1) h4{
        background-color: #F33;
    }
    #z270i #audio-2 .hd-audioresulttxt li:nth-child(2) h4, #z270i #audio-2 .hd-audioresulttxt li:nth-child(3) h4{
        background-color: #094de5;
    }
    #z270i #audio-2 .hd-audioresulttxt li:nth-child(4) h4{
        background-color: #16bc00;
    }
*/

#z270i #audio-2 .hd-audioinput li h4.hd-singleline,
#z270i #audio-2 .hd-audioresulttxt li h4.hd-singleline {
    line-height: 45px;
}

#z270i #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;
}

#z270i #audio-2 .hd-audioresult li {
    height: 33%;
    position: relative;
}

#z270i #audio-2 .hd-audioresult li img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#z270i #audio-2 .hd-audioinput li {
    animation: inputgo 5s infinite;
}

#z270i #audio-2 .hd-audioresult li img {
    animation: resulticongo 5s 1s infinite;
}

#z270i #audio-2 .hd-audioresult li img:last-child {
    animation: resulticongo 5s 1s infinite, resulticonlight 5s 1s infinite;
}

#z270i #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+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #audio-3 .tip {
    color: #888;
    font-size: 1rem;
    margin-top: 30px;
}

#z270i #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;
}

#z270i #audio-3 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #audio-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #audio-3 .col-50 {
    padding: 0 50px;
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-Audio-4+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #audio-4 .center {
    text-align: center;
    margin-bottom: 140px;
}

#z270i #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;
}

#z270i #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;
}

#z270i #audio-4 li.audio-tag {
    position: absolute;
    z-index: 2;
}

#z270i #audio-4 .col-40,
#z270i #audio-4 .col-60 {
    vertical-align: middle;
}

#z270i #audio-4 li.audio-tag:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #ce004a;
}

#z270i #audio-4 li.audio-tag:nth-child(1) {
    width: 400px;
    top: -26%;
    right: 0;
}

#z270i #audio-4 li.audio-tag:nth-child(2) {
    width: 355px;
    top: 21%;
    right: 4%;
}

#z270i #audio-4 li.audio-tag:nth-child(3) {
    width: 330px;
    top: 68%;
    right: 3%;
}

#z270i #audio-4 li.audio-tag:nth-child(4) {
    width: 366px;
    bottom: -50%;
    left: 40.5%;
}

#z270i #audio-4 li.audio-tag:nth-child(1):before {
    display: none;
}

#z270i #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);
}

#z270i #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);
}

#z270i #audio-4 li.audio-tag:nth-child(4):before {
  width: 215px;
    height: 293px;
    left: -357px;
    top: -219px;
    border-top: none;
    border-right: none;
    transform: skewX(40deg);
}

#z270i #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;
}

#z270i  #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: -552px;
    top: -289px;
}

#z270i  #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);
}

    #b250f #audio-mobile{
        display: none
    }

/*++++++++++++++++++++++++++section-performance+++++++++++++++++++++++++++++++++++++*/

#z270i #performance {
    background-image: url(../img/performance/bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#z270i #performance .content-w1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #performance .col-50 {
    padding: 0 20px 0 0;
    position: relative;
    vertical-align: middle;
}

#z270i #performance .tip {
    color: #888;
    font-weight: 400;
    font-size: .5rem;
    line-height: 16px
}

#z270i #performance .border-title {
    text-align: center;
    padding-bottom: 10px;
    color: #888;
}

#z270i #performance ul {
    position: absolute;
    top: 39%;
    left: 29%;
    font-size: 1rem;
    list-style-type: none;
    list-style-position: inside;
    color: #FFF;
    line-height: 1rem;
    font-family: 'Roboto light',sans-serif;
    line-height: 24px
}
#z270i #performance ul li{
    font-family: 'Roboto light',sans-serif;
        line-height: 24px
}


/*++++++++++++++++++++++++++section-performance-2+++++++++++++++++++++++++++++++++++++*/

#z270i #performance-2 {
    position: relative;
}

#z270i #performance-2 .info-position {
    padding: 0 20px;
    position: absolute;
    text-align: right;
    top: 24%;
    right: 9%;
    width: 27%;
}

/*++++++++++++++++++++++++++section-performance-3+++++++++++++++++++++++++++++++++++++*/

#z270i #performance-3 {
    position: relative;
    background-image: url(../img/performance/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#z270i #performance-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}


#z270i #performance-3 ul {
    list-style-type: disc;
    padding-left: 15px;
}

#z720i #performance-3 ul li{
        font-family: 'Roboto Condensed', sans-serif;
}



/*++++++++++++++++++++++++++section-performance-4+++++++++++++++++++++++++++++++++++++*/
/* ------------ SEC_overview ------------ */

/*
#z270i #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;
}
*/


	#z270i #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;
    }

	#z270i #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;
	}
	#z270i #performance-4 .hd-sec-overview .hd-menu ul{
		display: flex;
		justify-content: space-around;
		padding:30px 0;
	}
	#z270i #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);
	}
	#z270i #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);
	}
	#z270i #performance-4 .hd-sec-overview .hd-menu li:hover{
		border-color:white;
		color:white;
	}
	#z270i #performance-4 .hd-sec-overview .hd-menu li.hd-active{
		border: 2px solid #FFF;
		color:white;
	}
	
/*
	#z270i #performance-4 .hd-details {
		padding-bottom: 70px;
	}
*/
	#z270i #performance-4 .hd-details .hd-button svg{
		fill:#8D0000;
	}
	#z270i #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);
	}
	#z270i #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);
	}
	#z270i #performance-4 .hd-details .hd-button:hover{
		color:#ffffff;
	}
	#z270i #performance-4 .hd-details .hd-button:hover svg{
		fill:#ffffff;
	}
	#z270i #performance-4 .hd-details .hd-next{
		float:right;
	}
	#z270i #performance-4 .hd-details .hd-next:after{
		content:"";
		display: block;
		width: 0;
		clear:both;
	}
	.hd-details .hd-detail{
		display: none;
        margin-bottom: 50px;
	}
	.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;
	}
	
	#z270i #performance-4 .hd-sec-mode h3{
		margin-bottom: 50px;
	}
	#z270i #performance-4 .hd-sec-mode p{
		margin:0 auto 80px;
	}

	#z270i #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);
	}
	#z270i #performance-4 .hd-open svg{		
		-webkit-transform: rotateZ(270deg);
		   -moz-transform: rotateZ(270deg);
		    -ms-transform: rotateZ(270deg);
		     -o-transform: rotateZ(270deg);
		        transform: rotateZ(270deg);
	}
	#z270i #performance-4 .hd-sec-mode .txt_decoline:hover{
		color:white;
	}
	#z270i #performance-4 .hd-sec-mode .txt_decoline:hover svg{
		fill:white;
	}
	#z270i #performance-4 .hd-sec-mode .mode-content {
		display: none;
		margin:5px;
		position: relative;
	}
	#z270i #performance-4 .hd-sec-mode .mode-content ul{
		padding:25px 35px;
		background:#3A3A3A;
		box-shadow: 0 0 200px 100px black inset;
	}
	#z270i #performance-4 .hd-sec-mode .mode-content p{
		margin-bottom: 25px;
	}

	#z270i #performance-4 .hd-pic01{
		width: 100%;
		height: 189px;
		background: center center no-repeat;
		background-size: 1920px;
	}

	#z270i #performance-4 .hd-sec-controller{
		margin-top: 130px;
		background:top left no-repeat;
	}
	#z270i #performance-4 .hd-sec-controller p{
		margin:70px 100px 0 10px;
	}
	
	#z270i #performance-4 .hd-sec-controller .hd-box{
		position: absolute;
		/*width: 500px;*/
		top: 55px;
		right: 0;
	}
	#z270i #performance-4 .hd-sec-controller .hd-decolinebox{
		position: absolute;
		top: -46px;
		right: 0;
		width: 110%;
	}
	#z270i #performance-4 .hd-sec-controller .hd-decolinebox li{
		margin-bottom: 15px;
	}
	#z270i #performance-4 .hd-sec-controller .txt_decoline{
		max-width: 460px;
		margin-bottom: 10px;
		font-size: 21px;
		position: relative;
	}
	#z270i #performance-4 .hd-sec-controller .txt_decoline:before{
		content: "";
		display: block;
		position: absolute;
		border:1px solid #FF0000;
		transform: skewX(-35deg);
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(1) .txt_decoline:before{
		width: 0px;
		height: 160px;
		left: -57px;
		top:26px;
		border-left: none;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(2) .txt_decoline{
		padding-left: 30px;
	}
	#z270i #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;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(3) .txt_decoline{
		padding-left:100px;
	}
	#z270i #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);
	}
	#z270i #performance-4 .hd-sec-controller .txt_decoline span{
		display: inline-block;
	}
	#z270i #performance-4 .hd-sec-controller .txt_decoline span:first-child{
		font-size: 48px;
	}
	#z270i #performance-4 .hd-sec-controller li li span{
		font-size: 30px;
		line-height: 24px;
		text-align: left;
	}
	#z270i #performance-4 .hd-sec-controller li li small{
		display: block;
		line-height: 12px;
	}

	#z270i #performance-4 .hd-sec-controller li ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin-top: 12px;
	}
	#z270i #performance-4 .hd-sec-controller li li{
		position: relative;
		display: inline-block;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(1) li{
		width: 30%;
		padding-left: 25px;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(2) li:first-child{
		width: 25%;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(2) li{
		width: 40%;
	}
	#z270i #performance-4 .hd-sec-controller li:nth-child(3) li{
		width: 26%;
	}
/* ------------ END SEC_overview ------------ */


/*++++++++++++++++++++++++++section-performance-5+++++++++++++++++++++++++++++++++++++*/

#z270i #performance-5 {
    position: relative;
}

#z270i #performance-5 .performance-chart {
    position: absolute;
    z-index: 2;
    bottom: 12%;
    left: 32%;
    max-width: 250px;
}

#z270i #performance-5 .performance-tip {
    position: absolute;
    z-index: 2;
    top: 21%;
    left: 76%;
    max-width: 250px;
}

#z270i #performance-5 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
}

#z270i #performance-5 .tip {
    color: #888;
    font-size: 1rem;
    margin-top: 30px;
}

#z270i #performance-5 ul {
    list-style-type: disc;
    padding-left: 15px;
}


/*++++++++++++++++++++++++++section-performance-6+++++++++++++++++++++++++++++++++++++*/

#z270i #performance-6 {
    position: relative;
    background-image: url(../img/performance/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#z270i #performance-6 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #performance-6 .sub-title {
    font-family: "Fjalla One",sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#z270i #performance-6 .grey{
    color: #828283;
    font-weight:bold
}

#z270i #performance-6 ul {
    list-style-type: disc;
    padding-left: 15px;
}


/*++++++++++++++++++++++++++section-networking+++++++++++++++++++++++++++++++++++++*/

#z270i #networking {
    position: relative;
    background-image: url(../img/networking/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

#z270i #networking .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #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);
}

#z270i #networking .col-50 {
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-networking-2+++++++++++++++++++++++++++++++++++++*/

#z270i #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: -3%;
}

#z270i #networking-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}

#networking-2 img.mobile-guard {
    width: 45%;
}
#z270i #networking-2 .row{
    margin-top: 120px
}
#z270i #networking-2 .col-50 {
    vertical-align: middle;
    position: relative;
}

#z270i #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;
}

#z270i #networking-2 .scroll-active.on {
    top: 10%;
}

#z270i #networking-2 .p-position {
    color: #ce004a;
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, .8);
    font-weight: bold
}

#z270i #networking-2 .p-position:nth-child(2) {
    bottom: 59%;
    right: 10%;
}

#z270i #networking-2 .p-position:nth-child(3) {
    bottom: 10%;
    right: 5%;
}

#z270i #networking-2 .p-position:nth-child(4) {
    top: 43%;
    right: 17%;
    opacity: 0;
}

#z270i #networking-2 .p-position:nth-child(4).scroll-active.on {
    top: 33%;
    right: 17%;
    opacity: 1;
}

#z270i #networking-2 .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);
}

#z270i #networking-2 .col-50 {
    vertical-align: middle;
}


/*++++++++++++++++++++++++++section-networking-3+++++++++++++++++++++++++++++++++++++*/

#z270i #networking-3 {
    position: relative;
    background-image: url(../img/networking/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 180px 0;
}

#z270i #networking-3 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
}
#z270i #networking-3 .hd-button{
    margin: 0 auto;
    left: 0;
    right: 0
}
#z270i #networking-3 .hd-button a{
    color: white
}
#z270i #networking-3 .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 auto;
    display:block;
    cursor: pointer;
    width: 152px;
}

/*++++++++++++++++++++++++++section-connectivity+++++++++++++++++++++++++++++++++++++*/

#z270i #connectivity {
    position: relative;
    background-image: url(../img/connectivity/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

#z270i #connectivity .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #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);
}

#z270i #connectivity .col-50 {
    vertical-align: middle;
}
#z270i #connectivity .tip {
    color: #888;
    font-weight: 400;
    font-size: .5rem;
    line-height: 16px
}
/*++++++++++++++++++++++++++section-games-guardian+++++++++++++++++++++++++++++++++++++*/

#z270i #games-guardian {
    position: relative;
    background-image: url(../img/games-guardian/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

#z270i #games-guardian figure {
    margin: 0 -5px 0 0;
}

#z270i #games-guardian .font-hover {
    position: absolute;
    top: 26%;
    padding: 10%;
    z-index: 0;
    width: 100%
}

#z270i #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;
}

#z270i #games-guardian img.img-hover:hover {
    opacity: .1;
}

#z270i #games-guardian .font-hover h3.content.sub-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #ce004a;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

#z270i #games-guardian .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #games-guardian .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #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);
}

#z270i #games-guardian .col-25 {
    vertical-align: top;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}

#z270i #games-guardian .col-33 {
    vertical-align: middle;
    padding: 0;
    width: 33.33%;
    position: relative;
}

#z270i #games-guardian #hd-more {
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    height: 126px;
    background: url(../img/games-guardian/more-bg.jpg) center center no-repeat;
    background-size: 1600px;
    padding: 40px 0 10px;
    cursor: pointer;
}

#z270i #games-guardian #hd-more svg {
    fill: #808080;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    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;
}

#z270i #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);
}

#z270i #games-guardian h3 {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 300;
}

#z270i #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;
}

#z270i #games-guardian .sub-title.more {
    font-family: 'ROGFontsv', sans-serif;
    font-size: 3rem;
    line-height: 2rem;
}

#z270i #games-guardian .hd-content .sub-title {
    color: #ce004a;
    height: 65px;
}

#z270i #games-guardian #hd-sec-hidden {
    display: none;
}

#z270i #games-guardian #hd-sec-hidden .txt_decoline {
    text-align: center;
    line-height: 1rem;
    font-size: 2rem;
}

#z270i #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;*/
}

#z270i #games-guardian #hd-sec-hidden .hd-content p {
    margin-bottom: 20px;
}

#z270i #games-guardian #hd-sec-hidden .hd-content p span {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
}

#z270i #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 );
*/
}

#z270i #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;
}

#z270i #games-guardian .row{
    margin-top: 50px
}
#z270i #games-guardian .col-50{
    padding: 0
}

/*++++++++++++++++++++++++++section-gives-you-more+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #gives-you-more p.p-width {
    max-width: 70%;
}

#z270i #gives-you-more .first-title {
    padding: 3% 0;
}

#z270i #gives-you-more .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #gives-you-more .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #gives-you-more .col-50 {
    padding: 0;
}

#z270i #gives-you-more .row .col-50:first-child {
    padding-left: 5%;
}

#z270i #gives-you-more .col-30 {
    vertical-align: middle;
    padding: 0 10px;
    width: 30%;
    margin-right: -5px;
}

#z270i #gives-you-more .col-40 {
    vertical-align: middle;
    padding: 0 10px;
    width: 40%;
    margin-left: -5%;
}


/*
#z270i #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);
}

#z270i #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);
}
*/

#z270i #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;
}

#z270i #gives-you-more ul li.gray {
    background-image: url(../img/gives-you-more/banner-2.png);
}

#z270i #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;
}

#z270i #gives-you-more .info-position {
    position: relative;
    left: 14%;
    width: 50%;
    z-index: 2;
    margin-top: 5%;
}

#z270i #gives-you-more .img-position {
    position: absolute;
    top: 38%;
    right: 0;
    z-index: 1;
}


/*video*/

#z270i #video.hd-videobox2.v-open {
    height: 100vh;
}

#z270i #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;
}

#z270i #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+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #gives-you-more-2 .first-title {
    padding: 3% 0;
}

#z270i #gives-you-more-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#z270i #gives-you-more-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}


/*++++++++++++++++++++++++++gaming-innovation+++++++++++++++++++++++++++++++++++++*/

#z270i #gaming-innovation {
    position: relative;
    background-image: url(../img/gaming-innovation/title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#z270i #gaming-innovation .new-number {
    display: none;
}


/*
#z270i #gaming-innovation .first-title {
   padding: 3% 0;
}
*/

#z270i #gaming-innovation .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #gaming-innovation .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}


/*
#z270i #gaming-innovation .col-50 {
    vertical-align: middle;
}
*/

#z270i #gaming-innovation .col-50.word-width {
    max-width: 600px
}

#z270i #gaming-innovation .tip {
    color: #888;
    font-size: .8rem;
    margin-bottom: 5px;
}

#z270i #gaming-innovation .hd-3dtag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#z270i #gaming-innovation .hd-3dtag li {
    max-width: 320px;
    position: absolute;
    top: -30px;
    right: 0;
}

#z270i #gaming-innovation .hd-3dtag h4 {
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#z270i #gaming-innovation .hd-3dtag small {
    display: block;
    font-size: .85rem;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(1) {
    width: 12%;
    top: -1%;
    right: 45%;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(1) h4 {
    padding-left: 25px;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(2) {
    width: 12%;
    top: 11%;
    right: 44%;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(2) h4 {
    padding-left: 25px;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(3) {
    width: 12%;
    top: 34%;
    right: 33%;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(3) h4 {
    padding-left: 15px;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(4) {
    width: 12%;
    top: 46%;
    right: 26.5%;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(4) h4 {
    padding-left: 15px;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(1),
#z270i #gaming-innovation .hd-3dtag li:nth-child(2),
#z270i #gaming-innovation .hd-3dtag li:nth-child(3),
#z270i #gaming-innovation .hd-3dtag li:nth-child(4) {
    min-width: 150px;
    max-width: 250px;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(1):before,
#z270i #gaming-innovation .hd-3dtag li:nth-child(2):before,
#z270i #gaming-innovation .hd-3dtag li:nth-child(3):before,
#z270i #gaming-innovation .hd-3dtag li:nth-child(4):before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #FF0000;
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(1):before {
    width: 97px;
    height: 36px;
    left: 108%;
    top: 58%;
    border-bottom: none;
    border-right: none;
    transform: skewX(-40deg);
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(2):before {
    width: 97px;
    height: 36px;
    left: 108%;
    top: 58%;
    border-bottom: none;
    border-right: none;
    transform: skewX(-40deg);
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(3):before {
    width: 97px;
    height: 36px;
    left: 108%;
    top: 58%;
    border-bottom: none;
    border-right: none;
    transform: skewX(-40deg);
}

#z270i #gaming-innovation .hd-3dtag li:nth-child(4):before {
    width: 55%;
    height: 32%;
    left: 108%;
    top: 58%;
    border-bottom: none;
    border-right: none;
    transform: skewX(-40deg);
}

#z270i #gaming-innovation .hd-3dtag .txt_decoline {
    font-family: "Fjalla One", sans-serif;
    background: url(../img/gaming-innovation/deco-line.png) left bottom no-repeat;
    font-size: 1.3rem;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #ce004a;
    text-transform: uppercase;
}

/*++++++++++++++++++++++++++3d-printing-friendly+++++++++++++++++++++++++++++++++++++*/

#z270i #threed-printing-friendly {
    position: relative;
}

#z270i #threed-printing-friendly .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #threed-printing-friendly .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}

#z270i #threed-printing-friendly .col-50.word-width {
    padding-top: 4%;
    max-width: 600px
}

#z270i #threed-printing-friendly .tip {
    color: #888;
    font-weight: 400;
    font-size: .8rem;
    margin-bottom: 5px;
}
#z270i #threed-printing-friendly .word-width .tip + img{
    margin-top: 40px;
    max-width: 140px !important;
}

#z270i #threed-printing-friendly .hd-3dtag {
    position: absolute;
    top: 27.5%;
    right: -28%;
    width: 100%;
}

#z270i #threed-printing-friendly .hd-3dtag li {
    position: absolute;
    top: 214px;
    width: 222px;
    right: -3%;
}

#z270i #threed-printing-friendly .hd-3dtag h4 {
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#z270i #threed-printing-friendly .hd-3dtag li small {
    display: block;
    font-size: .85rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}
#z270i #threed-printing-friendly .hd-3dtag li img {
    position: absolute;
    right: -120%;
    top: 30%;
}
#z270i #threed-printing-friendly .hd-3dtag li:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #FF0000;
    width: 0;
    height: 23%;
    left: -30.5%;
    top: 58%;
    border-top: none;
    border-right: none;
    border-bottom: none;
    transform: skewX(-50deg);
}

#z270i #threed-printing-friendly .hd-3dtag .txt_decoline {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.3rem;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #ce004a;
    text-transform: uppercase;
    position: relative;
}
#z270i #threed-printing-friendly .hd-3dtag .txt_decoline:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -20%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce004a+0,ce004a+67,000000+100 */
    background: #ce004a; /* Old browsers */
    background: -moz-linear-gradient(left, #ce004a 0%, #ce004a 67%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ce004a 0%,#ce004a 67%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ce004a 0%,#ce004a 67%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce004a', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}


#z270i #threed-printing-friendly #hd-more-d {
    width: 100%;
    max-width: 1920px;
    height: 126px;
    background: url(../img/games-guardian/more-bg.jpg) center center no-repeat;
    background-size: 1600px;
    padding: 40px 0 10px;
    margin:0 auto;
    cursor: pointer;
}

#z270i #threed-printing-friendly #hd-more-d svg {
    fill: #808080;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    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;
}

#z270i #threed-printing-friendly #hd-more-d.hd-open svg {
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}

#z270i #threed-printing-friendly #hd-more-d .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;
}

#z270i #threed-printing-friendly #hd-more-d .sub-title.more {
    font-family: 'ROGFontsv', sans-serif;
    font-size: 3rem;
    line-height: 2rem;
}

#z270i #threed-hidden{
    display: none;
}



/*++++++++++++++++++++++++++3d-printing-friendly-2+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}

#z270i #threed-printing-friendly-2 .first-title {
   padding: 3% 0;
}

#z270i #threed-printing-friendly-2 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px 20px;
}

#z270i #threed-printing-friendly-2 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #threed-printing-friendly-2 .col-50 {
    vertical-align: top;
}

#z270i #threed-printing-friendly-2 .col-33 {
    padding: 50px;
}

#z270i #threed-printing-friendly-2 h4.content.sub-title {
    color: #ce004a;
}
/*++++++++++++++++++++++++++3d-printing-friendly-3+++++++++++++++++++++++++++++++++++++*/

#z270i #threed-printing-friendly-3 img {
    display: inline-block;
}

#z270i #threed-printing-friendly-3 a {
    text-shadow: 0 0 14px rgba(56, 0, 26, 0.8);
    color: #fbde00;
}

#z270i #threed-printing-friendly-3 p.hd-txt_play {
    color: #fbde00;
}

#z270i #threed-printing-friendly-3 {
    position: relative;
}

#z270i #threed-printing-friendly-3 .first-title {
    padding: 3% 0;
}

#z270i #threed-printing-friendly-3 .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #threed-printing-friendly-3 .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #threed-printing-friendly-3 .col-50 {
    vertical-align: middle;
}

#z270i #threed-printing-friendly-3 .col-33 {
    padding: 50px;
}

#z270i #threed-printing-friendly-3 .hd-process a {
    margin: 10px 0;
}

#z270i #threed-printing-friendly-3 .hd-sec-process {
    margin-bottom: 170px;
}

#z270i #threed-printing-friendly-3 .hd-process {
    overflow: hidden;
    width: 100%;
    margin: 60px 0 0 0;
}

#z270i #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));
}

#z270i #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;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(1) {
    background-color: #ce004a;
    margin-left: 0;
    z-index: 4;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(1):after {
    border-left-color: #ce004a;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(2) {
    background-color: #ce004a;
    z-index: 3;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(2):after {
    border-left-color: #ce004a;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(3) {
    background-color: #ce004a;
    z-index: 2;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(3):after {
    border-left-color: #ce004a;
}

#z270i #threed-printing-friendly-3 .hd-process li:nth-child(4) {
    background-color: #ce004a;
    z-index: 1;
}

#z270i #threed-printing-friendly-3 #learnmore {
    display: block;
    width: 300px;
    height: 74px;
    border-radius: 5px;
    margin: 50px auto;
    position: relative;
}

#z270i #threed-printing-friendly-3 #learnmore h3 {
    border: 2px solid #ce004a;
    padding: 25px 0;
}

#z270i #threed-printing-friendly-3 #learnmore:hover h3 {
    color: white;
    background-color: rgba(0, 0, 0, .6);
}


/*
#z270i #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+++++++++++++++++++++++++++++++++++++*/

#z270i #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;
}


/*
#z270i #beyond-vr-ready .first-title {
   padding: 3% 0;
}
*/

#z270i #beyond-vr-ready .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #beyond-vr-ready .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #beyond-vr-ready .col-50 {
    padding: 0;
}


/*++++++++++++++++++++++++++section-intel+++++++++++++++++++++++++++++++++++++*/

#z270i #intel {
    position: relative;
    background-image: url(../img/intel/title.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -180px;
}


/*
#z270i #intel .first-title {
   padding: 3% 0;
}
*/

#z270i #intel .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #intel .content-w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

#z270i #intel .col-50 {
    padding: 0;
}

#z270i #intel .tip {
    color: #888;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 5px;
}