/*
Theme Name: MOLTEN
Theme URI: http://magma.com
Author: NSTIG8
Author URI: http://nstig8.com
Description: The MOLTEN theme for WordPress is a fully responsive e-commerce theme (powered by the bootstrap framework) that looks great on any device.
Version: 1
License: © Copyright 2015, NSTIG8
Tags: dark, lava, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: kapow
*/

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
	padding-top: 0;
	background-color: #000;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'harvest', helvetica, arial, sans-serif;
}

.checkmark {

	color: red;
    	font-size: 15px;
    	font-weight: bold;

}


input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:34px;
	margin-bottom: 2px;
	height:22px; 
	display:inline-block;
	line-height:30px;
	font-weight: 300;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}

label.css-label {
	background-image:url('img/expresso/checkbox-sprite.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a, a:focus, a:hover {
	color: #b4121b;
}

.section-header {
	position: relative;
	background: #000;
	color: #fff;
	box-shadow: 0px 2px 10px #111;
	padding: 165px 0 0 0;
	z-index: 10;
	min-height: 790px;
}

.section-header.listings {
	padding: 125px 0 0 0;
}

.section-header h1 {
	margin-top: 28px;
	font-size: 58px;
	color: #b4121b;
	white-space: nowrap;
}

.section-header h1.thunderbolt img {
	display: inline-block !important;
}

.section-header .logo {
	margin-top: 60px;
	margin-bottom: 0;
}

.section-header h2 {
	margin-top: 0;
	margin-bottom: 44px;
	font-size: 24px;
}

.section-header h3 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 18px;
}

.section-header p {
	font-weight: 200;
	font-size: 16px;
	color: #ccc;
	text-shadow: 1px 1px 1px #000;
}

.section-header .list-unstyled {
	overflow: hidden;
	width: auto;
}

.section-header .styled-link {
	margin-bottom: 50px;
}

div.aspect-lock-wrapper {
    width: 100%;
    padding-bottom: 75%;
}

.them-key-features {
	padding-top: 5px;
}

.feature {
	float: left;
	display: block;
	height: 110px;
	width: 80px;
	margin-right: 10px !important;
}

.feature img {
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.feature span {
	width: 100%;
	display: inline-block;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: 'harvest', helvetica, arial, sans-serif;
}

.styled-link {
	color: #b4121b;
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 18px;
	width: 146px;
	display: block;
	line-height: 30px;
	margin-bottom: 40px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
    transition: all .2s ease-out;	
}

.styled-link:after {
	content: url('img/navigation/link-underline.png');
}

.styled-link:hover {
	color: #b4121b;
}

.center {
	margin: 0 auto;
}

.real-center {
	text-align: center;
}

.logo-nav {
	float: right;
	width: 24%;
	height: auto;
	margin-top: 2px;
}

.logo-nav h1 {
	margin: 0;
	float: right;
	width: 100%;
	display: block;
}

.logo-nav a {
	display: block;
	height: 100%;
	width: 100%;
}

.studio-logo-nav {
	display: none;
}

.studio-nav .enterprise-logo-nav {
	display: none;
}

.studio-nav .studio-logo-nav {
	display: block;
	margin-top: 0px;
}

.logo-mobile, .logo-mobile.studio {
	display: none;
	margin: 2px auto;
	width: 60px;
}

.logo-mobile.studio {
	width: 165px;
	margin-top: -5px;
}

.logo-mobile img, .logo-mobile.studio img {
	width: 60px;
	margin-left: 3px;
}

.logo-mobile.studio img {
	width: 165px;
	margin-left: 7px;
	padding: 0px;
}

.header-product, .header-product-mobile {
	margin-top: 100px;
	width: 100%;
}

.header-product-mobile {
	margin-top: 80px;
	display: none;
}

.section-nav {
	height: 90px;
	margin-bottom: -90px;
	position: fixed;
	top: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.96);
}

.section-nav.no-header {
	box-shadow: 0px 2px 6px #111;
}

.section-nav-scrolled {
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 6px #111;
}

.section-nav hr {
	margin: 0;
	border-top: 1px solid black;
}

.nav-justified {
	margin-left: -18px;
	border: none;
	background: none;
	padding-top: 20px;
}

.nav-justified li {
	height: 35px;
}

.nav-justified li+li {
	border-left: 1px solid #333;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

.no-border {
	border-left: none !important;
	padding-left: 10px;
}

.nav-justified > li > a, .navicon-center a, .carto-informative {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	background-image: none;
	background: none;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    white-space: nowrap;
}

.carto-informative {
	padding-left: 50px;
	color: #b4121b;
	font-size: 12px;
}

.nav-justified > li > a:hover, .nav-justified > li > .hover-logo:active, .nav-justified > li > a.active, .search-btn:hover, .nav > li > a:hover, .nav-justified > .active > a, .nav-justified > .active > a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #b4121b !important;
}

.nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #1a1a1a;
	color: #b4121b !important;
}

.nav-justified > li > .hover-logo:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
	content: url('img/navigation/logo-nav-hover.png');
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav-justified > li > .hover-logo:active:before, .nav-justified > li > a.active:before {
	opacity: 1;
}

.nav-search, .mobile-search {
	padding: 0 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
}

.search-wrap, .mobile-search-wrap {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
    transition: all .35s ease;
    height: 27px;
    width: 15px;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: scroll;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    -ms-overflow-style: none; /* Overflow fix for IE and Edge */
}

.search-wrap-active {
	width: 376px;
}

.nav-search .search-btn, .mobile-search-btn {
	margin-left: 1px;
	line-height: 23px;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	white-space: normal;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
    transition: all .35s ease;
}

.nav-search .search-btn.active, .mobile-search-btn.active {
	color: #b4121b !important;
}

.nav-search .search-field, .search-mobile-field {
	display: inline-block;
	background: #fff;
	margin-left: 8px;
	font-size: 12px;
	padding: 4px 0;
	color: #333;
	font-weight: 800;
	width: 0;
	border: none;
	white-space: normal;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.nav-search .search-field-active {
	width: 354px;
	padding: 4px 6px;
	border: 2px solid #fff;
}

.mobile-search .search-field-active {
	width: 90%;
}

.nav .nav-search input:focus, .search-mobile-field:focus, .search-field-active {
	outline: none;
}

.mobile-search {
	display: none;
	position: absolute;
	width: 35px;
	right: 8px;
	top: 6px;
	padding: 9px;
}

.mobile-search .search-wrap-active {
	width: 100%;
}

.mobile-search-active {
	width: 42%;
}

.nav-justified li .add-icon {
	position: relative;
	top: 8px;
	padding-bottom: 0;
}

.add-icon.icon-support:before, .add-icon.icon-login:before, .add-icon.icon-login.logged-brah:before, .add-icon.icon-cart:before, .add-icon.icon-support:after, .add-icon.icon-login:after, .add-icon.icon-cart:after {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	content: url('img/navigation/icon-support.png');
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.add-icon.icon-support:hover:before, .add-icon.icon-login:hover:before, .add-icon.icon-cart:hover:before {
	opacity: 0;
}

.add-icon.icon-support:hover:after, .add-icon.icon-login:hover:after, .add-icon.icon-cart:hover:after {
	opacity: 1;
}

.add-icon.icon-support:after {
	content: url('img/navigation/icon-support-hover.png');
	opacity: 0;
}

.add-icon.icon-login:before {
	margin-left: -8px;
	content: url('img/navigation/icon-login.png') !important;
}

.add-icon.icon-login.logged-brah:before {
	margin-left: -8px;
	content: url('img/navigation/icon-login-hover.png') !important;
}

.add-icon.icon-login:after {
	margin-left: -8px;
	content: url('img/navigation/icon-login-hover.png');
	opacity: 0;
}

.account-control, .support-control {
	padding-bottom: 15px !important;
}

.add-icon.icon-cart:before {
	margin-left: -12px;
	margin-bottom: 5px;
	content: url('img/navigation/icon-cart.png');
}

.add-icon.icon-cart:after {
	margin-left: -12px;
	content: url('img/navigation/icon-cart-hover.png');
	opacity: 0;
}

.active .add-icon.icon-cart:after {
	opacity: 1;
	background-color:none;
}

.active .icon-cart:before {
	content: url('img/navigation/icon-cart-hover.png');
}

.icon-support:before:hover, .icon-login:before:hover, .icon-cart:before:hover {
	color: #b4121b;
}

.dash-divider {
	position: absolute;
	top: 42%;
	right: -19%;
	z-index: 1;
	height: 0;
	width: 22px;
	border-top: 1px dashed #888;
}

.nav-justified > li > a, .btn {
	border: none;
	border-radius: 0 !important;
}

.navbar {
	margin-bottom: 0;
	z-index: 11;
	width: 76%;
	float: left;
}

.navbar-toggle {
	margin: 0;
	margin-left: 7px;
	margin-top: 10px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-active {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navbar-toggle:hover {
	background: none !important;
}

.navbar-toggle:focus {
	background: none !important;
}


/** BURGERMEISTER MENU! **/
.menu-burgermeister {
  cursor: pointer;
  margin: 0;
  margin-left: 20px;
  margin-top: 19px;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 11;
}
.menu-burgermeister-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid gray;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.menu-burgermeister-top {
  top: 0;
}
.menu-burgermeister-middle {
  top: 7px;
}
.menu-burgermeister-bottom {
  top: 14px;
}
.menu-burgermeister-top-click {
  backface-visibility: hidden;
  top: 7px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: 0.4s 0.5s;
  -moz-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.menu-burgermeister-middle-click {
  opacity: 0;
}
.menu-burgermeister-bottom-click {
  backface-visibility: hidden;
  top: 7px;
  -webkit-transform: rotate(-410deg);
  -moz-transform: rotate(-410deg);
  -o-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -webkit-transition: 0.4s 0.5s;
  -moz-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
/** END BURGERMEISTER **/


.navbar-default {
	background: none;
	border: none;
}

.nav-justified li {
	-webkit-transition: width .2s ease;
	-moz-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	border: none;
	box-shadow: none;
	/** WHY??? 
	height: 100% !important;
	max-height: 100% !important;
	**/
}

.dropdown-menu {
	background: #1a1a1a;
	margin: 0;
	padding: 8px 0;
	min-width: 209px;
	border: 6px solid #1a1a1a;
	border-radius: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.dropdown-menu li {
	border: none !important;
}

.dropdown-menu li a {
	color: #fff;
	font-size: 11px;
	line-height: 28px;
	font-family: helvetica, arial, sans-serif;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.dropdown-menu li.active, .dropdown-menu li.active-thing, .dropdown-menu li.active-thing a:hover{
	background: rgba(46, 46, 46, 1) !important;
}

.dropdown-menu .highlighted {
	color: #b5121a;
}

.dropdown-menu hr {
	width: 90%;
	margin: 2px auto 15px auto;
}

.full-width {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.background-graphic {
	background: url('img/default-overview-bg.jpg') no-repeat right bottom fixed;
	background-size: cover;
	position: relative;
}

.background-graphic.defense-and-aerospace, .background-graphic.defense-and-aerospace-m {
	background-image: url('img/industries/defense-and-aerospace-overview-bg.jpg');
}

.background-graphic.high-performance-computing, .background-graphic.high-performance-computing-m {
	background-image: url('img/industries/high-performance-computing-overview-bg.jpg');
}

.background-graphic.studio, .background-graphic.media-and-entertainment, .background-graphic.media-and-entertainment-m {
	background-image: url('img/industries/media-and-entertainment-overview-bg.jpg');
}

.background-graphic.industrial-computing, .background-graphic.industrial-computing-m {
	background-image: url('img/industries/industrial-computing-overview-bg.jpg');
}

.background-graphic.health-and-life-sciences, .background-graphic.health-and-life-sciences-m {
	background-image: url('img/industries/health-and-life-sciences-overview-bg.jpg');
}

.section-overview {
	position: relative;
	padding-top: 35px;
	padding-bottom: 52px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
}

.section-overview.no-header {
	padding-top: 125px;
}

.section-overview h2 {
	margin-top: 0px;
	margin-bottom: 50px;
	color: #222;
	font-size: 40px;
}

.breadcrumb-nav {
	color: #aaa;
	font-size: 12px;
	display: block;
	padding: 5px 0 25px 0;
}

.breadcrumb-nav.no-header {
	padding: 5px 0 45px 0;
}

.breadcrumb-nav a {
	color: #aaa;
}

.breadcrumb-nav a.active {
	color: black;
}

.breadcrumb-nav span.active {
	color: black;
}

.breadcrumb-nav span:last-of-type {
	color: black;
}

.nav-pills, .distro-pills {
	width: 100%;
	margin-bottom: 45px;
}

.distro-pills {
	padding: 0;
	margin-bottom: 0;
}

.nav-pills li {
	width: 18.4%;
}

.distro-pills li {
	display: block;
	list-style: none;
	margin-bottom: 5px;
}

.distro-pills li a {
	display: block;
	width: 100%;
	padding: 0;
	padding: 17px;
	background-color: rgba(255,255,255,0);
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 20px;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.nav-pills li+li {
	margin-left: 2%;
}

.nav-pills>li>a {
	height: 62px;
	width: 100%;
	padding: 17px;
	background-color: rgba(255,255,255,0);
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 20px;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.nav-pills>li>a:hover, .distro-pills li a:hover {
	color: #fff !important;
	background-color: #b4121b;
	border-color: #b4121b;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .distro-pills li.active a, .distro-pills li.active a:focus, .distro-pills li.active a:hover {
	color: #b4121b;
	background-color: #000;
	border-color: #000;
}

.distro-pills li a:hover, .distro-pills li.active a, .distro-pills li.active a:focus {
	text-decoration: none;
}

.tab-icon:before{
	position: absolute;
	height: 50px;
	display: block;
	vertical-align: center;
	top: -20px;
	left: 12%;
	margin-left: -10px;
	z-index: 1;
	content: url('img/navigation/tab-icon-overview.png');
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tab-icon.icon-specs:before {
	content: url('img/products/sub-nav/tab-icon-specs.png');
}

.tab-icon.icon-faq:before {
	content: url('img/products/sub-nav/tab-icon-faq.png');
}

.tab-icon.icon-docs:before {
	content: url('img/products/sub-nav/tab-icon-docs.png');
}

.tab-icon.icon-reseller:before {
	content: url('img/products/sub-nav/tab-icon-reseller.png');
	top: -26px;
}

#accordion .panel {
	background-color: rgba(250,250,250,.6);
	border-radius: 0;
}

#accordion .panel-heading {
	background: none;
}

.panel-default:hover {
	border: 1px solid #999 !important;
}

.panel-body:hover {
	background: rgba(161, 161, 161, 0.18);
}

#accordion .panel h4 {
	clear: both;
	color: #222;
}

#accordion .panel a {
	color: #b4121b;
}

#accordion a .icon-down-arrow {
	position:static;
	margin-top:-6px;
	margin-right:0;
	margin-left:6px;
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	margin-top:-1px;
	border-top:4px dashed transparent;
	border-right:4px dashed transparent;
	border-bottom:4px solid;
	border-left:4px dashed transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#accordion a.collapsed .icon-down-arrow {
	margin-top:2px;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-overview h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #000;
	font-size: 38px;
	line-height: 32px;
}

.part-numbah {
	display: block;
	margin: -15px 0 15px 0;
	color: #cccccc;
}

.part-numbah .pn-bold {
	color: #808080;
	text-transform: uppercase;
}

#product-results h4 {
	font-size: 30px !important;
}

.sidebar h4, .white-papers h4 {
	font-size: 30px;
	color: #222;
}

.section-overview p {
	font-size: 14px;
}

.section-overview h4 {
	margin-top: 25px;
}

.section-overview #faq h4 {
	margin-bottom: 5px;
}

.section-overview #faq p {
	margin-bottom: 20px;
	font-size: 14px;
	/**color: #444;**/
}

.section-overview #resellers h4 {
	margin-top: 0px !important;
}

/**
.section-overview #resellers p {
	color: #444;
}
**/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	border: 8px solid #fff;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-overview #specs table {
	width: 100%;
	font-size: 14px;
}

#specs table th {
	background: #000;
	width: 100%;
	text-align: left;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#specs table th, #specs table td {
	padding: 10px 20px;
}

#specs table tr+tr {
	border-top: 1px solid #888;
}

#specs table td:nth-child(1) {
	width: 25%;
	font-weight: 800;
}

#specs table td:nth-child(2) {
	width: 75%;
	font-size: 12px;
}

#docs p {
	margin-bottom: 15px;
}

#docs a, #overview ul strong, #faq ul a {
	color: #9B070F;
	/** Note needed
	font-size: 19px;
	font-family: 'harvest', helvetica, arial, sans-serif;
	**/
}

#overview ul {
	font-size: 15px;
	font-weight: 300;
	font-family: 'harvest', helvetica, arial, sans-serif;
}

#docs a img, #overview li img, #faq li img {
	margin-right: 10px;
}

#overview ul strong {
	color: #000;
	font-size: 15px;
	font-weight: 300;
}

#specs ul {
	padding: 0;
	margin: 0 0 0 15px;
}

#specs ul li {
	padding: 0 0 5px 0;
}

#faq h5 {
	font-size: 17px;
	color: #222;
	font-weight: 300;
	margin-top: 14px;
	margin-bottom: 6px;
}

#faq hr {
	border-color: #555;
	margin-top: 0;
	margin-bottom: 8px;
}

#faq ul a {
	font-size: 15px;
	color: #9B070F;
	font-weight: 300;
}

#overview li, #faq li {
	margin-bottom: 8px;
}

#resellers p {
	margin-bottom: 30px;
}

.viewer {
	max-height: 350px;
	max-width: 500px;
	overflow: auto;
}

.viewer .viewer-video, .viewer .viewer-zoom {
	float: left;
	width: 80%;
	margin: 0;
	display: block;
	position: relative;
}

.viewer .viewer-zoom {
	width: 100%;
}

.viewer .viewer-video .img-responsive, .viewer .viewer-zoom .img-responsive {
	float: right;
}

.icon-videoplay {
	position: absolute;
	top: 40%;
	left: 48%;
	margin: -28px 0 -28px 0;
}

.icon-videoplay.hover {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.viewer-video:hover .icon-videoplay.hover {
	opacity: 1;
}

.viewer .thumbnail-wrapper {
	float: left;
	width: 20%;
	margin: 0;
}

.viewer .thumbnail-wrapper.mobile {
	margin-top: 35px;
}

.viewer .thumbnail {
	display: block;
	border: 3px solid #000;
	margin-bottom: 5px;
	padding: 0;
	max-height: 41px;
	max-width: 62px;
	float: right;
	overflow: hidden;
}

.viewer .thumbnail:hover {
	border-color: #b4121b;
}

.viewer .thumbnail img {
	height: 41px;
	width: 54px;
}

form {
	clear: both;
	overflow: auto;
	/**max-width: 500px;**/
}

form.mobile {
	max-width: 605px;
}

.form-label {
	width: 20%;
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 16px;
	text-align: right;
	display: block;
	float: left;
	clear: both;
	margin-right: 2%;
	margin-bottom: 12px;
	line-height: 20px;
}

form select {
	width: 78%;
	margin-bottom: 12px;
}

form select[name=fan], form select[name=rack] {
	width: 38%;
}

.cart-form a, .quote-form-header a {
	margin-left: 2%;
	color: #b4121b;
}

form .quantity {
	overflow: hidden;
	width: 30%;
	float: left;
	margin-top: 8px;
	margin-left: 18%;
	margin-right: 10%;
	border-right: 1px solid #888;
}

.quantity .form-label {
	margin-left: 16px;
	margin-bottom: 6px;
	width: 100%;
	text-align: left;
}

form input[name=quantity]{
	width: 46px !important;
	height: 35px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align: center !important;
	border: 2px solid #666 !important;
	clear: left;
	float: left;
	display: block;
}

form .price-addtocart {
	width: 34%;
	float: right;	
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 17px;
	padding-top: 4px;
}

form small a:hover {
	color: #b4121b;
}	

.price-addtocart .cart-grey {
	margin-top: 10px;
	display: inline-block;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.cart-grey {
	color: #888;
}

#quote-me-anchor-desktop {
	width: 100%;
	float: right;
}

#quote-me-anchor-mobile {
	width: 100%;
}

h4.form-header {
	font-size: 30px;
}

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.3);
}

#comments-box {
	height: 150px !important;
}

#multiple-height {
	height: 100px !important;
}

form button[type=submit], form input[type=submit] {
	float: right;
	height: 46px;
	width: 152px;
	margin-top: 5px;
	background: #b4121b;
	color: #fff;
	font-size: 16px;
	border: none;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 17px;
}

form button[type=submit]:hover, form input[type=submit]:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	text-decoration: none;
	color: #b4121b;
	background: #000;
}

form button[type=submit]:active, form input[type=submit]:active {
	text-decoration: none;
	color: #b4121b;
	background: #000;
}

.alert-warning {
	box-sizing: border-box;
    color: rgb(185, 74, 72);
    text-align: left;
    text-rendering: optimizelegibility;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    background: rgb(242, 222, 222) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(238, 211, 215);
    border-radius: 4px 4px 4px 4px;
    outline: rgb(185, 74, 72) none 0px;
}

.alert-success {
	box-sizing: border-box;
    color: rgb(58, 135, 173);
    text-rendering: optimizelegibility;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    perspective-origin: 570px 19px;
    transform-origin: 570px 19px;
    background: rgb(217, 237, 247) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(188, 232, 241);
    border-radius: 4px 4px 4px 4px;
    outline: rgb(58, 135, 173) none 0px;
}

.alert-warning, .alert-success {
	/*margin-top: 50px !important;*/
}

.quote-form input[type=text], .quote-form textarea {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 4px;
	height: 26px;
	width: 78%;
	border: 2px solid #666;
}

form input[name=fname] {
	margin-right: 2%;
	width: 32% !important;
}

form input[name=lname] {
	width: 44% !important;
}

form textarea {
	height: 68px !important;
	margin-bottom: 0 !important;
	resize: none;
}

.quote-form-header {
	float: right;
	width: 78%;
	max-width: 500px;
	position: relative;
}

.quote-form-header h4 {
	font-size: 30px;
	display: block;
	float: left;
	margin-bottom: 4px;
}

.rfq-header{
	position: relative;
}

.peepee-rfq {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.quote-form-header a {
	margin-left: 0;
}

.quote-form-header hr {
	margin-top: 0;
	clear: both;
	border-color: #aaa;
}

form.quote-form small {
	margin-top: -5px;
	color: #888;
	margin-left: 22%;
}

.basket-warnings {
	float: right;
	font-size: 10px;
	color: #888;
	text-shadow: 1px 1px 1px white;
}

#them-credit-cards {
	float: right;
	font-size: 12px !important;
	font-family: helvetica, arial, sans-serif !important;
	list-style: none;
	margin: 20px 0 0 0;
	text-align: right;
}

#them-credit-cards li, #them-credit-cards li img {
	margin: 0 !important;
	padding: 0 !important;
}

#them-credit-cards li:first-child {
	padding-bottom: 10px !important;
}

.top-bump-bump {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
}

.section-related-header {
	background: #000000;
}

.section-related-header h2 {
	margin-bottom: 16px;
	font-size: 30px;
	color: #ffffff;
}

.section-related-header h2 a {
	color: #b4121b;
}

.section-related {
	background: rgba(4,4,4,0.8);
	overflow: auto;
	text-align: center;
}

.section-related h3 {
	font-size: 18px;
	clear: both;
}

.section-related p {
	font-size: 13px;
}

.related-product a:hover p .no-underline {
	text-decoration: none !important;
}

.thumbnail {
	height: 100%;
	border-radius: 0;
}

.img-overlay-wrapper {
	position: relative;
	display: inline-block;
}

.img-overlay-wrapper.new:before {
	display: block;
    content: "";
    background-image: url('img/navigation/site-wide-flares/icon-new-star.png');
    background-size: 100%;
    background-repeat: none;
	position: absolute;
	right: -10%;
	top: -20%;
	width: 64px;
	height: 64px;
}

.img-overlay-wrapper.thunderbolt:after {
	display: block;
    content: "";
    background-image: url('img/navigation/site-wide-flares/tb2-logo.png');
    background-size: 100%;
    background-repeat: none;
    position: absolute;
    left: -1%;
	top: -18%;
	width: 92px;
	height: 22px;
}

.related-product {
	padding-top: 50px;
}

.moar-header-home {

    color: white;
    display: block;
    float: right;
    background: #b4121b;
    font-family: 'harvest', helvetica, arial, sans-serif;
    font-size: 20px;
    margin: 25px 0 0 0;
    padding: 10px 20px 12px 20px;
    outline: 2px solid #b4121b;
    transition: all 0.2s ease-out 0s;
    min-width: 172px;
    text-align: center;

}

.moar-header-home:hover {
	color: #b4121b;
	background: black;
	text-decoration: none;
    outline: 2px solid #b4121b;
}

.moar-header-home:focus {
	color: #b4121b;
	background: black;
	text-decoration: none;
	outline: 2px solid #b4121b;
}

.related-product .thumbnail {
	background: none;
	border: none;
}

.related-product .related-img-wrapper {
	vertical-align: bottom;
}

.related-product .thumbnail img {
	max-height: 160px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.related-product .caption {
	height: 40%;
}

.related-product h3 {
	margin: 0;
	color: #b4121b;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.related-product p {
	color: #ddd;
	font-weight: 200;
}

.related-product .styled-link {
	margin-top: 74px;
	margin-bottom: 0;
	float: right;
	text-align: left;
}

.related-product .styled-link:hover {
	text-decoration: underline !important;
}

.section-expresso {
	background: url('img/expresso/expresso-bg.jpg') no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	color: #fff;
}

.section-expresso .col-md-6 {
	padding: 60px 0;
}

.section-expresso h3 {
	font-size: 50px;
	margin: 0;
}

.section-expresso h4 {
	font-size: 39px;
	color: #b4121b;
	margin-top: 0;
}

.section-expresso p {
	font-weight: 300;
	color: #bbb;
}

.section-expresso .cc-subs-bot-wrapper a {
	width: 100%;
	margin: 25px 0;
	color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    background: rgb(180, 18, 27);
    border: 2px solid rgb(180, 18, 27);
    font-family: 'harvest', helvetica, arial, sans-serif;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.section-expresso .cc-subs-bot-wrapper a:hover {
	color: rgb(180, 18, 27);
	background: black;
}	

.section-expresso form {
	margin: 20px 0 0 0;
	max-width: 100%;
}

.section-expresso .enterprise-check, .section-expresso .studio-check {
	height: auto;
	width: 50%;
	float: left;
	margin-bottom: 24px;
	overflow: auto;
}

.section-expresso .enterprise-check p, .section-expresso .studio-check p {
	margin-bottom: 0;
	color: #fff;
}

.section-expresso .enterprise-check span, .section-expresso .studio-check span {
	font-size: 11px;
	color: #888;
	line-height: 1;
}

.section-expresso .enterprise-check {
	padding-right: 30px;
	border-right: 3px solid #222;
}

.section-expresso .studio-check {
	padding-left: 30px;
}

.section-expresso input[type="email"] {
	height: 46px;
	width: 76%;
	padding-left: 15px;
	background: rgba(255,255,255,.4);
	margin: 0;
	color: #000;
	font-family: 'harvest', helvetica, arial, sans-serif;
	border-radius: 0 !important;
	border: none;
	display: block;
	float: left;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.section-expresso input[type="email"]:focus {
	background: white;
	border: 1px red solid;
	outline: red;
}

.section-expresso input[type="submit"] {
	height: 46px;
	width: 21%;
	float: none;
	font-size: 20px;
	margin: 0 0 8px 3%;
	border-radius: 0 !important;
	display: block;
	float: left;
}

.section-expresso small {
	font-size: 10px;
	font-weight: 200;
	float: right;
	white-space: nowrap;
	clear: both;
}

.section-expresso small a, .section-expresso small a:hover {
	color: #fff;
}

.section-expresso small img {
	margin-top: -3px;
	margin-right: 4px;
}

.section-footer {
	background: #fff;
}

.footer {
	margin-top: 10px;
	border: none !important;
	padding: 0;
	padding-top: 24px;
}

.footer-logos {
	overflow: auto;
	clear: both;
}

.footer-logos a {
	float: left;
}

.footer-logos-divider {
	margin: 0 30px;
	float: left;
	width: 0;
	height: 56px;
	border-right: 1px dashed #ccc;
}

.footer-text-left, .footer-nav-section li a {
	float: left;
	margin-top: 18px;
	margin-bottom: 12px;
	color: #888;
	line-height: 1;
	font-size: 13px;
}

.footer-text-left address {
	line-height: 1;
}

.footer-social, .sidebar-social {
	clear: both;
	margin-bottom: 20px;
}

.copyright {
	font-size: 11px;
}

.copyright-images {
	font-size: 10px;
	color: #a5a5a5;
	margin-bottom: 35px;
	white-space: nowrap;
}

.copyright-images a{
	color: gray;
	color: #a5a5a5;
}

.copyright-images a:hover{
	color: black;
}

.footer-social ul, .sidebar-social ul {
	overflow: auto;
}

.footer-social li, .sidebar-social li {
	float: left;
}

.footer-social li+li, .sidebar-social li+li {
	margin-left: 8px;
}

.footer-social li img, .sidebar-social li img {
	width: 33px;
}

.footer-nav-section {
	width: 25%;
	float: left;
}

.footer-nav-section h4{
	margin-bottom:  20px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.footer-nav-section li {
	clear: left;
}

.footer-nav-section li a {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	font-size: 11px;
}

.footer-nav-section li a:hover {
	color: #b4121b;
}

.footer .footer-clients img {
	width: 80%;
}

.footer .row {
	margin-bottom: 30px;
}

.footer li a:hover, .footer li a:focus {
	background: none;
}

.legal {
	width: 350px;
}

@media (max-width: 1199px) {

	.search-wrap-active {
		width: 230px;
	}
	
	.nav-search .search-field-active {
		width: 210px;
	}
	
	.section-header h1 {
		font-size: 50px;
	}

	.section-header h2 {
		font-size: 22px;
	}

	.section-header p {
		font-size: 15px;
	}

	.logo-nav img {
		margin-left: 5%;
		
	}

	.quote-form-header h4 {
		font-size: 26px;
	}
	
	.distro-pills li a {
		font-size: 14px;
	}

	.footer .row {
		margin-bottom: 0;
	}
	
	#runforit-large {
		display: block !important;
	}
	
	#runforit-medium {
		display: none !important;
	}
}

@media (min-width: 992px) {
	
	.logo-mobile, .logo-mobile.studio {
		display: none !important;
	}
}

@media (max-width: 991px) {
	
	.carto-informative {
		text-align: center !important;
		width: 100% !important;
		padding: 0px !important;
		white-space: normal !important;
	}
	
	#runforit-large {
		display: none !important;
	}
	
	#runforit-medium {
		display: block !important;
	}

	.logo {
		margin-top: 30px !important;
		display: block;
		width: 100px;
	}
	
	.section-header.listings {
		padding: 80px 0 0 0;
	}

	.header-product, .header-product-mobile {
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
	}
	
	.header-product-mobile {
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
	}

	.section-header h2 {
		margin-bottom: 14px;
	}

	.section-header h3 {
		margin-top: 0;
	}

	.section-header p {
		margin-bottom: 24px;
	}

	.styled-link {
		margin-bottom: 30px;
	}

	#home-carousel .carousel-thumbs h3 {
		margin-top: 0;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb {
		height: 80px;
	}

	#home-carousel .transition-timer-carousel-progress-bar {
		height: 84px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb p {
		font-size: 13px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb .carousel-thumb-date {
		font-size: 10px;
	}

	#home-carousel .home-slide img, .home-slide .styled-link {
		margin-top: 0;
	}

	.carousel-thumbs h3 {
		display: none;
	}

	.carousel-indicators {
		width: 100%;
		left: 30%;
	}

	.carousel-thumbs .carousel-thumb {
		height: 92px;
		width: 32%;
		font-size: 1em;
	}

	.carousel-thumbs .carousel-thumb+.carousel-thumb {
		margin-left: 2%;
	}

	.carousel-thumbs p {
		margin-bottom: 4px;
	}

	.carousel-thumbs p.carousel-thumb-date {
		font-size: .8em;
		opacity: .4;
	}

	.logo-nav {
		display: none !important;
	}

	.logo-mobile, .logo-mobile.studio {
		display: block;
	}

	.search-mobile {
		display: block;
	}

	.section-nav {
		height: 66px;
		margin-bottom: -66px;
		overflow-x: visible;
	}

	.section-nav .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.nav {
		border-radius: 0;
		border: none;
	}

	.nav-justified {
		margin-top: 10px;
		margin-left: 0;
		padding-top: 30px !important;
		padding-bottom: 50px;
		height: auto;
		background: rgba(0,0,0,.95);
		border-top: 6px solid #b4121b;
		border-bottom: 6px solid #b4121b;
	}

	.nav-justified li {
		margin-top: 4px;
	}

	.nav-justified .navicon-center {
		margin-top: 10px;
	}

	.nav-justified li+li {
		border-left: none;
	}

	.nav-justified li a, .nav-justified li a.active, .nav-justified li a:hover, .nav-justified > li > .hover-logo:active {
		background: none !important;
	}

	.navbar {
		margin-top: 6px;
		width: 100%;
	}

	.navbar-header {
		height: 48px;
	}

	.nav-search {
		display: none !important;
	}

	.mobile-search {
		display: block;
		overflow: auto;
	}

	.navicon-center {
		height: 50px !important;
	}

	.dropdown-menu {
		margin: 0 !important;
		background: #111;
		border-top: 6px solid #b4121b;
		border-bottom: 6px solid #b4121b;
		border-left: none;
		border-right: none;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}

	.no-border {
		padding-left: 0;
	}

	.dash-divider {
		display: none;
	}

	.navicon-center {
		height: 37px !important;
		margin-top: 2px !important
	}

	.navicon-center a {
		padding-top: 10px !important;
	}

	.add-icon:before, add-icon:after, .add-icon.icon-support:hover:after, .add-icon.icon-login:hover:after, .add-icon.icon-cart:hover:after {
		display: none !important;
	}
	
	.section-overview {
		padding-top: 35px;
	}
	
	.section-overview.no-header {
		padding-top: 100px;
	}

	.section-overview h2, .section-related h2 {
		font-size: 26px;
	}
	
	.nav-pills li.icon-reseller a {
		white-space:nowrap;
		padding-left: 12px; 
	}
	
	.distro-pills {
		margin-bottom: 15px;
	}
	
	.distro-pills li, .distro-pills li a {
		float: left;
	}
	
	.distro-pills li {
		margin-right: 5px;
	}
	
	.distro-pills li:last-child {
		margin-right: 0;	
	}
	
	.distro-pills li a {
		font-size: 12px;
		width: 74px;
		height: 50px;
		padding: 15px 0px 10px 0px;
		text-align: center;
	}
	
	.order-form {
		margin-top: 40px;
	}

	.footer-clients {
		margin-left: 0;
	}

	.footer-logos {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {

	.logo {
		margin-top: 20px;
	}

	.logo img {
		width: 90px;
	}

	.logo-resp {
		display: inline-block;
		margin: 0;
		float: left;
	}

	.section-header, .section-header.listings {
		background-size: 120%;
		padding: 85px 0 0 0;
	}

	.section-header h1 {
		font-size: 40px;
		margin-top: 20px;
		white-space: normal;
	}

	.section-overview h3, .section-related-header h2 {
		font-size: 22px !important;
	}

	.section-overview h4 {
		font-size: 18px !important;
	}
	
	.part-numbah {
		font-size: 80%;
		margin-top: -25px;
	}

	.section-header p {
		font-size: 13px;
		font-weight: 300;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb {
		height: 72px;
		padding: 10px 3%;
	}

	#home-carousel .transition-timer-carousel-progress-bar {
		height: 76px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb p {
		font-size: 12px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb .carousel-thumb-date {
		font-size: 9px;
	}

	.nav-justified li {
		margin-top: 2px;
	}

	.feature {
		margin-right: 22px;
	}

	.feature:nth-child(5) {
		margin-right: 0;
	}

	.main-content {
		padding-top: 1px !important;
	}

	.section-overview {
		padding-top: 25px;
	}
	
	.section-overview.no-header {
		padding-top: 90px;
	}

	.section-overview p {
		font-size: 13px;
	}

	.tab-icon {
		text-align: center;
	}

	.mobile-search-active {
		width: 54%;
	}

	.nav-pills li a {
		padding: 0;
		padding-top: 17px;
		text-align: center;
		font-size: 16px;
	}
	
	.nav-pills li.icon-docs a, .nav-pills li.icon-reseller a {
		line-height: 16px;
	}
	
	.nav-pills li.icon-reseller a {
		white-space: normal;
		padding-left:0; 
	}

	#resellers .online-resellers a {
		font-size: 16px;
	}

	.order-form form {
		padding-right: 0;
	}

	.related-product {
		padding-top: 10px;
	}
	
	.related-product:nth-child(1) {
		padding-top: 80px;
	}
	
	.related-product .styled-link {
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 80px;
		float: none;
	}

	.footer {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-clients {
		display: none;
	}

	.footer-nav-section {
		width: 33.3%;
	}

	.footer-logos {
		margin-top: 20px;
	}
	
	.copyright-images {
		white-space: normal;
		width: 70%;
	}
	
}
@media (max-width: 550px) {
	
	.cart66 input[type="submit"].btn  {
		width: 100% !important;
		margin-top: 10px !important;
	}
	
	.moar-bot-all {
		text-align: center;
		width: 100%;
	}
	
	#them-credit-cards {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	
	.new-note-price-66 {
		text-align: center;
		width: 100% !important;	
	}
	
	.basket-warnings{
		text-align: center;
		width: 100%;	
	}
	
	.alert-warning, .alert-success {
		margin-top: 25px !important;
	}
	
	form input[type=submit], form button[type=submit] {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.copyright-images {
		margin-bottom: 15px;
		width: 100%;
	}
}

@media (max-width: 500px) {

	.logo img {
		width: 80px;
	}

	.section-header h1 {
		font-size: 35px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb {
		height: 74px;
		padding: 2.5%;
	}

	#home-carousel .transition-timer-carousel-progress-bar {
		height: 78px;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb p {
		font-size: 10px;
		line-height: 1.3;
	}

	#home-carousel .carousel-thumbs li.carousel-thumb .carousel-thumb-date {
		font-size: 9px;
	}

	.mobile-search-active {
		width: 78%;
	}
	
	.breadcrumb-nav.no-header {
		padding: 5px 0 25px 0;
	}
	
	.nav-justified {
		padding-top: 14px;
	}

	.nav-justified li {
		margin-top: 0;
	}

	.nav-pills li a {
		font-size: 12px;
		padding-top: 18px;
		height: 52px;
	}
	
	.nav-pills li.icon-docs a, .nav-pills li.icon-reseller a {
		padding-top: 10px;
	}

	.tab-icon:before {
		position: static;
		margin-left: 0;
		height: 40px;
	}

	.tab-icon.icon-reseller a{
		margin-top: 5px;

	}

	.tab-icon.icon-reseller:before {
		margin-top: -5px;
	}

	.viewer {
		margin-bottom: 10px;
	}

	.viewer-video {
		width: 81% !important;
	}

	.thumbnail-wrapper {
		padding-left: 5px;
		width: 19% !important;
	}

	form .form-label {
		font-size: 14px !important;
	}

	.cart-form small a, .quote-form small a {
		font-size: 80% !important;
	}

	form .quote-form-header {
		float: none;
		width: 100%;
	}

	form.quote-form small {
		margin-left: 20%;
	}
	
	.panel-body {
		font-size: 11px;
	}
	
	.top-bump-bump {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.footer-social {
		float:none;
		margin-top: 0px;
	}
}

@media (max-width: 450px) {
	.footer-nav-section {
		width: 50%;
	}
	
	.footer-products {
		display: none;
	}
}

@media (max-width: 351px) {
	.col-xs-6-override-to-12 {
		width: 100% !important;
	}
}

/** Recycle **/
.center-block {
	float: none;
}

.palcentro {
	text-align: center;
}

.rfloat {
	float: right !important;
}

.rkill {
	text-align: right !important;
}

.hr-bar {
    border-bottom: 15px solid #000;
}

.loquedijo {
	border-left: none;
	margin-top: 35px;
	padding-left: 0px;
	font-style: italic;
	font-weight: bold;
}

.ghost{
	display: none !important;
}

.bump {
	display: block;
	margin-bottom: 25px;
}

.bumped {
	display: block;
	margin-bottom: 15px;
}

.bump-top {
	margin-top: 55px !important;
}

.bump-double {
	display: block;
	margin-bottom: 35px;
}

.no-bump {
	margin-bottom: 0px;
}

.bump-pad {
	padding-bottom: 25px;
}

.font-it-down{
	font-size: 20px !important;
}

.up-da-font {
	font-size: 130%;
}

.addy-meta-magma {
	margin: 0;
	padding: 0;
}

.addy-meta-magma li{
	list-style: none;
	padding: none;
}

hr.darkline {
	border-color: #999999;
	margin-top: -10px;
}

hr.darkline.no-bump {
	margin-top: 20px;
}

hr.darkline.low-bump {
	margin-bottom: 30px;
}

hr.darkline.shop {
	border-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

.greyed-out {
	color: #888 !important;
	text-shadow: 1px 1px 1px white;
}

.greyed-in {
	color: #b4b4b4;
	font-family: helvetica, sans-serif;
	font-size: 14px !important;
}

.rip-tiny {
	font-size: 80% !important;
}

h4.demoted {
	font-size: 18px;
}

#surpriseyo {
	display: none;
}

.sidebar-meta {
	list-style: none;
	padding: 0;
}

.sidebar-meta li {
	display: block;
}

.sidebar-meta li.icon {
	float: left;
	margin-right: 5px;
}

.sidebar-meta li.note-content {
	float: none;
	margin-top: 5px;
}

.rsidef {
	float: right;
}

.lsidef {
	float: left;
}

.moar-bot-all {
	color: white;
    display: block;
    float: right;
    background: #b4121b;
	font-family: 'harvest', helvetica, arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase; 
    margin: 15px 0 0 0;
    padding:10px 20px 12px 20px;
    outline: 2px solid #b4121b;
    transition: all 0.2s ease-out 0s;
}

.moar-bot-all:hover {
	color: #b4121b;
	background: black;
	text-decoration: none;
	outline: 2px solid #b4121b;
}

.nufin-click {
	pointer-events: none;
}

#emailgate-form-wrapper-contact-gonski {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dotted gray;
}

#emailgate-form-wrapper-contact-gonski.reversed {
	border-bottom: none;
}

.form-group .checkbox label {
	font-weight: bold;
}

#emailgate-form-wrapper {
	display: none;
}

/* CART66 stuffs */
.cart66 {
	margin: 0px !important;	
}

.cart66 .cart66-form form {
	max-width: 100%;
}

.cart66-label {
	padding-right: 5px;
	padding-top: 5px;
	width: auto;
}

.cart66-select {
	width: 100% !important;
}

.control-group {
	margin-bottom: 0px !important;
}

.cart66 .alert-error {
	padding: 10px 35px 0px 14px !important;
}

.cart66 input[type="submit"].btn  {
	float: right;
	height: 46px;
	width: 152px;
	margin-top: 5px;
	background: #b4121b;
	color: #fff;
	font-size: 16px;
	border: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 35px;
	float: right;
}

.cart66 input[type="submit"].btn:hover {
	text-decoration: none;
	color: #b4121b;
	background: #000;
}

.cart66-price {
	text-align: right;
}

label[for=price] {
	color: #999999 !important;
	font-size: 80% !important;
}

.cart66-price-value {
	font-family: 'harvest', helvetica, arial, sans-serif;
	font-size: 17px !important;
	padding-top: 4px;
}

.cart66-price-value span {
	color: rgb(153,153,153);
	font-weight: 100;
	font-size: 14px;
}

.new-note-price-66 {
	float: right;
	font-size: 10px;
	max-width: 500px;
	color: #888 !important;
	text-shadow: 1px 1px 1px white;
}

/* Store Locator Stuffs */

.wpsl-search {
	width: 100% !important;
}

#wpsl-search-wrap .wpsl-input label {
	width: 145px !important;
}

#wpsl-radius {
	display: none !important;
}

#wpsl-result-list {
	background: none;
}

#wpsl-result-list ul li {
	margin-bottom: 5px;
	padding: 10px !important;
	background: rgba(245, 245, 245, 0.39);
}

#wpsl-result-list ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* Fix on weird bug on menu bkg hovers active item */

.nav-justified .collapsible .collapsible .dropdown-menu li.active-thing a:hover {
	background: rgba(46, 46, 46, 1) !important;
}

/******** Custom CSS from Shawn ****************/

.sb1000-table td {

	padding:10px;

}

.dropdown-sub-title {

color: #fff;
font-size: 13px;
line-height: 28px;
font-family: helvetica, arial, sans-serif;
background: #B4121B;
font-weight: bold;
text-align: center;
margin-bottom: 5px;

}