* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'DIN Pro', Arial, sans-serif;
    text-decoration: none;
}

a {
    border: none;
    color: #fff;
}

#container img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0, 1) 40%, rgba(20,20,20, 1) 50%, rgba(30,30,30, 1) 85%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0, 1) 40%, rgba(20,20,20, 1) 50%, rgba(30,30,30, 1) 85%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0, 1) 40%, rgba(20,20,20, 1) 50%, rgba(30,30,30, 1) 85%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#710100', endColorstr='#2c0001', GradientType=0);
    /* IE6-9 */
}

#container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: block;
}

#N16{
    width: 100%;
    height: auto;
    padding:  0 0 35%  0;
    background: #000 url(https://asset.msi.com/event/nb/2016/uk_promotion/images/banner2.jpg) 0 0 no-repeat;
    background-size: 100%;
}
#N16 .headerBox{
    position: relative;
    z-index: 10;
    top: 0;
}
#N16 .headerBox .msi {
    float: left;
    padding-left: 2.5em;
    width: 19%;
}

#N16 .headerBox .intelTEXT {
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: 1.2%;
    padding-right: 1%;
}

#N16 .headerBox .intelTEXT li a {
    font-size: 1.2vw;
    font-weight: bold;
    transition: 0.2s all ease-out 0.06s;
}

#N16 .headerBox .intelTEXT li a:hover {
    color: #FE0000;
}

#N16 .headerBox .intelTEXT li {
    color: #fff;
    font-size: 1.2vw;
}

#N16 .headerBox .intelpic {
    position: relative;
    z-index: 10;
    float: right;
    display: inline-block;
    width: 10%;
    margin-bottom: -7vh;
    margin-top: 1.2%;
    margin-right: 3vw;
    text-align: right;
}

#N16 .banner {
    clear: both;
}

#N16 .banner .ctabtn {
    width: 15%;
    position: relative;
    z-index: 10;
    float: right;
    margin-top: -4%;
    margin-right: 2.5vw;
}

article {
    width: 100%;
    margin-top: 3vh;
}

aside {
    width: 20%;
    height: auto;
    float: left;
    clear: left;
    color: #fff;
    font-size: 1vw;
    line-height: 40px;
    padding: 0 0 2em 2em;
}

aside ul li {
    width: 90%;
    height: 100%;
    padding: 0;

}
aside ul li:hover{
  /*background: #950000;  */
  box-shadow: -10px 0 0px #B60000;
}
aside ul li:active{
    box-shadow: -10px 0 0px #660000;
}
.current{
   box-shadow: -10px 0 0px #B60000;
   background: #FE0000;
}
aside ul li a {
    padding: 5% 0% 5% 5%;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.2s all ease-out 0.06s;
}

aside ul li a:hover {
    width: 100%;
    height: 100%;
    background: #FE0000;
    color: #fff;    
    padding-left:10%;
    transition: 0.2s all ease-out 0.06s;
}

aside ul li a:active {
    color: #fff;
    transition: all 50ms;

}

aside ul li:last-of-type a :hover {
    color: #FE0000;
}

.content {
    width: 76%;
    height: auto;
    float: right;
    clear: right;
    padding: 0 3vw 0 0;
}

.content .product {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 5vh;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
}

.content .product .pic {
    width: 50%;
    height: 85%;
    padding-top: 5vh;
    padding-left: 2vw;
    float: left;
    clear: left;
    text-align: right;
}

.content .product .spec {
    width: 49%;
    height: 85%;
    float: right;
    clear: right;
    padding-right: 5%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: bold;
}

.spec .vrlogo{
    width:50%;     
    float: right;
    position:relative;
    left: 0;
}
.vrlogo img{
    max-width: 200px;
}

.content .product .spec p {
    /*display: none;*/
    vertical-align: top;
    padding: 10% 0 6% 0;
    line-height: 1.6vw;
}

.content .product .spec p span {
    font-size: 1.5vw;
    color: #f00;
    padding-top: 5%;
}
.content .product .spec p sup {
    font-size: 0.8em;
    vertical-align:0.2em;
}
#spectext10{
    
}
.active {
    display: inline-block;
}

.content .product .item-model {
    width: 100%;
    min-height: 30%;
    clear: both;
    background: -moz-linear-gradient(left, rgba(254, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    font-size: 0;
    margin: 0px auto;
}

.content .product .item-model:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.content .product .item-model span:first-of-type {
    display: inline-block;
    width: 45%;
    /*background-color: #ff0;*/
    color: #fff;
    font-size: 1.5vw;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    padding: 2.5% 0;
}

.content .product .item-model span:last-of-type{
    /*background-color: #f0F;*/
    display: inline-block;
    width: 50%;
    height: auto;
    color:#000;
    text-align: right;
    font-size: 1.4vw;
    vertical-align: middle;
    font-weight: 900;
}
.content .product .item-model span:last-of-type i{
    font-size: 2.2vw;
    color: #FE0000;   
    /*vertical-align: middle;*/
}
.content .title {
    font-size: 1.6vw;
    line-height: 2.9vw;
    color: #FE0000;
    border-bottom: #FE0000 3px solid;
}

.content .wtb {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 2%;
    padding: 0;
    padding-bottom: 3%;
    border-bottom: #780001 1px dashed;
}

.content .wtb .wtbimg {
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
}

footer {
    color: #fff;
    width: 100%;
    height: auto;
    clear: both;
    font-size: 10px;
    text-align: center;
    padding: 30px 30px;
}

.wtb .wtbimg {
    position: relative;
    overflow: hidden;
}

.add {
    width: 76%;
    height: auto;
    float: right;
    clear: right;
    padding: 0 3vw 0 1.5vw;
}

.add .wtbimg {}

.add p {
    margin-left: 1.8vw;
    margin-top: 1vw;
    color: #fff;
    font-size: 1.2vw;
}


/*.wtb:hover+span {
        bottom: -36px;
        opacity: 1;
    }
    
    .wtb .wtbimg::before {
        position: absolute;
        top: -2px;
        left: -65%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    
    .wtb .wtbimg:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    @keyframes shine {
        100% {
            left: 125%;
        }
    }*/

@media screen and (max-width:1680px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:960px) {}

@media screen and (max-width:768px) {
    header {
        margin-top: 3%;
    }
    header .headerBox .intelTEXT {
        float: none;
        display: inline-block;
        text-align: right;
        margin-top: -3.8%;
        padding-right: 17%;
        width: 100%;
        line-height: 2.7vw;
    }
    header .banner .ctabtn {
        width: 50%;
        position: relative;
        z-index: 10;
        float: none;
        margin: 4% auto;
        text-align: center;
    }
    aside {
        width: 100%;
        height: auto;
        float: none;
        clear: none;
        color: #fff;
        padding: 3vw;
    }
    aside ul li {
        display: inline-block;
        width: 49%;
        text-align: left;
        padding: 2% 0 2% 5%;
        margin-bottom: 5px;
        font-size: 24px;
    }

    aside ul li:last-of-type {
        width: 100%;
    }
    .content {
        width: 100%;
        height: auto;
        float: none;
        clear: none;
        padding: 0 3vw;
    }
    .content .product .pic {
        width: 100%;
        /*background-color: #000;*/
        float: none;
        clear: none;
        font-size: 24px;
    }
    .content .product .spec {
        max-width: 100%;
        width: 100%;
        float: none;
        clear: none;
        margin: 0 auto;
        font-size: 4vw;
        padding: 0 7vw;
    }
    .content .product .spec p {
        color: #000;
        line-height: 5.5vw;
        margin: 0 auto;
    }
    .content .product .item-model {
        width: 100%;
        min-height: 15%;
        clear: both;
        background: #fff;
        /* IE6-9 */
        font-size: 0;
        margin: 20px auto;
    }
    .content .product .item-model span:first-of-type {
        width: 100%;
        font-size: 24px;
        background-color: #fe0000;
        padding: 15px 0;
    }
    .content .product .item-model span:last-of-type {
        width: 100%;
        text-align: center;
        font-size: 30px;
        padding: 15px 0;
    }
    .content .title {
        font-size: 24px;
        line-height: 36px;
        color: #FE0000;
        border-bottom: #FE0000 3px solid;
    }
    .wtb {
        text-align: center;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
    aside ul {
        text-align: center;
    }
    aside ul li {
        display: inline-block;
        width: 60%;
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 0;
    }
}

@media screen and (max-width:320px) {
    aside ul li {
        display: block;
        width: 70%;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slideInLeft {
    animation-duration: 0.5s;
}

@keyframes slideInRight {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slideInRight {
    animation-duration: 0.5s;
}
