/*
 * Razer Styles
 * 
 */

/* ==========================================================================
   Base styles and resets
   ========================================================================== */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
html{-webkit-text-size-adjust: none;}
strong{ font-weight:bold;}
img{ vertical-align:top;}
.cl{ clear:both; font-size:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; }
li { list-style:none; margin:0; padding:0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
   General styles
   ========================================================================== */
html { background:#000000; }
body { font-family: 'Titillium Web', Arial, Helvetica, sans-serif; color:#57585a; font-size:11px; font-weight: 300; min-width: 960px; }
html, body{
    height: 99% !important;
    overflow:hidden !important;
}

.outerContainer {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}
.innercontainer {
    width: 100% !important;
    height: 99% !important;
    overflow: auto !important;
    padding-right: 15px !important;
}

a { text-decoration:none; outline:none!important; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease;
-ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; color:#2cc67c; }
	a:hover { color:#fff; }


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
	opacity:1;
    color: #6f6f6c;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity:1;
}


/* ==========================================================================
   Header
   ========================================================================== */
header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 105px;  display: none;  }
header:before, header:after { content: ""; display: table; }
header:after { clear: both; }
header { *zoom: 1; }
    #menu-wrapper { float: left; margin: 30px 0 0 24px; }
    #big-menu { position: relative;
        }
    #big-menu .selected { padding: 4px 6px 3px; border: 1px solid #000; border-bottom: 0 none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; z-index: 100;
    -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; z-index: 100; position: relative; }
    #big-menu .selected p { padding-right: 25px; line-height: 1em; color: #777777; font-size: 18px; text-transform: uppercase; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/icon-dropdown.png) right center no-repeat; cursor: pointer; }
    #big-menu .selected strong { color:#fff; }
    #big-menu-dropdown { display: none; width: 580px; padding: 30px 10px 0px; background: #111111; border: 1px solid #222222; position: absolute; top: 25px; left: 0; z-index: 99; }
    #big-menu.active .selected { background: #111111; border: 1px solid #222222; border-bottom: 0 none;  }    
    #big-menu-dropdown li { overflow: hidden; margin-bottom: 20px; }
    #big-menu-dropdown li img { float:left; }
    #big-menu-dropdown li div { float: left; padding-top: 17px; margin-left: 6px; }
    #big-menu-dropdown li div a { display: block; margin-bottom: 13px; font-weight: 400; color: #4c4c4c; font-size: 14px; text-transform: uppercase; }
    #big-menu-dropdown li div a.on, #big-menu-dropdown li div a:hover { color: #00ff00; }

    #submenu { overflow: hidden; padding-left: 6px; }
    #submenu li { display: block; float: left; margin-right: 12px; }
    #submenu li a { font-size: 13px; color: #555555; text-transform: uppercase; font-weight: 400; }
    #submenu li a:hover { color: #00FF00; }

    #logo { display: block; width: 81px; height: 82px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/logo.png); float: right; margin: 15px 15px 0 0; display: block; text-indent: -999999px; overflow: hidden; }


.green{
	color:color: #00FF00;
}


/* ==========================================================================
   Videos
   ========================================================================== */
#videos-wrapper { width: 100%; text-align: center; height: 100%; position: absolute; z-index: 1; top: -160px; left: 0; }
.video-el { position: absolute; top: 0; left: 0; width: 100%; height: 750px; }
.video-el video { position: relative; z-index: 1; }
#videor-reg { display:none; }

#gradientwrapper{
	width:1120px;
	height:100%;
	position:relative;
	z-index:2;
	text-align:center;
}

#time { position: fixed; bottom: 0; right: 0; }

#btn-scroll-wrap { position: absolute; bottom: 80px; left: 0; width: 97%; height: 12px; text-align: center; display: none; z-index: 10;}
.btn-scroll {  height: 12px; width: 16px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/arrow.png); text-indent: -999999px; overflow: hidden; display: inline-block; }

#shadow { position: absolute; bottom: -95px; left: 0; width: 100%; height: 35px; z-index: 2;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}

#shadow2 { position: relative; bottom: 10px; top:30px; width: 80px; height: 850px; z-index: 2; float:left; margin-left:-30px; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}

#shadow3 { position: relative; bottom: 10px; top:30px; width: 80px; height: 850px; z-index: 2; float:right; margin-right:25px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}



/* ==========================================================================
   PageNav
   ========================================================================== */
#pagenav { position: fixed; right: 20px; top: 50%; margin-top: -50px; z-index: 20; display: none; }
#pagenav li { position: relative; display: block; margin-bottom: 11px; }
#pagenav li a { width:10px; height: 10px; display: block; text-indent: -99999px; overflow: hidden; background: #444444; border-radius:3px; -webkit-border-radius:3px; }
#pagenav li span { display: block; text-align: right; position: absolute; line-height: 10px; right: 16px; top: 0; font-size: 11px; color: #00ff00; text-transform: uppercase; font-weight: 300;
white-space: nowrap; opacity: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease;
-ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
#pagenav li:hover span { opacity: 1; }
#pagenav li a:hover { background: #fff; }
#pagenav li.active a { background: #00ff00; }

/* ==========================================================================
   Content sections
   ========================================================================== */
#main { min-height: 500px; position: relative; }
#sections-wrapper { position: relative; max-width: 960px; width: 100%; margin: 0 auto; z-index: 5; }
.cont-section { display: none; }
.cont-section.active { display: block; }
.cont-text { position: absolute; width: 370px; }
.cont-text h2 { color: #FFF; font-weight: 300; font-size: 34px; line-height: 1.1em; margin-bottom: 25px; }
.cont-text p { color: #888888; font-weight: 300; font-size: 20px; line-height: 1.4em; padding-left: 20px; border-left:1px solid #00ff00; padding-right: 50px; }
.cont-text .p2 {
    color: #888888;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4em;
    padding-left: 20px;
    border-left:1px solid #f7941e;
    padding-right: 50px; }
.cont-text .p3 {
    color: #888888;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;
    padding-left: 0px;
    border: 0;
    padding-right: 0px;
}
#sect1 .cont-text { top:210px; left: 0; margin-left:-50px}
#sect2 .cont-text { left: 0; top: 210px; margin-left:-50px;}
#sect3 .cont-text { left: 0; top: 130px; width: 455px; }
#sect3 h2 { margin-bottom: 10px; }

.cont-text1 { position: absolute; width: 600px; margin-top:165px;}
.cont-text1 h2 { color: #FFF; font-weight: 300; font-size: 30px; line-height: 1.1em; margin-bottom: 25px; }
.cont-text1 p { color: #888888; font-weight: 300; font-size: 20px; line-height: 1.4em; padding-left: 20px; border-left:1px solid #00ff00; padding-right: 50px; }
.cont-text1 .p2 { color: #888888; font-weight: 300; font-size: 20px; line-height: 1.4em; padding-left: 20px; border-left:1px solid #f7941e; padding-right: 50px; }

#sect1 .descr { position: absolute; top: 230px; right: -3px; width: 342px; height: 246px; }
#sect1 .descr .line { display: block; position: absolute; top: 0; left: -2px; opacity: 0; }
#sect1 .descr .line1 { top: 4px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line1.png); width: 251px; height: 165px; }
#sect1 .descr .line2 { top: 80px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line2.png); width: 251px; height: 99px; }
#sect1 .descr .line3 { top: 107px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line3.png); width: 251px; height: 81px; z-index: 2; }
#sect1 .descr .line4 { top: 148px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line4.png); width: 251px; height: 49px; }
#sect1 .descr .line5 { top: 226px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line5.png); width: 251px; height: 27px; }
#sect1 .descr .text { font-size: 11px; color: #fff; font-weight: 400; position: absolute; right: 0; top: 0; width: 89px; line-height: 1.1em; opacity: 0; }
#sect1 .descr .text2 { top: 74px; }
#sect1 .descr .text3 { top: 98px; color: #00ff00; }
#sect1 .descr .text4 { top: 143px; color: #487a89; }
#sect1 .descr .text5 { top: 245px; }
#sect1 .stripe11 { width:37px; height: 0; position: absolute; top: 6px; left: 125px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline1.png); z-index: 2; }
#sect1 .stripe12 { width:23px; height: 0; position: absolute; bottom: 138px; left: 149px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline2.png); z-index: 1; }
#sect1 .stripe21 { width:46px; height: 0; position: absolute; top: 6px; left: 155px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline3.png); z-index: 2; }
#sect1 .stripe22 { width:35px; height: 0; position: absolute; bottom: 97px; left: 186px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline4.png); z-index: 1; }


#sect2 .descr { position: absolute; top: 200px; right: 105px; width: 358px; height: 299px; }
#sect2 .descr .line { display: block; position: absolute; top: 0; left: 0; opacity: 0; }
#sect2 .descr .line1 { top: 4px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line6.png); width: 102px; height: 1px; left:65px; }
#sect2 .descr .line2 { top: 175px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line7.png); width: 166px; height: 1px; left: 0; }
#sect2 .descr .line3 { top: 205px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line8.png); width: 154px; height: 66px; left: 10px; }
#sect2 .descr .line4 { top: 96px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line9.png); width: 130px; height: 1px; left: 35px; }
#sect2 .descr .text { font-size: 13px; color: #888888; font-weight: 400; position: absolute; right: 0; top: 0; width: 182px; line-height: 1.2em; text-transform: uppercase; opacity: 0; }
#sect2 .descr .text span { color: #fff; }
#sect2 .descr .text2 { top: 170px; }
#sect2 .descr .text3 { top: 265px; }
#sect2 .descr .text4 { top: 91px; width: 230px; right: -47px; }



#keystrokes { position: absolute; top: 480px; left: 0; margin-left:-50px; } 
    #keystrokes h3 { font-size: 20px; color: #fff; text-transform: uppercase; padding-left: 30px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/icon-keystrokes.png) left center no-repeat; line-height: 23px; margin-bottom: 10px; }
    #keystrokes1, #keystrokes2 { margin-bottom: 2px; overflow: hidden; }
    #keystrokes1 div { height: 21px; line-height: 21px; width: 0; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar1.png); font-size: 13px; font-weight: 400; color: #000; text-transform: uppercase; padding-left: 5px;
    float: left; overflow: hidden; white-space: nowrap }
    #keystrokes1 p { font-size: 22px; line-height: 21px; color: #00ff00; padding-left: 3px; float: left; }
    #keystrokes2 div { 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 { font-size: 14px; line-height: 21px; color: #fff; padding-left: 3px; float: left;  }

#razer-syn { position: absolute; top: 170px; right: 0; width: 275px; padding-left: 60px; background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/icon-cloud.png) top left no-repeat; }
#razer-syn h4 { font-size: 13px; line-height: 1em; color: #fff; margin-bottom: 6px; text-transform: uppercase; }
#razer-syn p { font-size: 13px; color: #888888; }
#razer-syn p a { color: #00ff00; }
#razer-syn p a:hover { text-decoration:underline; }

#youtube-wrapper { width: 100%; text-align: center; margin-top: 120px; z-index:3; position:absolute; }


#sect5 { margin-top: 120px; }
#sect5 table { text-align: center; }
#sect5 table td { padding: 6px 0; font-size: 12px; color: #888888; font-weight: 400; }
#sect5 h3 { text-align: center; font-size: 14px; color: #888888; text-transform: uppercase; padding: 10px 0 25px; line-height: 1em; }
#sect5 h3 span { font-weight:700; color: #fff; }
#sect5 .col1 { width: 160px; text-align: left; }
.borders_rb { border-right:1px solid #222222; border-bottom: 1px solid #222222; }
.borders_r { border-right:1px solid #222222; }
.borders_b { border-bottom: 1px solid #222222; }
.tag_stealth { background: #222222; padding: 4px 0; width: 134px; font-size: 11px; color: #c5c5c5; text-transform: uppercase; border-left: 1px solid #222222; }
#sect5 table td.green { color: #00ff00; }
#sect5 table td.orange { color: #ff9600; }
.buy-link { display: block; padding: 6px 0; color: #c5c5c5; text-transform: uppercase; }
.buy-link span { color: #00ff00; font-size: 13px; padding-left: 3px; }



/* ==========================================================================
   Touch version
   ========================================================================== */
.touch #sect1, .lt-ie9 #sect1 { background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/razer-mechanical-backlit-keyboards.jpg) center 200px no-repeat; }
.touch #videos-wrapper, .lt-ie9 #videos-wrapper { background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/razer-illuminated-gaming-keyboards.jpg) center bottom no-repeat; }
.touch #videos-wrapper video, .lt-ie9 #videos-wrapper video { display: none; }
.touch #sections-wrapper>div, .lt-ie9 #sections-wrapper>div { height: 670px; }
.touch #sect1, .lt-ie9 #sect1 { background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/razer-mechanical-backlit-keyboards.jpg) center top no-repeat; }
.touch #sect2, .lt-ie9 #sect2 { background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/razer-blackwidow-ultimate-gaming-keyboards.jpg) center top no-repeat; }
.touch #sect3, .lt-ie9 #sect3 { background: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/razer-gamer-mechanical-keyboards.jpg) center top no-repeat; }
.touch #pagenav { right: 5px; }
.touch #main, .lt-ie9 #main { min-height: 670px; }


@media only screen and (max-height: 800px) {
   #btn-scroll-wrap { bottom: 20px; } 
}

/* Preload bg images */
body:after{
    display:none;
    content: url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline1.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline2.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline3.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline4.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line1.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line2.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line3.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line4.png)
    url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line5.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/arrow1.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/arrow2.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/icon-cloud.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar1.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar2.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/icon-keystrokes.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line6.png)
    url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line7.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line8.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line9.png)
    url(//assets.razerzone.com/eeimages/pages/blackwidow/images/bar1-o.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/line3-o.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline1-o.png) url(//assets.razerzone.com/eeimages/pages/blackwidow/images/tline2-o.png);
}

/* IE fixes */
.lt-ie10 #sect2 .descr .line, .lt-ie10 #sect2 .descr .text, .lt-ie10 #sect1 .descr .text, .lt-ie10 #sect1 .descr .line { opacity: 1; }


