/* =======================================================================
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;
}

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

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;
    border-left: 2px solid lime;
    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: 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 {
    line-height: 10px;
    font-weight: 400;
    font-size: 11px;
    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: 195px;
}


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: 4px 0;
}

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

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

/*.sticky-navigation .main-navigation li:last-child a {
    border: none;
}*/
/* 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/intro-top.jpg') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 43.2%;
}

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

/*---------------------------------------
   SECTION:  STORE INFO CONTENT                 
-----------------------------------------*/

.store-info{
    background: url('../img/flagship-store-taipei-store-info.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 39%
}
.store-info .boxed-content{
    top: 30%;
    width: 375px;
}

/*---------------------------------------
   SECTION:  EXPERIENCE ZONE CONTENT                 
-----------------------------------------*/
.experience-zone .container{
    position: relative;
}

.experience-zone{
    background: url('../img/flagship-store-taipei-experience-zone.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 39%
}
.experience-zone .boxed-content{
    margin-bottom: 7%;
    right: 0;
    bottom: 0;
    width: 375px;
}

/*---------------------------------------
   SECTION:  ONLINE BOOKING CONTENT                 
-----------------------------------------*/

.online-booking{
    background: url('../img/flagship-store-taipei-online-booking.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 39%;
}
.online-booking .boxed-content{
    bottom: 20%;
    width: 375px;
}

/*---------------------------------------
   SECTION:  Events CONTENT                 
-----------------------------------------*/

.events{
    background: url('../img/flagship-store-taipei-event.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 39%
}
.events .boxed-content{
    bottom: 20%;
    width: 375px;
}

/*---------------------------------------
   SECTION:  EXPERIENCE ZONE CONTENT                 
-----------------------------------------*/
.location .container{
    position: relative;
}

.location{
    background: url('../img/flagship-store-taipei-location.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    padding-top: 39%
}
.location .boxed-content{
    margin-bottom: 25%;
    right: 0;
    bottom: 0;
    width: 375px;
}

/*---------------------------------------
   SECTION:  dolby CONTENT                 
-----------------------------------------*/

.dolby-content{
    background: url('../img/dolby-bg-repeat.jpg') repeat;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.dolby-content h1{
    color: lime;
    font-weight: 200;
    font-size: 24px;   
}
.dolby-content ul {
    margin-top: 50px;
}
.dolby-content ul li{
    float: left;
    margin-left: -26px;
    margin-bottom: 20px;
}
.dolby-content p{
    display: block;
    float: left;
}

.dolby-content p{
    display: block;
    float: right;
    clear: both;
    width: 70%;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.dolby-content p::after{
    clear: both;
    content: "";
}

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

.techspecs-content{
    background: url('../img/specs-bg.jpg') no-repeat center;
    width: 100%;
    background-size: 100% auto;
    height: auto;
    background-color: #727272;
}

.techspecs-content h1{
    color: lime;
    font-weight: 200;
    font-size: 24px;   
}

.soundbarspecs,.subspecs{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}

.techspecs-content .container{
    padding-top: 80px;
    padding-bottom: 110px;
    color: #d7d7d7;
}

.spec-heading{
    line-height: 16px;
    text-align: left;
    color: lime;
    margin-top: 20px;
    margin-bottom: 4px;
}

ul.soundbarspecs li span,
ul.subspecs li span{
    display: inline-block;
    width: 173px;
}

/*buy now content*/
.buynow-content
{
    padding: 30px 0;
    background: #161616;
}
.buynow-content h1
{
    color: lime;
    font-weight: 200;
    font-size: 24px;   
}
.buynow-content ul
{
    margin: 70px 0;
}
.buynow-content ul li 
{
    display: inline-block;
    width: 24%;
}
.buynow-content ul li a 
{
    display: inline-block;
    padding: 3px 30px;
    background: #00a000;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    border-left: 2px solid lime;
    margin-top: 30px;
}
/*end buy now */

/*---------------------------------------
   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;
}
.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;
}

.zoom-gallery{
    display: block;
}
/*---------------------------------------
   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: 980px) {
    .techspecs-content .container{
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .zoom-gallery {
        margin-left: 17%;
    }
}

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

@media (max-width: 768px) {
    .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{
        bottom: 5%;
    }
    .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;
    }
    #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;
    }
    .buynow-content ul
    {
        margin: 10px 0;
    }
    .buynow-content ul li
    {
        display: block;
        width: auto;
        text-align: center;
    }
    .buynow-content ul li a
    {
        margin-left: 30px;
    }
    .buynow-content
    {
        background: #161616;
        padding-top: 30px;
    }
}
@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%;
    }*/
}