/* =======================================================================
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;
}

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;
    line-height: 14px;
}
.f14 {
    font-size: 14px;
    line-height: 16px;
}
.f16 {
    font-size: 16px;
    line-height: 18px;
}
.f18 {
    font-size: 18px;
    line-height: 20px;
}
.f24 {
    font-size: 24px;
    line-height: 26px;
}
.f36 {
	font-family: 'RazerF5thin','Titillium Web' !important;
    font-size: 36px;
    line-height: 38px;
}

/* 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;
}

.grey-text {
    color: #888888;
}

.lime-text {
    color: #00FF00;
}

.text-left {
    text-align: left;
}

.deep-dark-bg {
    background: #161616 !important;
}
.normaltext
{
    color: #999999;
    font-size: 16px;
    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;
	margin-top:3px;
}

.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-right: 75px;
}

.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;

  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
}
.footnote {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}

.fixed-toggle{
	position:relative;
	bottom: 0px;
	width:100%;
	z-index: 999;
	background-color: rgba(24,24,24,1);
}

.mode-toggle > a:active,
.mode-toggle > a:focus,
.mode-toggle > a:visited{
    text-decoration: none;
    color: #999999;
}
.mode-toggle {
  padding: 0;
  height: 9vw;
  max-height: 92px;
}
.mode-toggle > * {
    float: left;
    padding: 0px;
    background-color: rgba(24,24,24,1);
    color: #999999;
    width: 100%;
	height:100%;
    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;
}

a.mode-toggle-clicky.active {
    color: #fff !important;
    background-color: rgba(23,23,23,1);
	background: url('../asset_image/razer-blackwidow-te-toggle.png') no-repeat -16% 100%;
	background-size: 200% 200%;
}

a.mode-toggle-stealth.active {
    color: #fff !important;
    background-color: rgba(23,23,23,1);
	background: url('../asset_image/razer-blackwidow-te-toggle.png') no-repeat bottom right;
	background-size: 200% 200%;
}

a.mode-toggle-clicky{
	border-right: 1px solid #212121;
	text-align:right;
	display:inline-block;
	height:100%;
	width: 50%;
	background: url('../asset_image/razer-blackwidow-te-toggle.png') no-repeat -16% 0%;
	background-size: 200% 200%;
}

a.mode-toggle-stealth{
	display:inline-block;
	text-align:left;
	height:100%;
	width: 50%;
	background: url('../asset_image/razer-blackwidow-te-toggle.png') no-repeat top right;
	background-size: 200% 200%;
}

/*.mobile-only { position: relative; }*/
.mobile-only > img{
  position: absolute;
  /*top: 0;*/
}

/*BEGIN CONTENT*/

/*Hero container*/
div.intro
{
    width: 100%;
    background-color: #000;
    min-height: 700px;
    position: relative;
	padding-top:20px;
}
div.taglines-container
{
    width: 100%;
}   
.tagline
{
    text-transform: none;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
    font-family: 'RazerF5Thin';
}
.tagline span.subtext
{
    font-size: 23px;
}
#reactive, #ripple, #keyboard-background-reactive {display: block;}
div.intro div.logo { margin-top: 7%; margin-bottom: 2%;}
div.intro .f36 {color: #00ff00; text-transform: uppercase; line-height: 150px;}
.hero-wave-banner {
    width: 300px; 
    height: 600px;
    position:relative; 
    margin:0 auto;

}
.hero-wave-banner > img {
/*    width: 100%;*/
    height: 100%; 
    position:absolute; 
    top:0; 
    left: -45%; 

}
/*End Hero Container*/
.chromapowered{	
	margin: 20px 0 20px 0;
}

div.icons {cursor: pointer;}
.usp1 { min-height: 700px; background: url("http://assets.razerzone.com/eeimages/products/17557/razer-blackwidow-chroma-switch.png") center; background-size: cover; position: relative; }
.usp1 div.container div {margin-top: 15%;}

.usp2 { min-height: 690px; position: relative;}
.usp2 div.container div {margin-top: 10%;}
.usp2 div.container div span {text-transform: uppercase; color: #fff;}

.usp3 { min-height: 690px; background: url("http://assets.razerzone.com/eeimages/products/17563/usp-03-bg.jpg") center; background-size: cover; position: relative; }
.usp3 div.container div { margin-top: 25%; }

.usp4 {min-height: 900px; display: block; position: relative;}
 .usp4link {display: block;}
.usp4 * { font-family: "RazerF5Thin";}
.usp4 h2 {text-align: center; padding-top: 10%; }

.usp5 {background-color: #1e1e1e; padding: 30px 0 70px;position: relative;}
.usp5 h2 {padding: 30px 0 40px;}
.usp5 div.videos {cursor: pointer;}

.usp6 {background-color: #000; padding: 40px; position: relative;}
.usp6 h2 {padding: 30px 0;}
.usp6 h3 {font-size: 16px; text-transform: uppercase; color: #888; font-weight: 200; line-height: 1.2;}
.usp6 h3 span {color: #fff; font-weight: 400;}
.usp6 .hidden-xs ul li {color: #888; border-right: 1px solid #222; border-bottom: 1px solid #222; padding: 10px 5px; height: 47px; line-height:0;}
.usp6 .visible-xs ul.head {padding-bottom:30px;}

.usp6 .visible-xs ul.detail li {color: #888; border-right: 1px solid #222; border-left: 1px solid #222; border-bottom: 1px solid #222; padding: 10px 5px;line-height:initial;}
.usp6 .visible-xs ul.detail li:first-child {border-top: 1px solid #222;}

.usp6 .hidden-xs ul.detail li {display: block;}
.usp6 .hidden-xs ul.detail li span {display: inline-block;vertical-align: middle; }
.usp6 .hidden-xs ul.detail li:before{content: ''; display: inline-block; vertical-align: middle; height: 100%;} */

.usp6 ul li:nth-child(1) {text-align: center;}
.usp6 ul {margin: 0; padding: 0;}
.usp6 .hidden-xs ul.head li {min-height: 220px !important; height: 275px !important;}
.usp6 ul.head li img:first-child{width: auto; max-width: 90%;margin-bottom:30px;}
.usp6 ul.head li img:nth-child(2){width: auto; max-width: 90%;}
.usp6 .green {color: #0f0;}
.usp6 .orange {color: #fc6500;}
.usp6 .blue {color: #0097c8;}

/*start tech*/
.usp7 { min-height: 600px; background: url("http://assets.razerzone.com/eeimages/products/17563/razer-blackwidow-te-specs.jpg") top center no-repeat #2e2e2e; position: relative; }
.usp7 div.container > div {margin-top: 35%;margin-bottom: 10%;}
.usp7 ul {margin-top: 20px;}
.usp7 ul li {font-size: 16px; margin-left: 20px; list-style: disc; line-height: 1.2; padding-bottom: 5px;}
.buynow
{
    background: #00b500;
    display: block;
    width: 140px;
    color: white;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}

div.clicky {display:block;}
div.stealth {display:none;}

.durability-container { min-height: 450px !important;}
.durability-container div.container {padding: 5% 0 !important;}
.durability-container div.container div span {text-transform: uppercase; color: #fff !important;}
.durability-container .switch {font-size: 12px; text-transform: uppercase; line-height: 12px; color: #999; text-align: left !important;}
.durability-container .switch span {font-weight: 800; color: #fff !important;}
.durability-container .switch1 {margin-top: 40% !important;}
.durability-container .switch2 {margin-top: 35% !important;}
.durability-container .switch3 {margin-top: 25% !important;}
.durability-container .switch4 {margin-top: 40% !important;}
/*end tech*/

/*---------------------------------------
   SECTION:  Gallery CONTENT                 
-----------------------------------------*/
#gallery{
	position:relative;
}

.gallery-container h2 { padding-top: 5%; }
.gallery-content {
    padding: 30px 0;
}
.gallery-content h1{ 
    color: lime;
    font-weight: 200;
    font-size: 24px;
}
.zoom-gallery, .zoom-gallery2{
    text-align: left;
    margin-top: 20px;
}
.zoom-gallery a, .zoom-gallery2 a{
    margin-right: 19px;
    margin-bottom: 27px;
    display: block;
    float: left;
}

.zoom-gallery a img, .zoom-gallery2 a img{
	max-width:300px;
}

.zoom-gallery a.no-r-margin, .zoom-gallery2 a.no-r-margin{
    margin-right: 0;
}
.bx-wrapper, .bx-wrapper2{
    max-width: 100%;
    float: left;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper2 .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, .bx-wrapper2 .bx-pager.bx-default-pager a:hover, .bx-wrapper2 .bx-pager.bx-default-pager a.active{
    background-color: lime;
}
.bx-wrapper .bx-pager, .bx-wrapper2 .bx-pager{
    bottom: -16%;
}
.bx-wrapper .bx-viewport, .bx-wrapper2 .bx-viewport{
    left: 0;
}
.bx-wrapper, .bx-wrapper2{
    display: none;
}
.zoom-gallery, .zoom-gallery2{
    display: block;
}
.bx-wrapper img, .bx-wrapper2 img
{
    background: black;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
    right: 10px;
}
img.mfp-img
{
    background: black;
}
.mfp-counter
{
    right: 9px;
}

/*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                 
-----------------------------------------*/
div#big-menu {display: block;}
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: 12px;
    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) {
    div.intro {min-height: 680px;}
}
@media (max-width: 1080px) {
    
}
@media (max-width: 990px) {

	.sticky-navigation .main-navigation {
		margin-right: 0;
	}

    div#big-menu {display: none;}
    div.intro {min-height: 600px;}
    div.usp4, .usp4link {display: none!important;}
    .usp7 div.container > div {margin-top: 50%;}
    .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.in {
        display: block!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        width: auto;
        margin: 0 auto !important;
    }

    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        margin-top: 16px;
    }

    .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;
    }
}

@media (max-width: 890px) {
    
}

@media (max-width: 768px) {
    
    div.intro{
        padding-top: 0;
		padding-bottom: 10%;
        margin-top: 50px;
        min-height: 0;
    }
    p.maintagline{
        font-size: 4.625em;
        line-height: 133px;
    }
    div.usp1{
        background: #080808;
		background-image:none !important;
    }
    div.usp2{
        background: #151516;
		background-image:none !important;
    }
	.usp1 div.container div {margin-top: 5%;}
	.usp1 div.container div {margin-top: 5%;}
    .usp2 div.container div {margin-top: 5%;}
    .usp3 div.container div {margin-top: 8%; padding-bottom: 5%;}
    .usp7 div.container div {margin-top: 8%; padding-bottom: 5%;}
    .usp7 ul li {text-align: left;}
    div.usp3{
        background: #080808;
    }
    div.usp6{
        background: #161616;
    }
    div.usp7{
        background: #080808;
    }
    .intro-header h1.tagline{
        font-size: 30px;
    }
    .mobile-only{
        display: block;
        width: 100%;
    }
   
    .bx-wrapper, .bx-wrapper2{
        display: block;
        margin-top: 30px;
    }
    .zoom-gallery, .zoom-gallery2{
        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, .bx-wrapper2 .bx-controls-direction a{
        z-index: 3;
    }
    p.copyrights{
        text-align: center;
    }
    div.taglines-container
    {
        bottom: auto;
    }
    h1, h2
    {
        text-align: center !important;
    }
    .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 */
    .usp1, .usp2, .usp3, .chroma-container, .comparison-container, .usp6, .gallery-container { min-height: 0;}
    /* END: Sections */
    /* DIP Section */
    .switch-content { margin-top: 5%; }
    /* END: DIP Section */
    
    /* 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) {
    .chromapowered{
		max-width: 60px;
	}
}

@media (max-width: 480px) {
    
}