@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=greek,latin');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700;');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700');
body {
    font-family: 'Yanone Kaffeesatz','PT Sans Narrow','Open Sans Condensed','Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Yanone Kaffeesatz','PT Sans Narrow','Open Sans Condensed','Oswald', '微軟正黑體' !important;
    /*Firefox hack*/
    font-size: 30px;
    background: #000;
    padding: 0;
    margin: 0;
    color: #fff;
}

img {
    width: 100%;
    outline: none;
    border: 0;
}

.frame {
    margin: 0 auto;
    padding: 1em 0;
    overflow: hidden;
    width: 1366px;
}

#playBtn {
    cursor: pointer;
}

.frame.full {
    width: 100%
}

.title {
    font-family: 'Yanone Kaffeesatz','PT Sans Narrow','Open Sans Condensed','Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-size: 2em;
    line-height: 1.3em;
    color: #ED1B2F;
}

.text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #ddd;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.note {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #bbb;
}

.video {
    height: 0;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 */
}

.video video,
.video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

p {
    margin: 0.5em 0;
}

.mainbar {
    width: 100%;
    background: #111;
    overflow: auto;
    height: 140px;
    font-size: 15px;
    line-height: 22px;
    color: #666;
    border-bottom: #111 solid 1px;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.mainbar:hover {
    height: 150px;
    background: #000;
    color: #CCC;
    border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
    padding: 20px 0 0 0;
    font-size: 36px;
    line-height: 40px;
}

.mainbar .btn {}

.mainbar .btn a {
    color: #666;
    margin-left: 1em;
    margin-right: 1em;
}

.mainbar .btn a:hover {
    color: #ec6c00;
}

.table {
    /*display: table;*/
    /*min-height:500px;*/
    overflow: visible;
}

.table .cell {
    display: table-cell;
    vertical-align: middle;
}

.table .cell_HIDE {
    display: none;
    vertical-align: middle;
}

.table .cell_SHOW {
    display: table-cell;
    vertical-align: middle;
}

.table .cell .left {
    float: left;
    margin-left: 5%;
    /*margin-right:4%;*/
    text-align: left;
}

.table .cell .right {
    float: right;
    margin-right: 5%;
    /*margin-left:4%;*/
    text-align: left;
}

.table .cell .center {
    /*padding:1em 10% 0;*/
    padding: 0em 30px 0;
    /*min-height:400px;*/
    overflow: visible;
}

.table .cell .offsetRight {
    margin-right: -25%;
}

.table .cell .offsetLeft {
    margin-left: -25%;
}

.table .cell .btn a {
    color: #fff;
    background-color: #036;
    border-radius: 5px;
    box-shadow: 0px 0px 16px rgba(4, 111, 204, 1) inset;
    padding: 8px 16px;
    text-decoration: none;
    -o-transition: background .10s linear;
    -webkit-transition: background .10s linear;
    -moz-transition: background .10s linear;
    transition: background .10s linear;
}

.table .cell .btn a:hover {
    background-color: #03C;
}

.table .img {
    margin-top: 30px;
}

.table .side {
    width: 10%;
    display: block;
}

.table .margin0auto {
    margin-left: auto;
    margin-right: auto;
}

.table .break {
    clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
    width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
    width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
    width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
    width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
    width: 47.5%;
}

.table .col52,
.table .col52s {
    width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
    width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
    width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
    width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
    width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
    width: 95%;
}

.fade {
    position: relative;
    overflow: auto;
    display: block;
}

.fade .pic2 {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
}

.img-large {
    display: block;
}

.img-small {
    display: none;
}
/*features start*/



#header {
    position: relative;
    /*height: 504px;*/
    background-repeat: no-repeat;
    /*min-height: 500px;
     */
}

#header .title {
    margin: 0 auto;
    width: auto;
    z-index: 11;
    left: 50%;
    top: 50%;
    position: absolute;
    color: #fff;
    margin: -67px 0 0 13px;
    /*border-radius: 5px;
     */
}

#header .frame {
    padding-top: 0;
}


/*features end*/
/*@media screen and (max-width: 1600px) {}*/

/*4 Pic Start*/
.m-wrap .section.dark
{
				background-color: rgba(0, 0, 0, 0);
}
#top
{
				background: rgba(0, 0, 0, 0);
}

.m-wrap .picnav-item .title
{
    background: rgba(0, 0, 0, 0);
}
#top .picnav-item a:hover .title
{
    color: #ED1B2F;
}
#top-wrap
{
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: relative !important;
}
.pic4{
    margin-top:-220px;
}
.m-wrap .picnav-item a:hover
{
    cursor: pointer;
}
.m-wrap .picnav-item a:hover .pic
{
    cursor: pointer;
}
/*4 Pic End*/

/********************Motherboard 1920*************************************************/

.conc{
    min-width:1024px;
    position:relative;
    overflow:hidden;
}

@keyframes ac-ambient{
    0%{opacity: 0.5;}
    100%{opacity: 1;}
}
@-o-keyframes ac-ambient{
    0%{opacity: 0.5;}
    100%{opacity: 1;}
}
@-webkit-keyframes ac-ambient{
    0%{opacity: 0.5;}
    100%{opacity: 1;}
}
@-ms-keyframes ac-ambient{
    0%{opacity: 0.5;}
    100%{opacity: 1;}
}
#ambientled .title{
    padding-top:50px;
    font-size:2.8em;
    
}

#ambientled .ambientledimg{
    animation: ac-ambient 2s alternate infinite;
    -webkit-animation: ac-ambient 2s alternate infinite;
}

#board {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_board_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1200px;
}

#board .title {
    text-align: center;
    margin-top:10px;
    font-size:3.4em;
    color:#ED1B2F;
}
#dram {
	margin-top:-10px;
	margin-bottom: 3%;
}
		
#dram .text {
    width: 52%;
    float: right;
}

#dram .title {
    margin-top:10%;
    width: 52%;
    float: right;
    font-size:1.9em;
}

 #dram img{
    width:auto;
    float:left;
}

#ek {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_ek_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 650px;
}

#ek .frame .cell {
    margin-top: 150px;
    width: 50%;
    float: right;
}


#Breath {
    
    min-height: 800px;
    position: relative;
    z-index:100;
}

#Breath img{
    width:46%;
    
}

#Breath .title {
    margin-top:50px;
    padding-top:40px;
    color:#3399FF;
}


#pc-hydrated {
    min-height: 400px;
    position: relative;
    margin-top:-360px;
    z-index:99;
    
}

#pc-hydrated img{
    width:70%;margin-top:-120px;
}

#pc-hydrated .title {
    margin-top:0px;
    color:#3399FF;
}


#pc-hydrated .frame .cell {
    width: 100%;
}



#gfrost .title {
    margin-top: -100px;
}


#gfrost {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_gfrost_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#gfrost .title {
    margin-top: 50px;
}



#Bitspower {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_bitspower_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 1200px;
    margin-top:80px;
}

#Bitspower .frame .cell {
    width: 60%;
    float: right;
}

#Bitspower .title {
    color:#3399FF;
    font-size:3.2em;
}



#ekwblife {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 760px;
}

#ekwblife .title {
    color:#3399FF;
}

#rgbfusion {
    margin-top:-40px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}

#rgbfusion .frame .cell {
    width: 50%;
}

#rgbfusion .title {
    font-size:3.4em;padding-top:30px;
}


#rgbfusion .rgbtitle {
    color:#fff;font-size:1.8em;margin-top:-30px;
}

#GTXSLI {
    min-height: 650px;
    position:relative;
    z-index:15;
}

#GTXSLI .title {
    z-index:16;
    position:relative;
    margin-bottom:90px;
}
#GTXSLI .text {
    margin-top:-80px;
}
#GTXSLI .frame .cell {
    width: 40%;
}

#sli {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/sli_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 630px;
}

#sli .text {
    width: 70%;
}
#sli .title {
    margin-top:140px;
    font-size:2em;
}

#lighting {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_lighting_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
    position: relative;
}

#hdmi {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_hdmi_1920.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 680px;
}
        
#hdmi .text {
    width: 72%;
    float: right;
}

#hdmi .title {
    margin-top:2%;
    width: 72%;
    float: right;
    font-size:1.9em;
}
		


#swappable {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_swappable_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#swappable .title {
    
}
#rgbapp {
    margin-top:-40px;
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_rgbapp_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1400px;
}

#rgbwlight {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_rgbw-light_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1122px;
}
#rgbapp .rgbqrcode{    
    margin-top:62%;
    margin-left:2%;
} 
#rgbwlight .title {
    margin-top:20px;
}

#rgbwlight .rgb50{
    margin-top:120px;
}

#rgbadvanced {
    background-color: #000;
    /*background-image: url(/images/assets/en/features/200_features/mb_rgb_fusion_1920.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
}

#rgbadvanced .title {
    margin-top:-80px;
}

#smart-fan {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_smart-fan_1920.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    min-height: 1100px;
}

#smart-fan .frame .cell {
    width: 66%;
    float: right;
}

#smart-fan .title{
    margin-top:60px;
    font-size:3.4em;
}
#humidity {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_humidity_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 567px;
}

#temperature {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_temperature_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 567px;
}

#temperature .text {
    width: 70%;
}

#hybridfan {
    background-color: #000;
    background-position: center 30px;
    background-repeat: no-repeat;
}

#hybridfan .title {
    margin-top: 10px;
}

#hybridfan-ac {
    margin-top:-60px;
    min-height: 900px;
}

@keyframes ac-updown{
    0%   {margin-top:40px;}
    100% {margin-top:10px;}
}
@-ms-keyframes ac-updown{
    0%   {margin-top:40px;}
    100% {margin-top:10px;}
}

@-webkit-keyframes ac-updown{
    0%   {margin-top:40px;}
    100% {margin-top:10px;}
}

@-o-keyframes ac-updown{
    0%   {margin-top:40px;}
    100% {margin-top:10px;}
}
#hybridfan-ac .hybridbox{
    position: relative;
    width:100%;
}

#hybridfan-ac .hybridimg{
    position:absolute;
}


#hybridfan-ac ul{
    position:absolute;
    width:100%;
}
#hybridfan-ac ul li {
    float:left;
    margin-top:25%;
    margin-left:32px;
    width:22%;
}

#hybridfan-ac ul li img{
    cursor:pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    display: block;
    width: 100%;
    height: auto;
}

#hybridfan-ac ul li img:hover{
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
}


#hybridfan-ac ul li #hybri01{
    animation: ac-updown 0.6s alternate infinite;
    -webkit-animation: ac-updown 0.6s alternate infinite;
}
#hybridfan-ac ul li #hybri02{
    animation: ac-updown 1s alternate infinite;
    -webkit-animation: ac-updown 1s alternate infinite;
}
#hybridfan-ac ul li #hybri03{
    animation: ac-updown 1.2s alternate infinite;
    -webkit-animation: ac-updown 1.2s alternate infinite;
}
#hybridfan-ac ul li #hybri04{
    animation: ac-updown 1.4s alternate infinite;
    -webkit-animation: ac-updown 1.4s alternate infinite;
}

#hdaudio .hdaudio-ac ul{
    margin-left:12%;
}

#hdaudio .hdaudio-ac ul li{
    width:38%;
    border:3px solid #ED1B2F;
    float:left;
    cursor:pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow:0px 0px 20px #FF1111;
    margin:20px;
    text-align: center;
    font-size:0.8em;
    line-height: 1.6em;
}

#hdaudio .hdaudio-ac ul li:hover{
    transform: scale(1.2, 1.2);
     -webkit-transform: scale(1.2, 1.2);
    box-shadow:0px 0px 80px #FF1111;
}

#smartfan5 {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_smartfan5_1920.jpg);
    background-position: center 30px;
    background-repeat: no-repeat;
    min-height: 800px;
}

#smartfan5 .title {
    margin-top: 10px;
}

#smartfan5 .smartfan501 {
    position:absolute; width: 594px; left: 30px; top: 657px;
}

#smartfan5 .smartfan502 {
    position:absolute; width: 617px; left: 677px; top: 594px;
}


#enhancedbios {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_enhancedbios_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}


#enhancedbios .title {
    margin-top: 50px;
}

#creative {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_creative_1920.jpg);
    background-position:center;
    background-repeat: no-repeat;
    
    min-height: 1000px;        }

#creative .creatitle {
    color:#fff;
			 font-size:1.8em;
             line-height:1.0em;
}


#usbdacup {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_usbdacup_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1200px;
}

#usbdacup .title {
}

#usbdacup .subdacuptitle{
    font-size:60%;
    color:#fff;padding-left:20px; padding-right:20px;
    display:inline-block;
}

#nichicon {
    background-color: #000;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#nichicon .title {
    margin-top:30px;
}

#sbx {
    background-color: #000;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#sbx .title {
    margin-top:30px;
}

#headphone {
    background-color: #000;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#headphone .title {
    margin-top:30px;
}

#amp-up {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_amp-up_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#amp-up .text {
    margin-top:3%;
    width: 50%;
    float: right;
}
#amp-up .title {
    font-size:1.6em;
}

#core3d {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_core3d_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#core3d .text {
    margin-top:10%;
    width: 54%;
    float: right;
}
#core3d .title {
    font-size:1.6em;
}


#asmedia {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_usb30_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 900px;
}

#asmedia .title {
    margin-top:60px;
    padding-top:40px;
}
#asmedia .asmediat1 {
    color:#fff;font-size:0.8em;
}
#asmedia .asmediat2 {
    width:500px;
    color:#fff;
    font-size:0.8em;
    background-color:#ED1B2F;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}
#asmedia .typec{
    font-size:1.8em;
    margin-top:0px;
}

#vr {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_vr_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
    position: relative;
}

#vr .vrimg{
    width:auto;margin-right:400px;"
}
#vr .vrtitle{
    font-size:1.1em;font-weight:bold;
}


#killer .title {
    margin-top: 50px;
}
#killere2500 {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
}
#killere2500 .killert{
    line-height:1.6em;
    font-size:1.4em;
}

#TripleNVMe {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_triple_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1300px;
}

#TripleNVMe .trititle{
    color:#fff;margin-top:1%;font-size:150%;
}

#TripleNVMe .text{
    width:67%;
}

#U2Onboard {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_u2onboard_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#U2Onboard .u2title{
    color:#fff;margin-top:1%;font-size:150%;
}


#U2Onboard .frame .cell {
    width: 65%;
    float: right;
}

#multigraphics {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_multigraphics_1920.jpg);
    background-position: center -10px;
    min-height: 1000px;
    background-repeat: no-repeat;
}

#multigraphics .title {
    margin-top:50px;
}


#nvme {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#oc-connect {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_oc-connect_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}
        
#oc-connect .frame .cell {
    width: 54%;
    float: right;
}
        
#oc-connect .title{
    margin-top:100px;
}
        
#oc-connect .turbotitle{
    font-weight:bold;font-size:1.6em;line-height:1.4em;
}

#Thunderbolt {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_thunderbolt_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
}

#Thunderbolt .thundtitle {
    color:#fff;margin-top:40px;font-size:1.6em;
}

#hdmi2 {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

#hdmi2 .title {
    
}

#usb30 {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_usb30_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#usb30 .usb30title {
    color:#fff;font-size:140%;margin-top:10px;
}



#phases {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_phases_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1200px;
}

#phases .frame .cell {
    width: 55%;
    float: right;
}



#turbob {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_turbob_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#turbob .frame .cell {
    width: 60%;
    float: right;
}

#turbob .title{
    margin-top:100px;
}

#turbob .turbotitle{
    font-weight:bold;font-size:1.6em;line-height:1.4em;
}

/* ---------------------- Added by Yury Nesterenko ------------------- */
#alc-fullsize .title{font-size:2.8em;}
#alc-fullsize .alc-ac{width:100%;}
#alc-fullsize .alc-ac ul li{
    width:28%;
    border:3px solid #ED1B2F;
    margin-right:2%;
    float:left;
    cursor:pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow:0px 0px 20px #ED1B2F;
    margin:16px;
    text-align: center;
    font-size:0.8em;
    line-height: 1.6em;
}
#alc-fullsize .alc-ac ul li:hover{
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    box-shadow:0px 0px 120px #ED1B2F;
}
/* ------------------------------------------------------------------- */

#alc {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_alc_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 400px;
}

#alc .frame .cell {
    width: 54%;
    float: right;
}

#alc .title{
    margin-top:0px;
}

#alc .turbotitle{
    font-weight:bold;font-size:1.6em;line-height:1.4em;
}

#audio {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_audio_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 500px;
}

#audio .frame .cell {
    width: 54%;
    float: right;
}

#audio .title{
    margin-top:100px;
}

#audio .turbotitle{
    font-weight:bold;font-size:1.6em;line-height:1.4em;
}


#diagnostic {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_diagnostic_1920.jpg);
    background-position: center -10px;
    min-height: 550px;
    background-repeat: no-repeat;
}

#diagnostic .title {
    margin-top:50px;
}

#diagnostic .diatitle{
    font-weight:bold;font-size:1.6em;line-height:1.4em;
}

#xmp {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_xmp_1920.jpg);
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
}


#exclusive {
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1100px;
}
#ddr4 {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_ddr_1920.jpg);
    background-position: center;
    min-height: 1960px;
    background-repeat: no-repeat;
}


#locking {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_locking_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#locking .title {
    margin-top: 50px;
}


#pciearmor {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_pciearmor_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
}

#pciearmor .title {
}



#armor {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_armor_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 600px;
}

#armor .title {
    margin-top: -100px;
}

#antisulfur {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_anti_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
    position: relative;
}



#antisulfur .title {
    margin-top: 700px;
}


#bios {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_bios_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#bios .title {
    margin-top: 50px;
}


#appcenter {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_appcenter_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 640px;
}


#appcenter .title {
    margin-top:100px;
}

#easytune {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-top:-100px;
}

#easytune .title {
    
}
#siv {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-top:-40px;
}

#siv .title {
    
}

#atbios {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    margin-top:-100px;
}

#atbios .title {
    
}



#durable {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_durable_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 740px;
}

#durable .title {
    
}



#dualbios {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_dualbios_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 567px;
}

#dualbios .title {
    
}
#dualbios .frame .cell {
    width: 40%;
}


#pcb {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_pcb_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
}




#gold {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_15u_1920.jpg);
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
}


#gold .title {
    margin-top: 120px;
}


#qflash {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_qflash_1920.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    min-height: 600px;
}

#qflash .frame .cell {
    width: 50%;
    float: right;
}

#qflash .title {
    margin-top:50px;
}


#gconnector {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_gconnector_1920.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1050px;
    position: relative;
}


#smartcam {
    background: url("/images/assets/en/features/200_features/smartcam_1920.jpg") center 0 no-repeat;
    height: 1041px;
}
#hd4k img{
    width:auto;
    float:left;
    
}

#hdmiin img{
    width:auto;
    float:left;
}
#hd4k .text{
    padding-top:4%;
    
}

#hdmiin .text{
    padding-top:2%;
    
}
#ekwater {
    background-color: #000;
    background-image: url(/images/assets/en/features/200_features/mb_ek-watercooling_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
}

#ekwater .title{
    margin-top:20%;
}        
#ekwater .frame .cell {
    width: 53%;
    float: right;
}


@media screen and (max-width: 1366px) {
    .table .col6l{
        width: 50%;
    }
    .table .col52,
    .table .col52s {
        width: auto;
    }
    .frame {
        width: 960px;
    }
    #header {
        background-color: #000;
        /* background-image: url(/images/assets/en/features/200_features/header_1366.jpg);*/
        background-position: center;
        position: relative;
        /*height: 700px;*/
    }
    #GTXSLI {
        background-position: center center;
        position: relative;
        min-height: 450px;
        
    }
    
    #sli {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/sli_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 600px;
    }
    #sli .title {
        width:70%;
        margin-top:100px;
        font-size:2em;
    }
    
    
    /************************Motherboard1366***************************************/
    .text{
		font-size:17px;
	}
    .pic4{
        margin-top:-100px;
    }
    
    
    #board {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_board_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
        min-height: 800px;
    }
    
    #board .title {
        margin-top:0px;
        font-size:2.2em;
        
    }
	#dram img{
		width:58%;
		float:left;
		margin-top:20px;
    }
        
    #dram .text {
        width: 40%;
        float: right;
    }

    #dram .title {
        margin-top:0%;
        width: 40%;
        float: right;
        font-size:1.9em;
    }    
    
    #ek {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_ek_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 650px;
    }
    
    
    #Breath {
        
        min-height: 800px;
        position: relative;
        
        
    }
    
    #Breath .title {
        margin-top:-50px;
        padding-top:0px;
    }
    
    
    #pc-hydrated {
        min-height: 450px;
        position: relative;
        z-index:99;
        
    }
    #pc-hydrated img{
        width:60%;margin-top:-120px;
    }
    
    #pc-hydrated .title{
        margin-top:-80px;
    }
    
    #Bitspower {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_bitspower_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 1020px;
    }
    #Bitspower .title {
        font-size:2.2em;
    }
    
    
    #ekwblife {
        min-height: 800px;
    }
    
    
    #rgbfusion .title {
        font-size:2.8em;padding-top:50px;
             
    }
    #rgbapp {
        margin-top:0px;
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_rgbapp_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
         min-height: 1200px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:70%;
            margin-left:0%;
        }  
    
    #rgbfusion .rgbtitle {
        color:#fff;font-size:1.2em;margin-top:-50px;
    }
    #hybridfan-ac{
        min-height: 640px;
        
    }
    #hybridfan-ac ul li {
        margin-left:22px;
        margin-top:24%;
    }
    
	#hdmi {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_hdmi_1366.jpg);
        background-position: 50% 0%;
        background-repeat: no-repeat;
        min-height: 600px;
    }    
    
    #lighting {
        margin-top:0px;
        background-image: url(/images/assets/en/features/200_features/mb_lighting_1366.jpg);
    }
    
    #swappable {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_swappable_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
        min-height: 1000px;
    }
    
    #usbdacup {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_usbdacup_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
        min-height: 1200px;
    }
    
    #usbdacup .title {
        margin-top: 0px;
    }
    
    #usbdacup .subdacuptitle{
        font-size:30%;
        color:#fff;padding-left:20px; padding-right:20px;
        display:inline-block;
    }
    
    #amp-up {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_amp-up_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 600px;
    }
    
    #core3d {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_core3d_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 600px;
    }
    
    #killere2500 {
        background-color: #000;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 700px;
    }
    #killere2500 .killert{
        margin-top:2%;
        line-height:1.4em;
        font-size:1em;
    }
    #usb30 {
        min-height: 800px;
    }
    #asmedia {
        min-height: 800px;
    }
    #asmedia .asmediat1 {
        color:#fff;font-size:0.8em;
    }
    #asmedia .asmediat2 {
        width:500px;
        color:#fff;
        font-size:0.8em;
        padding-left:10px;
        padding-right:10px;
        text-align:center;
    }
    #phases {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_phases_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 833px;
    }
    
    
    #exclusive {
        background-color: #000;
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 830px;
    }
    
    #ddr4 {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_ddr_1366.jpg);
        background-position: center;
        min-height: 1600px;
        background-repeat: no-repeat;
    }
		
    
    #locking {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_locking_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 800px;
    }
    
    #locking .title {
        margin-top: 50px;
    }
    
    
    #pciearmor {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_pciearmor_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 811px;
    }
    
    #pciearmor .title {
        margin-top: 0px;
    }
    
    
    
    #armor {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_armor_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 400px;
    }
    
    #armor .title {
        margin-top: -100px;
    }
    
    
    #antisulfur .title {
        margin-top: 700px;
        font-size:1.4em;
    }
    
    #bios {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_bios_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
        min-height: 711px;
    }
    
    #bios .title {
        margin-top: 0px;
        font-size:1.6em;
    }
    
    
    #appcenter {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_appcenter_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 500px;
    }
    
    
    #pcb {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_pcb_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 600px;
    }
    
    #pcb .frame .cell {
        width: 40%;
        
    }
    
    
    #gconnector {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_gconnector_1366.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 750px;
        position: relative;
    }
    
    
    
    
    #rgbwlight {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_rgbw-light_1366.jpg);
        background-position: center;
        background-repeat: no-repeat;
        min-height: 1000px;
    }
    
    
    #rgbwlight .title. rgblighttitle {
        padding-top:-150px;
    }
    
    #rgbwlight .rgb50{
        margin-top:0px;
    }
    
    #smart-fan {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_smart-fan_1366.jpg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        min-height: 1000px;
    }
    
    #smart-fan .title {
        margin-top:-10px;
    }
    
    #smartfan5 {
        background-color: #000;
        background-image: url(/images/assets/en/features/200_features/mb_smartfan5_1366.jpg);
        background-position: center 30px;
        background-repeat: no-repeat;
        min-height: 700px;
    }
    #smartfan5 .smartfan501{
        width: 400px; left: 30px; top: 520px;
        
    }
    
    #smartfan5 .smartfan502{
        width: 460px; left: 470px; top: 480px;
        
    }
	   
       #enhancedbios {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_enhancedbios_1366.jpg);
           background-position: top center;
           background-repeat: no-repeat;
           min-height: 400px;
           position: relative;
       }
       
       #enhancedbios .title {margin-top:0px;}
       
       
       #creative {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_creative_1366.jpg);
           background-position: top center;
           background-repeat: no-repeat;
           min-height: 800px;
       }
       
       #creative .title {
           margin-top:0px;
           font-size:1.6em;
       }
       
       
       
       #vr {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_vr_1366.jpg);
           background-position: center;
           background-repeat: no-repeat;
           min-height: 1000px;
           position: relative;
       }
       #vr .vrimg{
           width:auto;margin-right:100px;"
       }
       
       #killere2500 {
           background-color: #000;
           background-position: center;
           background-repeat: no-repeat;
           min-height: 700px;
       }
       
       #TripleNVMe {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_triple_1366.jpg);
           background-position: center;
           background-repeat: no-repeat;
           min-height: 1000px;
       }
       
       #TripleNVMe .title{
           font-size:1.4em;
       }
     
       
       #TripleNVMe .trititle{
           font-size:100%;
       }
       #hdaudio .hdaudio-ac ul{
            margin-left:10%;
        }
       
       #hdaudio .hdaudio-ac ul li{
            width:36%;
        }
	   #oc-connect {
            background-color: #000;
            background-image: url(/images/assets/en/features/200_features/mb_oc-connect_1366.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        
        #oc-connect .turbotitle{
            font-weight:bold;font-size:1.2em;line-height:1.4em;
        }
		
       #turbob {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_turbob_1366.jpg);
           background-position: 50% 40%;
           background-repeat: no-repeat;
           min-height: 600px;
       }
       
       #turbob .turbotitle{
           font-weight:bold;font-size:1.2em;line-height:1.4em;
       }
       
       #audio {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_audio_1366.jpg);
           background-position: 50% 40%;
           background-repeat: no-repeat;
           min-height: 500px;
       }
       
       #audio .turbotitle{
           font-weight:bold;font-size:1.2em;line-height:1.4em;
       }
       
       /* ---------------------- Added by Yury Nesterenko ------------------- */
       #alc-fullsize .alc-ac ul li{width:26%;}
       #alc-fullsize .title{font-size:2em;}
       #alc-fullsize .alc-ac ul li{font-size:0.6em;}
       /* ------------------------------------------------------------------- */
       
       #alc {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_alc_1366.jpg);
           background-position: 50% 40%;
           background-repeat: no-repeat;
           min-height: 350px;
       }
       #alc .title{
           margin-top:-20px;
       }
       #alc .turbotitle{
           font-weight:bold;font-size:1.2em;line-height:1.4em;
       }
       
       #diagnostic .diatitle{
           font-weight:bold;font-size:1.2em;line-height:1.4em;
       }
       #xmp .title{font-size:1.6em}
       
       
       #U2Onboard .frame .cell {
           width: 75%;
           float: right;
       }
        #humidity {
            background-color: #000;
            background-image: url(/images/assets/en/features/200_features/mb_humidity_1366.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        #temperature {
            background-color: #000;
            background-image: url(/images/assets/en/features/200_features/mb_temperature_1366.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 560px;
        }
		       
       
       #durable {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_durable_1366.jpg);
           background-position: top center;
           background-repeat: no-repeat;
           min-height: 760px;
       }
       #durable .title{
           
       }
       #gold {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_15u_1366.jpg);
           background-position: center -10px;
           min-height: 500px;
           background-repeat: no-repeat;
       }
       
       #gold .title {
           margin-top: 60px;
       }
       
       #qflash {
           background-color: #000;
           background-image: url(/images/assets/en/features/200_features/mb_qflash_1366.jpg);
           background-position: 50% 40%;
           background-repeat: no-repeat;
           min-height: 600px;
       }
       
       
       #qflash .title {
           margin-top:50px;
       }
       
       #easytune {
           margin-top:-60px;
       }
       
       #smartcam {
           background: url("/images/assets/en/features/200_features/smartcam_1366.jpg") center 0 no-repeat;
           height: 893px;
       }
       
       #smartcam .title{
           font-size:1.6em;
       }
       	#ekwater {
			background-color: #000;
			background-image: url(/images/assets/en/features/200_features/mb_ek-watercooling_1366.jpg);
			background-position: center;
			background-repeat: no-repeat;
			min-height: 700px;
		}

		#ekwater .title{
			margin-top:10%;
		}        
		#ekwater .frame .cell {
			width: 53%;
			float: right;
		}
}




@media screen and (max-width: 960px) {
    
		  .frame {
              width: 640px;
              padding: 1.5em 0;
          }
          .table .col52,
          .table .col52s {
              width: 95%;
          }
          .title {
              font-size: 1.3em;
              line-height: 1.1em;
          }
          .text {
              /*font-size: 0.8em;*/
              line-height: 1.2em;
              margin-top: 1em;
          }
          .note {
              font-size: 0.5em;
              line-height: 1.5em;
              margin-top: 1.2em;
          }
          #header {
              background-color: #000;
              background-position: center;
              position: relative;
          }
          #header .title {
              width: auto;
              font-size: 1.1em;
              margin-top: -24px;
          }
          #header .frame {
              padding: 0em 0 1em;
          }
          
          
          .table .col5,
          .table .col5s,
          .table .col5l {
              width: 95%
          }
          
          /*******************Motherboard 960*************************************************/
          
          
          #ambientled .title{
              padding-top:50px;
              font-size:1.8em;
              
          }
          
          #board {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_board_1024.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 618px;
          }
          
          #board .title {
              margin-left:40px;
              margin-top:-30px;
              font-size:1.8em;
              
          }
          #dram img{
            width:auto;
            float:left;
			margin-top:0px;
        }
        
        #dram .text {
            width: 100%;
        }

        #dram .title {
            margin-top:4%;
            width: 100%;
			font-size:1.6em;
        }
          #Bitspower {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_bitspower_1024.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 940px;
          }
          
          #Bitspower .frame .cell {
              width: 60%;
              float: right;
          }
          
          #Breath {
              min-height: 600px;
          }
          
          #Breath .title {
              margin-top:0px;
          }
          
          #pc-hydrated {
              min-height: 450px;
              position: relative;
              z-index:99;
              
          }
          #pc-hydrated img{
              width:50%;margin-top:100px;
          }
          
          #pc-hydrated .title{
              margin-top:80px;
              
          }
          #pc-hydrated .frame .cell {
              width: 100%;
          }
          
          #ekwblife {
              min-height: 600px;
          }
          
          
          #smart-fan {
              background-image: url(/images/assets/en/features/200_features/mb_smart-fan_960.jpg);
              min-height:1990px;
              
          }
          
          #phases {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_phases_1024.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 608px;
          }
       
          #phases .frame .cell {
              width: 55%;
              float: right;
          }
          
		  #oc-connect {
            background-color: #000;
            background-image: url(/images/assets/en/features/200_features/mb_oc-connect_960.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 760px;
         }
        #oc-connect .title{
            margin-top:0px;
        }
        #oc-connect .frame .cell {
            width: 100%;
        }
		  
          #turbob {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_turbob_960.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 800px;
          }
          
          #turbob .title{
              margin-top:0px;
          }
          
          #turbob .frame .cell {
              width: 60%;
              float: right;
          }
		  #xmp {
			  /*min-height:1479px;*/
		  }
          #hybridfan-ac{
              min-height: 460px;
              
          }
          #hybridfan-ac ul li {
              margin-left:18px;
              margin-top:24%;
          }
          #audio {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_audio_960.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 600px;
          }
          #audio .title{
              margin-top:0px;
          }
          #audio .frame .cell {
              width: 60%;
              float: right;
          }
          
          /* ---------------------- Added by Yury Nesterenko ------------------- */
          #alc-fullsize .title{margin-top:0px;font-size:1.8em;}
          #alc-fullsize .frame .cell {width: 60%;float: right;}
          /* ------------------------------------------------------------------- */
          
          #alc {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_alc_960.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 640px;
          }
          
          #alc .title{
              margin-top:0px;
          }
          
          #alc .frame .cell {
              width: 60%;
              float: right;
          }
          
          #swappable {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_swappable_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1000px;
          }
          #rgbadvanced .title {
              margin-top:0px;
          }
          #diagnostic {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_diagnostic_960.jpg);
              background-position: center -10px;
              min-height: 450px;
              background-repeat: no-repeat;
          }
          
          #diagnostic .title {
              margin-top:50px;
          }
          
          
          #exclusive {
              background-color: #000;
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 460px;
          }
          
          #locking {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_locking_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 600px;
          }
          
          #locking .title {
              margin-top:-30px;
          }
          
          #pciearmor {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_pciearmor_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1020px;
          }
          
          #smartfan5 {
              background-image: url(/images/assets/en/features/200_features/mb_smartfan5_960.jpg);
              min-height: 1000px;
          }
          
          #smartfan5 .smartfan501{
              width: 500px; left: 0px; top: 780px;
              
          }
          
          #smartfan5 .smartfan502{
              width: 400px; left: 30%;  top: 300px;
              
          }
          
          #armor {
              
              background-image: url(/images/assets/en/features/200_features/mb_armor_960.jpg);
              
          }
          
          
          #armor .title {
              margin-top: -200px;
          }
          
          
          #dualbios {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_dualbios_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 800px;
          }
          
          #durable {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_durable_960.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 740px;
          }
          #hdmi {
            background-color: #000;
            background-image: url(/images/assets/en/features/200_features/mb_hdmi_960.jpg);
            background-position: 50% bottom;
            background-repeat: no-repeat;
            min-height: 670px;
          } 
			
        #humidity {
                background-color: #000;
                background-image: url(/images/assets/en/features/200_features/mb_humidity_960.jpg);
                background-position: center;
                background-repeat: no-repeat;
                min-height: 900px;
        }
		
		#humidity .text {width:100%;}

		#temperature {
                background-color: #000;
                background-image: url(/images/assets/en/features/200_features/mb_temperature_960.jpg);
                background-position: center;
                background-repeat: no-repeat;
                min-height: 960px;
        }
		
        #temperature .text {width:100%;}
          
          #pcb {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_pcb_960.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 780px;
          }
          
          #gold {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_15u_960.jpg);
              background-position: center -10px;
              min-height: 400px;
              background-repeat: no-repeat;
          }
          
          #qflash {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_qflash_960.jpg);
              background-position: 0% 90%;
              background-repeat: no-repeat;
              min-height: 800px;
          }
          
          #qflash .title {
              margin-top:-20px;
              
          }
          
          
          #gconnector {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_gconnector_960.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 700px;
              position: relative;
          }
          
          #ek {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_ek_960.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          
          
          
          #rgbfusion {
              background-color: #000;
              background-position: center;
              background-repeat: no-repeat;
              min-height: 200px;
          }
          
          #rgbfusion .title {
              font-size:1.8em;
          }
          
          
          #rgbfusion .rgbtitle {
              font-size:1em;
          }
 		  #rgbapp {
              margin-top:0px;
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_rgbapp_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1000px;
          }
            
          #rgbapp .rgbqrcode{    
             margin-top:90%;
             margin-left:0%;
          } 
		         
          
          
          #lighting {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_lighting_960.jpg);
              background-position: 30% 80%;
              background-repeat: no-repeat;
              min-height: 800px;
              position: relative;
          }
          
          #enhancedbios {
              background-image: url(/images/assets/en/features/200_features/mb_enhancedbios_960.jpg);
              min-height: 500px;
          }
          
          #creative {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_creative_960.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 740px;
          }
          #creative .title {font-size:1.4em;}
          #creative .creatitle {
              color:#fff;
              font-size:1.6em;
              line-height:1.2em;
          }
          
          #nichicon {
              background-color: #000;
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          #sbx {
              background-color: #000;
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          #headphone {
              background-color: #000;
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          #amp-up {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_amp-up_960.jpg);
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          #amp-up .text {
              margin-top:-30px;
          }
          
          #amp-up .frame .cell {
              width: 100%;
              float: right;
          }
          
          #amp-up .title {
              font-size:1.1em;
          }
          
          #core3d {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_core3d_960.jpg);
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 500px;
          }
          
          #core3d .text {
              margin-top:-30px;
          }
          
          #core3d .frame .cell {
              width: 100%;
              float: right;
          }
          #core3d .title {
              font-size:1.1em;
          }
          
          #killere2500 {
              background-position: top center;
              min-height: 600px;
          }
          #killere2500 .killert{
              margin-top:2%;
              line-height:1.2em;
              font-size:0.8em;
          }
          
          #TripleNVMe {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_triple_960.jpg);
              background-position: top center;
              background-repeat: no-repeat;
              min-height: 800px;
          }
          #TripleNVMe .title{
              font-size:1.0em;
          }
          #TripleNVMe .trititle{
              color:#fff;margin-top:1%;font-size:0.8em;
          }
          #TripleNVMe .text{
              width:80%;
          }
          
          
          #nvme {
              min-height: 600px;
          }
          #asmedia .asmediat2 {
              width:500px;
              color:#fff;
              font-size:0.8em;
              padding-left:10px;
              padding-right:10px;
              text-align:center;
          }
          #asmedia .asmediat1 {
              font-size:0.8em;
          }
          #asmedia .typec{
              font-size:1.6em;
          }
          #hdaudio .hdaudio-ac ul li{
              font-size:0.7em;
              line-height: 1.5em;
          }
          
          #U2Onboard {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_u2onboard_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1000px;
          }
          #ddr4 {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_ddr_960.jpg);
              background-position: center;
              min-height: 1300px;
              background-repeat: no-repeat;
            } 
          
          #U2Onboard .frame .cell {
              width: 65%;
              float: right;
          }
          
          #U2Onboard .title {margin-top:0px;}
          
          #U2Onboard .u2title{
              font-size:120%;
          }
          
          #usbdacup {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_usbdacup_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1000px;
          }
          
          #usbdacup .title {
              margin-top: 0px;
          }
          
          #usbdacup .text {
              width:100%;
          }
          
          #rgbwlight {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_rgbwlight_960.jpg);
              background-position: center;
              background-repeat: no-repeat;
              min-height: 1000px;
          }
          
          #rgbwlight .rgb50{
              margin-top:-100px;
          }
          
          
          #GTXSLI {
              background-position: center center;
              background-repeat: no-repeat;
              min-height: 500px;
              position: relative;
          }
          #sli {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/sli_960.jpg);
              background-position: 50% 0%;
              background-repeat: no-repeat;
              min-height: 560px;
          }
          
          #sli .frame .cell {
              width: 100%;
              float: right;
          }
          #sli .title {
              font-size:1.1em;
              width:100%;
              margin-top:0px;
          }
          #sli .text{
              width:100%;
          }
          
          #smartcam {
              background: url("/images/assets/en/features/200_features/smartcam_960.jpg") center 0 no-repeat;
              height: 787px;
          }
          
          
          #appcenter {
              background-image: url(/images/assets/en/features/200_features/mb_appcenter_960.jpg);
              min-height: 500px;
          }
          
          
          #hd4k img{
              width:110%;
              
          }
          
          #ek {
              background-color: #000;
              background-image: url(/images/assets/en/features/200_features/mb_ek_960.jpg);
              background-position: 50% 40%;
              background-repeat: no-repeat;
              min-height: 650px;
          }
          
          #ek .frame .cell {
              width: auto;
          }
          
          #Breath .frame .cell {
              width: auto;
          }
          
          #Bitspower .frame .cell {
              width: auto;
          }
          
          #smart-fan .frame .cell {
              width: auto;
          }
          
          #nichicon .frame .cell {
              width: auto;
          }
          
          #sbx .frame .cell {
              width: auto;
          }
          
          #headphone .frame .cell {
              width: auto;
          }
          
          #amp-up .frame .cell {
              width: auto;
          }
          
          #core3d .frame .cell {
              width: auto;
          }
          
          
          #phases .frame .cell {
              width: auto;
          }
          
          
          #turbob .frame .cell {
              width: auto;
          }
          
          #audio .frame .cell {
              width: auto;
          }
          
          #alc .frame .cell {
              width: auto;
          }
          
          #pcb .frame .cell {
              width: auto;
          }
          
          #qflash .frame .cell {
              width: auto;
          }
          #appcenter .frame .cell {
              width: auto;
          }
		  #hdmi .frame .cell {
			  width: auto;
		  }          
          #ekwater {
            background-color: #000;
            background-image: url((/images/assets/en/features/200_features/mb_ek-watercooling_960.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1160px;
          }

          #ekwater .title{
            margin-top:0%;
          }        
          #ekwater .frame .cell {
            width: 100%;
            float: right;
          }
}



@media screen and (max-width: 640px) {
    .table .col6l{
        width: auto;
    }
    
    .frame {
        padding: 1em 0;
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .title {
        font-size: 1.2em;
    }
    .text {
        font-size: 15px;
        line-height: 1.4em;
        margin-top: 1em;
    }
    .note {
        font-size: 12px;
        line-height: 1.5em;
        margin-top: 1.2em;
    }
    .table {
        display: block;
    }
    .table .cell {
        display: block;
    }
    .table .cell_HIDE {
        display: block;
    }
    .table .cell_SHOW {
        display: none;
    }
    .table .col1l,
    .table .col2l,
    .table .col3l,
    .table .col4l,
    .table .col5l,
    .table .col6l,
    .table .col7l,
    .table .col8l,
    .table .col9l,
    .table .col10l {
        width: 100%;
        margin: 0;
    }
    .table .col1,
    .table .col2,
    .table .col3,
    .table .col4,
    .table .col5,
    .table .col6,
    .table .col7,
    .table .col8,
    .table .col9,
    .table .col10 {
        width: 90%;
        margin: 0 0;
    }
    .table .col1s,
    .table .col2s,
    .table .col3s,
    .table .col4s,
    .table .col5s,
    .table .col6s,
    .table .col7s,
    .table .col8s,
    .table .col9s,
    .table .col10s {
        width: 60%;
        margin: 0 20%;
    }
    .table .cell .left,
    .table .cell .right,
    .table .cell .center {
        float: inherit;
        margin: 4 % 0;
        text-align: left;
    }
    .table .cell .center {
        padding: 0 0 0;
    }
    .table .cell .offsetRight,
    .table .cell .offsetLeft {
        margin-right: 0;
        margin-left: 0;
    }
    .table .side {
        display: none;
    }
    .img-large {
        display: none;
    }
    .img-small {
        display: block;
    }
    #header {
        background-color: #000;
        background-position: center 80px;
        background-repeat: no-repeat;
        position: relative;
    }
    #header .title {
        font-size: 0.8em;
        margin: 7px 0 0 -128px;
    }
    #header .frame {
    }
				
                /*******************Motherboard 640*************************************************/
                #ambientled .title{
                    font-size:1.6em;
                }
                
                #board {
                    background-color: #000;
                    background-image: url(/images/assets/en/features/200_features/mb_board_640.jpg);
                    background-position: top center;
                    background-repeat: no-repeat;
                    min-height: 460px;
                }
                #board .title {
                    margin-left:20px;
                    margin-top:-16px;
                    font-size:1.1em;
                    width:100%;
                    line-height:1.4em;
                }
                #dram .title {
					font-size: 1.2em;        
				}
			
				#dram {
					min-height:680px;
				}
                #Bitspower .title {
                    color:#3399FF;
                    font-size:1em;
                }
                
                #Breath {
                    min-height: 600px;
                }
                
                #Breath img{
                    width:100%;
                }
                
                #Breath .title {
                    
                }
                
                
                #pc-hydrated img{
                    width:100%;
                    
                }
                
                #ekwblife {
                    min-height: 500px;
                }
                
                
                
                
                
                #GTXSLI {
                    background-position: center 178px;
                    min-height: 1300px;
                    position: relative;
                }
                #GTXSLI .frame .cell {
                    
                    width: 80%;
                    
                }
                
                #sli {
                    background-image: url(/images/assets/en/features/200_features/sli_640.jpg);
                    min-height: 600px;
                }
                #rgbfusion .title {
                    font-size:1.4em;
                    width:100%;
                }
                
                
                #rgbfusion .rgbtitle {
                    font-size:0.8em;
                    
                }
                #rgbfusion .frame .cell {
                    
                    width: 100%;
                    
                }
                #rgbfusion .text {
                    width:100%;
                   
                }                
                #rgbfusion-text .text{
                    width:100%;
                }
                #rgbapp {
					margin-top:0px;
					background-color: #000;
					background-image: url(/images/assets/en/features/200_features/mb_rgbapp_640.jpg);
					background-position: center;
					background-repeat: no-repeat;
					min-height: 800px;
				}
            
				#rgbapp .rgbqrcode{    
					margin-top:130%;
					margin-left:0%;
				} 
                #lighting{
                    background-image: url(/images/assets/en/features/200_features/mb_lighting_640.jpg);
                    min-height:1000px;
                }
                
                #lighting .title{
                    font-size:0.8em;
                }
                #Thunderbolt .thundtitle {
                    color:#fff;margin-top:40px;font-size:1em;
                }
                #gconnector {
                    background-image: url(/images/assets/en/features/200_features/mb_gconnector_640.jpg);
                    min-height: 600px;
                }
                
                #usb30 .title {
                    margin-top:160px;
                }
                #usbdacup{
                    background-image: url(/images/assets/en/features/200_features/mb_usbdacup_640.jpg);
                    background-position: top center;
                    background-repeat: no-repeat;
                    min-height: 1600px;
                }
                
                #usbdacup .subdacuptitle{
                    font-size: 0.5em;
                    padding-left: 0;
                    line-height: 1.6em;
                }
                
                /* ---------------------- Added by Yury Nesterenko ------------------- */
                #alc-fullsize .alc-ac ul li{width:90%;}
                #alc-fullsize .alc-ac ul li{font-size:0.6em;}
                #alc-fullsize .title{font-size:1em;}
                /* ------------------------------------------------------------------- */
                
                #swappable {
                    background-image: url(/images/assets/en/features/200_features/mb_swappable_640.jpg);
                    background-position:top center;
                    min-height:700px;
                }
                #swappable .title {width:100%;}
                #swappable .text {width:100%;}
                
                #killere2500{
                    min-height:300px;
                }
                
                
                #qflash {
                    background-image: url(/images/assets/en/features/200_features/mb_qflash_640.jpg);
                    min-height: 800px;
                }
                #qflash .title{
                    margin-top:0px;
                }
                
                #gold {
                    background-image: url(/images/assets/en/features/200_features/mb_15u_640.jpg);
                    background-position:top center;
                    min-height: 600px;
                }
                #gold .title{
                    margin-top:0px;
                }
                
                
                #pcb {
                    background-image: url(/images/assets/en/features/200_features/mb_pcb_640.jpg);
                    min-height: 820px;
                }
                
                #smartcam {
                    background: url("/images/assets/en/features/200_features/smartcam_640.jpg") center bottom no-repeat;
                    height: 840px;
                }
                #smartcam .title{
                    font-size:0.8em;margin-top:-30px;
                }
                #smartcam .text{width:100%;}
                
                #smart-fan {
                    background-image: url(/images/assets/en/features/200_features/mb_smart-fan_640.jpg);
                    min-height: 1200px;
                }
                
                #smart-fan .title{
                    margin-top:0px;
                    font-size:1.4em;
                }
                #hdmi {
					background-color: #000;
					background-image: url(/images/assets/en/features/200_features/mb_hdmi_640.jpg);
					background-position: 50% 100%;
					background-repeat: no-repeat;
					min-height: 660px;
				}
            
				#hdmi .text {
					width: 100%;
					float: right;
				}

				#hdmi .title {
					margin-top:3%;
					width: 100%;
					font-size:1em;
				}
                
                #hybridfan{
                    background-image: url(/images/assets/en/features/200_features/mb_hybridfan_640.jpg);
                    min-height: 500px;
                }
                
                #hybridfan-ac{
                    display:none;
                    
                }
                
                
                #smartfan5 {
                    background-image: url(/images/assets/en/features/200_features/mb_smartfan5_640.jpg);
                    min-height: 860px;
                }
                #smartfan5 .smartfan501{
                    width: 300px; left: 0px; top: 700px;
                    
                }
                
                #smartfan5 .smartfan502{
                    width: 300px; left: 0px; top: 400px;
                    
                }
                
                #rgbwlight .rgb50{
                    margin-top:0px;
                }
                #rgbwlight {
                    background-image: url(/images/assets/en/features/200_features/mb_rgbwlight_640.jpg);
                    min-height: 1600px;
                }
                #rgbadvanced{min-height: 600px;}
                
                #enhancedbios {
                    background-image: url(/images/assets/en/features/200_features/mb_enhancedbios_640.jpg);
                    min-height: 600px;
                }
                #appcenter {
                    background-image: url(/images/assets/en/features/200_features/mb_appcenter_640.jpg);
                    min-height: 640px;
                }
                
                #appcenter .title {
                    margin-top:20px;
                }
                #dualbios {
                    background-image: url(/images/assets/en/features/200_features/mb_dualbios_640.jpg);
                    min-height: 900px;
                }
                
                #dualbios .frame .cell {
                    width:90%;
                }
                #siv .frame .cell {
                    width:90%;
                }
                #siv .title{
                    margin-top:-100px;
                }
                #atbios .frame .cell {
                    width:90%;
                }
                
                #atbios .frame .cell {
                    width:90%;
                }
                
                #atbios img {
                    margin-bottom:80px;
                }
                #atbios .title {
                    margin-top:-180px;
                }
                #nvme {
                    background-color: #000;
                    background-image: url(/images/assets/en/features/200_features/mb_nvme_640.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    min-height: 1300px;
                }
                #nvme img{
                    display:none;
                }
				
				#oc-connect {
					background-color: #000;
					background-image: url(/images/assets/en/features/200_features/mb_oc-connect_640.jpg);
					background-position: 50% 0%;
					background-repeat: no-repeat;
					min-height: 600px;
				}    
				#oc-connect .title{

				}
                #asmedia .title{
                    margin-top:40px;
                }
                #asmedia .asmediat1 {
                    color:#fff;font-size:0.8em;
                }
                #asmedia .asmediat2 {
                    width:500px;
                    color:#fff;
                    font-size:0.8em;
                    padding-left:10px;
                    padding-right:10px;
                    text-align:center;
                }
                #asmedia .typec{
                    font-size:1em;
                    line-height: 1.4em;
                }
                #vr .vrimg{
                    width:auto;margin-right:0px;
                }
                #vr .vrtitle{
                    font-size:0.6em;
                }
                
                
                #headphone {
                    min-height: 400px;
                }
                #exclusive {
                    background-image: url(/images/assets/en/features/200_features/mb_exclusive_640.jpg);
                    background-position: top center;
                    background-repeat: no-repeat;
                    min-height: 706px;
                }
                #exclusive img{
                    display:none;
                }
				
				#ddr4 {
					background-color: #000;
					background-image: url(/images/assets/en/features/200_features/mb_ddr_640.jpg);
					background-position: center;
					min-height: 1000px;
					background-repeat: no-repeat;
        }
                #locking {
                    background-image: url(/images/assets/en/features/200_features/mb_locking_640.jpg);
                    background-position:top center;
                    min-height: 500px;
                }
                
                #locking .title {
                    width:100%;
                    margin-top:10px;
                }
                #pciearmor {
                    background-image: url(/images/assets/en/features/200_features/mb_pciearmor_640.jpg);
                    min-height: 1020px;
                }
                #pciearmor .frame .cell {
                    width:90%;
                }
                
                #armor {
                    background-image: url(/images/assets/en/features/200_features/mb_armor_640.jpg);
                    min-height: 1050px;
                    background-position:top center;
                }
                
                #armor .title {
                    margin-top: 100px;
                }
                #antisulfur {
                    background-image: url(/images/assets/en/features/200_features/mb_anti_640.jpg);
                    min-height: 1000px;
                }
                #hdaudio .hdaudio-ac ul{
					margin-left:0%;
				}

               #hdaudio .hdaudio-ac ul li{
                   width:100%;
               }
               #humidity {
					background-image: url(/images/assets/en/features/200_features/mb_humidity_640.jpg);
					min-height: 1200px;
				}
                
				#humidity .frame .cell {
					width:100%;
				}
				#temperature {
					background-image: url(/images/assets/en/features/200_features/mb_temperature_640.jpg);
					min-height: 740px;
				}
					
				#temperature .frame .cell {
					width:100%;
				}
                #antisulfur .title {
                    margin-top: -40px;
                }
                #bios {
                    background-image: url(/images/assets/en/features/200_features/mb_bios_640.jpg);
                    min-height: 640px;
                }
                #bios .title {
                    font-size:1em;
                }
                #bios .frame .cell {
                    width:90%;
                }
                #dosd3 .frame .cell {
                    width:90%;
                }
                
                #dosd3{
                    margin-top:-60px;
                }
                
                #hd4k .text{
                    width:100%;
                }
                #ekwater {
					background-color: #000;
					background-image: url(/images/assets/en/features/200_features/mb_ek-watercooling_640.jpg);
					background-position: center;
					background-repeat: no-repeat;
					min-height: 960px;
				}

				#ekwater .title{
					margin-top:0%;
				}        
				#ekwater .frame .cell {
					width: 100%;
					float: right;
				}               
                /*****4 pic icon*****/
                .m-wrap .picnav-item .title
                {
                    font-size:1em;
                    padding-bottom: 0;
                }
                .m-wrap .picnav-item .title span
                {
                    vertical-align:bottom;
                }
                /*****End 4 pic icon*****/
                
                
}


/*
 @media screen and (max-width: 360px) {
 #haswell {
 min-height: 520px;
 background-position: 50% -150px;
 }
 #haswell .img {
 margin-top: 120px;
 }
 #RAID {
 background-image: url(/images/assets/en/features/200_features/RAID-Xpress-bg-720.jpg);
 background-position: 50% 90px;
 }
 #RAID .img {
 margin-top: 150px;
 }
 #thin {
 min-height: 520px;
 background-image: url(/images/assets/en/features/200_features/thin-bg-600.jpg);
 background-position: 60% 180px;
 }
 #design {
 background-position: 50% 130px;
 }
 #killerchip {
 background-position: 50% 50%;
 min-height: 400px;
 }
 #killerchip .img {
 margin-top: 180px;
 }
 #wifi {
 background-position: 50% 20%;
 }
 #wifi .img {
 margin-top: 100px;
 }
 #marcokey {
 background-position: 50% 0px;
 min-height: 300px;
 }
 #backlit {
 background-position: 35% 30%;
 }
 #QHD {
 background-image: url(/images/assets/en/features/200_features/QHD-bg-700.jpg);
 background-position: 52% 5px;
 }
 #QHD .img {
 margin-top: 200px;
 }
 #IGZO {
 background-position: 50% 60%;
 }
 #output4K {
 background-position: 45% 20px;
 }
 #SystemGauge {
 background-image: url(/images/assets/en/features/200_features/SystemGauge-bg-1100.jpg);
 background-position: 48% 30%;
 }
 #FanControl {
 background-image: url(/images/assets/en/features/200_features/FanControl-bg-1100.jpg);
 background-position: 50.5% 45%;
 }
 #LockWinkey {
 background-image: url(/images/assets/en/features/200_features/LockWinkey-bg-1100.jpg);
 background-position: 50.5% 35%;
 }
 }
 
 @media screen and (max-width: 320px) {
 #haswell {
 background-position: 50% -90px;
 }
 #RAID {
 background-position: 50% 150px;
 }
 #thin {
 background-position: 55% 230px;
 }
 #design {
 min-height: 500px;
 background-position: 50% 160px;
 }
 #killerchip .img {
 margin-top: 200px;
 }
 #marcokey {
 background-position: 50% 15px;
 min-height: 400px;
 }
 #marcokey .img {
 margin-top: 200px;
 }
 #backlit {
 background-position: 35% 25%;
 }
 #QHD {
 background-position: 52% 20px;
 }
 #IGZO {
 min-height: 830px;
 background-position: 50% 55%;
 }
 #WideView {
 background-position: 50% 35%;
 }
 #output4K {
 min-height: 600px;
 background-image: url(/images/assets/en/features/200_features/4k-bg-600.jpg);
 background-position: 45% 150px;
 }
 #SystemGauge {
 background-position: 48% 20%;
 }
 }
 */