
@font-face {
    font-family: 'proxima-light';
    src: url('fonts/ProximaNova-Light.otf');
}
@font-face {
    font-family: 'proxima-bold';
    src: url('fonts/ProximaNova-Bold.otf');
}
@font-face {
    font-family: 'proxima-boldlt';
    src: url('fonts/ProximaNova-Boldlt.otf');
}
@font-face {
    font-family: 'proxima-semibold';
    src: url('fonts/ProximaNova-Semibold.otf');
}
@font-face {
    font-family: 'proxima-extrabold';
    src: url('fonts/ProximaNova-Extrabold.otf');
}
@font-face {
    font-family: 'proxima-regular';
    src: url('fonts/ProximaNova-Regular.otf');
}
@font-face {
    font-family: proxima-black;
    src: url('fonts/ProximaNova-Black.otf');
}
.proxima-regular {font-family:'proxima-regular';}
.proxima-boldlt {font-family:'proxima-boldlt';}
.proxima-semibold {font-family:'proxima-semibold';}
.proxima-extrabold {font-family:'proxima-extrabold';}
.proxima-light {font-family:'proxima-light';}
.proxima-black {font-family:'proxima-black';}
.italic {font-style:italic;}
html,body { margin: 0; padding: 0; border: 0; background-color: #ffffff;font-family: objektiv-mk1;font-weight:400;color:#343434;}
html { font-size: 100%; -webkit-touch-callout:none; -webkit-text-size-adjust:none;font-family:'proxima-regular',verdana;
 -ms-text-size-adjust:100%; }
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, 
section { display:block; }
p {font-size:23px;line-height:33px;}
a {color:#343434;}
.mob-txt {display:none;}

/*PG CSS*/
.d-display {display: block}
.t-display {display: none;}
.m-display {display: none;}
.blu-pg-sec {width:100%;padding:0;}
.blu-pg-sec-omega {width:1400px; margin:0 auto;position:relative;}
.blu-pg-sec-ttl {width:100%;font-size:40px;font-weight:700;text-transform:uppercase;margin-bottom: 1em;line-height: 45px;}
.blu-pg-sec-p {width:100%;text-align:left;}
.blu-pg-sec-img, .blu-pg-sec-img img {width:100%;}
.blu-pg-sec-img img {margin:2% 0;}

.blu-pg-sec-main {width:auto;background: black;}

.w-overlay {position:absolute;height:1150px;width:100%;background: #eaeaea;z-index: 5;-webkit-animation-duration: 3s;animation-duration: 3s;
            -webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeOut {
            0% {opacity: 1;}
            100% {opacity: 0;}
         }
         
         @keyframes fadeOut {
            0% {opacity: 1;}
            100% {opacity: 0;}
         }
         
         .fadeOut {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
         }

.blu-sec-1 { position:relative;height:1150px;background:#eaeaea;background-size:cover;}
.blu-sec-1 .blu-pg-sec-omega div:first-child {width:100%;text-align:center;padding-top:18px;} 
.blu-sec-1 .blu-pg-sec-omega div:first-child img {display:inline-block;margin-top:10px;}
.blu-sec-1 .blu-pg-sec-omega div:first-child .buyNow-w {width:100%;margin-top:10px;}
.blu-sec-1 .blu-pg-sec-omega div:first-child a {text-decoration:none;color:#343434;padding:10px 0;border:2px solid #343434;border-radius:25px;width:160px;display:inline-block;font-weight: 600;}
.blu-sec-1 .blu-pg-sec-omega div:first-child a:first-child {margin-right:25px;}
.sec-1-buttons {position:relative;margin:0 auto;text-align:center;top:130px;z-index:6;margin-bottom:-140px;}
.sec-1-buttons a {padding:10px 0;border:2px solid #343434;border-radius:25px;width:160px;display:inline-block;font-weight: 600;margin-top:10px;text-decoration: none;}
.sec-1-buttons a:first-child {margin-right:15px;}

.blu-sec-1 div img[alt="Silver"] {position:absolute;top:520px;left:160px;width:439px;height:430px;z-index:1;opacity:1;
animation: silver 1.5s;
animation-timing-function: ease;
animation-fill-mode: forwards;
animation-direction: normal;
animation-delay: 0;
}
.blu-sec-1 div img[alt="RoseGold"] {position:absolute;top:400px;left:400px;z-index:2;transform:scale(1);opacity:0;
animation: rosegold 1.25s;
animation-timing-function: ease;
animation-fill-mode: forwards;
animation-direction: normal;
animation-delay: 0.25s;

}
.blu-sec-1 div img[alt="Black"] {position:absolute;top:345px;right:120px;z-index:3;opacity:0;
animation: black 1s;
animation-timing-function: ease;
animation-fill-mode: forwards;
animation-direction: normal;
animation-delay: 0.5s;

}
.blu-sec-1 div img[alt="Gold"] {position:absolute;top:430px;right:-50px;z-index:2;opacity:0;
animation: gold .75s;
animation-timing-function: ease;
animation-fill-mode: forwards;
animation-direction: normal;
animation-delay: .75s;

}
#buynow-w-o {
  opacity:0;
  animation: button 1s;
  animation-timing-function: ease;
animation-fill-mode: forwards;
animation-direction: normal;
  animation-delay: 1s;  
}
@keyframes button {
  0% {opacity:0;}
  100% {opacity:1;}  
    
}
@keyframes silver {
   0% {top: 0px;transform:scale(.6);}
   4% {top: -9.1px;}
   10% {opacity:1;}
   15% {top: -59.2px;}
   100% {top: 520px;opacity:1;}
}
@keyframes rosegold {
    0% {top: 0px;transform:scale(.6);}
    4% {top: -9.1px;}
    10% {opacity:1;}
    15% {top: -59.2px;}
    100% {top: 400px;opacity:1;}
}
@keyframes black {
     0% {top: 0px;transform:scale(.6);}
     4% {top: -9.1px;}
     10% {opacity:1;}
     15% {top: -59.2px;}
     100% {top: 345px;opacity:1;}
}
@keyframes gold {
    0% {top: 0px;transform:scale(.6);}
    4% {top: -9.1px;}
    10% {opacity:1;}
    15% {top:-59.2px;}
    100% {top: 430px;opacity:1;}
}



.blu-sec-2 {height:900px;background:url('images/sec-2.jpg') center center;position:relative;}
.blu-sec-2 .blu-pg-txt {position:absolute;top:225px;left:20px;width:600px;text-align:left;}
.blu-sec-2 .blu-pg-sec-ttl {text-align:left;}
.blu-sec-2 .blu-pg-sec-omega div:nth-child(2) img[alt="XLinkBlack"] {position:absolute;top:64px;right:-520px;}
.sec-2-x-link {position:absolute;left:55%;top:60px;}

.blu-sec-3 {height:900px;/*background:url('images/sec-3.jpg') center center;*/background:white;position:relative;}
.blu-sec-3 .blu-pg-txt {position:absolute;top:353px;width:530px;text-align:left;left:775px;}
.blu-sec-3 .blu-pg-sec-ttl {text-align:left;}
.sec-3-x-link {position:relative;left:-30px;}

.blu-sec-4 {height:1300px;background:url('images/sec-4.jpg') center center;position:relative;}
.blu-sec-4 .blu-pg-txt {position:relative;margin:0 auto;top:960px;width:1100px;text-align:center;}
/*.blu-sec-4 .blu-pg-txt {position:absolute;left:155px;top:960px;width:1100px;text-align:center;}*/
.blu-sec-4 .blu-pg-sec-ttl {text-align:center;}

.blu-sec-5 {height:900px;background:url('images/sec-5.jpg') center center;position:relative;}
.blu-sec-5 .blu-pg-txt {position:absolute;top:635px;right:330px;width:795px;text-align:center;z-index:2;color:white}
.blu-sec-5 .blu-pg-sec-ttl {text-align:left;padding-left:220px;margin-bottom:0px;}
.blu-sec-5 .blu-pg-sec-ttl span {display:block;} 
.blu-sec-5 div img[alt="XLink5"] {position:absolute;top:0px;right:80px;z-index:1;}
.heart-vid {position: absolute;left:100px;}
.sec-5-heart {position: absolute;top: 7px;left: 130px;}
.heart-vid-glow {position: absolute;top:630px;left:400px;z-index: 4}

.blu-sec-6 {height:900px;background:url('images/sec-6.jpg') center center;position:relative;}
.blu-sec-6 .blu-pg-txt {position:absolute;top:278px;right:24px;width:470px;text-align:left;}
.blu-sec-6 .blu-pg-sec-ttl {text-align:left;}
.blu-sec-6 div img[alt="XLinkGirl"] {position:absolute;top:0px;left:-540px;z-index:1;}
.blu-sec-6 div img[alt="App"] {position:absolute;top:150px;left:555px;z-index:1;}

.blu-sec-7-8 {height:1640px;background:url('images/sec-7-8.jpg') center center no-repeat;position:relative;}
.blu-sec-7-8 .blu-pg-txt {position:absolute;top:330px;left:20px;width:520px;text-align:left;z-index:2}
.blu-sec-7-8 .blu-pg-sec-ttl span {text-align:left;padding-left:120px;}
.blu-sec-7-8 .blu-pg-sec-ttl {padding-left: 0px !important;}
.blu-sec-7-8 .blu-pg-txt-1 {position:absolute;top:1100px;left:700px;width:600px;text-align:left;color:white;}
.blu-sec-7-8 div img[alt="XLink7"] {position:relative;top:90px;left:45%;z-index:1;}


.blu-sec-9 {height:900px;background:url('images/sec-9.jpg') center center;background-size:cover;position:relative;}
.blu-sec-9 .blu-pg-txt {position:absolute;top:280px;left:20px;width:550px;text-align: center}

.blu-sec-10 {height:900px;/*background:url('images/sec-10.jpg') center center;*/background-color:black;background-size:cover;position:relative;}
.blu-sec-10 .blu-pg-txt {position:relative;margin:0 auto;top:665px;width:765px;text-align:center;color:white;z-index: 2}
.sim-vid {position: absolute;top: 0px;left: 208px;}

.blu-sec-11 {height:1200px;background:url('images/sec-11.jpg') center center;background-size:cover;position:relative;}
.blu-sec-11 .blu-pg-txt {position:absolute;top:215px;left:20px;width:580px;text-align:left;margin:0 auto;}
.blu-sec-11 .blu-pg-sec-ttl {text-align:left;}

.blu-sec-12 {height:900px;background:url('images/sec-12.jpg') center center;background-size:cover;position:relative;}
.blu-sec-12 .blu-pg-txt {position:absolute;top:260px;left:695px;width:600px;text-align:left;margin:0 auto;}
.blu-sec-12 .blu-pg-sec-ttl {text-align:left;}
.blu-sec-12 div img[alt="sec12xlink"] {position:absolute;top:50px;left:-250px;z-index:1;}

.blu-sec-13 {height:900px;/*background:url('images/sec-13.jpg') center center;*/background-color:black;background-size:cover;position:relative;}
.blu-sec-13 .blu-pg-txt {position:absolute;top:255px;left:20px;width:470px;text-align:left;color:white;z-index: 2}
.battery-vid {position: absolute;left: 60px;}
.sec-13-battery {position: absolute;left: 1145px;top: 81px;}





/*gallery*/
.slider {background:#f0f0f0;overflow:hidden;}
.custom-navigation {display: table;width: 100%;table-layout: fixed;padding-top:10px;}
.custom-navigation > * {display: table-cell;}
.custom-navigation {position:relative;}
.custom-navigation > a {width: 100%;position:relative;}
.custom-navigation .flex-next {text-align: right;}
#main {margin:0px;}
.custom-controls-container {display:none;} 
a.flex-prev {position:absolute;left:70px;top:-425px;z-index:9999999999;display:block;width:54px;height:74px;background:url('images/gallery/arrow-left.png') center center no-repeat;}
a.flex-next {position:absolute;right:70px;top:-425px;width:54px;height:74px;background:url('images/gallery/arrow-right.png') center center no-repeat;}
.slides li {width:100%;height:850px;}
ul.slides {margin-left:-40px;}
.first {background:url('images/gallery/black1.jpg') center center no-repeat;}
.second {background:url('images/gallery/black2.jpg') center center no-repeat;}
.third {background:url('images/gallery/black3.jpg') center center no-repeat;}
.fourth {background:url('images/gallery/black4.jpg') center center no-repeat;}
.colorBtnWrap {width:100%;text-align:center;padding-bottom:2%;}
.colorBtn {float:left;width:40px;height:9px;margin:0 2%;cursor:pointer;padding-bottom:30px;text-align:center;border-radius: 50%;}
.btn-black {background-color: #242424;margin-left:490px;}
.btn-silver {background-color: silver;}
.btn-rose-gold {background-color: #f5d8cc;}
.btn-gold {background-color: #ffe4c1;}
.colors-sec {margin:0 auto;width: 1200px;position:relative;}


/*specs*/
.blu-sec-specs {padding:5% 0;background:black}
.blu-sec-specs .blu-pg-sec-omega {width:1200px;}
.spec-txt-w {width:100%;text-align:center;padding-bottom:4%;}
.spec-tagline {width:100%;text-align:center;font-size:40px;text-transform: uppercase;}
.spec-tagline span {font-family:'proxima-regular';font-style:italic;}
.spec-sub { font-size:25px;font-family:'proxima-regular';}

.specsGrid {float:left;width:24.8%;border:1px solid transparent;height:280px;margin-top:25px;}
.specsGrid ul {list-style:none;text-align:center;margin-left:-40px;margin-top:65%;color:white;font-weight: 300;}


.spec_display {background:url('images/specs/w-specs-display.png') top 20px center no-repeat;}
.spec_ip54 {background:url('images/specs/w-specs-ip54.png') top 20px center no-repeat;}
.spec_heartrate {background:url('images/specs/w-specs-heartrate.png') top 20px center no-repeat;}
.spec_pedometer{background:url('images/specs/w-specs-pedometer.png') top 0px center no-repeat;}
.spec_sleep{background:url('images/specs/w-specs-sleep.png') top 20px center no-repeat;}
.spec_tech{background:url('images/specs/w-specs-tech.png') top 20px center no-repeat;}
.spec_battery{background:url('images/specs/w-specs-battery.png') top 20px center no-repeat;}
.spec_wifi{background:url('images/specs/w-specs-wifi.png') top 60px center no-repeat;}

.spec_separator {height:1.5px; background-color: #4d4d4d;margin-top: 3%}

.btn-wrap {width:100%;padding-top:4%;}
.salesGuide { width:49.85%;position:relative;float:left;text-align:right; }
.buyNow { width:49%;position:relative;float:left;text-align:left; }
.salesGuide a, .buyNow a {text-decoration: none;text-align:center;margin:20px;color: white;padding: 10px 0;border: 2px solid white;border-radius: 25px;width: 160px;display: inline-block;font-weight: 300;
}

footer {width:100%;background:black;text-align:center;margin-top:0px;}

@media (max-width: 1280px) {
.d-display {display:none;}
.t-display {display: block;}
.m-display {display: none;}
p {font-size:20px;line-height: 1.4;font-weight: 300;}
.blu-pg-sec-ttl {font-size:28px;line-height: 35px;} 
.tab-txt {display:none;}

.device-ttl {display: none;}
.t-device-ttl {display: block;padding-top:60px;}
.m-device-ttl {display:none;}
.blu-pg-sec-omega {width:980px;}

.blu-sec-1 {position:relative;height:700px;background:url('images/t-sec-1.jpg') center center;position:relative;background-size:cover;margin-top:56px;}
.blu-sec-1 .blu-pg-sec-omega div:first-child img {margin-top:25px;width:200px;}
.blu-sec-1 .blu-pg-sec-omega div:first-child a {width:140px;padding:7px 0;font-size: 15px;}
.sec-1-buttons {top:35px;}

.blu-sec-2 {height:700px;background:url('images/t-sec-2.jpg') center center;position:relative;background-size:cover;}
.blu-sec-2 .blu-pg-txt {top:135px;width:510px;}

.blu-sec-3 {height:700px;background:url('images/t-sec-3.jpg') center center no-repeat;background-size:cover;}
.blu-sec-3 .blu-pg-txt {top:255px;width:418px;left:516px;}

.blu-sec-4 {height:860px;background:url('images/t-sec-4.jpg') center center;background-size:cover;position:relative;}
.blu-sec-4 .blu-pg-txt {top:648px;;width:940px;}

.blu-sec-5 {height:700px;background:url('images/t-sec-5.jpg') center center;background-size:cover;position:relative;}
.blu-sec-5 .blu-pg-txt {position:relative;margin: 0 auto;top:525px;left:0px;width:360px;text-align:center;}
.blu-sec-5 .blu-pg-sec-ttl {text-align:center;padding-left: 0px;}

.blu-sec-6 {height:700px;background:url('images/t-sec-6.jpg') center center;background-size:cover;position:relative;}
.blu-sec-6 .blu-pg-txt {position:absolute;top:253px;left:642px;width:320px;}

.blu-sec-7-8 {height:1200px;background:url('images/t-sec-7-8.jpg') center center no-repeat;background-size:cover;position:relative;}
.blu-sec-7-8 .blu-pg-txt {position:absolute;top:260px;left:20px;width:375px;}
.blu-sec-7-8 .blu-pg-txt-1 {position:absolute;top:749px;left:490px;width:445px;}

.blu-sec-9 {height:700px;background:url('images/t-sec-9.jpg') center center;background-size:cover;position:relative;}
.blu-sec-9 .blu-pg-txt {position:absolute;top:153px;left:25px;width:465px;}

.blu-sec-10 {height:700px;background:url('images/t-sec-10.jpg') center center;background-size:cover;position:relative;}
.blu-sec-10 .blu-pg-txt {position:relative;margin:0 auto;top:495px;left:0px;width:680px;}

.blu-sec-11 {height:700px;background:url('images/t-sec-11.jpg') center center;background-size:cover;position:relative;}
.blu-sec-11 .blu-pg-txt {position:absolute;top:62px;left:20px;width:440px;}

.blu-sec-12 {height:700px;background:url('images/t-sec-12.jpg') center center;background-size:cover;position:relative;}
.blu-sec-12 .blu-pg-txt {position:absolute;top:205px;left:475px;width:475px;text-align:left;}

.blu-sec-13 {height:600px;background:url('images/t-sec-13.jpg') center center;background-size:cover;position:relative;}
.blu-sec-13 .blu-pg-txt {position:absolute;top:137px;left:20px;width:335px;text-align:left;}



.btn-black {margin-left:470px;}
.colorBtn {width:34px;height:4px;}

.blu-sec-specs .blu-pg-sec-omega {width:980px;}
.specsGrid {float:left;width:24.75%;border:1px solid transparent;height:280px;}
.specsGrid ul {list-style:none;text-align:center;margin-left:-40px;margin-top:70%;}


.metal-black {margin-left:28%;}
  
 }
 
 @media (max-width: 980px) {
.slider {display: none;}
.d-display {display:none;}
.t-display {display: none;}
.m-display {display: block;}
span {display: none;}
.blu-pg-sec-ttl {font-size: 22px;margin-bottom:-10px !important;line-height: 30px;}
p {font-size: 19px;font-weight: 400;line-height: 1.2;}

.blu-pg-sec-omega {width:325px; margin:0 auto; position:relative;}
.blu-sec-1 {position:relative;height:650px;background:url('images/m-sec-1.png') center center;position:relative;margin-top:56px;}
.blu-sec-1 .blu-pg-sec-omega div:first-child img {display: none;}
.sec-1-xlink-black {position:absolute;top:160px;left:-500px;transition:all 1s;}
.sec-1-xlink-silver {position:absolute;top:160px;right:-500px;transition:all 1s;}
.sec-1-buttons img {display:none;}
.w-overlay {display:none;}
.sec-1-buttons {top:0px;margin-bottom: -40px;}

.m-buy {position:absolute;top:110px;}
.m-learn {position:relative;top:500px}

.blu-sec-2 {height:700px;background:#f7f7f7;position:relative;}
.blu-sec-2 .blu-pg-txt {position: relative;margin:0 auto;text-align: center;width:100%;left:0px;top:50px;}
.blu-sec-2 .blu-pg-sec-ttl {text-align:center;}
.sec-2-xlink {margin-top:75px; margin-left:20px;}

.blu-sec-3 {height:700px;background:url('images/m-sec-3.jpg') center center no-repeat;position:relative;}
.blu-sec-3 .blu-pg-txt {position: relative;margin:0 auto;text-align: center;width:350px;left:0px;top:50px;}
.blu-sec-3 .blu-pg-sec-ttl {text-align:center;}

.blu-sec-4 {height:1500px;background:url('images/m-sec-4.jpg') center center;position:relative;}
.blu-sec-4 .blu-pg-txt {position:absolute;margin:0 auto;top:300px;width:270px;text-align:center;color:white;}
.sec-4-pedometer {margin-top:460px;}
.sec-4-sleep {margin-top:450px;}

.blu-sec-5 {height:700px;background:url('images/m-sec-5.jpg') center center;position:relative;}
.blu-sec-5 .blu-pg-txt {top:530px;left:0px;width:100%;}

.blu-sec-6 {height:700px;background:url('images/m-sec-6.jpg') center center;position:relative;}
.blu-sec-6 .blu-pg-txt {position:relative;margin:0 auto;left:0px;top:485px;width:330px;text-align:center;color:white;}
.blu-sec-6 .blu-pg-sec-ttl {text-align: center;}

.blu-sec-7-8 {height:1400px;background:url('images/m-sec-7-8.jpg') center center no-repeat;position:relative;}
.blu-sec-7-8 .blu-pg-txt {margin:0 auto;top:450px;left:0px;width:350px;text-align:center;}
.blu-sec-7-8 .blu-pg-sec-ttl {text-align:center;}
.blu-sec-7-8 .blu-pg-txt-1 {position:relative;margin:0 auto;left:0px;width:100%;top:1310px;}

.blu-sec-9 {height:730px;background:url('images/m-sec-9.jpg') center center;position:relative;}
.blu-sec-9 .blu-pg-txt {position:relative;margin:0 auto;top:475px;left:0px;width:100%;}

.blu-sec-10 {height:745px;background:url('images/m-sec-10.jpg') center center;position:relative;}
.blu-sec-10 .blu-pg-txt {position:relative;margin:0 auto;top:480px;left:0px;width:298px;text-align:center;}

.blu-sec-11 {height:700px;background:url('images/m-sec-11.jpg') center center;;position:relative;}
.blu-sec-11 .blu-pg-txt {position:relative;top:445px;left:0px;width:300px;text-align:center;margin:0 auto;}
.blu-sec-11 .blu-pg-sec-ttl {text-align:center;}

.blu-sec-12 {height:700px;background:url('images/m-sec-12.jpg') center center;;position:relative;}
.blu-sec-12 .blu-pg-txt {position:relative;top:25px;left:0px;width:340px;text-align:center;margin:0 auto;}
.blu-sec-12 .blu-pg-sec-ttl {text-align: center;}


.blu-sec-13 {height:820px;background:url('images/m-sec-13.jpg') center center;position:relative;}
.blu-sec-13 .blu-pg-txt {position:relative;margin:0 auto;top:45px;left:0px;width:70%;text-align:center;}
.blu-sec-13 .blu-pg-sec-ttl {text-align:center;}


 
 @media (max-width:980px) {
 .blu-sec-specs .blu-pg-sec-omega {width:500px;}
 .specsGrid ul {list-style:none;text-align:center;margin-left:-40px;margin-top:70%;}
 .specsGrid {float:left;width:49%;border:1px solid transparent;height:280px;margin-bottom:0px;}    
 .spec-tagline {padding:8% 0px;} 
 }
 
 
 
 @media (max-width: 797px) { 
   nav ul li:first-child img {top:-57px;width:14%;left:43%;display:block;border:1px solid black;}    
   nav ul li {display:block;}  
   .navWrapIn ul {display:none !important;}
   .mobBtnO {display:block;}
   .mobNav {display:block;background:rgba(0,0,0,0);height:1px;position:absolute;top:40px;left:-999px;z-index:999999;}   
   .blu-pg-l-ttl1, .blu-pg-r-ttl1 {margin-top:-30px;}
   
  
  }
  @media (max-width: 661px) { 
   .d-none {display:none;}
   .slider {display:none;}
  }
 
 @media (max-width: 600px) {
    nav ul li:first-child img {top:-56px;width:20%;left:40%;} 
    .colorBtnWrap {width:380px;margin:0 auto;text-align:center;}
.colorBtn {float:left;width:19.5%;cursor:pointer;font-size:21px;}
  
  } 
   @media (max-width: 524px) {
  
   .blu-sec-specs .blu-pg-sec-omega {width:380px;}
   .specsGrid ul {list-style:none;text-align:center;margin-left:-40px;margin-top:85%;}
   .specsGrid {float:left;width:49.25%;border:1px solid transparent;height:280px;margin-bottom:0px;}    
   .spec-tagline {padding:8% 0px;}  
   .btn-wrap {width:100%;padding-top:4%;margin-bottom:5%;}
   .salesGuide { width:250px;position:relative;float:none;text-align:right;margin:0 auto; }
   .buyNow { width:250px;position:relative;float:none;text-align:left;margin:0 auto;}
   .salesGuide a, .buyNow a {
    text-decoration:none;
    padding:16px 25px;border:2px solid white; 
   } 
}
   

   @media (max-width: 400px) {
    .blu-sec-specs .blu-pg-sec-omega {width:96%;}
    .specsGrid {width:99%;margin-bottom:0px;}
    .specsGrid ul{margin-top:50%;}
    .btn-wrap {padding-top:8%;}
    .spec_wifi {background: url(images/specs/w-specs-wifi.png) top 40px center no-repeat; }
    .blu-pg-txt {width:100% !important;}
    .blu-pg-sec-omega {width:325px !important;}
    }
