/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@import url('//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(//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                
-----------------------------------------*/
 
 .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;
}
.f30 {
    font-size: 30px;
    line-height: 32px;
}
.f36 {
    font-size: 36px;
    line-height: 38px;
}
.f46 {
    font-size: 46px;
    line-height: 48px;
}

/* HEADINGS */
 
h1 {
	font-family: 'RazerF5Thin';
    font-size: 32px;
    color: #00ff00;
    text-transform: uppercase; 
    margin: 0;
	letter-spacing: 2px;
}
#top h1 {
	padding-top: 40px;
}

h2 {
	font-family: 'RazerF5Thin'; 
    font-size: 24px;
    line-height: 28px; 
    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: 16px;
    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: #888888;
    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;
}

.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, .navbar-header a.cta-btn {
    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: 207px;
}


header .only-logo .navbar {
    background: none;
    padding: 60px;
}

#big-menu-dropdown p {line-height: 1.2; font-size: 12px; margin-top: 5px;}

header .logo-name{
    font-size: 11px;
    font-weight: bold;
    font-family: "RazerF5Bold";
    text-transform: uppercase;
    color: #999999;
    float: left; letter-spacing: 1px;
}

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, .navbar-header a.cta-btn{
    border: none;
    background: lime;
    padding: 3px;
    margin-top: -3px;
    color: white;
    border-radius: 4px;
    color: black;
    margin: -3px 0 0 -2px !important;
}

/*BEGIN CONTENT*/

/*Hero container*/
div.intro
{
    width: 100%;
    background-color: #050505;
    min-height: 682px;
    position: relative;
}
div.taglines-container
{
    width: 100%;
}   
  
#reactive, #ripple, #keyboard-background-reactive {display: block;}
div.intro div.logo { margin-top: 13%; margin-bottom: 0px;}
div.intro .f36 {color: #00ff00; text-transform: uppercase; line-height: 150px;}
 
 
/*End Hero Container*/
.v-middle-wrapper {
    height: 100%;
}
.v-middle-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.v-middle {
    vertical-align: middle;
    display: inline-block;
    width: 99%;
}
div.icons {cursor: pointer;}

#mecha-membrane {
	height: 515px;
	background-color: #000000;
	padding-top:120px;
}
.learn-more { color:#fff }
.learn-more:hover { color:#0f0 }
.disclaimer { color:#666666; font-size:14px }

#keycaps { min-height: 708px; background: url("//assets2.razerzone.com/images/razer-ornata-chroma/137eb26d1274c959af2e07d213edfece-razer-ornata-keycaps.jpg") center; background-size: cover; position: relative; height: 708px; }
#keycaps .copytext { padding-top:340px; }

#chroma { min-height: 663px; background: url("//assets2.razerzone.com/images/razer-ornata-chroma/84c75ba2989e45eec2099aa9445c32ee-razer-ornata-chroma-bg.jpg") center; background-size: cover; position: relative; height:663px; }
#chroma .copytext { padding-top:120px; }

#wrist-rest { min-height: 650px; background: url("//assets2.razerzone.com/images/razer-ornata-chroma/8a89bebeb08d1f3f0066a88c9bb30d90-razer-ornata-wrist-rest.jpg") center; background-size: cover; position: relative; height:650px; }
#wrist-rest .copytext { padding-top:340px; }

.techspec-copy {
	padding-top:40px;
} 
.experience-chroma {
	font:18px "RazerF5Light" !important;
	color: #888 !important;
} 
 

/*
#keystrokes {  } 
#keystrokes h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 40px;
    background: url(//assets.razerzone.com/eeimages/products/24329/icon-keystrokes.jpg) left center no-repeat;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left; }
#keystrokes1, #keystrokes2 {
    padding: 0;
    height: 21px; 
    margin-bottom: 2px; 
    overflow: hidden; }
#keystrokes1 div { padding: 0 0 0 5px; text-align: left; height: 21px; line-height: 21px; width: 0; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar1.png) top right no-repeat; font-size: 13px; font-weight: 400; color: #000; text-transform: uppercase; padding-left: 5px; float: left; overflow: hidden; white-space: nowrap; background-color: lime; }
#keystrokes1 p { text-transform: capitalize; font-size: 18px; line-height: 21px; color: #00ff00; padding-left: 3px; float: left; }
#keystrokes2 div { padding: 0 0 0 5px; text-align: left; height: 21px; line-height: 21px; width: 0; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar2.png); font-size: 13px; font-weight: 400; color: #000; text-transform: uppercase; padding-left: 5px;
float: left; white-space: nowrap }
#keystrokes2 p { text-transform: capitalize; font-size: 14px; line-height: 21px; color: #fff; padding-left: 3px; float: left;  }

*/
 
 
.usp4 {min-height: 900px; display: block; background-color: #000;}
.usp4link {display: block;} 
.usp4 h2 {text-align: center; padding-top: 10%; }
 

/*start tech*/
#specs { min-height: 767px; background: url("//assets2.razerzone.com/images/razer-ornata-chroma/73bc1f541bd5f358bd6a810f4b61d0f2-razer-ornata-techspec-bg.jpg") top center no-repeat #2e2e2e; position: relative; }
#specs div.container { padding-top: 50px; }
#specs ul {margin-top: 20px;}
#specs ul li {
    font-size: 16px;
    margin-left: 20px;
    list-style: disc;
    line-height: 20px;
    padding-bottom: 10px;
}
 
 
/*end tech*/

/*---------------------------------------
   SECTION:  Gallery CONTENT                 
-----------------------------------------*/
.gallery-container h2 { padding-top: 5%; }
.gallery-content {
    padding: 30px 0;
	margin-top: 60px;
}
.gallery-content h1{ 
    color: lime;
    font-weight: 200;
    font-size: 24px;
}
#gallery .f46 {
    margin-top: 45px;
}
.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;
}
.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;
}
.zoom-gallery{
    display: block;
}
.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;
}

/*END CONTENT*/

/* Notify 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;
}

  

@media (max-width: 1230px) {
   /* div.intro {min-height: 680px;} */
}
 
@media (max-width: 990px) { 
    /*  div.intro {min-height: 600px;} */
    div.usp4, .usp4link {display: none!important;}
    /*#specs 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: 7.5px -15px;
    }
    .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: 70px;
        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;
        overflow-x: hidden;
    }
}
 
@media (max-width: 768px) {
	#chroma {
		background-position-x: -620px;
	}
	#specs h2 { margin: 40px 0; }
	#specs { min-height: 1px; padding-bottom: 50px }
	 
    .visible-xs-inline {
        display: inline-block !important;
    }
    
    #specs ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    #specs div.container { padding-top: 0; }
    
    
    div.intro{
        padding-top: 0;
        margin-top: 50px;
        min-height: 0;
    }
      
    #specs div.container .col-sm-6 {margin-top: 0; padding-bottom: 0;}
    #specs ul li {text-align: left;}
    
    .intro-header h1.tagline{
        font-size: 30px;
    }
    .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;
    }
     
    .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: 767px) {
    #mecha-membrane {
		padding-top:20px; 
	}
	#keycaps { 
	
	}
	.usp-bg {
		background: none !important;
		min-height:1px !important;
		height: auto !important;	
		padding-bottom: 20px !important;
	}
	#specs {
		min-height:1px !important;
		height: auto !important;	
		padding-bottom: 20px !important;
	}
	#chroma {
		background-color: #090909 !important;
	}
	.copytext { padding-top:30px !important; } 
	.techspec-copy {padding-top:0px !important;  }
	#specs h2 { margin: 30px 0 }
	.gallery-content {
		margin-top: 0px;
	}
	.bx-wrapper .bx-viewport {
		border: none !important;
		box-shadow: none !important;
	}
	div.intro div.logo { margin-top: 5%; margin-bottom: 0px;}
	.normaltext
    {
        text-align: center;
        color: #888888;
    }
	h1, h2
    {
        text-align: center;
    }
}
@media (min-width: 661px) {
	#keyboard-background-wave-hero {
		max-width:661px;max-height:448px;
	}
}

/*Mobile CTA Button*/
@media (max-width: 990px) {
    .navbar-nav .cta-btn { 
        display: none !important; 
    }
    .navbar-header a.cta-btn { 
        float:right; 
        margin:15px 20px 0 0 !important; 
        padding: 5px 8px !important;
        text-decoration: none;
    }
}

@media (min-width: 991px) {
    .navbar-header a.cta-btn { 
        display: none !important; 
    }
}