/*====================================*/
/* large design is 1360px */
/* no tablet, only handset */
/* handset design is 360px */

@media(max-width: 1359px) {

  /*====================================*/
  /* handset */


  #container {
    width: 360px;
    height: 640px;
  }


  #main_copy {
    position: relative;
    top: inherit;
    left:inherit;

  }

  #btn_open_legal {
    font-size: 8.5px;
    margin:inherit;
    left:inherit;
    position: relative;
    right:12px;
    bottom:inherit;
    text-align: right;
    z-index: 10;
  }

  .hide-mobile{
    display:none;
  }



  /*====================================*/
  /* main area */
  #main {
    position: relative;
    width: 100%;
    padding: 20px 18px 0 20px;
  }

  #main_headline {
    font-size: 23px;
    line-height: 27px;
    margin-top: 5px;
  }

  #main_subhead {
    margin-top:5px;
    font-size: 15px;
    letter-spacing: -.05px;
  }

  #main_body {
    margin-top:5px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: inherit;
  }

  #store_logo {
    position:relative;
    left:0;
    bottom:inherit;
    width:84px;
  }

  



  /*====================================*/
  /* support area */
  #support {
    margin-top:17px;
    margin-left: 0;
    position: relative;
    width: 100%;
  }

  /*====================================*/
  /* chart section */



  #chart {
    position: absolute;
    margin-top: 0;
    height: 370px;
    bottom:36px;
    margin-bottom:-45px;
  }

  #chart .core .sep{
    margin:2px 0px 7px 10%;
  }
  #chart .core {
    position: relative;
    width: 100px;
    float: left;
    margin-right:10px;
    /* bust the absolute positioning */
    right: inherit !important;
  }

  #chart .core:first-child{
    margin-left:20px;
  }
  #chart .core:last-child{
    margin-right:0;
  }

  #chart .core .core-power {
    width:100px;
    height:70px;
    background-image: url(../img/power_sm.png);
  }

  #chart .core .core-title {
    font-size: 9px;
    line-height: 11px;
  }

  
  #chart .core .core-text {
    font-size: 7.5px;
    line-height: 8px;
    margin: 1px 0 2px;
  }

  #chart .core .core-text-container {
    padding-bottom:5px;
  }
  #chart .core .core-text-container img {
    margin: 5px 0 0;
    max-width:18px;
  }


  #chart .core .badge{
    width:67px;
  }
  #chart #core_i3_badge {
    bottom: 179px;
  }

  #chart #core_i5_badge {
    bottom: 239px;
  }

  #chart #core_i7_badge {
    bottom: 295px;
  }


#chart .core .core-text-container * {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

#chart .core .core-text-container img {
  margin: 0;
  width: auto;
}


#chart .core .sep {
  width: 80%;
  margin-left: 10%;
}


  /* abs positioning and sizing requested by design */
  #chart #core_i7.core .core-text-container .core-title {
    top: 126px;
  }

  #chart #core_i7.core .core-text-container .sep {
    top: 138px;
  }

  #chart #core_i7.core .core-text-container #core_i7_img_1 {
    top: 151px;
    left: 43px;
  }

  #chart #core_i7.core .core-text-container #core_i7_txt_1 {
    top: 173px;
  }

  #chart #core_i7.core .core-text-container #core_i7_img_2 {
    top: 206px;
    left: 41px;
    max-width:23px;
  }

  #chart #core_i7.core .core-text-container #core_i7_txt_2 {
    top: 228px;
  }

  #chart #core_i7.core .core-text-container #core_i7_img_3 {
    top: 265px;
    left: 40px;
    max-width: 24px;
  }

  #chart #core_i7.core .core-text-container #core_i7_txt_3 {
    top: 286px;
  }

  #chart #core_i7.core .core-text-container #core_i7_img_4 {
    top: 318px;
    left: 43px;
  }

  #chart #core_i7.core .core-text-container #core_i7_txt_4 {
    top: 341px;
  }



  #chart #core_i5.core .core-text-container .core-title {
    top: 184px;
  }

  #chart #core_i5.core .core-text-container .sep {
    top: 196px;
  }

  #chart #core_i5.core .core-text-container #core_i5_img_1 {
    top: 212px;
    left: 43px;
  }

  #chart #core_i5.core .core-text-container #core_i5_txt_1 {
    top: 228px;
  }

  #chart #core_i5.core .core-text-container #core_i5_img_2 {
    top: 267px;
    left: 43px;
    max-width: 15px;
  }

  #chart #core_i5.core .core-text-container #core_i5_txt_2 {
    top: 285px;
  }

  #chart #core_i5.core .core-text-container #core_i5_img_3 {
    top: 321px;
    left: 43px;
  }

  #chart #core_i5.core .core-text-container #core_i5_txt_3 {
    top: 340px;
  }



  #chart #core_i3.core .core-text-container .core-title {
    top: 244px;
  }

  #chart #core_i3.core .core-text-container .sep {
    top: 256px;
  }

  #chart #core_i3.core .core-text-container #core_i3_img_1 {
    top: 268px;
    left: 42px;
  }

  #chart #core_i3.core .core-text-container #core_i3_txt_1 {
    top: 284px;
  }

  #chart #core_i3.core .core-text-container #core_i3_img_2 {
    top: 321px;
    left: 42px;
  }

  #chart #core_i3.core .core-text-container #core_i3_txt_2 {
    top: 341px;
  }





  #chart #core_i3_column {
    height: 161px;
    background-image: url(../img/bar_0_sm.png);
  }

  #chart #core_i5_column {
    height: 222px;
    background-image: url(../img/bar_1_sm.png);
  }

  #chart #core_i7_column {
    height: 279px;
    background-image: url(../img/bar_2_sm.png);
  }





  #chart #core_i3_column{
    height:161px;
    background-image: url(../img/bar_0_sm.png);
  }
  #chart #core_i5_column{
    height:222px;
    background-image: url(../img/bar_1_sm.png);
  }
  #chart #core_i7_column{
    height:279px;
    background-image: url(../img/bar_2_sm.png);
  }





  /*====================================*/
  /* details section */



  #buttons_container,
  #detail_container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: inherit;
    z-index: 1;
    position: absolute;
  }

  #detail_container {
    height: 100px;
  }

  #details {
    /* rotate the gradient for vert UI orientation*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 1)), color-stop(10%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 10%);
    background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 10%);
    height: 115px;
    
  }

  /* hide the separator */
  #details .sep {
    display: none;
  }

  #details .detail {
    height: 150px;
    padding-bottom: 0;
    bottom: inherit;
    text-align: left;
    position:relative;
    margin:0 auto;
  }



  #detail_container .detail-title{
    font-size:10px;
    margin-bottom:0;
  }
  

  

  #detail_container #detail_default_title{
    margin: 10px 0 0 34px;
    font-size: 13px;
  }

  #detail_container .detail-body{
    font-size: 10px;
  }

  #detail_container .detail-body sup{
    top:-0.2em;
  }

  #detail_container #detail_0_body.detail-body{
    /* support for optane EN, mobile-only line break */
    width:90%;
  }
  #detail_container #detail_2_body.detail-body{
    /* support for thunderbolt EN, mobile-only line break */
    width:80%;
  }
  

  #detail_container .detail-hero {
    max-height:51px;
    display: inline-block;
    float: left;
    margin-right:10px;
  }


  #detail_container #detail_default_body {
    margin: 0 0 0 34px;
    text-align: left;
    font-size: 12.5px;
    font-family: 'Intel Clear Bold', sans-serif;
  }


  #buttons_container {
    overflow: hidden;
    width: 295px;
    margin:0 auto;
    top: 54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #buttons_container .btn-detail-container {
    position: relative;
    display: inline-block;
    float: left;
    /* changed to px, % was causing FF subpixel rendering to not display left border */
    width: 135px;
    margin: 0 2%;
    margin-bottom: 100px;
    height:40px;
  }

  #buttons_container .btn-detail-container.scrolled {
    display: none;
  }

  #buttons_container .btn-detail {
    height: 30px;
  }

  #buttons_container .btn-detail-container .btn-detail span {
    letter-spacing: -.1px;
    font-size: 9.5px;
    line-height: 10px;
  }





  
  #detail_container .detail {
    z-index: 0;
    width:73%;
  }

  #detail_container .detail .legal {
    margin-top:5px;
    font-size: 8.5px;
  }


  #detail_container #detail_default {
    z-index: 0;
    width:100%;
  }

  


  /*====================================*/
  /* blue label button */

  #detail_container .label_button {
    display: block;
    background-color: #007DF9;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 2px;
    margin-bottom: 10px;
    margin-top:17px;

  }

  #detail_container .label_button div {
    font-family: 'Intel Clear Bold', sans-serif;
    color: #FFFFFF;
    display: inline-block;
    width: 96%;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
  }

  #detail_container .label_button a {
    display: inline-block;
    width: 10px;
    margin-right:-14px;
    text-align: right;
    cursor: pointer;
  }

  #detail_container .label_button a img {
    width: 10px;
  }

  /* hide the close button, use the label button */
  #detail_container .btn-close {
    display: none;
  }


  /*====================================*/
  /* arrows for scroller */

  #details .btn-arrow {
    display: block;
    position: absolute;
    top: 62px;
    z-index: 9;
  }

  #btn_arrow_next {
    right: 9px;
  }

  #btn_arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 9px;
  }


  /*====================================*/
  /* legal copy */

  #modal_legal .btn-close{
    right: 29px;
    top: 26px;
  }
  #legal_body{
    width:74.5%;
  }
  #legal_body p,
  #legal_body a {
    font-size: 11px;
  }
  #legal_body sup {
    font-size: 7px;
  }




}