/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@import url('http://assets.razerzone.com/eeimages/assets/css/razerf5/razerf5.css');

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%;
}


/* 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;
}
*:focus { outline: none !important; }

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(http://assets.razerzone.com/eeimages/sir_en/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');
    }
}
*/

 .arial-font { font-family: Arial; }
.bold { font-family: 'Razerf5Bold' 'Razerf5';}

/* Font Size */
.f12 {
    font-size: 12px !important;
    line-height: 14px !important;
}
.f14 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.f16 {
    font-size: 16px !important;
    line-height: 20px !important;
}
.f18 {
    font-size: 18px !important;
    line-height: 20px !important;
}
.f20 {
    font-size: 20px !important;
    line-height: 28px !important;
}
.f22 {
    font-size: 22px !important;
    line-height: 26px !important;
}
.f24 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.f30 {
    font-size: 30px !important;
    line-height: 34px !important;
}
.f36 {
    font-size: 36px !important;
    line-height: 40px !important;
}

/* HEADINGS */

h1,
h2 {
    font-family: 'RazerF5Thin' 'Titillium Web';
    font-weight: 200;
}

h1 {
    font-size: 38px;
    color: #00ff00;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 200;
    text-transform: uppercase;
    color: #00ff00;
    margin: 0;
    text-align: left;
}

h3 {
    font-size: 23px;
    line-height: 23px;
    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;
}

.razer-bttn {
    display: inline-block;
    border-left: 2px solid #00FF00;
    background-color: #00A000;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "RazerF5Thin";
    padding: 2px 10px;
    text-transform: uppercase;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
}

.razer-bttn:active, .razer-bttn:hover, .razer-bttn:visited, .razer-bttn:link {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.razer-bttn:hover {
    background-color: #008000;
}

.razer-bttn:after {
    content: '>';
    padding-left: 3px;
}

/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-text {
    color: #888888;
}

.lime-text {
    color: #00FF00;
}

.text-left {
    text-align: left;
}

.deep-dark-bg {
    background: #161616 !important;
}
.normaltext
{
    color: #999999;
    /*font-size: 18px;*/
    text-align: left;
    /*line-height: 20px;*/
    margin: 10px 0;
    font-family: 'RazerF5';
}


/*---------------------------------------
   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;
}
.absolute-content{
    position: absolute;
}

/*---------------------------------------
   Razer Links
-----------------------------------------*/

.razer-link,
.razer-link:link,
.razer-link:hover,
.razer-link:active,
.razer-link:visited {
    color: white;
    text-decoration: none;
}
.razer-link:hover{
    color: lime;
}
.razer-link:after {
    content: '>';
    color: lime;
    padding-left: 3px;
    vertical-align: -10%;
}

/*---------------------------------------
=========================================
 **   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: 3px;
}
.sticky-navigation {
    min-height: 56px;
    height: 19px;
    border: none;
    margin-bottom: 0 !important;
    background: #111111;
    -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 {
    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;
}


header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .logo-name{
    font-size: 12px;
    font-weight: bold;
    font-family: "RazerF5Bold";
    text-transform: uppercase;
    /*color: #999999;*/
    color: #FFFFFF;
    float: left;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.sticky-navigation .main-navigation li{
    padding: 20px 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;
}
.container h2 {
  color: #00ff00;
  font-size: 24px;
  font-family: 'Titillium Web';
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
}
.footnote {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}

.mode-toggle > a:active,
.mode-toggle > a:focus,
.mode-toggle > a:visited{
    text-decoration: none;
    color: #999999;
}
.mode-toggle {
  padding-top: 4%;
}
.mode-toggle > * {
    float: left;
    padding: 6px 0;
    background-color: rgba(80,80,80,.7);
    color: #999999;
    width: 50%;
    font-size: 16px;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}
.mode-toggle > *.active {
    color: #fff !important;
    background-color: rgba(0,150,0,.7);
}
/*.mobile-only { position: relative; }*/
.mobile-only > img{
  position: absolute;
  /*top: 0;*/
}

.dual-container > .hidden-xs,
.dpi-container > .hidden-xs,
.battery-container > .hidden-xs {
  position: absolute;
  height: 100% !important;
}


.dual-container > .hidden-xs > img,
.dpi-container > .hidden-xs > img,
.battery-container > .hidden-xs > img {
  /*float: left; */
  /*height: 100%;*/
  position: absolute;
  left: 0;
}


/*BEGIN CONTENT*/

/*---------------------------------------
   SECTION:  Hero
-----------------------------------------*/
/*Hero container*/
div.hero
{
    width: 100%;
    /*background: url("http://assets.razerzone.com/eeimages/products/22294/hero-01.png") center center no-repeat #000;*/
    min-height: 800px;
    padding-bottom: 5%;
    position: relative;
}
div.hero .product-logo {
    margin-top: 8%;
    z-index: 1;
    position: absolute;
    left: 0;
}
div.hero .product-banner {
    margin-top: 20%;
}
div.taglines-container
{
    /*position: absolute;*/
    width: 100%;
    /*left: 0;*/
    /*bottom: 60px;*/
}
.tagline
{
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
    font-family: 'RazerF5Thin';
    width: 100%;
    /*top: 800px;*/
    margin-top: 45px;
    /*position: absolute;*/
    z-index: 1;
}
.designed-for-xbox {
    float: right;
    margin-top: -46px;
}
.tagline span.subtext
{
    font-size: 23px;
}
/*End Hero Container*/

/*---------------------------------------
   SECTION:  intro
-----------------------------------------*/
.intro-container {
    min-height: 686px;
    background: url("http://assets.razerzone.com/eeimages/products/22770/razer-orochi-usp-work-01.jpg") center center no-repeat #000;
    /*background: url("http://assets.razerzone.com/eeimages/products/22294/hero-01.png") center center no-repeat #000;*/
    /*background-size: cover;*/
    position: relative;
}
.intro-content {
    padding-top: 110px;
    color: #565656;
}

.intro-content h1 {
    color: #00CC00;
    padding-bottom: 10px;
}

/*---------------------------------------
   SECTION:  dual
-----------------------------------------*/
.dual-container{
    min-height: 700px;
    /*background: url("http://assets.razerzone.com/eeimages/products/22770/razer-orochi-usp-work-01.jpg") center center no-repeat #000;*/
    background-color: #000;
    /*padding-top: 5%;*/
}

.dual-content {
    margin-top: 140px;
    padding: 25px 20px;
    background-color: rgba(0,0,0,.5);
}

/*---------------------------------------
   SECTION:  dpi
-----------------------------------------*/
.dpi-container{
    min-height: 700px;
    /*background: url("http://assets.razerzone.com/eeimages/products/22770/razer-orochi-usp-work-02.jpg") center center no-repeat #000;*/
    background-color: #000;
    position: relative;
}

.dpi-content {
    margin-top: 140px;
    padding: 25px 20px;
    background-color: rgba(0,0,0,.8);
}

/*---------------------------------------
   SECTION:  battery
-----------------------------------------*/
.battery-container{
    min-height: 700px;
    /*background: url("http://assets.razerzone.com/eeimages/products/22770/razer-orochi-usp-work-03.jpg") center center no-repeat #000;*/
    background-color: #000;
    position: relative;
}
.battery-content {
    margin-top: 70px;
    padding: 25px 20px;
    background-color: rgba(0,0,0,.5);
}

/*---------------------------------------
   SECTION:  lighting
-----------------------------------------*/

.lighting-container{
    min-height: 600px;
    background: #000;
    position: relative;
    padding: 70px 0 10px 0;
}
.lighting-container * { font-family: "RazerF5Thin"; }
.lighting-container h2 { text-align: center; }
/*.lighting-content { padding-top: 0; }*/
.chroma-badge {
  float: right;
  position: relative;
  z-index: 99;
}
.le-cavan { margin-top: -100px; }
.le-controls * { color: #888; }
.le-controls .panels .header-text
{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.le-controls .panels > div:first-of-type { border-left: 1px solid #666; }
.le-controls .panels .body-text {
    font-size: 14px;
    line-height: 1.1em;
}
.icons { cursor: pointer; }
div#reactive-panel .body-text { width: 150px; }

#mouse-clicks {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 143px;
  width: 70px;
  height: 72px;
  z-index: 1;
  left: 199px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*---------------------------------------
   SECTION:  Tech Spec CONTENT
-----------------------------------------*/
.specs-container
{
    min-height: 943px;
    background: url("http://assets.razerzone.com/eeimages/products/22770/razer-orochi-specs.jpg") center top no-repeat #2e2e2e;
    /*background-size: cover;*/
    position: relative;
}
/*.specs-container .container { padding-top: 400px; }*/
.specs-container > .hidden-xs > .specs-content { margin-top: 480px; }
.specs-container > .visible-xs > .specs-content { margin-top: 5%; }
 .specs-content ul
 {
    margin-left: 5%;
 }
 .specs-content ul > li
 {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 10px;
    line-height: 1.4em;
 }


/*---------------------------------------
   SECTION:  video
-----------------------------------------*/
#video { max-height: 550px; }
#video .container { padding-top: 10px; }
.video-content {
    position:relative;
    padding-bottom:56.25%;
    margin-top:30px;
    height:0;
    overflow:hidden;
}
.video-content iframe, .video-content object, .video-content embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-height: 480px;
}

/*---------------------------------------
   SECTION:  Gallery CONTENT
-----------------------------------------*/
.gallery-container h2 { padding-top: 5%; }
.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: 19px;
    margin-bottom: 27px;
    display: block;
    float: left;
}
.zoom-gallery a.no-r-margin{
    margin-right: 0;
}
.zoom-gallery a img{
    max-width: 300px;
}
.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;
}
.bx-wrapper img
{
    background: black;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
    right: 10px;
}
img.mfp-img
{
    background: black;
}
.mfp-counter
{
    right: 9px;
}

.bx-wrapper li {background: #0e0e0e;}
.bx-wrapper li a {display: inline-block;}
.bx-wrapper .bx-viewport {border: none; background-color: #0e0e0e; box-shadow: none;}

/*END CONTENT*/

/* Noitfy me */

#small-dialog {
  position: relative;
  background: #000;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.form-element
{
    margin-top: 10px;
}
.form-element input, .form-element select
{
    width: 100%;
    background-color: black;
    border: 1px solid #333;
    color: white;
    padding: 0 10px;
}
.form-element label
{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #888;
}
.form-element input.error, .form-element select.error
{
    border-color: red;
}
.submit-holder
{
    text-align: center;margin-top: 30px;
}
/* End: Noitfy me */


/*---------------------------------------
   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: 1230px) {

}
@media (max-width: 1080px) {

}*/
@media (max-width: 991px) and (min-width: 768px) {
    .display-content
    {
        font-size: 13px;
    }
    .specs ul li.captiontext span i
    {
        display: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
   .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .sticky-navigation .header-logo-rz{
        display:none;
    }
    .sticky-navigation .main-navigation li{
        padding:15px;
    }
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-fixed-top .navbar-collapse{
        background: #111111;
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-left: 0px;
    }

    div.hero {
        min-height: 700px;
    }
    .tagline{
        font-size: 32px !important;
        top: 630px;
    }
    div.intro-container { background-position: -640px center; }
    div.intro-container .intro-content { padding-top: 80px; }
    div.dpi-container { background-position: -638px center; }
    div.dpi-container .dpi-content{ padding-top: 10px; }
    div.lighting-container { background-position: -400px center; }

    div.dual-container ,
    div.dpi-container ,
    div.battery-container {
      min-height: 600px;
      position: relative;
    }

    .dual-container > .hidden-xs > img,
    .dpi-container > .hidden-xs > img,
    .battery-container > .hidden-xs > img {
      height: 100%;
    }

    div.dual-container .dual-content ,
    div.dpi-container .dpi-content ,
    div.battery-container .battery-content {
      margin-top: 40px;
    }

    .dual-container > .hidden-xs { margin-left: -350px; }
    .dpi-container > .hidden-xs { margin-left: -480px; }
    .battery-container > .hidden-xs { margin-left: -400px; }

}
@media (max-width: 1230px) and (min-width: 992px) {
  .dual-container > .hidden-xs > img,
  .dpi-container > .hidden-xs > img,
  .battery-container > .hidden-xs > img {
    height: 100%;
  }

  div.dual-container ,
  div.dpi-container ,
  div.battery-container {
    min-height: 700px;
    position: relative;
  }

  div.dual-container .dual-content ,
  div.dpi-container .dpi-content ,
  div.battery-container .battery-content {
    margin-top: 40px;
  }

  .dual-container > .hidden-xs { margin-left: -350px; }
  .dpi-container > .hidden-xs { margin-left: -480px; }
  .battery-container > .hidden-xs { margin-left: -400px; }
}
@media (max-width: 1350px) and (min-width: 1231px) {
    .dual-container > .hidden-xs,
    .dpi-container > .hidden-xs,
    .battery-container > .hidden-xs {
      margin-left: -300px;
    }
}
@media (max-width: 1800px) and (min-width: 1351px) {
    .dual-container > .hidden-xs,
    .dpi-container > .hidden-xs,
    .battery-container > .hidden-xs {
      margin-left: -200px;
    }
}
/*
@media (max-width: 890px) {

}*/

@media (max-width: 767px) {
    .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: 16px;
    }
    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: #111111;
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }
    div.hero{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 50px;
        background: black;
        min-height: 0;
        /*height: 400px;*/
    }
    p.maintagline{
        font-size: 4.625em;
        line-height: 133px;
    }
    div.dual-container, div.dpi-container, div.battery-container { background: none #000 !important;}

    div.dual-container{
        background: #000;
        min-height: 500px;
    }
    div.dual-container { min-height: initial; }
    div.dual-container div.dual-content { margin-top: 5%; }
    div.dual-container div.dual-content h2 { text-align: center; }
    #product_carousel_new { position: relative;}
    #product_carousel_new img { position: absolute; width: 100%}

    div.intro-container { background: #161616; }
    div.intro-container div.intro-content { padding-top: 20px; color: #888888; }

    div.dpi-container {
        background: #161616;
        min-height: initial;
    }
    div.dpi-container div.dpi-content {
      background: initial;
      margin-top: initial;
        /*padding-top: 20px;
        padding-bottom: 42px;*/
    }
    div.dpi-container div.dpi-content h2 { text-align: center; }

    div.battery-container {
        background: #000000;
    }
    div.battery-container div.battery-content {
        /*padding-top: 20px;
        padding-bottom: 20px;*/
        background: initial;
        margin-top: 5%;
    }
    div.battery-container div.battery-content h2 { text-align: center; }

    div.lighting-container { background: none;}
    div.lighting-container div.lighting-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.lighting-container div.lighting-content h2 { text-align: center; }

    div.specs-container{
        background: #161616;
    }

    div.specs-container .visible-xs .specs-content{
        margin-top: 5%;
    }
    div.specs-container .container{
        padding-top: 0;
    }
    .intro-header h1.tagline, .tagline {
        bottom: 0px;
        top: initial;
        font-size: 28px !important;
        margin: 0;
        padding: 0;
        padding-bottom: 4%;
        position: initial;
    }
    .mobile-only{
        display: block;
        width: 100%;
    }

    .bx-wrapper{
        display: block;
        margin-top: 30px;
    }
    .zoom-gallery{
        display: none;
    }
    .social{
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .pcmagcontainer
    {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
    .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;
    }
    div.taglines-container
    {
        bottom: auto;
    }
    h1, h2
    {
        text-align: center;
    }
    .normaltext
    {
        text-align: center;
        color: #888888;
    }
    .video
    {
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .processor,.nvidia
    {
        background: black;
    }
    .processor-content, .nvidia-content
    {
        margin-top: 10px;
        text-align: center;
    }
    .power
    {
        padding: 0;
    }
    .thermal
    {
        background: #151515;
    }
    .igzo
    {
        background: #151515;
    }
    .angle
    {
        background: #1e1e1e;
    }
    .touch,.design
    {
        background: black;
    }
    .fullhd
    {
        background: #0f0f0f;
        min-height: 700px;
    }
    .fullhd-content
    {
        text-align: center;
        margin-top: 10px;
    }
    .design-content-two
    {
        min-height: 0;
    }
    .softwarelist li
    {
        width: auto;
        padding: 10px;
    }
    .design-content-four-content img
    {
        margin: 0 auto;
    }
    .razer-bttn {
        padding: 2px 10px;
        letter-spacing: .1em;
        font-size: 13px;
        font-family: "RazerF5";
    }
    /* Sections */
    .ergonmic-container, .battery-container, .lighting-container, .specs-container, .video-container, .gallery-container { min-height: 0;}
    /* END: Sections */

    /* Specs Section */
    .specs-content ul li { text-align: left; }
    /* END: Specs Section */

    .specs ul li,.specs ul li.middle,.specs ul li.captiontext,.specs ul li.full
    {
        border: 1px solid #3f3f3f;
        text-align: left;
    }
    .additional-content
    {
        min-height: 0;
    }
    .spectext
    {
        text-align: left;
    }


}

@media (max-width: 540px) {

}

@media (max-width: 480px) {

}
