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

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

h1, h1.subHeading {
	font-weight: 900;
}

h2 {
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	color: #;
}

.mrp_newsNetwork h2::after {
	margin-top: 5px;
	margin-bottom: 10px;
}

h3, h3.newsHead {
	font-size: 21px;
	font-weight: 900;
}

#homeBody h3.newsHead {
	padding-top: 20px;
}

.featureText h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

h4, .headlineText h4 {
	font-size: 18px;
	font-weight: 500;
}

.btnGeneral {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.schFeedWrap .feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 21px;
}

.mrp_countDownFeedWrap .countdown_amount {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #;
	background-color: #;
}

#footerWrapper .contactFeedWrap h2 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

#footerWrapper h3 {
	font-size: 18px;
	text-transform: uppercase;
}


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 300px;
	height: 125px;
	top: -17px;
}

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

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

#mainWrapper {}

#navTop {}

#mainTop {}

#mainBox {}

#mainContent {}

#mainSide {}

#mainBottom {}

#footerWrapper {}


/* ADs */

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


.side300x250 {
	position:relative;
	width:300px;
	height:250px;
	overflow:hidden;
	margin: 20px auto;
}






#navTop {
    background-color: #000000;
}


.mrpNav {
    background-color: #FFFFFF;
    border-bottom: 10px #9d080e solid;
}

@media (max-width: 992px) {
.mrpNav {
    background-color: #000000;
    border-bottom: 10px #9d080e solid;
}
}

.mrpContentBox {
    background-color: #ffffff;
    border-top: 5px #9d080e solid;
}


.mrpNav a {
	font-size: 14px;
	font-weight: 600;
	 text-transform: uppercase;
}

nav a {
    color: #000000;
}



@media (max-width: 992px) {
nav a {
  color: #FFF;
	}
}



.col-lg-4 {
    background-color: #FFFFFF;
}

#mainBottom {
    background-color: #FFFFFF;
    border-top: 10px #9d080e solid;
}

#footerWrapper {
    background-color: #E5E5E5;
}

#footerWrapper a {
    color: #000000;
}

.dropdown-menu.show {
    max-height: 350px;
    overflow: auto;
}


body:not(#homeBody) #mainContent {
    background-color: #FFFFFF;
    border-top: 5px # solid;
    padding: 1.5rem !important;
}




/* Layout - Buttons */
a.touch,
a.touch:link,
a.touch:active, 
a.touch:visited,
a.mrp_touch,
a.mrp_touch:link,
a.mrp_touch:active, 
a.mrp_touch:visited,
.addCart,
.shopCheckout,
.btnProcess,
.moreDetails {
	color: #FFFFFF !important;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 100%);
}
a.touch:hover,  
a.mrp_touch:hover,
.addCart:hover,
.shopCheckout:hover,
.btnProcess:hover,
.moreDetails:hover {
	color: #fff !important;
	background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
}




.featureText {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    overflow: hidden;
    background: rgba(0,0,0,.7);
}



.navbar-toggler .icon-bar {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    display: inline-block;
    background: #FFFFFF;
    margin: 3px 0;
    transition: all 0.2s;
}

#mainTop .headlineText, #mainTop #headlineNav{
	display:none;
}

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

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

#mainTop .headlinePic img {
		height: 580px;
		width: 360px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

@media (min-width: 577px) {
	
	#mainTop .headlineContent {
		position: absolute;
		width: 100%;
		height: 925px;
		overflow: hidden;
	}


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

@media (min-width: 577px) {
	
	#mainTop .headlineContent {
		position: absolute;
		width: 100%;
		height: 925px;
		overflow: hidden;
	}


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