@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	text-transform: none !important;
	color: #ef3f23;
	margin-bottom: 20px !important;
}


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

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

a.more,
h3 a {
	color: #ef3f23;
}
a.more:hover,
h3 a:hover{
	color: #d4260a;
}

.mrp-heading h5 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 8px;
}

.mrp-heading h5 a {color: #ef3f23;}
.mrp-heading h5 a:hover {color: #d4260a;}


/* Layout */
#headerWrap {
	background-color: #FFFFFF;
	text-align: center;
}

#logo {
	width: 352px;
	height: 160px;
	margin: 5px 0;
}

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

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



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

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

#mainBottom {
	background: #000000;
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/39056/v1/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
	padding: 20px 0 100px 0;
	margin-top: 30px;*/
}

.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 */
.mrpNav {
	background-color: #ef3f23;
}

.mrpNav a {
	font-family: 'Roboto', sans-serif !important;
	outline: none;
	text-transform: uppercase;
	text-align: left;
}

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

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

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		/*border-left: 1px solid #FFFFFF;
		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 {
		/*background: #000000;*/
		transition: background .15s ease-in-out;
		padding: 20px 15px;
	}

}

#homeBody #mrpNav .homeNav a.nav-link,
#faqBody #mrpNav .faqNav a.nav-link, 
#servicesBody #mrpNav .servicesNav a.nav-link, 
#clientsBody #mrpNav .clientsNav a.nav-link,
#enginesBody #mrpNav .enginesNav a.nav-link,
#partsBody #mrpNav .partsNav a.nav-link,
#maintenanceBody #mrpNav .maintenanceNav a.nav-link,
#testiBody #mrpNav .testiNav a.nav-link, 
#aboutBody #mrpNav .aboutNav a.nav-link,
.newsBody #mrpNav .newsNav a.nav-link,
#linksBody #mrpNav .linksNav a.nav-link, 
#contactBody #mrpNav .contactNav a.nav-link {
	background: #d4260a;
}

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


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

.mrpNav ul li > a:hover,
.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;
}


/* Footer */
#footerWrapper {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#socialFeedWrapper {
	background-color: #ef3f23;
	padding: 20px 0;
	margin-bottom: 30px;
}

#socialFeedWrapper a {color: #FFFFFF;}
#socialFeedWrapper a:hover {color: #CCCCCC;}



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

.contentTop-img {
	background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/39056/v1/img/contenttop.jpg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
}

.contentTop-dots {
	background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/39056/v1/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
	padding: 50px 0;
}

.card {
	border-radius: 10px;
	box-shadow: 0 7px 14px rgba(0,0,0,.35);
}

.bg-primary {
	background-color: #FFFFFF !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 */
body:not(#homeBody) #mainTop {
	display: none;	
}

#mainTop {
	position: relative;
}

#mainTop .headlinePic img {
	height: 200px;
	
	/*min-height: 100%;
	min-width: 100%;*/
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
	#mainTop .headlinePic img {
		height: 275px;
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic img {
		min-height: 100%;
		min-width: 100%;
		/*position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
}

#mainTop #headlineWrap {
	position: relative;
	height: 400px;
	max-width: 1400px;
	margin: 0 auto;
}

#mainTop #headlineNav {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 15px;
	width: 80%;
}

@media (max-width: 767px) {
	#mainTop #headlineNav {
		left: 30px;
	}
}

@media (min-width: 768px) {
	#mainTop #headlineNav {
		right: 0;
		bottom: 30px;
		width: 320px;
		text-align: left;
	}
}

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

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

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

#mainTop .headlineContent {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#mainTop .headlinePic {
	height: 150px;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 576px) {
	#mainTop .headlinePic {
		height: 200px;
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic {
		height: 400px;
		overflow: hidden;
		width: calc(100% - 350px);
	}
}

#mainTop .headlineText {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	padding: 30px;
	color: #fff;
	background: rgba(0,0,0,1);
}

@media (min-width: 576px) {
	#mainTop .headlineText {
		background: rgba(0,0,0,1);
	}
}

@media (min-width: 768px) {
	#mainTop .headlineText {
		position: absolute;
		height: 100%;
		width: 350px;
	}
}

#mainTop #headlineWrap h4 a {color: #fff;}
#mainTop .headlineText p {margin: 0;}


/* 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: 15px;
	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;
	}
}



/* ADs */
.sideHalfPage {
	position:relative;
	/*width:300px;
	height:600px;*/
	overflow:hidden;
	margin: 20px auto;
}


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