@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&family=Rubik:wght@400;700;900&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Rubik Dirt', sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
}

h1.subHeading {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 45px;
	text-align: center;
}

@media (max-width: 575px) {
	h1.subHeading {
		font-size: 38px;
		line-height: 35px;
	}
}

h1.subHeading::after {
	content: '';
	border-bottom: 5px solid #01e600;
	width: 75px;
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-size: 21px;
	line-height: 24px;
	/*text-transform: uppercase !important;
	letter-spacing: 2px;*/
	color: #01e600;
	margin-bottom: 20px !important;
}

#overview h2 {
	color: #000;
	font-size: 32px;
	line-height: 38px;
}

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

#winnersBody h3 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 30px 0;
	margin-bottom: 0;
}

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

a:hover{
	color: #01b900;
}

a.more,
h3 a {
	color: #01e600;
}
a.more:hover,
h3 a:hover{
	color: #01b900;
}

.ctaLogin a {color: #000;}
.ctaLogin a:hover {color: #282828;}

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

.mrp-heading h5 a {color: #01e600;}
.mrp-heading h5 a:hover {color: #01b900;}


/* Layout */
/*#headerWrap {
	background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/top.jpg");
	background-position: center center;
}*/

#logo {
	width: 198px;
	height: 90px;
	margin: 0;
}

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

@media (max-width: 991px) {
	#logo {
		width: 150px;
	}
}

#mainBox {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

body:not(#homeBody) #mainBox {
	/*padding-top: 50px;
	margin-top: 60px;*/
}

@media (max-width: 1199px) {
	body:not(#homeBody) #mainBox {
		/*margin-top: 50px;*/
	}
}

#mainContent {
	background-color: #fff;
	/*padding: 45px 30px 45px;*/
}

@media (max-width: 575px) {
	#mainContent {
		/*padding: 30px 15px 30px;*/
	}
}


#mainTop {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/maintop.jpg");
	background-position: center center;
	background-size: cover;*/
	/*background-color: #000;*/
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	#mainTop {
		/*margin-top: 50px;*/
	}
}

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

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

@media (min-width: 768px) {
	#usedBody .elementWrap .quickGalWrap_right {
		width: 45%;
	}
}

@media (max-width: 576px) {
	#usedBody .galleryThumbs .thumbWrap {
		width: 50%;
	}
}

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

.elementWrap #gallery-1 img {min-width: initial;}

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


/* Layout - Nav */
#navBar {
	/*box-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

.mrpNav {
	background-color: #000000;
	
	/*background: rgb(205,206,206);
	background: linear-gradient(0deg, rgba(205,206,206,1) 0%, rgba(255,255,255,1) 100%);*/
}

.navbar-brand {
	padding-top: 12px;
	padding-bottom: 12px;
}

/*@media (min-width: 1200px) {
	body:is(#homeBody) .mrpNav {
		background-color: rgba(18,31,177,1);
		transition: background .15s ease-in-out;
	}

	body:is(#homeBody) .mrpNav.scrolled {
		background-color: rgba(18,31,177,0);
	}
}*/


.mrpNav a {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	outline: none;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
}

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

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

@media (max-width: 1199px) {
	.navbar .navbar-nav .nav-link {
		/*border-left: 1px solid #;
		transition: border-color .15s ease-in-out;*/
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navbar #navButtons .btn {
		display: block;
		text-align: center;
	}
	
	.navbar #navButtons .btn:first-child {
		margin-top: 20px;
	}
	
	.navbar #navButtons .btn:last-child {
		margin-bottom: 20px;
	}
	
	/*.navbar-nav li:last-child {
		margin-bottom: 20px;
	}*/
}

@media (min-width: 1200px) {
	.navbar .navbar-nav .nav-link {
		/*background: #;*/
		transition: background .15s ease-in-out;
		padding: 15px;
		
		/*border-top: 4px solid transparent;*/
	}

}

#homeBody #mrpNav .homeNav a.nav-link,
#faqBody #mrpNav .faqNav a.nav-link, 
#servicesBody #mrpNav .servicesNav a.nav-link, 
#clientsBody #mrpNav .clientsNav a.nav-link,
#productsBody #mrpNav .productsNav a.nav-link,
#chassisBody #mrpNav .chassisNav a.nav-link,
#shopBody #mrpNav .shopNav a.nav-link,
#productDetailBody #mrpNav .shopNav 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,
#giftcardsBody #mrpNav .giftcardsNav a.nav-link,
#howtoplayBody #mrpNav .howtoplayNav a.nav-link,
#sponsorBody #mrpNav .sponsorNav a.nav-link {
	/*background: #01e600;*/
	/*background-color: rgba(255,255,255,.5);*/
	color: #01e600;
}

#mrpNav a.nav-link:hover {	
	color: #01e600;
}


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

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #FFFFFF;
}

@media (max-width: 1199px) {
	#mrpLogo {
		width: 100%;
	}
	#mrpLogo .navbar-toggler {
		float: right;
		margin-top: 32px;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	#mrpLogo .navbar-toggler {
		margin-top: 18px;
	}
}


/* Footer */
#footerWrapper {
	background-color: #01e600;
	
	border-top-width: 10px;
	border-top-style: solid;
	border-image: linear-gradient(to right, #b27800, #d4bb64, #b27800) 1;
	
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: 0;
}

#footerLogo {
	max-width: 300px;
	margin-top: -40px;
	margin-bottom: 0;
}

#footerNav li a {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.mrpFooter-copy a {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.mrpFooter-copy-top {display: block;}
}

/* MainBottom */
#mainBottom {
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/bg-dirt-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	
	padding-top: 150px;
	padding-bottom: 150px;
	margin-top: 0;
}

@media (max-width: 575px) {
	#mainBottom {
		background-size: auto 100%;
		background-attachment: initial;
	}
}

#socialLinksWrapper {
	padding: 20px 0;
	margin-bottom: 0;
}

#socialLinksWrapper a {color: #FFFFFF;}
#socialLinksWrapper a:hover {color: #d4bb64;}

#socialLinksWrapper .fa-stack {width: 4.5em}
#socialLinksWrapper .fa-stack-2x {font-size: 3em;}


/* MainBottom 2 */
#mainBottom2 {
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/bg-dirt-2.jpg");
	background-position: top center;
	background-repeat: repeat;
	padding-top: 75px;
	padding-bottom: 75px;
}

#mainBottom2 h2 {
	color: #000000;
	font-size: 32px;
	line-height: 38px;
	/*text-transform: uppercase !important;*/
}

#mainBottom2 .testiContent {
}

#mainBottom2 .testiText {
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
	padding-bottom: 15px;
	color: #777;
}

#mainBottom2 .testiText::before {
	content: '';
	border-bottom: 5px solid #01e600;
	width: 75px;
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#mainBottom2 .testiCredit {
	text-transform: uppercase;
	color: #b6b6b6;
}



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

#contentTop {
	/*background-color: #01e600;*/
	
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/31799/v1/img/bg-contenttop.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	
	/*margin-top: 114px;*/
	
	position: relative;
}

@media (max-width: 991px) {
	#contentTop {/*margin-top: 92px;*/}
}

#contentTop-gold,
#contentTop-white {
	position: absolute;
	width: 100%;
}

#contentTop-gold {
	bottom: 30px;
	height: 10px;
	background: rgb(178,120,0);
	background: linear-gradient(90deg, rgba(178,120,0,1) 0%, rgba(212,187,100,1) 50%, rgba(178,120,0,1) 100%);
}

#contentTop-white {
	bottom: 0;
	height: 30px;
	background-color: #fff;
}

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

#contentTop h2 {
	color: #000000;
	font-size: 32px;
	line-height: 32px;
}

@media (max-width: 1199px) {
	#contentTop h1 {
		font-size: 35px;
		line-height: 35px;
	}
	#contentTop h2 {
		font-size: 26px;
		line-height: 26px;
	}
}

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

#contentTop-series {
	padding-top: 50px;
	padding-bottom: 50px;
}


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

#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;}


/* 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 {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 12px 60px;
}

.btn-lg {font-size: 21px;}

.mrpNav a.btn-success {color: #000000;}
.mrpNav a.btn-success:hover {color: #000000;}

.btn-nav-custom {
	float: right;
	padding: 12px 30px;
	margin-top: 32px;
}

@media (max-width: 991px) {
	.btn-nav-custom {
		margin-top: 21px;
	}
}


/* Animate on View */
.scroll-fadeInUp div.animate__animated, 
.scroll-fadeInUp h1.animate__animated, 
.scroll-fadeInUp h2.animate__animated, 
.scroll-fadeInRight div.animate__animated, 
.scroll-fadeIn div.animate__animated {
    opacity: 0;
}

@media (max-width: 575px) {
	body:is(#homeBody) #contentTop .scroll-fadeInUp div.animate__animated,
	body:is(#homeBody) #contentTop-winner .scroll-fadeIn div.animate__animated {
		opacity: 1;
		
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}


/* Notification Bar */
#navBar .quickMessage {
	text-align: center;
	background: #01e600;
	padding: 10px;
}
#navBar .quickMessage p {
	margin: 0;
}

#navBar .quickMessage a {
	color: #000;
	text-decoration: underline;
}
#navBar .quickMessage a:hover {color: #383838;}


/* Custom News */
.newsBody article section.text-center img {display: none;}
.newsBody article section p a.btn {text-decoration: none;}


/* Homepage YouTube Feed */
#homeBody .mrp-videofeed-wrap h2,
#homeBody .mrp-video-feed section {display: none;}
#homeBody .mrp-videofeed-wrap {text-align: center;}
#homeBody .mrp-video-feed .mrp-article {
	width: 18%;
	display: inline-block;
	margin: 0;
}

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

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