/*
  header_white/index.css.
  Latest modified 2016-01-22 11:18
*/
html{
  height: 100%;
}
@font-face {
  font-family: 'roboto_bold';
  src: url('https://webcdn.jide.com/jide_upload/2016_01/1453369764113_D9uzEc_Roboto-Bold.ttf');
  src: local('roboto_light'),
       url('https://webcdn.jide.com/jide_upload/2016_01/1453369764113_D9uzEc_Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto_Light";
  src: url("https://webcdn.jide.com/jide_upload/2016_01/1453365686573_APJp5o_Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto_Medium";
  src: url("https://webcdn.jide.com/jide_upload/2016_01/1453370334679_xNBSUu_Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto_Regular";
  src: url("https://webcdn.jide.com/jide_upload/2016_01/1453365686833_CA9y2C_Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue_Bold";
  src: url("https://webcdn.jide.com/jide_upload/2016_01/1453370297573_nZEHq8_HelveticaNeue-Bold.ttf") format("truetype");
}
body {
  font-family: 'Roboto_Light',STHeiti,Arial!important;
  min-height: 100%;
}
body .robotoBold {
    font-family: 'roboto_bold'!important;
}
body .RobotoLightFont {
    font-family: 'roboto_light'!important;
    font-weight: normal;
    text-decoration: none;
}
.header-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
  width: 100%;
  height: 45px;
  background-color: rgba(0,0,0,.8);
  background-color: #242424\9; /* for IE6-8 */
}
.header-nav {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  box-sizing: border-box;
}
/*bread logo begin*/
.menu_icon {
	position:absolute; right:5px; top:5px;
	padding:11px 14px 11px 11px;
	width:10px;
	height:10px;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align:center;
}
.menu_icon span {
  display: block;
  width: 17px;
  height: 2px;
  background: #FFF;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.menu_icon.active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_icon.active .bar1 {
  -webkit-transform: rotate(0deg) translateY(6px);
  -moz-transform: rotate(0deg) translateY(6px);
  -ms-transform: rotate(0deg) translateY(6px);
  -o-transform: rotate(0deg) translateY(6px);
  transform: rotate(0deg) translateY(6px);
}
.menu_icon.active .bar2 {
  opacity: 0;
}
.menu_icon.active .bar3 {
  -webkit-transform: rotate(-90deg) translateX(6px);
  -moz-transform: rotate(-90deg) translateX(6px);
  -ms-transform: rotate(-90deg) translateX(6px);
  -o-transform: rotate(-90deg) translateX(6px);
  transform: rotate(-90deg) translateX(6px);
}
.hide { position: absolute; display:none;}
/*bread logo end*/
.header-nav .logo{
  float: left;
  width: 60px;
  height: 45px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453261492485_OlbMVQ_www_logo_jide.png");
  background-image: -webkit-image-set(
    url("https://webcdn.jide.com/jide_upload/2016_01/1453261492485_OlbMVQ_www_logo_jide.png") 1x,
    url("https://webcdn.jide.com/jide_upload/2016_01/1453261492763_FS7ABm_www_logo_jide@15x.png") 1.5x,
    url("https://webcdn.jide.com/jide_upload/2016_01/1453261492653_qAPm9z_www_logo_jide@2x.png") 2x
  );
  background-size: 80%;
  background-position: 70% 45%;
}

.header-nav .burger {
  display: none;
}
.header-nav .hd-logo {
  float: left;
}
.header-nav .hd-nav {
  float: right;
}
.header-nav .hd-nav li {
  margin-left: 50px;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.hd-nav li a {
  text-decoration: none;
  cursor: pointer;
  color: white!important;
}
.hd-nav li a:hover {
  color: #ddd!important;
}
.hd-nav li a.yellowface {
  margin: 6px 0 0 0;
  /*width: 35px;*/
  height: 35px;
}
.hd-nav li a.yellowface:hover {
  background-position: 0 0;
}

/* Top bar style for pages of mini and ultratablet */
.product-topbar {
  /* display: none;/* Shown only when country is usa. Done it in JS */
  position: fixed;
  z-index: 1000;
  top: 45px;
  left: 0px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255,255,255,.9);
  background-color: #fff\9; /* for IE8 */
  -webkit-transition: top .3s ease-out;
  -moz-transition: top .3s ease-out;
  -ms-transition: top .3s ease-out;
  -o-transition: top .3s ease-out;
  transition: top .3s ease-out;
}
.product-topbar.on-black {
  border-bottom: none;
  background-color: rgba(25,25,25,.8);
  background-color: #fff\9; /* for IE8 */
}

.product-topbar.show {
  top: 0px;
}
.product-topbar.hide {
  top: -45px;
}
.product-topbarnav {
  margin: 0 auto;
  padding: 0 22px;
  max-width: 980px;
  overflow: hidden;
}
.product-topbarnav h2 {
  float: left;
  font-size: 22px;
  color: #333;
  line-height: 45px;
  font-weight: normal;
}
.on-black .product-topbarnav h2 {
  color: #e5e5e5;
}
.product-preorder {
  margin: 12px 0 0;
  display: block;
  float: right;
  padding:0 20px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #008cff;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  font-weight: bold;
  transition: all ease-in-out .3s;
}
.product-preorder:hover {
  text-decoration: none;
  background-position: 0 0;
  background-color: #0a81e3;
}

.product-container {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100px;
    padding: 20px 0 40px;
    z-index: 2000;
}
.product-list {
    display: none;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-top: 5px;
}
.product-list.narrow-list {
    width: 60%;
    max-width: 400px;
}
.product-list li {
    opacity: 0;
    text-align: center;
}
.product-list li.unsel a {
    opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
.product-list li a {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
.product-list li a p {
    color: #333;
    margin-top: 12px;
}
.product-list li a:hover p {
    color: #008cff;
    text-decoration: none;
}
.header-wrapper.hovered {
    background-color: rgba(0, 0, 0, 1);
    background-color: #000000\9;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}
.header-wrapper.hover {
    background-color: #000;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
}
.block-a {
    display: block;
    width: 100%;
}
.block-a img {
    margin: 0 auto;
    display: block;
}
.block-a:hover {
    text-decoration: none;
    color: #008cff;
}
.product-list.jide-header-sub-show, .product-list.jide-header-sub-show> div {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-end;
}
.jide-header-sub-show li {
    opacity: 1\9\0;
    filter: alpha(opacity=100);
    -webkit-animation: jide-header-sub-show 1.5s forwards;
    animation: jide-header-sub-show 1.5s forwards;
}
@-webkit-keyframes jide-header-sub-show {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes jide-header-sub-show {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/* =========================================== */
/* =============== Media Query =============== */
/* =========================================== */
/* Header is now too wide, so the limit value is not 768 anymore, it is 948 for now. */
@media screen and (max-width: 948px) { /* NOTICE: Includes 948 */
  .header-wrapper {
    position: absolute;
    z-index: 1001;
    height: auto;
  }
  .header-nav .hd-logo {
    width: 100%;
    height: 45px;
  }
  .header-nav {
    padding: 0 1%;
    width: 98%;
  }
  .header-nav .burger {
    display: block;
  }
  .header-nav .hd-nav {
    display: none;
    float: none;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 45px;
    z-index: 1000;
  }
  .header-nav .hd-nav li {
    margin: 0 10px 0 10px;
    font-size: 15px;
    float: none;
  }
 .header-nav .hd-nav li a {
    display: none;
 }
 .header-nav .hd-nav li a.yellowface {
   color: #ffffff !important;
   background: none;
 }
 .header-nav .hd-nav li a.header-nav-show {
     animation: header-nav-show 0.3s linear .1s 1 normal forwards;
     -webkit-animation: header-nav-show 0.3s linear .1s 1 normal forwards;
     -moz-animation: header-nav-show 0.3s linear .1s 1 normal forwards;
 }
 .header-nav .hd-nav li:nth-child(2) a.header-nav-show {
     animation-delay: 0.2s;
     -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
 }
 .header-nav .hd-nav li:nth-child(3) a.header-nav-show {
     animation-delay: 0.3s;
     -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
 }
 .header-nav .hd-nav li:nth-child(4) a.header-nav-show {
     animation-delay: 0.4s;
     -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
 }
 .header-nav .hd-nav li:nth-child(5) a.header-nav-show {
     animation-delay: 0.5s;
     -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
 }
 .header-nav .hd-nav li:nth-child(6) a.header-nav-show {
     animation-delay: 0.6s;
     -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
 }
 .header-nav .hd-nav li:nth-child(7) a.header-nav-show {
     animation-delay: 0.7s;
     -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
 }
 .block-a img, .logos {
     display: none;
 }
 .product-list.jide-header-sub-show, .product-list.jide-header-sub-show> div {
     display: flex;
     display: -webkit-flex;
     flex-flow: column wrap;
     justify-content: space-around;
     align-items: center;
 }
 .product-list .jide-product, .product-list .aoc-product, .product-list .acer-product {
     width: 90%;
     border-right: none;
     margin: 0px auto;
     overflow: hidden;
 }
 .product-list {
     padding-top: 0;
     height: auto;
     width: 100%;
 }
 .product-list.narrow-list {
     width: 100%;
 }
 .product-container {
     height: auto;
     padding: 0;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     background-color: transparent;
 }
 .product-list li a p {
     font-size: 15px;
     color: #fff;
     height: 45px;
     line-height: 45px;
     margin-top: 0;
 }
 @keyframes header-nav-show {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }
 @-moz-keyframes header-nav-show {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }
 @-webkit-keyframes header-nav-show {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }
}

/* 949 <= Pad Screens <= 991 */
@media (min-width: 949px) and (max-width: 991px) { /* NOTICE: Includes 949 and 991 */
  .header-nav {
    padding: 0 1%;
    width: 98%;
  }
}
/* 992 <= Desktop Screens < 1200 */
@media (min-width: 992px) and (max-width: 1199px) { /* NOTICE: Includes 992 and 1199 */
}
/* Large Desktop Screens >= 1200 */
@media (min-width: 1200px) { /* NOTICE: Includes 1200 */
}