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

/* RANDOM OVERRIDES */
.container-fluid {
	max-width: 1500px;
}
@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

.sticky-top {top: 0;}
.sticky-top-side {top: 150px;}

a {
	color: #9eb205; 
	transition: color .15s ease-in-out;
}
a:hover, 
.text-muted a:hover {
	color: #C8E00C;
}

a .fa-tv {color: #000;}

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

#headerWrap {z-index: 5000;}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		left: initial;
		margin-left: 20px;
	}
}

body {
	background-color: #FFFFFF;
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/43367/v1/img/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: initial;
}

@media (max-width: 575px) {
	body {
		background-position: left -465px;
	}
}

.singleAd {
	text-align: center;
}

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: italic;
}

h1 {
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 900;
}

#homeBody h2,
#mainSide h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 5px 0;
	margin-bottom: 15px;
	
	/*color: #000;*/
	/*background: rgb(196,0,43);
	background: linear-gradient(90deg, rgba(196,0,43,0) 0%, rgba(196,0,43,0.8491771708683473) 25%, rgba(196,0,43,1) 50%, rgba(196,0,43,0.8519782913165266) 75%, rgba(196,0,43,0) 100%);*/
}

#mainSide h2 {
	color: #ccc;
}

/*#mainSide h2::after {
	content: '';
	border-bottom: 4px solid #2f2f30;
	width: 50px;
	display: block;
	margin: 10px auto;
}*/

/*#mainSide h2 {border-bottom-color: #404040;}*/

#mainFeed h2 {
	font-size: 24px;
	line-height: 26px;
}

#mainBottom h2 {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
}

h3 {
	font-weight: 900;
}

h3 a,
h5 a {
	color: #000;
}

.mrp-heading h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}

.feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	line-height: 30px;
}


/* Colors */
#footerWrapper {background-color: #FFFFFF;}
h1, h2, .headSpec {color: #2f2f30;}
.mrp-shaded h2 {color: #000;}
#mainSide .card {
	background-color: rgba(0,0,0,.65) !important;
	border-radius: 0;
}

.schFeedWrap, .schFeedWrap a {color: #fff;}
.schFeedWrap a:hover {color: #c8e00c;}

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

nav a {
	color: #FFFFFF;
}


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 313px;
	height: 86px;
	top: 5px;
}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 65px;
		top: 2px;
	}
}

#navBar {/*margin-top: 20px;*/}

.mrpNav {
	background: #000000;
}

@media (min-width: 992px) {
	#navBar ul.navbar-nav {
		margin-left: 325px;
	}
}

#navTop {}

#mainTop {
	/*margin-top: 20px;*/
}

.navbar-toggler {
	background: transparent;
}

@media (max-width: 991px) {
	#mainTop {}
}

#mainBox {}

@media (max-width: 575px) {
	#mainBox {
		margin-top: 20px;
	}
}

#mainContent {
	/*background-color: #000000;
	padding-top: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,.75);*/
}

#mainMain {
	background-color: #FFFFFF;
	/*padding-top: 30px;*/
	/*box-shadow: 0 10px 30px rgba(0,0,0,.75);*/
}

#mainSide {}

@media (max-width: 575px) {
	#mainSide {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 576px) {
	#mainSide {
		margin-top: 40px;
	}
}

#mainBottom {
	background-color: #000000;
	
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/43367/v1/img/mainbottom.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	padding-top: 80px;
	padding-bottom: 80px;
}

body:not(#homeBody) #contentTop {display: none;}
body:not(#homeBody) #mainContent {/*padding-top: 30px;*/}
@media (max-width: 575px) {
	body:not(#homeBody) #mainContent {padding-top: 0;}
}

body:is(#homeBody) #mainBox {/*display: none;*/}

.mrp-shadow-custom {box-shadow: 0 10px 30px rgba(0,0,0,.15);}



/* Feeds - ContentTop */
.statsFeedSub li {
	width: 23%;
	margin: 1%
}

@media (min-width: 769px) {
	.statsFeedSub li {
		width: 23%;
	}
}

.card {
	background: rgb(0,0,0) !important;
	border-radius: 0;
}

.card img {
	filter: grayscale(100%);
}

.card:hover img {
	filter: none;
}

.statsFeed .feedDesc1 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 12px;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.statsFeed .feedDesc1 {
		font-size: 10px;
		letter-spacing: 1px;
	}
	
}

.statsFeed .feedDesc2 {
	font-size: 42px;
	line-height: 44px;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}

@media (max-width: 1199px) {
	.statsFeed .feedDesc2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.statsFeed .feedDesc2 {
		font-size: 32px;
		line-height: 34px;
	}
}

.statsFeed ul.noBullet {
	list-style: none;
	padding: 0;
}

@media (max-width: 1199px) {
	.statsFeed ul.noBullet {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.statsFeed ul.noBullet {
		margin-top: -5px;
	}
}

.statsFeed ul.noBullet span {
	display: block;
}

#contentTop h2 {
	font-size: 21px;
	color: #2f2f30;
	letter-spacing: 3px;
	margin-bottom: 25px;
	
	padding: 0;
	/*background: rgb(196,0,43);
	background: linear-gradient(90deg, rgba(196,0,43,0) 0%, rgba(196,0,43,0.4962359943977591) 25%, rgba(196,0,43,0.8519782913165266) 50%, rgba(196,0,43,0.5046393557422969) 75%, rgba(196,0,43,0) 100%);*/
}

#contentTop h2::after {
	content: '';
	border-bottom: 4px solid #2f2f30;
	width: 50px;
	display: block;
	margin: 10px auto;
}

@media (max-width: 575px) {
	.statsFeedSub li {
	}
}

.schFeedWrap a,
.resultsFeedWrap a,
.resultsFeed {
	color: #fff;
}

.schFeedWrap a:hover,
.resultsFeedWrap a:hover {
	color: #c8e00c;
}

.resultsFeed .feedDesc1 {
	font-size: 21px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}
.resultsFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0 10px;
}
.resultsFeed .feedDesc3 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}

.schFeed .feedDesc1 {
	font-size: 32px;
	line-height: 36px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	padding-bottom: 10px;
}

.schFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0;
}


/* Layout - Featured News */
.featureThumbsWrap {
	top: 170px;
}



@media (min-width: 576px) {
	.featureText {
		bottom: 25px;
		right: 25px;
		width: 50%;
	}
	
	.featureThumbsWrap {
		bottom: 25px;
		left: 25px;
		top: initial;
	}
}

.featureThumb {
	width: 40px;
	height: 10px;
	border-radius: 5px;
}


/* Results */
.table-info, .table-info>td, .table-info>th {
	background-color: #f0f0f0;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #e0e0e0;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #bfbfbf;
}



/* Random */
.mrriLogo {
	width: 250px;
	height: 73px;
	margin-top: 25px;
}

.featureText .mdWrap {
	float: none;
}


/* Buttons - Custom */
.btn,
.btnGeneral,
.btnSend,
.addCart {
	font-size: 14px;
	border-radius: 0;
	transform: skewX(170deg);
	font-weight: bold;
}

.btn-outline-success,
.btn-outline-danger {
	color: #000;
}

/* Featured News Override */
.featureFeed {
	/*height: 600px;*/
	background-color: #000;
}

.featureFeedContent {
	/*height: 600px;*/
	filter: grayscale();
}

.featurePicWrap img {
	opacity: 50%;
}

.featureText {
	background: transparent;
}


/* Custom Sponsors */
.spSponsor {margin: 0 auto;}
