/* =======================================================================
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;
}
.f40 {
    font-size: 40px !important;
    line-height: 44px !important;
}
.f48 {
    font-size: 48px !important;
    line-height: 52px !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, .razer-bttn:focus {
    color: #FFFFFF;
    background-color: #00A000 !important;
    text-decoration: none;
    outline: none;
}

.razer-bttn:hover {
    background-color: #008000 !important;
}

.razer-bttn:after {
    content: '>';
    padding-left: 3px;
}

/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/

.white-text {
    color: #ffffff !important;
}

.dark-text {
    color: #272727 !important;
}

.grey-text {
    color: #888888 !important;
}

.lime-text {
    color: #00FF00 !important;
}

.orange-text {
    color: orange !important;
}

.text-left {
    text-align: left;
}

.deep-dark-bg {
    background: #161616 !important;
}

.lime-bg {
    background: #00FF00 !important;
}

.orange-bg {
    background: orange !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 .navbar  .container {
  position: relative;
}

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;
}
header .navbar #big-menu {
  position: absolute;
  z-index: 9999;
}

#big-menu-dropdown img {
  width: 150px;
}

#big-menu-dropdown p {
  line-height: 1.1em;
  padding-top: 5px;
  font-size: 14px;
}

.sticky-navigation .main-navigation {
  /*float: right;*/
  margin-left: 190px;
}

.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.razer-bttn{
  border-right: none;
  color: #FFFFFF;
  padding: 7px 10px;
  margin-top: -7px;
  margin-left: 10px;
}
.sticky-navigation .main-navigation li:last-child a.razer-bttn:hover {
  opacity: 0.8;
}
.container h2 {
  color: #00cc00;
  font-weight: 400;
  font-size: 24px;
  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;*/
}


/*BEGIN CONTENT*/

/*---------------------------------------
   SECTION:  Hero
-----------------------------------------*/
/*Hero container*/
div.hero
{
    width: 100%;
    /*background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/hero-bg.jpg") center bottom no-repeat #000;*/
    background-color: #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.hero-img-container {
    position: relative;
    min-height: 510px;
    height: 510px;
    margin-top: 4px;
}

div.hero-img-container > * {
    position: absolute;
    top: 0;
    left: 0;
}

div.hero-img-container > #hero-img-keyboard-mask {
  z-index: 999;
}

div.hero-img-container > #hero-img-keyboard-starlight {
  top: 18px;
  left: 10px;
}

div.taglines-container
{
    /*position: absolute;*/
    width: 100%;
    /*left: 0;*/
    /*bottom: 60px;*/
}
.tagline
{
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 2%;
    padding: 50px 0;
    text-align: center;
    font-family: 'RazerF5Thin';
    width: 100%;
    position: relative;
    /*top: 800px;*/
    margin-top: 45px;
    /*position: absolute;*/
    z-index: 1;
}

p.tagline .callout-2016 {
  width: 150px;
  position: absolute;
  right: 10px;
  top: 0;
}

.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/blackwidow/ultimate/usp-01-bg.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:  switches
-----------------------------------------*/
.switches-container{
    min-height: 700px;
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/usp-01-bg.jpg") center center no-repeat #000;
    background-color: #000;
    /*padding-top: 5%;*/
}

.switches-container.stealth{
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/usp-01-stealth-bg.jpg") center center no-repeat #000;
}

.switches-content {
    margin-top: 140px;
    /*padding: 25px 20px;*/
    /*background-color: rgba(0,0,0,.5);*/
}

/*---------------------------------------
   SECTION:  durability
-----------------------------------------*/
.durability-container{
    min-height: 700px;
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/usp-02-bg.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;
}

.durability-container.stealth{
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/usp-02-stealth-bg.jpg") center center no-repeat #000;
}

.durability-content {
    margin-top: 140px;
    /*padding: 25px 20px;*/
    /*background-color: rgba(0,0,0,.8);*/
}
.keystrokes h3 {
  text-align: left;
  font-size: 20px;
  padding: 10px 0;
}
.keystroke {
  color: #474747;
  font-size: 20px;
  line-height: 1.3em;
}
.keystroke > * {
  float: left;
}
.keystroke > span {
  padding-top: 3px;
  padding-left: 5px;
  line-height: 18px;
}
.keystroke:after {
  content: '';
  clear: both;
  display: block;
}

.keystroke.razer-green {
  color: #00FF00;
}

.keystroke-bar {
  background-color: #474747;
  /*display: inline-block;*/
  height: 20px;
  padding: 0;
  vertical-align: top;
  color: #000000;
}

.keystroke-text {
  padding: 0;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.3em;
  font-size: 14px;
  text-transform: uppercase;
}

.keystroke-edge {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: -40px solid transparent;
  border-bottom: 21px solid #000;
  padding: 0;float: left;
}

.keystroke-bar.lime-bg .keystroke-text,
.keystroke-bar.orange-bg .keystroke-text {
  padding-right: 80px;
}

/*---------------------------------------
   SECTION:  backlighting
-----------------------------------------*/
.backlighting-container{
    min-height: 700px;
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/usp-03-bg.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;
}
.backlighting-content {
    margin-top: 210px;
    /*padding: 25px 20px;*/
    /*background-color: rgba(0,0,0,.5);*/
}

/*---------------------------------------
   SECTION:  backlighting
-----------------------------------------*/
.lighting-effect-container{
    min-height: 700px;
    position: relative;
}

.lighting-effect-container .container h2 {
  text-align: center;
  margin-top: 5%;
}

#keyboard-container,
#keyboard-container .bg-move{
  position: relative;
}

#keyboard-container .bg-move{
  min-height: 504px;
  height: 504px;
  background-color: #003300;
 }

#keyboard-mask-layout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
#keyboard-background-static,
#keyboard-background-breathe,
#keyboard-background-wave,
#keyboard-background-ripple,
#keyboard-background-reactive,
#keyboard-background-starlight{
  width:100%;
  /*height:462px;*/
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

#keyboard-background-static {
  /*background-color:#0F0;*/
  background-color:#00c800;
  display:none;
}

#keyboard-background-breathe {
  display:none;
  transition: background-color 3s ease-in-out;
}

#keyboard-background-breathe.show-bg-color {
  /*background-color: #0F0 !important;*/
  background-color: #00c800 !important;
}

#keyboard-background-wave {
  background-image:url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/blackwidow-2016-wave-bg.png');
   display: none;
}

#keyboard-background-ripple {
  display: none;
}
#keyboard-background-ripple > img {
  position:absolute;
  top:164px;
  left:7px;
}

#keyboard-background-reactive {
  display: none;
}
#keyboard-background-reactive .buttond,
#keyboard-background-reactive .button {
    position: absolute;
    /*width: 45px;*/
    width: 42px;
    height: 45px;
    border-radius: 6px;
    /*transition: background-color .3s ease-in-out;*/
}
#keyboard-background-reactive .button {
  z-index:9999;
  /*cursor: pointer;*/
}
#keyboard-background-reactive .button:hover + .buttond {
  background-color: #00c800;
  /*-webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;*/
}

.keyboard-controls { margin-top: 15px; }

.keyboard-controls > * { display: inline-block; }

.keyboard-controls >  span {
  color: #666666;
  font-size: 20px;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 7px;
}

.keyboard-controls >  span:after {
  content: '\00bb';
  padding-left: 5px;
}

.keyboard-controls > ul > li {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 0 5px;
}

.keyboard-controls > ul > li:hover {
  cursor: pointer;
}

#starlight {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/starlight-grey.png') center center;
}
#starlight.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/starlight-white.png') center center;
}

#ripple {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/ripple-grey.png') center center no-repeat;
}

#ripple.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/ripple-white.png') center center no-repeat;
}

#breathe {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/breathe-grey.png') center center no-repeat;
}

#breathe.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/breathe-white.png') center center no-repeat;
}

#static {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/static-grey.png') center center no-repeat;
}

#static.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/static-white.png') center center no-repeat;
}

#reactive {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/reactive-grey.png') center center no-repeat;
}

#reactive.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/reactive-white.png') center center no-repeat;
}

#wave {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/wave-grey.png') center center no-repeat;
}

#wave.white {
  background: url('http://assets.razerzone.com/eeimages/blackwidow/ultimate/wave-white.png') center center no-repeat;
}
.lighting-effect-desc {
  min-width: 150px;
  border-left: 1px solid #333;
  height: 40px;
}
.lighting-effect-desc > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
}
.lighting-effect-desc small {
  color: #666;
}
.lighting-effect-desc:after {
  content: '';
  clear: both;
  display: block;
}
#wave-controls {
  float: right;
  margin-left:15px;
  margin-top: -13px;
  position: relative;
  width: 80px;
}
#wave-slider, #wave-right, #wave-left {
  cursor: pointer;
}
#wave-slider {
  position:absolute;
  /*left: 18px;*/
  left: 46px;
  top: -3px;
  margin-left: 0;
  margin-top:0px;
}

#wave-left {
  float:left;
  margin-right:10px;
}

#wave-right {
  float:left;
}

/*---------------------------------------
   SECTION:  Compare
-----------------------------------------*/

.compare-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.compare-container {
  background-color: #111;
}
.compare-content {
  margin-top: 10%;
  margin-bottom: 4%;
}
.table {
  color: #888888;
  display: table;
}

.table-row{
  display: table-row;
  /*clear: both;*/
}
.table-row-item {
  display: table-cell;
  /*float: left;*/
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  width: 18%;
  padding: 5px 10px;
}
.table-header > .table-row-item {
  border-bottom: none;
}
.table-header > .table-row-item > h3 {
  text-transform: uppercase;
  color: #888888;
  font-size: 14px;
  line-height: 1em;
}
.table-header > .table-row-item > h3 > span {
  font-weight: 700;
  color: #FFFFFF;
}
.table-row:nth-child(12n+0)> .table-row-item:first-of-type {
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
.table-row > .table-row-item:first-of-type {
  text-align: left;
  padding-left: 0;
  width: 28%;
}
.table-row:last-of-type > .table-row-item:first-of-type {
  border-bottom: none;
}
.table-buy-now > * {
  color: #c5c5c5;
  text-transform: uppercase;
}
.table-buy-now > a:active,
.table-buy-now > a:visited,
.table-buy-now > a:link{
  text-decoration: none;
  color: #c5c5c5;
}
.table-buy-now:hover {
  cursor: pointer;
}
.table-buy-now:hover > * {
  color: #fff !important;
}
.table-buy-now > a:after {
  content: '>';
  color: #00FF00;
  padding-left: 3px;
  line-height: 25px;
  vertical-align: bottom;
  font-size: 13px;
}

.dot-char {
  font-family: 'Arial', sans-serif !important;
  font-size: 30px;
}
.dot-char:before{
   content:"\2022";
}


/*---------------------------------------
   SECTION:  Tech Spec CONTENT
-----------------------------------------*/
.specs-container
{
    min-height: 978px;
    background: url("http://assets.razerzone.com/eeimages/blackwidow/ultimate/razer-blackwidow-ultimate-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: 430px; }
.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) {
  #big-menu { display: none; }
}
@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;
    }
    .sticky-navigation .main-navigation {
      margin: 7.5px -15px;
    }
    .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;
        margin: 0px !important;
    }
    .sticky-navigation .main-navigation li:last-child a{
        /*width: 70px;*/
        margin: 0 auto !important;
        border: none;
        background: lime;
        padding: 3px;
        border-radius: 4px;
        color: black !important;
    }
    .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;
    }
    div.hero-img-container {
      min-height: 350px;
      height: inherit;
    }
    .tagline{
        font-size: 37px !important;
        /*top: 630px;*/
    }
    p.tagline .callout-2016 { width: 140px !important; }
    div.intro-container { background-position: -640px center; }
    div.intro-container .intro-content { padding-top: 80px; }
    /*div.switches-container{ min-height: 800px; }*/
    /*div.durability-container { background-position: -638px center; }*/
    div.durability-container { background: #000 !important; }
    div.durability-container .durability-content{
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 0;
      width: 100%;
    }
}

@media (max-width: 890px) {

}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation {
      float: none;
      margin: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        /*width: 70px;*/
        margin: 0 auto !important;
        border: none;
        background: lime;
        padding: 3px;
        border-radius: 4px;
        color: black !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: 10px 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;*/
    }
    div.hero-img-container {
      min-height: 380px;
      height: inherit;
    }
    p.maintagline{
        font-size: 4.625em;
        line-height: 133px;
    }
    p.tagline {
      position: relative;
      padding: 50px 0;
    }
    p.tagline .callout-2016 {
      width: 120px;
      position: absolute;
      right: 10px;
      top: 0;
    }
    /*div.switches-container, div.durability-container, div.backlighting-container { background: none #161616 !important;}*/

    div.switches-container{
        background: #161616 !important;
        min-height: 500px;
    }
    div.switches-container { min-height: initial; }
    div.switches-container div.switches-content { margin-top: 5%; padding-bottom: 5%}
    div.switches-container div.switches-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.durability-container {
        background: #000 !important;
        min-height: initial;
    }
    div.durability-container div.durability-content {
      background: initial;
      margin-top: initial;
        /*padding-top: 20px;
        padding-bottom: 42px; */
        padding-bottom: 5%;
    }
    div.durability-container div.durability-content h2 { text-align: center; }
    div.keystrokes{
      margin: 0 auto;
      max-width: 410px;
    }

    div.backlighting-container {
        background: #0a0a0a;
    }
    div.backlighting-container div.backlighting-content {
        /*padding-top: 20px;
        padding-bottom: 20px;*/
        background: initial;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    div.backlighting-container div.backlighting-content h2 { text-align: center; }
    div.keystrokes{
      margin: 0 auto;
      max-width: 410px;
    }

    div.compare-container {
      padding-top: 5%;
      padding-bottom: 5%;
    }

    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;
    }
    .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, .backlighting-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) {
  div.hero-img-container {
    min-height: 260px;
    height: inherit;
  }
  p.tagline{
    padding: 25px 0;
  }
  p.tagline .callout-2016 {
    width: 80px;
  }
}

@media (max-width: 480px) {
  div.hero-img-container {
    min-height: 230px;
    height: inherit;
  }
  div.hero-img-container > #hero-img-keyboard-starlight {
    top: 11px;
    left: 0px;
  }
  p.tagline{
    font-size: 22px !important;
    padding: 23px 0;
  }

}
