/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
    height: 100%;
}

body {
    background: black;
    font-family: 'RazerF5', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
    height: 100%;
    padding-top: 50px;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: color ease 0.25s;
            transition: color ease 0.25s;
    color: #999;
}

a:hover {
    text-decoration: none;
    color: lime;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}
p{
    font-weight: 400;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
/*@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}
*/
/* HEADINGS */

h1,
h2 {
    font-family: 'Titillium Web';
    font-weight: 200;
}

h2{
    color: #00c800;
    font-size: 56px;
    font-family: "RazerF5Thin";
    font-weight: 200;
    text-align: center;
}

h1 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-weight: bold;
}

h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.deep-dark-bg {
    background: #161616 !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

.boxed-content{
    padding: 30px 0;
    /*background: black;*/
    opacity: 0.9;
    width: 477px;
    text-align: left;
    -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
            transition: opacity 2s;
}
span.white{
    color: white;
}
.boxed-content h1{
    color: lime;
    font-weight: 200;
    font-size: 56px;
}

.boxed-content p{
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */
.navbar-nav{
    margin-right: 60px;
}
.sticky-navigation {
    max-height: 45px;
    border: none;
    margin-bottom: 0 !important;
    background: #242424;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar-nav .first{
    padding-left: 0
}

.navbar-collapse{
    position: relative;
}

.sticky-navigation .header-logo-rz{
    position: absolute;
    right: 0;
}

.sticky-navigation .navbar-header img {
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
    font-family: "RazerF5Light";
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #999999;
    padding: 0 16px;
}

.sticky-navigation .main-navigation li a:hover {
    color: lime;
}

.mobile-logo{
    display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-left: 98px;
}


header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .logo-name{
    font-family: "RazerF5Thin";
    text-transform: uppercase;
    color: #0f0;
    float: left;
    margin-top: 2px;
    font-size: 30px;
    margin: 10px 0;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.sticky-navigation .main-navigation li{
    padding: 17px 0;
}

.sticky-navigation .main-navigation li:first-child a{
    /*margin-left: 20px;*/
}

/*.sticky-navigation .main-navigation li:last-child a{
    border: none;
    background: lime;
    padding: 3px;
    margin-top: -3px;
    color: white;
    border-radius: 4px;
    color: black;
    margin: -3px 0 0 -2px !important;
}*/

/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 15%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

div.intro{
    background-color: #e9e9e9;
    width: 100%;
    background-size: cover;
    height: 100vh;
    min-height: 950px;
}
.mxwidth{
    max-width: 800px;
    margin: 0 auto;
}
.get-started{
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin-top: 190px;
}

.get-started:hover{
    margin-top: 200px;
    opacity: 0.8;
}

.js-image-container{
    position: relative;
    transition: all 1s ease;

}
.content-container{
    position: absolute;
}
.intro-header{
    position: relative;
    margin-top: 91px;
    text-align: left;
}
.intro-header h1{
    
}
.nabu-x-top
{
    margin-top: 30px;
}
.intro-header h1.tagline{
    text-transform: none;
    font-family: "RazerF5Thin";
    font-weight: 200;
    color: #666666;
    font-size: 38px;
    text-align: center;
    color: #666666;

}
p.maintagline{
    font-family: "RazerF5Thin";
    font-weight: 200;
    font-size: 122px;
    color: #00c800;
    text-align: left;
    text-transform: capitalize;
    line-height: 122px;
    text-align: center;
}

a,a:hover, a:visited, a:link, a:active{
    text-decoration: none;
    color: none;
}

a.rules, a.rules:hover, a.rules:active{
    height: 61px;
    background: url("../img/survival-video-1.png") no-repeat;
    width: 443px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    padding-left: 36px;
    color: #1e4e06;
    text-transform: uppercase;
    padding-top: 17px;
    text-decoration: none;
    background-size: contain;
}
a.trigger-page-flip, a.trigger-page-flip:hover,a.trigger-page-flip:active{
    height: 61px;
    background: url("../img/survival-mode.png") no-repeat;
    width: 239px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    padding-left: 19px;
    color: white;
    text-transform: uppercase;
    padding-top: 17px;
    text-decoration: none;
}
.trigger-status{
    color: red;
    display: inline-block;
    margin-left: 56px;
}
/*ZM version*/

.zm .topimg{
    display: none;
}

.zm-img, .zm-header, .zm .nozm{
    display: none;
}

.intro-header h1.zm-header{
    display: none;
}

.zm .intro-header h1.tagline{
    display: none;
}
.zm .zm-img{
    display: block;
}

.zm .intro-header h1.zm-header{
    display: block;
}
.zm .intro-header h1.zm-header{
    color: white;
}

.zm.intro{
    background:url(../img/zm-top-bg.jpg);
}
/*3 videos */
.videos_3{
    background-color: #202020;
    padding: 40px 0;
}

.zm.videos_3{
    background: url(../img/video-3-bg.jpg) no-repeat center;
    background-size: cover;
}

.videos_3 a img{
    margin-bottom: 10px;
}
.videos_3 a{
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}
.down-arrow-holder{
    margin: 40px auto;
}

/*end 3 videos*/

/*sleek*/
.sleek{
    background: url(../img/usp-section-cover.jpg) no-repeat;
    background-size: cover;
    
    min-width: 1280px;
}
.sleek h2{
    max-width: 545px;
    margin: 40px auto 20px auto;
}
.sleek .subtext-small{
    max-width: 395px;
    font-weight: 200;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}
.usp-holder{
    margin-top: 80px;
    position: relative;
}
.usps-1{
    position: absolute;
    bottom: 30px;
    left: 180px;
}
.usps-1 li{
    display: inline-block;
    margin: 0 40px;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.usps-1 li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.usps-1 li img.zm-img{
    display: none;
}
.zm .usps-1 li img.zm-img{
    display: block;
}

.sleek-header-zm{
    max-width: 300px;
    margin: 20px auto;
    padding: 70px 0 10px 0;
}
.zm.sleek{
    background: url(../img/sleek-bg-zm.jpg) no-repeat center;
    background-size: cover;
}
.zm .usps-1 li{
    color: white;
}
.zm .usps-1 li img.nozm{
    display: none;
}
/*end sleek*/

/*notifications*/
div.notifications{
    background: #efefef;
    position: relative;
    background-size: cover;
    min-height: 780px;
}
div.wrist{
    position: absolute;
    bottom: 0;
    left: 60%;
}
div.message-ico{
    position: absolute;
    top: 40%;
    left: -110px;
    width: 130px;
    line-height: 18px;
}

div.message-ico .hovercontainer{
    max-width: 300px;
    width: 300px;
    left: -90px;
    top: 37px;
}
.zm div.message-ico .hovercontainer{
    top: 57px;
}

div.message-ico .caption{
    color: #666666;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 10px;
}
div.message-ico .icon,div.message-ico .caption{
    display: inline-block;
}
div.message-ico .icon.zm-img{
    display: none;
}
.zm div.message-ico .icon.zm-img{
    display: block;
    margin: 0 auto;
}
div.message-ico .hovercontainer .topcontent{
    padding: 20px 20px 10px 20px;
}

div.vibrations-hover{
    left: 330px;
    top: 79%;
    width: 130px;
    position: absolute;
}

div.vibrations-hover .hovercontainer{
    max-width: 300px;
    width: 300px;
    left: -270px;
    top: 7px;
}
.zm div.vibrations-hover .hovercontainer{
    top: 44px;
}

div.vibrations-hover .caption{
    color: #666666;
}
div.vibrations-hover .icon,div.vibrations-hover .caption{
    display: inline-block;
}
div.vibrations-hover .icon.zm-img{
    display: none;
}
.zm div.vibrations-hover .icon.zm-img{
    display: block;
    margin: 0 auto;
}



div.vibrations-hover .hovercontainer .topcontent{
    padding: 20px 20px 10px 20px;
}

.vibrations-holder{
    position: absolute;
    top: 40%;
    left: 230px;
}


div.quick-access-hover{
    left: 306px;
    top: 52%;
    width: 130px;
    position: absolute;
}

div.quick-access-hover .hovercontainer{
    max-width: 300px;
    width: 300px;
    left: -80px;
    top: 37px;
}
.zm div.quick-access-hover .hovercontainer{
    top: 57px;
}

div.quick-access-hover .caption{
    color: #666666;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 10px;
}
div.quick-access-hover .icon,div.vibrations-hover .caption{
    display: inline-block;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 10px;
}
div.quick-access-hover .icon.zm-img{
    display: none;
}
.zm div.quick-access-hover .icon.zm-img{
    display: block;
    margin: 0 auto;
}

div.quick-access-hover .hovercontainer .topcontent{
    padding: 20px 20px 10px 20px;
}

.goals-holder{
    position: absolute;
    top: 40%;
    left: 230px;
}

.notifications .boxed-content{
    top: 30px;
    width: 25%;
}
.notifications .boxed-content h2{
    text-align: left;
}
div.zm.notifications{
    min-height: 800px;
}
.zm div.wrist{
    left: 50%;
}
.zm div.message-ico{
    position: absolute;
    top: 53%;
    left: 118px;
    width: 130px;
    line-height: 18px;
}
.zm div.vibrations-hover{
    left: 530px;
}
.zm div.quick-access-hover{
    left: 506px;
}
.zm .vibrations-holder{
    left: 450px;
}
div.zm.notifications{
    background: url(../img/notified-bg-zm.jpg) no-repeat center;
    background-size: cover;
}
.zm .boxed-content p{
    color: white;
}
.get-notified-header-zm{
    max-width: 306px;
}


.zm img.icon.nozm{
    display: none;
}
.zm div.vibrations-hover .caption, .zm div.message-ico .hovercontainer, .zm div.message-ico .caption, .zm div.quick-access-hover .caption{
    color: white;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 10px;
}
.get-notified-header-zm{
    margin: 20px 0;
}
.animated-inbox{
    margin-top: 40px;
}
.animated-mail{
    position: absolute;
    top: 0;
    left: 0;
}
.animated-holder{
    position: relative;
}

/*end notifications*/

/*stay active*/
.keep-fit{
    background: url(../img/keep-fit-nabu-bg.jpg) center no-repeat;
    min-height: 682px;
    background-size: cover;
}
.keep-fit h2,.main-contents h2{
    color: #00c800;
    font-size: 56px;
    font-family: "RazerF5Thin";
    font-weight: 200;
    text-align: center;
}
.keep-fit h2
{
    text-align: left;
}
.main-contents p{
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}
.keep-fit .main-contents{
    text-align: left;
    padding-top: 60px;
}
.nabu-x-cons
{
    width: 100%;
    margin-top: 40px;
}

.nabu-x-cons.zm-image{
    display: none;
}

.zm .nabu-x-cons.zm-image{
    display: block;
}

.keep-fit-header-zm{
    margin: 20px 0;
}
.keep-fit-img{
    max-width: 1300px;
    margin: 0 auto; 
    margin-top: 10px;
}
.keep-fit .container
{
    text-align: right;
}

.zm.keep-fit{
    background: url(../img/keep-fit-nabu-bg-zm.jpg) no-repeat center;
    background-size: cover;
}
/*end stay active*/

/*quality-sleep*/
.quality-sleep{
    background: url(../img/sleep-quality.jpg) no-repeat center;
    min-height: 607px;
    background-size: cover;
}
.quality-sleep .main-contents{
    padding-top: 70px;
}
.quality-sleep .main-contents, .quality-sleep .main-contents h2 {
    text-align: left;
}

.sleep-list li{
    display: inline-block;
    margin: 0 50px 0 0;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: "RazerF5Bold";
}
.sleep-list li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.zm.quality-sleep{
    background: url(../img/sleep-quality-zm.jpg) no-repeat center;
    background-size: cover;
}
.zm .sleep-list li{
    color: white;
    margin: 0 32px 0 0;
}
.sleep-list li img.zm-img{
    display:none;
}
.zm .sleep-list li img.zm-img{
    display: block;
}
.sleep-quality-header{
    margin: 20px 0;
}
.zm .sleep-text{
    color: white;
    font-family: "RazerF5Thin";
    font-weight: 700;
    line-height: 23px;
}
/*end quality-sleep*/

/*adventure*/
.adventure{
    background: url(../img/band-together-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 1070px;
    padding-top: 100px;
}
.adventure h2{
    margin-bottom: 10px;
    margin-top: 60px;
}
.adventure .main-contents p{
    max-width: 518px;
    text-align: center;
    margin: 0 auto;
}
.adventure .usps{
   margin-top: 60px;
 }
 .adventureusp{
    display: inline-block;
    margin-right: 5%;
    position: relative;
 }
 .adventureusplast{
    margin-right: 0;
 }
 .adventure .main-contents p.caption{
    text-transform: uppercase;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    width: 180px;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
 }
 .hovercontainer{
    max-width: 200px;
    line-height: 18px;
    position: absolute;
    text-align: left;
    top: 40px;
    z-index: 10;
    width: 200px;
    left: -15px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
 }
 .hovercontainer .topcontent{
    text-transform: uppercase;
    color: white;
    background: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 80px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
 }
 .hovercontainer .bottomcontent{
    color: white;
    background: #00c800;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: none;
 }
 .hovercontent .icon{
    z-index: 100;
    position: relative;
    cursor: pointer;
 }
 .zm.adventure{
    background: url(../img/band-together-bg-zm.jpg) no-repeat;
    background-size: cover;
}
.band-together-header{
    margin: 20px auto;
}
.zm.adventure .main-contents p{
    color: #999;
}
.zm.adventure .icon.zm-img{
    margin: 0 auto;
}
/*endadventure*/

/*app*/
.app{
    background: url(../img/the-apps-bg.jpg) no-repeat center;
    background-size: cover;
    height: 1610px;
    padding: 40px 0;
}
.app .subtext-small{
    font-family: "RazerF5";
    font-weight: 200;
    color:white;
    font-size: 34px;
    text-transform: uppercase;
}
.apps-img{
    margin: 30px 0 0 0;
}
.apps-list{
    margin-top: 110px;
}
.apps-list li{
    text-align: left;
    padding-bottom: 30px;
    min-height: 160px;
}
.apps-list li .apps-header{
    display: inline-block;
    font-family: "RazerF5";
    font-weight: 200;
    text-transform: uppercase;
    padding-left: 10px;
}
.apps-info{
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    padding-left: 40px;
}
.available-text{
    margin-top: 90px;
    font-size: 56px;
    margin-bottom: 40px;
}
.the-app-header{
    margin: 20px auto;
}
.more-with-apps img.more-with-apps-header-zm{
    float: none;
    width: auto;
    margin: 20px 0;
}

/*end app*/

/*more with apps*/
.more-with-apps{
    background: #111111;
    padding: 40px 0;
}
.more-with-apps h2{
    text-align: left;
}
.more-with-apps img{
    width: 80%;
    float: right;
}

/*end more with apps*/

/*developers*/
.developers{
    background: white;
    padding: 80px 0;
}
.developers h2{
    text-align: left;
}
.img-developers{
    margin-top: 30px;
}
.zm.developers{
    background: url(../img/developer-bg-zm.jpg) center no-repeat;
    background-size: cover;
}
/*end developers*/


.withmargin
{
    height: 53px;
}

.disclaimer{
    color: #666666;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}
.rz-button{
    display: inline-block;
    background: #00a000;
    border-left: 2px solid lime;
    color: white;
    text-transform: uppercase;
    padding: 2px 5px;
    font-weight: 400;
}
.rz-button:focus{
    outline: none;
    text-decoration: none;
    color: #fff;
}
.rz-button:hover{
    color: lime;
}
.black-retailers-popup {
    position: relative;
    background: #000;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
#retailers-popup ul li {
    text-transform: capitalize !important;
}
/*end enhance*/
.icon.under{
    z-index: 9;
}

/*techspecs*/
.techspecs{ 
    background: url("../img/techspecs-pattern.jpg") repeat;
    padding-bottom: 100px;
    padding-top: 100px;
}
.tspecs{
    text-align: left;
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin-top: 30px;
}
.techspecs h2{
    text-align: left;

}
.compare-container{
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}
.justspecs h2{
    color: white;
    text-align: left;
    margin-bottom: 30px;
}
.specscontainer{
    text-align: left;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: 400;
    padding-right: 40px;
}
.specscontainer .header{
    font-weight: 200;
    font-size: 18px;
    color: lime;
    text-align: left;
}
.nabu-link,.nabu-link:hover,.nabu-link:active{
    display: inline-block;
    background: #00a000;
    border-left: 2px solid lime;
    color: white;
    text-transform: uppercase;
    padding: 0px 5px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
}

.main-contents p.specs-header{
    color: white;
    font-family: "RazerF5Thin";
    font-weight: 200;

}

.specscontainer{
    margin-top: 30px;
}
.specscontainer ul li{
    list-style: inherit;
}
.justspecs{
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.sizing-header{
    text-align: left;
    padding: 40px 0;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "RazerF5Thin";
    font-weight: 200;
}
.inline-img{
    display: inline-block;
    max-width: 45%;
}
.inline-img.max-margin{
    margin-right: 35px;
}
.sizing{
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.sizing-size-header{
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.sizing-size{
    font-size: 14px;
    color: #0f0;
    text-align: center;
    display: block;
}   
.whatsinthebox{
    padding-top: 30px;
}
.whatsin{
    font-size: 16px;
    color: #0f0;
    text-transform: uppercase;
}
.mgtop{
    margin-top: 30px;
}
.table-left-header{
    text-align: left;
}
.headings{
    text-align: center;
}
.compare-header{
    font-size: 24px;
    padding: 30px 0;
    text-align: left;
}
tr.all-border td {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px;
    color: #999999;
}
.nabu-compare{
    color: #0f0;
}
.nabux-compare{
    color: #999;
}
.pad30{
    padding: 20px 0;
}
.headings span{
    display: block;
}
tr.all-border td:last-child{
    border-right: 0;
}
.nabux-link{
    padding-right: 10px;
    padding-left: 10px;
}
.compatible-list{
    margin-left: 30px;
}
.compatible-list li{
    text-align: left;
    line-height: 15px;
    padding: 10px;
    list-style-type: disc;
}
.compatible-note{
    text-align: left;
    line-height: 13px;
    /* font-family: RazerF5Thin; */
    font-size: 12px;
    color: #666;
}
/*end tech specs*/


.img-responsive{
    width: 100%;
}

.sizes-sm{
    width: 90% !important;
}

/*---------------------------------------
   SECTION:  Gallery CONTENT                 
-----------------------------------------*/
.gallery-content {
    padding: 30px 0;
    background: black;
}
.gallery-content h2{
    color: lime;
    font-weight: 200;
    font-size: 24px;
    text-align: left;
}
.zoom-gallery{
    text-align: left;
    margin-top: 20px;
}
.zoom-gallery a{
    margin-right: 18px;
    margin-bottom: 27px;
    display: block;
    float: left;
}
.zoom-gallery a.no-r-margin{
    margin-right: 0;
}
.bx-wrapper{
    max-width: 100%;
    float: left;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #333;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: lime;
}
.bx-wrapper .bx-pager{
    bottom: -16%;
}
.bx-wrapper .bx-viewport{
    left: 0;
}
.bx-wrapper{
    display: none;
}
.zoom-gallery{
    display: block;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    right: 14px;
}
img.mfp-img{
    background-color: black;
}

/*buy now*/
.buynow{
    background: url(../img/buynowbg.jpg) no-repeat center;
    background-size: cover;
    min-height: 675px;
}
.buynowinfo{
    margin: 0;
}
.buynow_container{
    width: 490px;
    position: absolute;
    right: 10%;
    background: black;
    opacity: 0.9;
    border-top: 2px solid lime;
    top: 20%;
}
.buynowheader{
    font-size: 52px;
    font-family: "RazerF5Thin";
    line-height: 52px;
    color: #999999;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}
.buynowheader span.smaller{
    font-size: 18px;
    display: block;
    font-weight: 300;
    /*padding-left: 20px;*/
}
.buynowheader span.bigger{
    color: white;
}
.buynowoption.one .image{
    background: url(../img/buynowimages.png) no-repeat;
    width: 192px;
    height: 45px;
}

.buynowoption.two .image{
    background: url(../img/buynowimages.png) no-repeat -243px 0;
    width: 192px;
    height: 45px;
}

.buynowoption .text{
    font-size: 14px;
    color: #999;
    font-weight: 300;
    text-align: center;
    line-height: 16px;
}
.buynowoption{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.buynowoption .white{
    color: white;
}
.buynowoption.one{
    width: 50%;
    padding: 10px 10px 10px 20px;
    margin-left: 0px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;

}
.buynowoption.two{
    border-top: 1px solid #333;
    padding: 20px 0 20px 0 ;
}
.buynowfooter{
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    padding: 20px;
}
.zm.buynow{
    background: url(../img/buy-now-bg-zm.jpg) no-repeat center;
    background-size: cover;
}
#notify_me{
    background: black;
    padding: 10px;
    min-width: 400px;
}

#notify_me label{
    font-family: "RazerF5Light";
    text-align: left;
    display: block;
}
#notify_me input, #notify_me select{
    width: 100%;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: black;
    color: white;
    padding: 0 5px;
    font-size: 14px;
}

#notify_me select{
    padding: 5px 5px;
}

#notify_me .form-element{
    margin-top: 10px;
}
#notify_me input.error-enrty, #notify_me select.error-enrty{
    border: 1px solid red;
}
/*end buy now*/
/*---------------------------------------
   SECTION:  footer                 
-----------------------------------------*/

footer{
    background: #121212;
}
.footer-container {
    padding-top: 50px;
    padding-bottom: 0px;
    color: #888;
    padding-bottom: 50px
}
.footer-list {
    margin: 0;
    padding: 0;
}

.footer-list li:first-child {
    padding-left: 0;
}
.footer-list li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #888888;
    padding-top: 0;
    line-height: 14px;
    color: #888;
    font-weight: normal;
}
.footer-list li:last-child {
    border: 0;
}

.footer-list li:nth-child(4) {
    /*border: 0;*/
}

.footer-list li a {
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}

.social{
    text-align: right;
    margin-top: -7px;
}
.social-icons {
    float: right;
}
.social-icons-text-init,.social-icons a{
    float: left
}

p.copyrights{
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.mobile-only{
    display: none;
}



.linker{
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 20px;
    background: #00a000;
    border-left: 2px solid #00ff00;
    width: 100px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

a.linker:hover{
    color: white;
}
.dolby-content p.disclaimer{
    float: none;
    width: 60%;
    font-size: 12px;
    text-align: center;
    margin: 15px auto;
    line-height: 13px;
}
.withbullets li{
    list-style-type: circle;
    margin-left: 18px;
}



@media (max-width: 1280px) {
    .sleek{
        min-width: auto;
    }

    .usps-1 li{
        margin: 0 18px;
    }
    .usps-1{
        bottom: 2px;
        left: 238px;
    }
    
}
@media (max-width: 1230px) {
    .notifications .boxed-content{
        width: 40%;
    }
}
@media (max-width: 1080px) {
    div.wrist{
        left: 50%;
    }
}
@media (max-width: 980px) {
    .techspecs-content .container{
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .zoom-gallery {
        margin-left: 17%;
    }
    .boxed-content h2{
        font-size: 55px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        width: 70px;
        margin: 0 auto !important;
    }
    .mobile-logo{
        display: block;
    }
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        margin-top: 6px;
    }
    .sticky-navigation .main-navigation li{
        padding: 12px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px; 
    }
    .navbar-fixed-top .navbar-collapse{
        background: #242424;
        display: none !important;
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
    }
    .navbar-nav{
        float: none !important;
        margin: 0;
        text-align: center;
    }
    .navbar-nav>li{
        float: none !important;
    }
    .navbar-inverse .navbar-toggle{
        display: block;
        float: right;
    }
    .navbar-header{
        float: none !important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
        height: auto !important;
    }
    .apps-img{
        width: 100%;
    }
    .quality-sleep{
        height: auto;
        min-height: 0;
    }
    .sleep-list li{
        margin: 0 11px 0 0;
    }

    .sleek{
        min-width: auto;
    }

    .usps-1 li{
        margin: 0 6px;
    }
    .usps-1{
        bottom: 2px;
        left: 168px;
    }
}

@media (max-width: 890px) {
    .soundbarspecs, .subspecs{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    h2{
        font-size: 46px !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        width: 70px;
        margin: 0 auto !important;
    }
    .mobile-logo{
        display: block;
    }
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        margin-top: 6px;
    }
    img.responsive-image{
        width: 100%;
    }
    .sticky-navigation .main-navigation li{
        padding: 12px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px; 
    }
    .navbar-fixed-top .navbar-collapse{
        background: #242424;
        display: none;
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
    }
    div.intro{
        padding-top: 0;
        background: #e9e9e9;
        min-height: 0;
        height: auto;
        padding-bottom: 30px;
    }
    img.nabu-x-cons
    {
        width: 100%;
    }
    .keep-fit
    {
        min-height: 0;
    }
    .get-started{
        margin-top: 0;
        display: none;
    }
    div.intro img{
        bottom: 5%;
        margin-top: 60px;
        width: 100%;
        margin-bottom: 0;
    }
    p.maintagline{
        font-size: 4.625em;
        line-height: 133px;
        text-align: center;
    }
    .nabu-x-icons
    {
        width: 100%;
    }
    .intro-header h1.tagline{
        font-size: 30px;
        text-align: left;
        max-width: 100%;
        color: #666666;
        text-align: center;
    }
    .all-day-img
    {
        display: none;
    }
    .mobile-only{
        display: block;
        width: 100%;
    }
    div.intro img.techradar
    {
          width: auto;
          text-align: center;
          margin: -70px auto 20px;
    }
    div.wrist{
        display: none;
    }
    .bx-wrapper img{
        background: black;
    }
    .boxed-content h2{
        text-align: center;
    }
    #notifications .boxed-content{
        text-align: center;

    }
    .boxed-content{
        position: relative;
        border: 0;
        opacity: 1;
        /*background: #111;*/
        width: 100% !important;
    }
    /*.js-image-container{
        padding-top: 0;
        background: #111;
    }*/
    .keep-fit {
        background: white;
    }
    .keep-fit h2{
        margin: 30px 0;
        text-align: center;
    }
    .oneforone h2.band-together
    {
        font-size: 90px;
    }
    .keep-fit .container, .main-contents p.keep-fit-text
    {
        text-align: center;
    }

    .adventure{
        background: #d8f7fa;
        height: auto;
        min-height: 0;
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .adventure h2{
        margin: 30px 0;
    }
    .adventure img.adventure-top{
        width: 100%;
    }
    .animated-inbox{
        width: 100%;
    }

    .flipimage{
        display: block;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }
    .flipimageone .caption{
        margin-top: 0;
    }
    .flipimageplus{
        padding-top: 0;
        height: auto;
    }
    .flipcontrols{
        position: relative;
        margin-left: 0;
        top: 0;
        margin-bottom: 40px;
    }
    .opacityhover{
        display: inline;
    }
    .extrainfo{
        width: auto;
    }

    .allday h2{
        padding: 30px 0 0 0;
    }

    .enhance{
        background: none;
    }
    .buynow_container{
        width: 100%;
        position: relative;
        left: 0;
        background: black;
        opacity: 1;
    }
    .buynow{
        min-height: 0;
        margin-top: 60px;
    }

    #gwd-ad{
        display: none;
    }
    .explosion{
        background: #eeeeee;
    }
    .explosion .text{
        display: block;
        position: relative;
        top: 0;
        z-index: 1;
    }
    .explosion .container{
        height: auto;
    }
    .dolby-content{
        height: auto;
        padding: 30px 0;
    }
    .dolby-content ul li{
        padding: 0 30px;
    }
    .dolby-content p{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .techspecs-content .container{
        padding-bottom: 30px;
    }
    .immersive-content .boxed-content{
        margin-bottom: 0;
    }
    .intro-header {
        margin-top: 0;
    }
    .sticky-navigation{

    }
    
    .bx-wrapper{
        display: block;
        margin-top: 30px;
    }
    .zoom-gallery{
        display: none;
    }
    .social{
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .social-icons{
        float: none;
        width: 100%;
        text-align: center;
    }
    .social-icons-text-init, .social-icons a{
        float: none;
    }
    .bx-wrapper .bx-controls-direction a{
        z-index: 3;
    }
    p.copyrights{
        text-align: center;
    }

    .usps-1{
        top: 0;
        left: 0;
        position: relative;
    }
    .usp-holder{
        margin-top: 20px;
    }

    .videos_3 a{
        display: inline-block;
        text-align: center;
    }
    .videos_3 a img{
        display: block;
        width: 100%;
    }

    .apps-list li{
        min-height: 0;
    }
    .app{
        height: auto;
    }
    .zm.adventure{
        background: url(../img/band-together-bg-no-band-zm.jpg) no-repeat;
    }
    .more-with-apps img{
        float: none;
    }

    .quality-sleep .main-contents{
        padding: 70px 0;
    }
    .quality-sleep{
        background: white;
    }
    .quality-sleep .main-contents h2{
        text-align: center;
    }
    .sleep-list{
        text-align: center;
    }
    .headings img{
        display: none;
    }
    .inline-img.max-margin{
        margin-right: 0;
    }
}
@media (max-width: 540px) {
    .extrainfo-holder{
        display: block;
        margin: 0 auto;
    }
    .extrainfo-text.inline{
        width: 100%;
        text-align: center;
    }
    .flipper
    {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .extrainfo-holder.second{
        margin-top: 30px;
    }
    .enhance .hovercontent{
        margin-right: 0; 
    }
    .enhance .contents{
        overflow: hidden;
    }
    .buynowoption.one .image{
        width: 100%; 
        background-position: -46px;
    }
    .buynowoption.two .image{
        width: 100%;    
        background-position: -288px;
    }
    .notifications .boxed-content h2{
        font-size: 40px;
    }

    a.rules, a.rules:hover, a.rules:active{
        font-size: 90%;
        width: 90%;
        padding-top: 15px;
        line-height: 16px;
        vertical-align: middle;
        padding-left: 5%;
    }
}
@media (max-width: 480px) {
    .buynowoption.two,.buynowoption.one{
        min-height: 140px;
    }
    p.maintagline{
        font-size: 2.625em;
        line-height: 60px;
    }
}