/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
  font-size: 100%;
  height: 100%; }

body {
  background: black;
  font-family: "RazerF5", "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;
  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; }
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');
    }
}
*/
/* HEADINGS */
h1,
h2 {
  font-family: 'Titillium Web';
  font-weight: 200; }

h1 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  text-transform: uppercase;
  color: #00a000;
  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; }

/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/
.white-text {
  color: #ffffff; }

.dark-text {
  color: #272727; }

.deep-dark-bg {
  background: #161616 !important; }

.normaltext {
  color: #888888;
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  margin: 10px 0; }

/*---------------------------------------
   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; }

/*---------------------------------------
=========================================
 **   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;
  text-transform: uppercase;
  color: #999999;
  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; }

.razer-bttn {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #00a000;
  padding: 10px 20px;
  border-left: 2px solid #0f0; }
  .razer-bttn:after {
    content: ' \203A';
    color: #0f0;
    font-size: 20px; }
  .razer-bttn:hover {
    color: #fff; }
  .razer-bttn:active {
    color: #fff;
    text-decoration: none; }
  .razer-bttn:visited {
    color: #fff;
    text-decoration: none; }

.razer-link {
  color: #fff;
  font-size: 16px;
  line-height: 16px; }
  .razer-link:after {
    content: ' \203A';
    color: #0f0;
    font-size: 20px; }
  .razer-link:hover {
    color: #fff; }
  .razer-link:active {
    color: #fff;
    text-decoration: none; }
  .razer-link:visited {
    color: #fff;
    text-decoration: none; }

.popout {
  display: none;
  position: absolute;
  padding: 8px;
  text-align: left;
  border: 1px solid #333;
  font-size: 12px;
  font-weight: 400;
  background: black;
  z-index: 1000;
  line-height: 14px; }

h1 {
  font-size: 85px;
  line-height: 87px;
  font-family: "RazerF5Thin", "Titillium Web", sans-serif;
  text-align: center;
  overflow-wrap: break-word; }

h2 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "RazerF5Thin", "Titillium Web", sans-serif;
  text-align: center;
  overflow-wrap: break-word; }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:active {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:link {
    text-decoration: none;
    outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: left; }

.darkgreen {
  color: #00a000; }

.lime {
  color: #00a000; }

.razer-bttn {
  font-size: 13px;
  padding: 8px 19px; }
  .razer-bttn:after {
    font-size: 15px; }

.learn-more {
  padding: 8px; }

header .sticky-navigation .header-logo-rz {
  float: left;
  margin-right: 10px;
  position: relative; }
header .sticky-navigation .logo-name {
  vertical-align: middle;
  font-size: 12px;
  font-family: "RazerF5Bold", "Titillium Web", sans-serif;
  padding: 13px 0;
  letter-spacing: 0.05em;
  color: #fff; }
  header .sticky-navigation .logo-name img {
    padding-top: 23px; }
header .sticky-navigation ul.main-navigation li:last-of-type a {
  background: none transparent !important;
  color: #0f0 !important;
  padding: 0 0 0 10px !important;
  margin: 0 !important; }

.hero {
  background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/hero-bg-mask.png") center top no-repeat #000000;
  margin-top: 56px;
  padding-top: 20px;
  min-height: 450px; }
  .hero h1 {
    margin: 6% 0 4% 0; }
  .hero #hero-text {
    padding: 5% 0 3% 0; }
    .hero #hero-text span {
      font-family: "RazerF5Bold"; }

.blackwidows {
  padding-bottom: 50px; }
  .blackwidows .row {
    border-bottom: 1px solid #333; }
    .blackwidows .row .col-sm-6 {
      padding-top: 10px;
      padding-bottom: 40px; }
      .blackwidows .row .col-sm-6 h2 {
        margin: 10px auto;
        letter-spacing: 0.1em; }
      .blackwidows .row .col-sm-6 ul.more-details {
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .blackwidows .row .col-sm-6 ul.more-details li {
          align-self: center;
          position: relative;
          padding-right: 15px;
          border-right: 1px solid #333; }
          .blackwidows .row .col-sm-6 ul.more-details li:last-of-type {
            padding-right: 0;
            border-right: 0;
            padding-left: 10px; }
      .blackwidows .row .col-sm-6 ul.icons {
        display: flex;
        flex-flow: row;
        justify-content: center; }
        .blackwidows .row .col-sm-6 ul.icons li {
          align-self: center;
          position: relative;
          margin-right: 5px; }
          .blackwidows .row .col-sm-6 ul.icons li:last-of-type {
            margin-right: 0; }
      .blackwidows .row .col-sm-6:first-of-type {
        border-right: 1px solid #333; }
    .blackwidows .row:last-of-type {
      border: none; }
  .blackwidows .popout {
    bottom: 60px;
    left: 10px;
    min-width: 150px;
    text-align: center; }
    .blackwidows .popout h3 {
      font-size: 13px;
      color: #00a000;
      line-height: 15px;
      margin: 5px 10px; }
  .blackwidows .icons i {
    width: 46px;
    height: 45px;
    display: inline-block; }
    .blackwidows .icons i.chroma {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -315px no-repeat transparent; }
    .blackwidows .icons i.green {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -360px no-repeat transparent; }
    .blackwidows .icons i.illumination {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -495px no-repeat transparent; }
    .blackwidows .icons i.macro {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -450px no-repeat transparent; }
    .blackwidows .icons i.usb {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -405px no-repeat transparent; }
    .blackwidows .icons i.anti-ghosting {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -270px no-repeat transparent; }
    .blackwidows .icons i.gaming-mode {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -225px no-repeat transparent; }
    .blackwidows .icons i.programmable-keys {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -180px no-repeat transparent; }
    .blackwidows .icons i.braided-cable {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -135px no-repeat transparent; }
    .blackwidows .icons i.metal-top {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -90px no-repeat transparent; }
    .blackwidows .icons i.cable-routing {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 0 no-repeat transparent; }
    .blackwidows .icons i.carry-case {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -540px no-repeat transparent; }
    .blackwidows .icons i.compact-layout {
      background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/icons.png") 0 -45px no-repeat transparent; }
  .blackwidows .switches {
    display: inline-block;
    position: relative; }
    .blackwidows .switches i {
      width: 51px;
      height: 47px;
      display: inline-block; }
      .blackwidows .switches i.green-switch {
        background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/switches.png") 0 0 no-repeat transparent; }
      .blackwidows .switches i.orange-switch {
        background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/switches.png") 0 -47px no-repeat transparent; }
      .blackwidows .switches i.blue-switch {
        background: url("http://assets.razerzone.com/eeimages/blackwidow/landing/imgs/switches.png") 0 -94px no-repeat transparent; }

.banner .container {
  border-top: 1px solid #333;
  padding: 50px 0; }

footer {
  color: #999;
  background: none #121212;
  text-align: left;
  padding-top: 20px; }
  footer ul.footer-list {
    display: flex;
    flex-wrap: wrap; }
    footer ul.footer-list li {
      font-size: 13px; }
      footer ul.footer-list li a {
        border-right: 1px solid #888;
        padding: 0 5px;
        text-transform: uppercase; }
        footer ul.footer-list li a:hover {
          color: #888; }
        footer ul.footer-list li a.active {
          color: #888;
          text-decoration: none; }
      footer ul.footer-list li:first-of-type a {
        padding: 0 5px 0 0; }
      footer ul.footer-list li:last-of-type a {
        border: none; }
  footer .social-icons > * {
    display: inline-block; }
  footer .social-icons > a {
    padding: 0 5px; }
  footer .social-icons-text-init {
    font-size: 13px;
    font-family: "RazerF5Thin", "Titillium Web", sans-serif; }

@media (min-width: 768px) and (max-width: 990px) {
  .blackwidows .row .col-sm-6 .blackwidow-product-img {
    width: 100%; }
  .blackwidows .row .col-sm-6 ul.icons {
    flex-flow: row wrap; }
    .blackwidows .row .col-sm-6 ul.icons li {
      margin-right: 0; }
  .blackwidows .row .col-sm-6 ul.more-details {
    flex-direction: column; }
    .blackwidows .row .col-sm-6 ul.more-details li:first-of-type {
      border-right: none;
      margin-bottom: 10px; } }
@media (max-width: 767px) {
  .hero #hero-img {
    width: 100%; }

  .blackwidows .row {
    border: none; }
    .blackwidows .row .col-sm-6 {
      border-bottom: 1px solid #333; }
      .blackwidows .row .col-sm-6 ul.icons {
        flex-flow: row wrap; }
        .blackwidows .row .col-sm-6 ul.icons li {
          margin-right: 0; }
      .blackwidows .row .col-sm-6 ul.more-details {
        flex-direction: column; }
        .blackwidows .row .col-sm-6 ul.more-details li:first-of-type {
          border-right: none;
          margin-bottom: 10px; } }
@media (max-width: 540px) {
  h1 {
    font-size: 65px;
    line-height: 67px; }

  .blackwidows .row {
    border: none; }
    .blackwidows .row .col-sm-6 {
      border-bottom: 1px solid #333; }
      .blackwidows .row .col-sm-6 .blackwidow-product-img {
        width: 100%; }
      .blackwidows .row .col-sm-6 ul.icons {
        flex-flow: row wrap; }
        .blackwidows .row .col-sm-6 ul.icons li {
          margin-right: 0; }
      .blackwidows .row .col-sm-6 ul.more-details {
        flex-direction: column; }
        .blackwidows .row .col-sm-6 ul.more-details li:first-of-type {
          border-right: none;
          margin-bottom: 10px; } }
@media (max-width: 480px) {
  .razer-bttn {
    margin-bottom: 5px; } }

/*# sourceMappingURL=styles.css.map */
