html, body {background-color:#000; height:100%; margin:0;}
body .black-tint {color:#ccc;}
#main {min-height:600px;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {font-weight:300; display: inline-block; line-height: 1.2;}
h1 span {font-size:60%;}
h2 span {font-size:65%;}
h3 span {font-size:70%;}
h4 span {font-size:75%;}
h5 span {font-size:80%;}
h6 span {font-size:85%;}
.title {font-size:5rem;}

/* ======== header and menu ============= */

header {
  width: 100%;
	background-color: #fff;
	position: relative;
}
.mobile-menu {
	display: none;
}
#tsb-nav, #ocz-menu {
	max-width: 980px;
}
#tsb-nav {
	width: 100%;
	background-color: #fff;
	position: relative;
	height: 64px;
	margin: 0 auto;
}
#tsb-nav h1 {
	left: -5000px;
	position: absolute;
}
#tsb-logo img {
	vertical-align: top;
}
#tsb-menu {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 1.3rem;
}
#tsb-menu li {
	float: right;
	margin-left: 12px;
	margin-bottom: 0.5rem;
	color: #6b6b6b;
}
#tsb-menu li a {
	color: #6b6b6b;
	padding: 2px;
}
#tsb-menu li a.active {
	color: #aaa;
}
#tsb-menu li a.arrow {
	background: url('/images/down_arrow_menu_icon.gif') no-repeat center right;
	padding-right: 16px;
}
#tsb-menu li a.globe {
	background: url('/images/globe_menu_icon.gif') no-repeat center right;
	padding-right: 16px;
}
#tsb-menu li a:hover {
	color:#ff0000;
}
#tsb-menu li ul {
	display: none;
	position: absolute;
	right: 0;
	z-index: 999;
}
#tsb-menu li:hover ul {
	display: block;
}
#tsb-menu .language {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 1.2rem;
	min-width: 90px;
}
#tsb-menu .language li {
	display: block;
	float: none;
	margin: 0;
}
#tsb-menu .language li.heading {
	font-weight: bold;
}
#tsb-menu .language li a {
	padding: 10px;
	line-height: 1.8;
}
#ocz-nav {
	width: 100%;
	background-color: #525252;
	height: 40px;
	z-index: 999;
}
#ocz-menu {
	margin: 0 auto;
	font-size: 1.6rem;
	list-style: none;
	padding: 0;
	background-color: #525252;
	z-index: 999;
}
#ocz-menu  li {
	float: left;
	border-left: 1px solid #888;
	margin: 0;
}
#ocz-menu  li.heading {
	font-weight: bold;
}
#ocz-menu li:last-child {
	border-right: 1px solid #888;
}
#ocz-menu .close-menu {
	display: none;
}
#ocz-menu li a {
	color:#fff;
	border-bottom: 2px solid #525252;
	padding: 0.8rem 1.6em;
	line-height: 40px;
}
#ocz-menu li a:hover {
	color: #fff;
	border-bottom: 2px solid #ff0000;
}
#ocz-menu li a.active {
	border-bottom: 2px solid #ff0000;
}
#ocz-menu li li a.active {
	border: none;
	color: #888;
}
#ocz-menu li li a.active:hover {
	background: none;
}
#ocz-menu li ul {
	position: absolute;
	background-color: #d9d9d9;
	border: 1px solid #ddd;
	z-index: 999;
	padding: 0;
	margin: 0;
	display: none;	
}
#ocz-menu li:hover ul {
	display: block;
	opacity: 0.95;
}
#ocz-menu ul li {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
	float: none;
	border-left: none;
}
#ocz-menu ul li:last-child {
	border-bottom: none;
	border-right: none;
}
#ocz-menu ul li a {
	border-bottom: none;
	display: block;
	color: #333;
	padding: 0 1em;
	line-height: 30px;
	height: 30px;
}
#ocz-menu ul li a:hover {
	border-bottom: none;
	background-color: #9b9b9c;
}
#ocz-logo {
	margin-top: -48px;
	position: absolute;
	z-index: 99;
	left: 47%;
}
.menu {
	margin: 0;
	padding-left: 0;
}
.menu li {
	list-style: outside none none;
}
.region-language {
	padding: 0;
}
.region-language li {
	padding: 10px; 
	list-style: none; 
	margin: 0;
	float: left;
}
.region-language li.heading:hover {
	background: none;
}
.region-language li.heading {
	font-weight: bold; 
	margin-left: 0 !important; 
	border-top: 1px solid #525252; 
	padding: 10px 10px 0 0;
	float: none;
	clear: left;
	font-size: 1.6rem;
}
.region-language .heading:first-child {
	border:none;
}
.bread-crumbs {
	padding-top: 1rem;
	font-size: 1.2rem;
	margin-bottom: 0.5rem !important;
	position: relative;
}
.bread-crumbs li {
	margin-right: 7px !important;
}
.bread-crumbs li::after {
	content: "\003E";
	padding-left: 10px;
}
.bread-crumbs li.last:after {
	content: "";
}
.product-menu, .review-filter {
	overflow: hidden;
	margin-bottom:2rem;
}
.product-menu ul, .review-filter ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.product-menu li, .review-filter li {
	margin: 0;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #525252;
}
.product-menu li a, .review-filter li a {
	color: #fff;
	padding: 0.5rem 2rem;
	display: inline-block;
}
.product-menu li a:hover, .review-filter li a:hover {
	color: #fff;
	background-color: #42b4e3;
}
.product-menu .active, .review-filter .active {
	background-color: #42b4e3;
}
.wheretobuy img {
	display: block;
}
.quick-links a {
	color: #cdcdcd;
}
.quick-links li {
	margin-bottom: 0.3rem;
	font-size: 1.4rem;
}
.quick-links li::before {
	content: "\25B8";
}

/* ================ Utilities ==================== */

.hilight {
	padding: 2rem;
	margin-bottom: 2rem;
}
.hilight.lightest-gray {
	background-color: #ccc;
	color: #333;
}
.hilight.light-gray {
	background-color: #999;
	color: #fff;
}
.hilight.gray {
	background-color: #555;
}
.hilight.dark-gray {
	background-color: #222;
}
.hilight.blue {
	background-color: #42b4e3;
	color: #fff;
}
.hilighted {
	padding:0 4px;
	color: #fff;
}
.hilighted.yellow {
	background-color: #FF6;
	color: #333;
}
.hilighted.green {
	background-color: #3C0;
}
.hilighted.orange {
	background-color: #F90;
}
.hilighted.red {
	background-color: #C00;
}
.hilighted.gray {
	background-color: #444;
}
.red {
	color: #ff0000;
}
.flush-bottom .columns, .flush-bottom {
	margin-bottom: 0;
}
.offset-right {
	position: absolute;
	right: -50%;
}
.offset-left {
	position: absolute; 
	left: -25%;
}
.top-pad {
	padding-top: 2em !important;
}
.bottom-pad {
	padding-bottom: 2em !important;
}
.padding {
	padding: 1.5em;
}
.fullscreen {
	min-height: 100%;
}
.review-quote {
	font-size: 1.6rem;
}
.review-quote::before {
	content: "\201C";
	display: block;
	font-weight: bold;
	font-size: 8rem;
	color: #aaa;
	height: 0;
	line-height: 1;
}
blockquote::after {
	content: "\201D";
	display: block;
	font-weight: bold;
	font-size: 8rem;
	color: #aaa;
	height: 0;
	margin-left: 90%;
	line-height: 1;
	position: absolute;
	margin-top: -25px;
}
.half {
	width: 50%;
	float: left;
}
.blue-radial-gradient {
	background: #42b4e3;
  background: -webkit-radial-gradient(circle, #42b4e3, #00548b); /* Safari */
  background: -o-radial-gradient(circle, #42b4e3, #00548b); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #42b4e3, #00548b); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #42b4e3, #00548b); /* Standard syntax */
}
.black-radial-gradient {
	background: #cdcdcd;
  background: -webkit-radial-gradient(circle, #777, #000); /* Safari */
  background: -o-radial-gradient(circle, #777, #000); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #777, #000); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #777, #000); /* Standard syntax */
}
.gray-radial-gradient {
	background: #d1d3d4;
  background: -webkit-radial-gradient(circle, #d1d3d4, #525252); /* Safari */
  background: -o-radial-gradient(circle, #d1d3d4, #525252); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #d1d3d4, #525252); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #d1d3d4, #525252); /* Standard syntax */
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align:right;
}
.white {
	color: #eee;
}
.blue {
	color: #42b4e3;
}
.light {
	font-weight:300;
}
.spacer1 {
	min-height: 1px;
}
.divider, hr {
	border-top: 1px solid #42b4e3;
}
.clear {
	clear: both;
}
.box {
	padding: 20px;
	margin-bottom: 2.5rem;
	border: 1px solid #525252;
	background-color: #000;
	overflow: hidden;
}
.half {
	float: left;
	width: 50%;
}
.hidden {
	display:none;
}
ul.inline {
	padding-left: 0;
}
ul.inline li {
	display: inline-block;
	margin-right: 1.2rem;
}
.block, .block li, .block li a {
	display: block;
}
.small {
	font-size: 1.25rem;
}
.large {
	font-size: 1.8rem;
}
.quote {
	font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	color: #42b4e3;
}
.black-tint {
	background: url('/images/faded_black_bg.png') repeat top left;
}
.white-tint {
	background: url('/images/faded_white_bg.png') repeat top left;
}
.black-bg {
	background-color: #000;
}
.gray-bg {
	background-color: #222;
}
a[href$=".pdf"] {
	background: url('/images/icon_pdf2.png') no-repeat left center;
	padding-left: 1.5em;
	border-bottom: none;
	background-size: contain;
}
abbr, abbr[title] {
	border:none;
	text-decoration:none;
}
a[target='_blank']::after {
	content: '\29C9' !important;
}
a.no-icon::after {
	content: '' !important;
}
figure {
	margin: 0;
	font-size: 1.2rem;
	padding: 1rem;
	text-align: center;
}
figcaption {
	margin: 1.5rem 0;
}
.footnote {
	font-size: 1.2rem;
	margin-bottom: 2.5rem;
	background-color: #111;
	padding: 1.5rem;
}
.footnote ul, .footnote ol {
	margin-bottom: 0
}
.rowspan {
	font-weight: normal !important;
}
.bold {
	font-weight: bold;
}
.no-padding {
	padding: 0;
}
.popup {
	position: relative;
  background: #333;
	color: #eee;
	border: 1px solid #525252;
  padding: 20px;
  width:auto;
  max-width: 600px;
  margin: 20px auto;
}
.hide {
	display: none;
}
.question-mark a {
	padding: 0 4px;
	border: 1px solid #525252;
	border-radius: 20px;
	font-weight: bold;
}
.question-mark a:hover {
	background-color: #42b4e3;
	color: #fff;
	border: 1px solid #42b4e3;
}
.underline {
	border-bottom: 1px solid #42b4e3;
}
.overflow {
	overflow: auto;
	height: 200px;
	font-size: 1.2rem;
	border: 1px solid #525252;
	padding: 10px;
	margin-bottom:2rem;
	background-color: #000;
}
.overflow h1 {
	font-size: 3rem;
}
.overflow h2 {
	font-size: 2rem;
}
.agreement-container {
	display: none;
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0; 
	z-index: 999;
}
.agreement-wrapper {
	position: relative;
	margin: 10% auto;
	max-width: 600px;
	background-color: #333;
	border: 1px solid #525252;
	color: #eee;
	padding: 25px;
	z-index: 11;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.7);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.7); 
  box-shadow:0 0 5px rgba(0,0,0,0.7);
}
.agreement-wrapper .close-button {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 2.5rem;
}
.close-button a {
	color: #eee;
}
.buy-now {
  overflow: hidden;
	margin-bottom: 20px;	
}
.retail {
	float: left;
	margin: 15px;
	height: 60px;
	line-height: 60px;
}
.retail img {
	max-width: 140px !important;
	max-height: 60px !important;
	vertical-align: middle !important;
}
.active a, a.active {
	cursor: default;
	pointer-events: none;
}

/* =============== layout ================ */

.container {
	padding: 0 2.5rem;
}
.content h1 {
	border-bottom: 2px solid #42b4e3;
}
.content section {
	padding-bottom: 2.5rem;
}
.panel, section {
	background-size: cover;
  width: 100%;
	overflow:hidden;
}
.container img {
	max-width: 100%;
	vertical-align: bottom;
}
.row {
	box-sizing: border-box;
}
.row:after {clear:both;}
.product-name {
	border-bottom: 2px solid #42b4e3;
	vertical-align: bottom;
	overflow: hidden;
	color: #fff;
}
.product-name img {
	float: left;
}
.product-name h1 {
	border-bottom: none;
	float: left;
	margin: 0;
	line-height: 1;
	font-size: 3.5rem !important;
	color: #fff;
	padding-bottom: 0.5rem;
}
.product-banner {
	margin-bottom: 2.5rem;
}
.product-overview {
	overflow:hidden;
	margin-bottom:2.5rem;
	background: #111;
	box-sizing: border-box;
}
.product-image {
	box-sizing: border-box;
	color: #aaa;
}
.product-display img {
	max-width: 540px !important;
}
.product-specs {
	background: #111;
	padding: 2rem;
	box-sizing: border-box;
	color: #ccc;
}
.product-features .features {
	overflow: hidden;
	box-sizing: border-box;
}
.product-features h6 {
	margin-bottom: 0;
}
.features .image img {
	max-width: 100px;
}
.sidebar-group {
	margin-bottom: 2.5rem;
}
.sidebar-group a {
	color: #cdcdcd;
	padding: 3px;
}
.sidebar-group a:hover {
	color: #42b4e3;
}
.sidebar-title {
	font-size: 1.8rem;
	border-bottom: 1px solid #42b4e3;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.reviews {
	margin-bottom:2.5rem;
}
.reviews:last-child {
	border-bottom: none;
}
.media-name {
	display: inline-block;
	font-weight: bold;
}
.resource-image {
	text-align:center;
}
.resource-image img {
	vertical-align: middle;
	display: inline-block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.resource-image img:hover {
	transform: scale(1.03,1.03);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.download h2, .download2 h2 {
	border-bottom: 1px solid #42b4e3;
}
.category {
	max-width: 300px;
	margin: 0 auto;
}
.category h6 {
	background-color:#42b4e3; 
	color:#fff; 
	padding: 8px 5px; 
	text-align:center; 
	font-size: 1.6rem; 
	margin-bottom:0; 
	font-weight:normal;
}
.faq {
	padding: 0;
	margin: 0;
}
.faq .question {
	background-color: #222;
	padding: 10px 20px;
	font-size: 1.8rem;
	color: #42b4e3;
}
.faq .answer {
	background-color: #2c2c2c;
	padding: 10px 20px;
	margin: 0 0 20px 0;
}


/* ============= footer ============== */
footer {
	background-color: #d9d9d9;
	padding-top: 30px;
	color: #333;
	font-size: 1.2rem;
	position:relative;
}
footer li.heading, .sitemap li.heading {
	font-size: 1.5rem;
	border-bottom: 1px dotted #9b9b9c;
	background: none;
	font-weight: bold;
}
footer li.heading a {
	background: none !important;
	padding-left:0;
}
footer a {
	color: #333;
	padding: 2px;
}
footer a.active {
	color: #888;
}
footer .social-media img {
	max-width: none;
}
footer .social-media li {
	margin-right: 2px;
	vertical-align: middle;
}
footer .social-media a {
	background: none;
}
footer a:hover {
	color: #ff0000
}
footer .copyright {
	background-color: #bbb;
	padding: 25px 10px 0 10px;
	margin-bottom: 10px;
}
footer .copyright .inline li {
	margin-bottom: 0;
}
.sitemap li a {
	color:#ababab;
}
.sitemap li a:hover {
	color:#42b4e3;
}
a.backtotop {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 48%;
	bottom: 5px;
	background: url("/images/up_arrow.png") no-repeat center 45%;
	border: 2px solid #42b4e3;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.backtotop:hover {
	background-color: #42b4e3;
}

/* ============ list ============= */

.arrow-bullet li::before {
	content: "\25BA\A0";
}
.red-bullet li {
	background: url("/images/red_triangle_bullet.png") no-repeat left .9rem;
	padding: 3px 3px 3px 8px;
}
.gray-bullet li {
	background: url("/images/gray_triangle_bullet.png") no-repeat left .9rem;
	padding: 3px 3px 0 8px;
}
.gray-bullet li.heading, .red-bullet li.heading {
	padding-left: 0 !important;
}

/* ============ table ============= */

.table-specs, .table-download {
	overflow: auto;
}
.table-specs td {
	font-size: 1.4rem;
}
.table-specs td img {
	vertical-align: middle;
}
.table-specs td:first-child, .table-specs th:first-child {
	font-weight: bold;
}
.table-specs th:first-child {
	color: #42b4e3;
}
.motherboard {
	overflow: hidden;
	margin-bottom: 2rem;
	border-top: 2px solid #ccc;
}
.motherboard .mb-vendor, .motherboard .mb-product {
	float: left;
	margin-right: 2rem;
}

/* ============= buttons ============= */

.button {
	display: inline-block;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button:hover {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button.big {
	border-radius: 60px;
	padding: 1rem 3rem;
	font-size: 1.8rem; 
}
.button.small {
	border-radius: 40px;
	padding: 0.55rem 1.85rem;
	font-size: 1.5rem; 
}
.button.small::after, .button.big::after {
	content: "\276F";
	padding-left: 10px;
}
.button.black {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}
.button.white {
	color: #42b4e3;
	background-color: #fff;
	border: 1px solid #42b4e3;
}
.button.blue {
	color: #fff;
	background-color: #42b4e3;
}
.button.hide {
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
}
.button.hide:hover {
	color: #42b4e3;
	background-color: #fff;
	border: 1px solid #42b4e3;
}
.button.black:hover {
	color: #fff !important;
	background-color: #42b4e3 !important;
	border: 1px solid #42b4e3;
}
.button.blue:hover {
	color: #42b4e3 !important;
	background-color: #fff !important;
}
.button.white:hover {
	color: #fff !important;
	background-color: #42b4e3 !important;
	border: 1px solid #42b4e3;
}
.button.download::after {
	content: "\1F4E5";
	padding-left: 10px;
}
.button.pdf {
	padding-left:35px;
}
.button.show::after {
	content: "\25BC";
	padding-left: 10px;
}
.button.hide::after, .button.totop::after {
	content: "\25B2";
	padding-left: 10px;
}
.button.buynow {
	padding: 10px 20px;
	color: #fff;
	background-color: #6BC048;
}
.button.buynow:hover {
	background-color: #fff;
	color: #42b4e3;
}
.button.cancel::after {
	content: "\24cd";
	padding-left: 10px;
}
#trademark-disclaimer {
	padding-top:20px;
}

/* ============= Misc ============== */

.live-chat {display: none; position: fixed; bottom: 0; right: 5px;}
.live-chat a:hover {border: none; color: #333;}
.live-chat a {color: #333; text-shadow: 1px 1px rgba(255, 255, 255, 0.5);}

.youtube-thumb {bottom: -100%; display: block; left: 0; margin: auto; max-width: 100%; width: 100%;height:auto; position: absolute; right: 0; top: -100%; -webkit-transition: .4s all;-moz-transition: .4s all; transition: .4s all;}
.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear:both;
	margin-bottom:25px;
}

.youtube::before { /* play bubble */
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display:block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index:1;
}

.youtube:hover::before { /* play bubble hover */
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.youtube::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height:0px;
  display:block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index:2;
} 
.youtube iframe{ /* youtube embed (responsive) */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}

.specs-container{}
.specs-data {overflow:hidden; padding:0;}
.specs-data li {float:left; margin:10px 10px 0 10px; list-style:outside none none; width:92%; min-height:80px;}
.specs-data h5 {border-bottom:1px solid #aeb9c3; margin-bottom:1.2rem;}
.specs-data h6 {margin-bottom:1.2rem;}
.specs-data p {margin-bottom:1rem;}
.datarow {border-top:1px solid #aeb9c3; padding-top:1.5rem;}
.datarow h4 {margin:0;}

/* ============= Cookie Bar ================ */
#cookie-bar {background:#000; height:auto; line-height:24px; color:#ccc; text-align:center; padding:5px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:20px; text-decoration:none; padding:0 12px; margin-left:8px;}
#cookie-bar .cb-enable {background:#42b4e3;}
#cookie-bar .cb-enable:hover {background:#fff; color:#42b4e3;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {color:#fee17c;}
#cookie-bar .cb-policy:hover {color:#42b4e3;}

/* ============= Mobile ============== */

@media only screen and (max-width: 640px) {
	.product-menu li {border-bottom:1px solid #888;}
	.bread-crumbs ul {display:none;}
	#ocz-logo {left:36%;}
	.content h1 {line-height:1.2}
	a.backtotop {left:10%;}
	.bx-controls-direction {display:none;}
	#tsb-nav {height:54px;}
	#ocz-nav {line-height:48px !important;}
	#tsb-logo img.toshiba-logo {width:137px; vertical-align:top;}
	#tsb-logo img.ocz-logo {width:80px;}
}

@media only screen and (max-width: 768px) {
	.container {padding:0 1.5rem;}
	.top-pad {padding-top:1.5rem;}
	.bottom-pad {padding-bottom:1.5rem;}
	footer .copyright {padding-top:10px;}
	.half {width:100%; float:none;}
	.mobile-menu {display:block; color:#000; font-size:3rem; cursor:pointer;}
	#ocz-nav {position:absolute; background:none; right:20px; top:0; line-height:54px; text-align:right; width:200px;}
	#tsb-menu {display:none;}
	#ocz-menu {position:absolute;}
	#ocz-menu {text-align:left; position:absolute; right:0;}
	#ocz-menu li {float:none; border-bottom: 1px solid #888; border-right:1px solid #888;}
	#ocz-menu li a {border:none; display:block; line-height:25px; height:25px;}
	#ocz-menu li a:hover {border-bottom:none; background-color:#444;}
	#ocz-menu li:hover ul {display:none;}
	blockquote::after {margin-left:75%;}
	.live-chat img {width:130px;}
	#ocz-nav > ul {display:none;}
	#ocz-nav:target > ul {display:block;}
	#ocz-menu .close-menu {display:block; background-color:#777;}
	#ocz-menu .close-menu a::before {content: "\25B2";}
}

@media only screen and (min-width: 768px) {
	#region-menu {display:none !important;}
}

@media only screen and (max-width: 1000px) {
	.fullscreen {min-height:0;}
	.offset-right {position:relative; right:0;}
	.offset-left {position:relative; left:0;}
	h1 { font-size:3.5rem;}
	h2 { font-size:3rem;}
	h3 { font-size:2.6rem;}
	h4 { font-size:2.2rem;}
	h5 { font-size:1.8rem;}
	h6 { font-size:1.6rem;}
	h1, h2, h3, h4, h5, h6 {margin-bottom:2rem;}
	.title {font-size:4rem;}
}

@media only screen and (min-width: 640px) {
	.specs-data li {width:44%;}
}

@media only screen and (min-width: 800px) {
	header #main-menu {display:block !important; max-width:100%;}
	.specs-data li {width:46%;}
}

@media only screen and (min-width: 1000px) {
	th:last-child {min-width:150px;}
	th, td {min-width:100px;}
	td > .button {min-width:130px;}
}
