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

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

html {
    font-size: 100%;
}

body {
    background: #232323;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* 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', Arial;
    font-weight: 200;
}

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;
}

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 30px 30px 0;
    /*border-left: 2px solid lime;*/
    /*background: black;*/
    opacity: 0.9;
    width: 400px;
    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: 24px;
}

.boxed-content p{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    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-top: 17px;*/
    /*background: url('img/header-bg-1px.jpg') repeat-x;*/
}
.sticky-navigation {
    min-height: 56px;
    height: 19px;
    padding: 12px 0;
    border: none;
  /*padding: 0 !important;*/
    margin-bottom: 0 !important;
    background: url('../img/header-bg-1px.jpg') repeat-x;
  -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-collapse{
    position: relative;
}

.sticky-navigation .header-logo-rz{
    position: absolute;
    top: -13px;
    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, .navbar-header a.cta-btn{
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    border-right: 1px solid #555;
    padding: 0 10px;
}

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

.mobile-logo{
    display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-left: 98px;
}
.sticky-navigation .main-navigation li:last-child a, .navbar-header a.cta-btn{
    border: none;
    background: lime;
    padding: 3px;
    margin-top: -3px;
    color: white;
    border-radius: 4px;
    color: black;
    margin: -3px 0 0 -2px !important;
}


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

header .logo-name{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    float: left;
    margin-top: 2px;
}

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

.sticky-navigation .main-navigation li{
    padding: 10px 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: url('../img/top-main_small.jpg') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 43.2%;*/
}
.intro.absolute-image{
}

.js-image-container{
    position: relative;
    background: black;
    height: 1232px;
}
.content-container{
    position: absolute;
}
.intro-header{
    top: 40%;
}
p.tagline{
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.absolute-image{
    position: absolute;
    position: absolute;
    left: 30%;
    width: 65%
}
.logo{
    margin: 100px 0;
}
/*---------------------------------------
   SECTION:  HD RECORDING                 
-----------------------------------------*/

.hd_recording{
    background: url('../img/usp1.jpg') no-repeat top #0c0c0c;
    width: 100%;
    background-size: 100% auto;
    padding-top: 49%;
    height: 10px;
}
.hd_recording .boxed-content{
    top: 10%;
    width: 308px;
    left: 60%;
    height: 10px;
}

/*---------------------------------------
   SECTION:  DEDICATED                 
-----------------------------------------*/

.dedicated_patterns{
    background: #dddddd;
    padding-top: 100px;
}
.dedicated_patterns h1{
    color: #565656;
    font-weight: 200;
    font-size: 24px;
}
.dedicated_patterns p{
    color: #565656;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-align: left;
}
.pattern-holder{
    padding: 0px 5px;
    color: #666;
    text-align: left;
    font-weight: 400;
    border-top: 1px solid #cccccc;
}
.pattern-holder.last{
    border-bottom: 1px solid #cccccc;
}
.cardoid{
    background: url(../img/icons.jpg) 0 -7px no-repeat;
    height: 75px;
    padding-top: 25px;
    padding-left: 60px;
}

.stereo{
    background: url(../img/icons.jpg) 0 -88px no-repeat;
    height: 75px;
    padding-top: 25px;
    padding-left: 60px;
}

.omni{
    background: url(../img/icons.jpg) 0 -172px no-repeat;
    height: 75px;
    padding-top: 25px;
    padding-left: 60px;
}

.bidirectional{
    background: url(../img/icons.jpg) 0 -252px no-repeat;
    height: 75px;
    padding-top: 25px;
    padding-left: 60px;
}
.icon,.icon-text{
    display: inline-block;
}
.icon{
    width: 220px;
    color: #00cc00;
}
.all-patterns{
    margin: 50px 0 100px 0;
}

/*---------------------------------------
   SECTION:  Accurate                
-----------------------------------------*/
.accurate .boxed-content{
    top: 10%;
    width: 308px;
    left: 60%;
    height: 10px;
}

.absolute-image-accurate img.response{
    width: 100%;
}
.absolute-image-accurate{
    position: relative;
    left: -2%;
    width: 65%;
}
.accurate.js-image-container{
    height: auto;
    padding: 50px 0 0 0;
}
.pointer{
    position: absolute;
    cursor: pointer;
}
.pointer img{
    position: absolute;
    z-index: 1001;
}
.oled{
    left: 70%;
    top: 31%;
}
.master{
    top: 40%;
    left: 74%;
}
.mute{
    top: 54%;
    left: 74%;
}
.micgain{
    top: 73%;
    left: 24%;
}
.patternselect{
    top: 61%;
    left: 19%;
}
.popout{
    display: none;
    background: black;
}
.popout{
    position: absolute;
    top: 0;
    width: 240px;
    padding: 8px;
    text-align: left;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: 400;
    background: black;
    z-index: 1000;
    line-height: 14px;
}
.popout h2{
    font-size: 14px;
    color: lime;
    margin: 0;
    line-height: 20px;
}
.oled .popout{
    left: 34px;
    top: -60px;
}
.master .popout{
    left: 42px;
}

.mute .popout{
    left: 42px;
}

.micgain .popout{
    left: 42px;
}

.patternselect .popout{
    left: 42px;
}
/*---------------------------------------
   SECTION:  PROFESSIONal            
-----------------------------------------*/

.professional{
    background: #4c4c4c;
    padding: 80px 0;
}
.popfilter{
    position: relative;
}
.popimg{
    position: absolute;
    left: 3%;
    top: 29px;
    width: 104%;
}
.autowidth{
    width: auto;
}

/*---------------------------------------
   SECTION:  sponsor CONTENT                 
-----------------------------------------*/

.sponsor{
    background: #dddddd;
    padding-top: 70px;
    padding-bottom: 70px;
}
.sponsor h1{
    color: #565656;
    font-weight: 200;
    font-size: 24px;
}
.sponsor p{
    color: #565656;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-align: left;
}

.button-rz {
background: #00a000;
border-left: 2px solid lime;
text-transform: uppercase;
}
.large-button {
font-family: "Titillium Web", Arial !important;
font-weight: 400;
font-size: 14px;
color: white;
line-height: 22px;
padding: 5px 41px;
}



/*---------------------------------------
   SECTION:  specs CONTENT                 
-----------------------------------------*/

.specs{
    background: url('../img/usp4.jpg') no-repeat top #0c0c0c;
    width: 100%;
    background-size: 100% auto;
    padding-top: 63%;
    height: auto;
}

.specs .content-container{
    top: 0;
    left: 53%;
    color: #ccc;
    width: auto;
}
.specs .boxed-content p{
    color: #ccc;
    line-height: 22px;
}

.specs .boxed-content h1{
    margin-top: 40px;
}
/*---------------------------------------
   SECTION:  specs CONTENT                 
-----------------------------------------*/
.explosion{
    background: #eeeeee;
}
.explosion .container{
    /*height: 510px;*/
}

.explosion .text{
    color: #333;
    width: 239px;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    z-index: 1;
    text-align: left;
    top: 84%;
}

/*---------------------------------------
   SECTION:  Gallery CONTENT                 
-----------------------------------------*/
.gallery-content {
    padding: 30px 0;
    height: auto;
}
.gallery-content h1{
    color: lime;
    font-weight: 200;
    font-size: 24px;
}
.zoom-gallery{
    text-align: left;
    margin-top: 20px;
}
.zoom-gallery a{
    margin-right: 25px;
    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;
}
.mt50{
    margin-top: 50px;
}
.mt50 p{
    text-align: left;
    font-size: 12px;
    color: #999;
}
/*---------------------------------------
   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;
}

.responsive-image{
        width: 100%;
    }



.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 (min-width: 1200px) {
    .accurate .boxed-content{
        left:62%
    }
    .responsive-90{
        width: 90%;
    }
}
@media (max-width: 1300px) {
    .accurate .boxed-content{
        top: 70px;
    }
    .absolute-image-accurate{
        /*left: 20%;
        width: 35%;*/
    }
    .specs{
        background-size: cover;
        padding-top: 76%;
    }
}
@media (max-width: 1200px) {
    .absolute-image-accurate{
        width: 67%;
        left: -7%;
    }
}
@media (max-width: 1180px) {
    .hd_recording .boxed-content{
        top: 5% ;
    }
}
@media (max-width: 1000px) {
    .popimg{
        /*width: 70%;
        top: 10%;*/
        width: auto;
        top: 0;
    }
}
@media (max-width: 980px) {
    .hd_recording .boxed-content{
        top: 2% ;
    }
    .specs{
        padding-top: 90%
    }

    .techspecs-content .container{
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .zoom-gallery {
        margin-left: 17%;
    }
}

@media (max-width: 890px) {
    .soundbarspecs, .subspecs{
        font-size: 14px;
    }
    .hd_recording .boxed-content{
        top: 0% ;
        padding-top: 10px;
    }
    .absolute-image-accurate{
        width: 68%;
        left: -9%;
    }
}

@media (max-width: 768px) {
    .intro .container,.intro{
        background: black;
        height: auto;
    }
    .icon,.icon-text{
        display: block;
    }
    .absolute-image{
        width: 100%;
        left: auto;
        position: relative;
    }
    .hd_recording{
        height: auto;
    }

    .hd_recording .container{
        background: #0c0c0c;
    }

    .hd_recording .boxed-content{
        position: relative;
        height: auto;
        left: 0;
        background: #0c0c0c;
        padding-top: 0;
    }
    .hd_recording .boxed-content .mobile-only{
        margin-left: -10px;
    }

    .absolute-image-accurate{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        left: 0;
    }

    .accurate .boxed-content{
        left: 0;
        top: 0;
        height: auto;
        background: black;
    }

    .accurate.js-image-container{
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        background: black;
    }

    .professional .boxed-content{
        background: #4c4c4c;
    }

    .popimg{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .specs .content-container{
        left: 0;
        background: #0a0a0a;
        padding-top: 0px;
    }
    .specs .container{
        background: #0a0a0a;
    }
    .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 .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: #111;
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }
    div.intro{
        padding-top: 0;
        margin-top: 50px;
        background: none;
    }
    div.intro img.logo{
        display: none;
    }
    div.intro img.topimg{
        bottom: 0;
        width: 100%;
    }
    div.intro div.boxed-content{
        background: black;
    }
    .mobile-only{
        display: block;
        width: 100%;
    }
    .boxed-content{
        position: relative;
        border: 0;
        opacity: 1;
        background: #111;
        width: 100% !important;
    }
    .js-image-container{
        padding-top: 0;
        background: #111;
    }
    .gallery-content{
        padding: 40px 0;
    }
    #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 {
        top: 60%;
        left: 23px;
    }
    
    .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;
    }
    img.responsive-90{
        width: 80%;
    }
    .pointer{
        display: none;
    }
}
@media (max-width: 675px) {
    /*div.intro {
        background: url('../img/intro-top-mobile.jpg') no-repeat 50% -94%;
        padding-top: 62%;
    }*/
}
@media (max-width: 480px) {
    /*div.intro {
        background: url('../img/intro-top-mobile.jpg') no-repeat 50% -52%;
        padding-top: 80%;
    }*/
}

/*Mobile CTA Button*/
@media (max-width: 767px) {
    .navbar-nav .cta-btn { 
        display: none !important; 
    }
    .navbar-header a.cta-btn { 
        float:right; 
        margin:5px 20px 0 0 !important; 
        padding: 5px 8px !important;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .navbar-header a.cta-btn { 
        display: none !important; 
    }
}