@charset "utf-8";

/* RESET ===================================================================== RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}
a {
	color: #AC141A;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #ED1C24;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd/* ,ol,ul */ {
	margin:0;
	padding:0;
}
.unstyled,
ul.djc_atoz_list {
	list-style:none;
}
/* GLOBAL ===================================================================== GLOBAL */
html,body {
	height: 100%;
	width: 100%;
}
html {
	position: relative;
	min-height: 100%;
	font-size: 18px;
	line-height: 23px;
}
body {
	font-size: 1em;
  line-height: 1.5em;
	color: #11132E;
}
body, input, textarea, select, button {
	font-family: 'Montserrat', sans-serif;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* FONTS ======================================================================= FONTS */
.oswald  {
	letter-spacing: .1em;
	font-family: 'Oswald', sans-serif;
}

/* DRY ==[ "Don't Repeat Yourself" ]==[ http://is.gd/OADLTZ ]===================== DRY */
.center {
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right {
	text-align: right;
}
.pad-left {
	padding-left: 15px;
}
.bold, strong {
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
}
.white {
	color: #fff;
}
.red {
	color: #ed1c24;
}
/* .hide, .icons {
	display: none;
} */
/* FLEX ========================================================================= FLEX */
#site-wrap {
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
main {
	flex: 1;
	display: flex;
	flex-direction: column;
}
/* MODULES =================================================================== MODULES */
ul.menus.col-sm-6.nav.mod_djc2categories_list {
	width: 100%;
	max-width: 100%;
}

/* NAV =========================================================================== NAV */
nav {
	padding: 15px;
}
nav, ul.dropdown-menu {
	background-color: #111111;
}
ul.dropdown-menu {
	padding: 5px 15px;
}
ul.dropdown-menu li a {
	font-size: 0.8em;
	color: #fff;
}
.navbar-nav li a {
	color: #fff;
}
.navbar-collapse {
	justify-content: flex-end;
	align-items: center;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.navbar-toggler-icon i {
	width: auto !important;
	color: #fff;
}
.navbar-nav {
	text-transform: uppercase;
}
.navbar-nav li a {
	position: relative;
	transition: 0.5s;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
/* 	border-bottom: solid 2px rgba(0,0,0,0);
	border-top: solid 2px rgba(0,0,0,0); */
}
.navbar-navfoot li a:hover {
	color: #F46F74;
/* 	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff; */
}
.navbar-navfoot li a:after,
.navbar-nav li a:after {
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #F7989B;
	height: 1px;
	z-index: -9;
}
a.nofx,
a.nofx:hover	 {
	border-bottom: none !important;
	border-top: none !important;
}
.nav.navbar-nav li {
	text-align: right;
}
ul#nav-social {
	padding-right: 10px;
	flex-direction: row;
}
ul#nav-social li a {
	padding: 0 5px 0 0;
}
ul#nav-social li a:before {
	font-size:22px;
	height: 22px;
	width: 22px;
	margin: 0 2px;
	border-radius: 50%;
	transition: all .3s;
	box-shadow: inset 0px 0px 0px 3px transparent;
	background-color: transparent;
	box-sizing: border-box; /* Include padding and border in element's width and height */
}
ul#nav-social li a:hover:before {
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 3px #333;
}
.phone {
		font-family: 'Oswald', sans-serif;
}
/* SEARCH ===================================================================== SEARCH */
form#DJC2searchForm {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
fieldset.djc_mod_search {
	margin: 0;
		height: 100%;
}
input.searchbox {
	border: none;
	margin: 0.5rem 0;
  outline: none;
  padding: 7px;
}
button.submit {
	border: none;
	margin: 0.5rem 0;
	color: #333;
	background-color: #ccc;
  padding: 7px;
}

ul.djc_atoz_list li {
	display: inline-block;
}
/* HEADER ===================================================================== HEADER */
.slide-content {
	padding: 20px;
	background-color: rgba(0,0,0,0.85);
}
ul.slide-list {
	margin: 1em 0 1em 1em;
}
h2.slide-title {
	text-transform: uppercase;
	font-size: 24px;
}
.slide-caption p {
	margin-bottom: 0.75rem;
}
.customheader {
	display: flex;
}
/* CTA =========================================================================== CTA */
#ctas {
	position: relative;
}
.edge {
	position: absolute;
	bottom: 0;
}
.cta-item-wrap {
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
	flex:1;
	height: 100%;
}
.cta-item-wrap a.cta-btn {
	height: 100%;
}
/* CONTACT =================================================================== CONTACT */
#contact {
	color:#ccc;
	padding: 20px 0;
	background: #333;
}
#contact p {
	margin-bottom: 0;
}
#contact a {
	color: #fff;
}
a.close,
button.close {
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
}
span.btn.djc_qty_btn {
	padding: 0 0.45rem;
}
button.close,
.btn.djc_qty_btn,
.btn-cart,
input.btn.btn-success.validate,
.djc_query_btn,
.djc_addtoquote_btn,
#djc_contact_form_button,
.formControls input.rsform-submit-button {
	cursor: pointer;
	color:#fff;
	background-color:#AC141A;
	border: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}
button.close:hover,
..btn.djc_qty_btn:hover,
.btn-cart:hover,
input.btn.btn-success.validate:hover,
.djc_query_btn:hover,
.djc_addtoquote_btn:hover,
#djc_contact_form_button:hover,
.formControls input.rsform-submit-button:hover {
	background-color:#ed1c24;
}
.mod_djc2cart {
	padding-bottom:30px;
}
form#userForm h2 {
	padding-left: 15px !important;
}
table#djc_cart_table thead tr th {
	text-align: left;
}
tfoot tr td {
	padding-top: 30px;
}
/* CONTENT =================================================================== CONTENT */
.content-top, .moduletables, .footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.djc_cart, #djcatalog {
	padding-bottom: 30px;
}
.mod_djc2categories_list {
	flex-direction: column;
}

.djc_cart_popup a {
	color: #AC141A;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
.djc_cart_popup a:hover {
	color: #ED1C24;
  border-bottom: solid 2px #ED1C24;
}
.item-page,
form#userForm {
	padding-top: 30px;
	padding-bottom: 30px;
}
.article-body ul {
	padding: 0 0 15px 20px;
}
.article-body h4 a,
.article-body a {
	color: #AC141A;
	transition: all 0.3s ease-in-out;
}
.article-body h4 a:hover,
.article-body a:hover {
	color: #ed1c24;
}
.table-striped {
	padding-bottom: 15px;
}
.table-striped tr th {
	font-weight: 700;
}
.table-striped tr th,
.table-striped tr td {
	padding: 2px 10px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F0F0F0;
}
/* FORM ========================================================================= FORM */
.control-label {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.form-control {
	border: solid 2px #111;
	border-radius: 2px;
}
.formRequired,
.rsform-text-box,
.rsform-input-box,
.rsform-captcha-box {
	color: #AC141A;
}
/* FOOTER ===================================================================== FOOTER */
footer {
	display: block;
	color: #ccc;
	background: #333;
	padding: 20px 0;
}
footer::after {
  content: "";
  clear: both;
  display: table;
}
footer p {
	margin-bottom: 0;
}
footer a {
	color: #fff;
}
h3.foothead {
	font-size: 1em;
	text-transform: uppercase;
}
ul.navbar-navfoot {
	list-style: none;
	padding: 0;
}
ul.navbar-navfoot li {
	list-style: none;
}
ul.navbar-navfoot li a {
	transition: all .3s;
	padding: 0;
	color: #ccc;
}
#copyright {
	display: block;
	padding-top:15px;
	color:#999;
	background: #111;
}
a.back-to-top {
	z-index:9999;
	border-radius: 50%;
	background-color: #999;
	color: #111;
	position: fixed;
	bottom: 15px;
	right: 15px;
	height: 24px;
	width: 24px;
	opacity: 1;
	-webkit-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	transition-property: opacity;
	transition-duration: 0.15s;
	transition-timing-function: ease-in-out;
	transition-delay: initial;
}
.back-to-top i{
	position: relative;
	height: 24px;
	width: 24px;
}
.back-to-top i:before {
	position: absolute;
	font-size: 27px;
	right: -1px;
	top: -1px;
}
.fadeButton {
	opacity: 0 !important;
}

/* PRODUCTS ================================================================= PRODUCTS */
.a1f_subcategory {
	padding-bottom: 20px;
}
ul.list-category {
	list-style: none;
}
h2.djc_title {
	font-size: 1.75em;
}
.djc_item .djc_images {
	max-width: 100% !important; }
.a1f_title h4 a {
	text-transform: uppercase;
}
.breadcrumb li a,
.mod_djc2categories_list li a,
.a1f_title h4 a,
.djc_title h3 a,
.djc_category_info a,
a.btn.readmore {
	transition: all 0.2s ease-in-out;
	color: #AC141A /*#4363d8*/;
	border-bottom: solid 2px rgba(237,28,36,0);
}
.breadcrumb li a:hover,
.mod_djc2categories_list li a:hover,
.a1f_title h4 a:hover,
.djc_title h3 a:hover,
.djc_category_info a:hover,
a.btn.readmore:hover {
	color: #ED1C24 /*#4363d8*/;
	border-bottom: solid 2px rgba(237,28,36,1);
}
.djca-item-title h5,
.djca-item-title h6 {
	margin: 0;
	font-weight: 400;
}
.djc_image {
	padding-top: 10px;
}
.a1f-product-row td {
	padding: 3px 3px 0 3px;
}
tr.a1f-product-row:nth-child(odd) {
  background-color: #FFF;
	transition: all 0.2s ease-in-out;
}
tr.a1f-product-row:nth-child(odd) {
  background-color: #F0F0F0;
}
tr.a1f-product-row:nth-child(odd):hover,
tr.a1f-product-row:nth-child(even):hover {
  background-color: #AC141A /*#4363d8*/;
}
tr.a1f-product-row a {
	transition: all 0.2s ease-in-out;
	color: #AC141A /*#4363d8*/;
	display: flex;
}
tr.a1f-product-row:hover a {
	color: #fff;
}
tr.a1f-product-row:hover {
	cursor: pointer;
}
table.alf-products-table {
	margin: 0 0 10px  0;
	border-spacing: 0px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	width: 100%;
	text-align: left;
}
.a1f-product-size {
	width: 40%;
}
.a1f-product-sku {
	width: 35%;
}
.a1f-product-price {
	width: 24%;
}
span.alf-unit {
	font-size: 0.6em;
}
.a1f-item-wrap {
	padding-bottom: 60px;
}
.djc_price_label,
h5.djc_sku,
h5.djc_length,
h5.djc_width,
h5.djc_height,
h5.djc_weight {
	color: #666;
}
h5.djc_sku small span,
h5.djc_length small span,
h5.djc_width small span,
h5.djc_height small span,
h5.djc_weight small span {
	color: #000;
}
.btn-file {
	color: #fff;
	background-color: #AC141A;
	border: none;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.btn-file:hover {
	cursor: pointer;
	background-color: #ed1c24;
}

.modal-body.djc_cart_popup {
	background-color: #FFFFFF;
}


/* BUTTONS =================================================================== BUTTONS */
/* --------------------------------------------------------------------------- GLOBAL */
.btn-cta-col {
	margin-bottom: 30px;
}
.btn-cta-wrap {
	height: 100%;
}
.btn-cta {
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	z-index:10;
	height: 100%;
}
.btn-cta .text1,
.btn-cta .text2 {
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buttonfx-comment {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.btn-cta i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 99;
	width: 30px;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: left .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: left .3s ease-in-out, opacity .3s ease-in-out;
	transition: left .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}
.btn-cta:hover i {
	left: 80%;
	opacity: 1;
}
/* --------------------------------------------------------------------------SLIDE RIGHT */
.btn-cta.btn-slideRight .text1 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-cta.btn-slideRight .text2 {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.btn-cta.btn-slideRight:hover .text1 {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}
.btn-cta.btn-slideRight:hover .text2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/***** Goliath *****/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
figure {
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.grid figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fig-caption-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-goliath .fig-title-wrap h6,
figure.effect-goliath .fig-hover-wrap h6{
	font-weight: 400;
}

figure.effect-goliath {
	background: rgba(0,0,0,0.7);
	transition: background 0.35s;
}
figure.effect-goliath img,
figure.effect-goliath .fig-title-wrap {
	-webkit-transition: -webkit-transform 0.35s;
	transition: all 0.35s;
	opacity: 1;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath .fig-title-wrap {
	padding: 20px 10px 0 10px;
}
figure.effect-goliath .fig-hover-wrap {
	padding: 0 10px;
}
figure.effect-goliath .fig-title-wrap,
figure.effect-goliath .fig-hover-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
}
figure.effect-goliath .fig-hover-wrap {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover {
	background: rgba(0,0,0,1);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	opacity: 0;
}
figure.effect-goliath:hover .fig-title-wrap {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-goliath:hover .fig-hover-wrap {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* RESPONSIVE ============================================================= RESPONSIVE */
.img-responsive {
	width: auto;
	max-height: 100%;
}
@media screen and (min-width: 992px) {
	.item-table {
		padding-top: 50px;
	}
	.navbar-nav {
		padding: 0 20px 0 0;
	}
}
@media (max-width: 992px) and (min-width: 769px) {
	form#DJC2searchForm {
	}
	fieldset.djc_mod_search {
		width: 190px;
	}
	input.searchbox {
		max-width: 150px;
	}

}
@media screen and (max-width: 991.98px) {
	.edge {
		position: relative;
	}
	table.alf-products-table {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
}
@media screen and (min-width: 769px) {
	.navbar-nav li a:hover {
		color: #F46F74;
	}
	.navbar-navfoot li a:hover:after,
	.navbar-nav li a:hover:after {
		width: 100%;
	}
	.show > .dropdown-menu {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.dropdown-menu {
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;	
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		display: block;
		transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
	}
}
@media screen and (min-width: 768px) {
	.pad-left-hide {
		padding-left: 30px;
	}
	body {
		padding-top: 92px;
	}
}
@media screen and (max-width: 768px) {
	.navbar-nav li a {
		color: #aaa;
	}
	#mainNav ul.navbar-nav	{
		padding: 0 0 0 15px;
	}
	#mainNav ul.navbar-nav,
	ul.dropdown-menu	{
		align-items: flex-end;
	}
	#mainNav ul.navbar-nav li a,
	ul.dropdown-menu li {
		text-align: right;
	}
	ul.dropdown-menu {
		padding: 5px 0;
	}
	ul.dropdown-menu,
	ul.dropdown-menu li {
		padding: 5px 0;
	}
	ul.dropdown-menu li a:hover {
		color: #F46F74;
	}
	.a1f-product-size {
		width: 45%;
	}
	.a1f-product-sku {
		width: 30%;
	}
	.a1f-product-price {
		width: 24%;
	}
	.slide-content {
		text-align: center;
	}
	.slide-btn-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 767.95px) {
	body {
		padding-top: 128px;
	}
}