@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Stratum';
	src: url("../fonts/stratum2-regular.eot");
	src: url("../fonts/stratum2-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/stratum2-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Stratum';
	src: url("../fonts/stratum2-medium.eot");
	src: url("../fonts/stratum2-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/stratum2-medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Stratum';
	src: url("../fonts/stratum2-bold.eot");
	src: url("../fonts/stratum2-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/stratum2-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

body {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #1a1818;
	/*background-color: #eeeeee;*/
	/*font-family: stratum2, sans-serif;*/
	font-family: 'Stratum';
	padding-top: 74px;
}

.footer a {
	transition: color 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-family: inherit;
}
a:hover {
	color: #d59c00;
	text-decoration: none;
	font-family: inherit;
}

li, footer_bottom {
	display: inline;
	list-style-type: none;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}
.h1, h1 {
	font-size: 50px!important;
	font-weight: 900!important;
}

.h2, h2 {
	font-size: 36px;
	font-weight: 400!important;
}
.h3, h3 {
	font-size: 24px;
	font-weight: 400!important;
}
.h4 {
	font-size: 16px;
}
.h5 {
	font-size: 14px;
}
.mainbody {
	background-color: #eeeeee;
}
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#social {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
topblack {
	background-color: #000000 !important;
}
.paginamarg {
	margin: 0px 5px 0 5px;
	height: 26px;
}
.btn2 {
	padding: 2px 10px;
	font-size: 14px!important;
	background-color: #7C858C;
	color: #ffffff;
}
.field {
	border: 1px solid #000;
}
.heading {
	background-color: #000000 !important;
	border-bottom: 1px #ffffff;
	border-top: 0px #ffffff;
	border-right: 0px #ffffff;
	border-left: 0px #ffffff;
	border-style: solid;
	/*font-size: 1rem;*/
	text-transform: uppercase;
}
.whitetext {
	color: #ffffff !important;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.product .card {
	border-color: #696969;
	border-radius: 8px;
	text-align: center;
}
.top10 {
	margin-top: 10px;
}
.bottom10 {
	margin-bottom: 10px;
}
#catalog_detail .product_image {
	width: 500px;
	height: 300px;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.btn-details {
	text-transform: capitalize;
	float: left !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #000000;
	box-shadow: 0 .0625rem .0625rem 0 rgba(0,0,0,.5);
	color: #ffffff !important;
	font-size: 14px;
	line-height: 1;
	padding: 5px 7px;
	transition: background-color 125ms ease-out, color 125ms ease-out;
	border-radius: 0;
	border: solid #000000 2px;
}
.btn-details:hover {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-color: #000000;
}
/* Rectangle Out */
.btn-dealer {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #ffffff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #000000;
	border: solid #0b0c0b 1px;
	border-radius: 0;
	padding-right: 25px;
}

.btn-dealer:after:hover {
	background-image: url(/../images/cta-icon2.png);
	transition: background-image .4s cubic-bezier(.165,.84,.44,1);
}

.btn-dealer:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eeaf00;
	color: #000000;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-dealer:after {
	height: 15px;
	width: 15px;
	background-image: url(../images/cta-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: '';
	display: inline-block;
	right: 0;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: transform .15s cubic-bezier(.895,.03,.685,.22);
	z-index: 1;
	position: absolute;
	top: 50%;
}

.btn-dealer:hover, .btn-dealer:focus, .btn-dealer:active {
	color: white;
}
.btn-dealer:hover:before, .btn-dealer:focus:before, .btn-dealer:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.margins {
	margin-bottom: 5px;
}
.lowsocials {
	color: #ffffff;
}
.bott {
	margin-bottom: 7px;
}
.backinwhite {
	background-color: #ffffff;
}
.backinblack {
	background-color: #000000;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.backinblack2 {
	background-color: #000000;
	height: auto;
}
.inhi {
	height: 27px !important;
}
.nostripe {
	background-color: #ffffff;
	border-top: 0px solid #ffffff !important;
}
.notopbar {
	border-top: 0px solid #ffffff !important;
}
.gray {
	background-color: #f1f1f1;
	color: #000000 !important;
	height: auto;
}

.detail_item_label {
	font-weight: bold;
}
.black1 {
	background-color: #000000 !important;
	color: #ffffff !important;
}
address {
	font-size: 11px;
}
.text-white, ol {
	color: #ffffff;
}
.topbar {
	border-top: 2px solid #ed1c24;
	margin-top: 15px;
}
.product {
	padding: 5px;
	/*font-size: 14px;*/
	min-height: 260px;
}
.product-container {
	padding-bottom: 8px;
}
.max400 {
	max-height: 400px;
}
.margin10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.text-left {
	text-align: left !important;
}
.contact {
	border: 0px;
	color: #000000 !important;
	background-color: #ffffff;
	padding: 0px 0px !important;
	/*font-size: 13px;*/
	border-radius: 0px;
}
.blackwhite {
	background-color: #ffffff;
	padding-bottom: 20px;
}
.product-img-ht {
	height: 110px;
}
.bb2 {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul#pane li .product_info {
	width: auto;
}

.blacktext {
	color: #000000!important;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.header {
	background: #221E1E;
	border-bottom: none;
	width: 100%;
}
.navbar-inverse {
	border-color: #000000;
	/*font-size: 15px;*/
}
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
}
.nav, .navbar-nav {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.padleft {
	padding-left: 20px;
}
.btn-paging {
	padding-top: 2px;
}
.minusmarg {
	padding-right: 0px;
	padding-left: 0px;
}
.contact1 {
	color: #990000 !important;
	font-weight: bold;
}
.black11:link {
	color: #000000 !important;
}
.card-title {
	text-align: center;
	color: #696969 !important;
}
.btn-paging {
	padding: 0px 10px!important;
	border: 1px solid transparent;
	height: 24.33px;
	/*border-radius: 0px!important;*/
}
.nav>li>a {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}
.dropdown-menu {
	margin: 0;
}

.nav-link:hover, .nav-link:focus {
	color: #666666!important;
}

.product .product-title {
	color: #ffffff;
}

.logo1 {
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
}
.navbar-brand {
	margin-left: 1rem;
	margin-right: 1rem;
}
.bg-dark {
	background-color: #000000 !important;
}

.socialspace {
    margin-left: 5px;
    margin-right: 5px;
}

.gf-dealer {
	color: #ffffff;
	padding-bottom: 0px;
	margin-top: 0px;
}
.gf-dealer > a,
.gf-dealer > a:hover,
.gf-dealer > a:active,
.gf-dealer > a:visited
{
	color:#ffffff;
}

.gf-dealer > a:hover {
	text-decoration: underline;
}

#backtop {
	position: fixed;
	left: auto;
	right: 20px;
	top: auto;
	bottom: 20px;
	outline: none;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: #696969;
	height: 40px;
	width: 40px;
	line-height: 40px;
	/*font-size: 22px;*/
	border-radius: 7px;
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 999999;
	opacity: 0.7;
	display: none;
}
.large-hero-title {
	font-size: 45px;
	weight: 500;
}
.carousel-caption {
	bottom: 55px;
}
.carousel-indicators {
	bottom: -10px;
}
address {
	letter-spacing: .08rem;
	color: #5c5c5c;
	margin-bottom: 5px;
}
.productbox {
	color: #000000 !important;
}
.productbox .btn-dealer {
	color: #000000!important;
}
.space {
	margin-top: 29px;
}
.spacetoo {
	margin-bottom: 30px;
	margin-top: 15px;
}

.menu-item {
	border-width: 0px 1px 0px 0px;
	border-color: #d0d3d9;
	border-style: solid;
	/*border-width: thin;*/
	background-color: #f1f1f1;
	height: 51px;
	width: 51px;
}
.menu-item:hover {
	background-color: #0b0c0b;
	color: #eeaf00;
	transition: background-color .4s cubic-bezier(.165,.84,.44,1),color .4s cubic-bezier(.165,.84,.44,1);
}
.iconwide {
	width: 40px;
}
.lownav {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.marginnav {
	height: 60px;
	margin-right: 3%;
}
.productbox-container {
	margin-top: 0px;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.card {
	/*border: 1px solid rgba(0, 0, 0, 0.125);*/
	border-radius: 0;
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	z-index: 1;
	pointer-events: none;
	text-align: center;
	color: #ffffff;
}
.promo-cta {
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex: 1 auto;
	flex: 1 auto;
	min-height: 200px;
	border: 1px solid #d0d3d9;
}
.footer-promo-tiles .promo-cta-outer .promo-cta {
	transition: transform .2s ease-in;
	-ms-transform: scale(1.035);
	transform: scale(1.035);
}
footer-promo-tiles .promo-cta-outer:hover .promo-cta {
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.orange {
	color: orange;
}
.products-paging, .products-filters {
	background-color: #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px!important;
	color: #000000!important;
}
.what {
	background-color: #eeeeee!important;
	color: #000000;
	/*padding-top: 20px;*/
	margin-top: 0px;
}

.product-filter, form-control {
	width: auto!important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.body-footer a:hover, .body-footer .newsletter-toggle:hover {
	color: #eeaf00;
	transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fa, .fab, .fal, .far, .fas {
	font-size: 18px;
}

select {
	height: 25px;
	border-radius: 0px!important;
	border: 1px solid #111;
}
.products-searchbar {
	padding-top: 10px!important;
	background-color: #eeeeee;
}
.black {
	background-color: #000000;
	color: #ffffff;
}
.homelogo, homelogo:visited, homelogo:link {
	color:#ffffff!important;
	font-size: 20px;
}

.data-table {
	border-collapse: collapse;
	color: #0b0c0b;
	margin-right: 160px;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.sku-table .sku-details {
	width: 100%;
	max-width: calc(100% - 160px);
	position: relative;
	left: 160px;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.sku-table .sku-details {
		max-width: calc(100% - 200px);
		/*left: 200px;*/
	}
.section {
	display: block;
}
.sku-table .sku-heading {
	width: 160px;
	/*height: 100%;*/
	position: absolute;
	background: #000;
	color: #fff;
}
.sku-table .sku-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 15px;
	font-size: 14px;
	height: 44px;
	text-align: left;
	line-height: 1.5;
}
.sku-table .sku-details .box {
	/*width: 225px;*/
	/*min-width: 225px;*/
	max-width: 100%;
	border-right: 1px solid #ebebeb;
}
.sku-table .sku-item:nth-of-type(2n) {
	background-color: rgba(0,0,0,.05);
}
.centerh {
	/*padding: 120px 0;*/
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}
.sku-features, .sku-features-header h2 {
	background-color: #f1f1f1;
}
.sku-features {
	padding: 0 0 7.7rem;
	position: relative;
}
.fancy-header {
	margin: 0 auto;
	max-width: 543px;
	padding: 1.5rem 0;
	position: relative;
	text-align: center;
}
.sku-features-feature {
	-ms-flex: 0 1 365px;
	flex: 0 1 365px;
	padding: 0;
}
.sku-features-feature {
	max-width: 365px;
	padding: 0 1.8rem;
	width: 100%;
}
.sku-features-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.line1 {
	background-color: #eeaf00;
	content: "";
	height: 4px;
	position: relative;
	width: 100%;
	margin-left:auto;
}