@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 700;
}

h1.subHeading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 42px;
	line-height: 36px;
	color: #969696;
	margin-bottom: 25px;
}

h2 {
	font-size: 32px;
	line-height: 32px;
	/*text-transform: none !important;*/
	color: #ff0000;
	margin-bottom: 20px !important;
}

#mainBottom h2 {
	color: #000;
	letter-spacing: 4px;
}

.mrp-container h2 {margin-bottom: 0 !important;}
.mrp-container h2::before {
	border: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (max-width: 575px) {
	#headerWrap h2 {font-size: 24px; line-height: 26px;}
}

h3 {
	font-size: 26px;
}

@media (max-width: 575px) {
	#headerWrap h3 {font-size: 21px; line-height: 23px;}
}

#galleryBody h3 {
	margin: 10px 0 5px;
}

h4 {
	font-size: 20px;
}

.mrp-heading h5 {
	font-size: 18px;
}

a {
	color: #ff0000;
	transition: color .15s ease-in-out;
}

a:hover {color: #e70000;}

a.more,
h3 a {
	color: #ff0000;
}
a.more:hover,
h3 a:hover{
	color: #e70000;
}


/* Layout */
#headerWrap {
	background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/top.jpg") center center no-repeat;
	text-align: center;
}

#logo {
	width: 400px;
	height: 129px;
	margin: 10px 0;
}

@media (max-width: 991px) {
	#logo {
		width: auto;
		height: 90px;
	}
}

#mainBox {
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 50px;	
	padding-top: 20px;
}

body:not(#homeBody) #mainBox {
	padding-top: 40px;	
}



#mainTop {
	/*background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/maintop.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;*/
	/*background-size: cover;*/
	padding: 0;
	margin-bottom: 30px;
}

#mainTopInner {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
	padding: 40px 0;*/
}

body:not(#homeBody) #contentTop {
	display: none;	
}

#mainBottom {
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/mainbottom.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0 70px;
}

.elementHeading {margin-top: 40px;}
.elementHeading span,
.elementWrap {margin-left: 0;}

.elementWrap .quickGalWrap_right {margin: 0 0 20px 20px;}
.elementWrap .quickGalWrap_left {margin: 0 20px 20px 0;}

.elementWrap img {
	border: none;
	min-width: 100%;
	padding: ;
}

#contactBody .cardPicWrap {
	float: left;
	margin-right: 15px;
}


/* Layout - Nav */
#navBar {
	/*background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(67,67,67,1) 25%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(67,67,67,1) 75%, rgba(255,255,255,1) 100%);*/
	/*padding: 3px 0;*/
}

.mrpNav {
	background: #000000;
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
}

/*@media (max-width: 575px) {
	.mrpNav {
		background: rgb(255,255,255);
	}
}*/

.mrpNav a {
	font-family: 'Bebas Neue', cursive !important;
	outline: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	letter-spacing: 1px;
}

.mrpNav a.dropdown-item  {
	font-family: Arial, Helvetica, sans-serif !important;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
}

nav a {color: #FFFFFF;}

@media (min-width: 992px) {
	.mrpNav a {
		text-align: center;
	}
	
	.mrpNav a.dropdown-item  {
		text-align: left;
	}
}

ul.navbar-nav {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		/*border-left: 1px solid #;
		transition: border-color .15s ease-in-out;*/
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	/*.navbar-nav li:last-child {
		margin-bottom: 20px;
	}*/
}

@media (min-width: 992px) {
	.navbar .navbar-nav .nav-link {
		color: #FFFFFF;
		transition: background .15s ease-in-out;
		padding: 20px 15px;
	}

}

#mrpNav .dropdown-menu {
	border: 0;
	background: #000000;
	border-radius: 0;
	box-shadow: 0 5px 15px rgba(0,0,0,.35);
}

#mrpNav .dropdown-item {color: #fff;}
#mrpNav .dropdown-item:hover {background: #3A393B;}
#mrpNav .dropdown-divider {border-color: #5c5c5c;}

.dropdown-item.active, .dropdown-item:active {background-color: #fafafa;}

#homeBody #mrpNav .homeNav a.nav-link,
#faqBody #mrpNav .faqNav a.nav-link, 
#testiBody #mrpNav .testiNav a.nav-link, 
#aboutBody #mrpNav .aboutNav a.nav-link, 
#linksBody #mrpNav .linksNav a.nav-link, 
#contactBody #mrpNav .contactNav a.nav-link,
#galleryBody #mrpNav .galleryNav a.nav-link,
#shopBody #mrpNav .productsNav a.nav-link,
#shopBody #mrpNav .shopNav a.nav-link,
#productDetailBody #mrpNav .shopNav a.nav-link,
.newsBody #mrpNav .newsNav a.nav-link,
#servicesBody #mrpNav .servicesNav a.nav-link,
#aboutBody a.aboutNav {
	color: #FFFFFF;
	background-color: #3a393b;
}

#mrpNav a.nav-link:hover {
	color: #FFFFFF;
	background-color: #3a393b;
}

.mrpNav > ul > li a {
	color: #FFFFFF;
	transition: color .15s ease-in-out;
}

.mrpNav ul li > a:hover {
	color: #3a393b;
}

#mrpNav .mrpNav a:focus {color: #FFFFFF;}


#mrpNav .contactFeedWrap h2,
#mrpNav .contactFeedWrap .contactName,
#mrpNav .contactFeedWrap .addLine1,
#mrpNav .contactFeedWrap .addLine2,
#mrpNav .contactFeedWrap .addLoc,
#mrpNav .contactFeedWrap .contactEmail {
	display: none;
}

#mrpNav .contactFeedWrap .mrp_phoneLink {
	font-size: 19px;
}

@media (max-width: 991px) {
	#mrpNav .navbar-text {
		margin-bottom: 15px;
	}
}

#mrpNav .contactFeedWrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mrpNav .contactFeedWrap ul li {
	margin: 0;
	padding: 0;
}


/* Search Bar */
#mrpNav .search-label,
#mrpNav .departments-dropdown {
	display: none;
}

#mrpNav .search-btn.btn {margin: 0;}

@media (min-width: 992px) {
	#mrpNav .search-input {
		border: 0;
		border-radius: .25rem 0 0 .25rem;
	}

	#mrpNav .search-btn {
		border-radius: 0 .3rem .3rem 0;
		min-height: 38px;
		padding: 8px 12px;
	}
}

@media (max-width: 991px) {
	#mrpNav .form-control {
		margin-bottom: 5px;
		width: 100%;
	}
	
	#mrpNav .search-btn,
	#mrpNav .searchWrap {
		width: 100%;
	}
	
	#mrpNav .search-btn.btn {
		margin-bottom: 25px;
	}
}


/* Footer */
#footerWrapper {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/footer.jpg");
	background-position: center center;
	background-size: cover;
	padding: 300px 0 10px;*/
	
	/*background-color: #737273;*/
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38098/v1/img/footer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 75px 0 25px;
	
	border-top: 30px solid #ff0000;
}

#footerWrapper .contactFeedWrap,
#footerWrapper .contactFeedWrap a {
	color: #FFFFFF;
}

#footerWrapper .contactFeedWrap a:hover {
	color: #cccccc;
}



#footerContactFeed {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #;
	padding: 20px 0;
	margin-top: 40px;
}

#footerContactFeed a,
#footerContactFeed a:hover {
	color: #fff;
}

#footerContactFeed .contactFeedWrap h2 {display: none;}

#footerContactFeed .contactFeedWrap ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#footerContactFeed .contactFeedWrap ul {
	margin-bottom: 0;
}

#footerContactFeed .contactFeedWrap li.contactEmail {
	display: none;
}

#footerContactFeed .contactFeedWrap li.contactName,
#footerContactFeed .contactFeedWrap li.addLine1,
#footerContactFeed .contactFeedWrap li.addLoc,
#footerContactFeed .contactFeedWrap li.contactPhone {
	display: inline;
	margin: 0 10px;
}

@media (max-width: 991px) {
	#footerContactFeed .contactFeedWrap li.contactName,
	#footerContactFeed .contactFeedWrap li.addLine1,
	#footerContactFeed .contactFeedWrap li.addLoc,
	#footerContactFeed .contactFeedWrap li.contactPhone {
		display: inline-block;
	}
}


/* Layout - Content Top */
/*body:not(#homeBody) #contentTop {
	display: none;	
}*/

/*#contentTop {
	color: #fff;
	background-color: #ff0000;
	padding: 70px 0 60px;
}

#contentTop a,
#contentTop a:hover {
	color: #fff;
}

#contentTop h1 {
	font-size: 45px;
	line-height: 45px;
}

#contentTop h2,
#contentTop h2 a,
#contentTop h2 a:hover {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}*/


.bg-primary {
	background-color: # !important;
}


/* THIS WEBSITE ONLY */
/*#contentTop .pushItemSub h2,
#contentTop .pushItemSub .viewAll,
#contentTop .pushItemContent .pdesc {
	display: none;
}

#contentTop h3.productHead {
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
	padding: 10px;
}

#contentTop h3.productHead a {
	color: #fff;
}

#contentTop .pushItemPicWrap img {min-width: 100%;}*/

#homeBody #mainContent .mainBoxSub .elementWrap {margin: 0;}

@media (max-width: 575px) {
	#homeBody #mainContent .mainBoxSub .quickGalWrap_left {margin-right: 0;}
}



/* Layout - Events */
#eventsBody .mrp_singleEventWrap img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	#eventsBody .mrp_eventsWrap .table {
		width: 100%;
	}
	#eventsBody .mrp_eventsWrap .table tr {
		display: block;
		margin-bottom: 30px;
	}
	#eventsBody .mrp_eventsWrap .table td {
		display: block;
		border: none;
		padding: 5px 0;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		padding-top: 10px;
	}
	#eventsBody .mrp_eventsWrap .table td.mrp_picCol img {
		width: 100%;
	}
}

@media (min-width: 576px) {
	#eventsBody .mrp_eventsWrap .table .mrp_picCol {
		width: 140px;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		text-align: right;
	}
}


/* Testimonials */
#testiBody .navLinkWrap,
#testiBody .hide {
	display: none;
}

#testiBody .contentSubWrap {
	border-left: 4px solid #ebebeb;
	padding: 20px 0 20px 20px;
	margin-bottom: 40px;
}

#testiBody .contentSubWrap p {
	font-style: italic;
}

#testiBody .contentSubWrap h3 {
	text-align: right;
	font-size: 15px;
}


/* Layout - Headlines */
#mainTop {
	margin-bottom: 0;
}

.headlinePic img {
	width: 100%;
	display: block;
}

#headlineWrap {
	position: relative;
}

#headlineNav {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

@media (max-width: 991px) {
	#headlineNav {
		bottom: 10px;
	}
}

#headlineNav ul {
	padding: 0;
	margin: 0;
}

#headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
	width: 24px;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 7px;
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#headlineNav li:hover, 
#headlineNav li.active {
	background: rgba(255,255,255,.8);
}

.headlineContent {
	position: absolute;
	width: 100%;
}

.headlineText {display: none;}


/* Videos */
#mainBottom .mrp-video-feed .mrp-article {
	width: 46%;
	display: inline-block;
	margin: 0 1% 30px;
}

@media (max-width: 575px) {
	#mainBottom .mrp-video-feed .mrp-article {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

#mainBottom .mrp-video-feed .mrp-article img {
	max-width: 100%;
	margin: 0 0 10px 0;
}


/* Buttons - Custom */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo,
.btnSignIn,
.btnContinue {
	text-transform: uppercase;
	padding: 12px 60px;
}


/* Custom */
#faqBody .contentSubWrap {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#galleryBody .contentSubWrap {
	padding: 15px;
	margin-bottom: 15px;
}


/* COLORS - Headlines and Featured News */
.featureText,
.featureText a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}
.featureText a:hover {}
.featureText {background: rgba(0,0,0,0.8);}
.headlineText,
.headlineText a {
	color: #fff;
}
.headlineText a:hover {}
.headlineText {background: rgba(0,0,0,0.8);}


/* Layout - Featured News */
.featureFeedSub {
	position: relative;
}

.featureFeedContent {
	position: absolute;
	width: 100%;
	margin: 0;
}

.featurePicWrap {
	top: 0;
	left: 0;
}

.featurePicWrap img {
	display: block;
	width: 100%;
}

.featureText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	overflow: hidden;
}

.featureText .headSpec,
.featureText .mdWrap {
	font-weight: normal;
	float: left;
	display: inline-block;
}

@media (max-width: 576px) {
	.featureText .pdesc {
		display: none;
	}
}

.featureText .headSpec {
	padding-right: 3px;
}

.featureTextSub {
	position: relative;
	z-index: 20;
}

.featureThumbsWrap {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 30px;
}

.featureThumb {
	position: relative;
	float: left;
	margin: 2px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 7px;
	background: rgba(255,255,255,0);
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.featureThumb.active,
.featureThumb:hover {
	background: rgba(255,255,255,.8);
}

@media (min-width: 1200px) {
	.featureText h3 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.featureText h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/* Custom Shopping Pages */
body:not(#shopBody):not(#productDetailBody) #mrpAccount {
	/*display: none;*/
}

h2.catHead {max-width: 80%;}
.divOptions .optWrap {
	text-align: left;
}

.divOptions .optWrap label {
	display: block;
	margin-bottom: 3px;
}

.divOptions .optWrap select {
	margin-bottom: 10px;
}

#cartFeedTotal {margin: 0 10px;}


#mrpShop,
#mrpShop a {
	color: #fff;
	
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
}


/* Contact Page */
#mainContent_contactMess_messageDiv strong {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
}


/* Custom Shopping Layout */
#shopBody .subContent .itemRowWrap .moreDetails {
	padding: 10px 20px;
}

#shopBody .subContent .itemRowWrap h3 {
	font-size: 23px;
	line-height: 23px;
}

#shopBody .catWrap h3 {
	font-size: 20px;
}

#productTop {margin-bottom: 25px;}

#shopBody .drillDownCatWrap .noDesc .productPics {
	width: 100%;
}

.searchWrap{
	color:#fa5800;
}

.searchWrap .departments-dropdown, .searchWrap .search-label
{display:none;}

.searchWrap .search-btn{cursor:pointer;}


@media (max-width: 991px) {
	.itemRowWrap .productPics {
		width: 100%;
		margin-right: 0;
	}
	.itemRowWrap .addCol {
		width: 100%;
		float: none;
		text-align: left;
	}
	.itemRowWrap .itemInfoWrap {
		width: 100%;
	}
}


/* Custom Shopping Checkout */
@media (max-width: 575px) {
	#mainContent_cartCon_stateWrap {text-align: left;}
	.fLeft, .fRight {float: none !important;}
}



@media (max-width: 576px) {
	.galleryThumbs .thumbWrap {
		width: 25%;
	}
	.elementWrap .quickGalWrap_right {
		margin-left: 0;
	}
}
