@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: 18px;
	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;
}

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

#navFeeds .schFeedWrap,
#navFeeds .schFeedWrap h2,
#navFeeds .schFeedWrap a {
	color: #;
}



/* Layout */
#mrpLogo a.navbar-brand img {
	width: 220px;
	height: 117px;
	top: -35px;
}

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

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



#navTop {}

#mainTop {}

#mainBox {}

#mainContent {}

#mainSide {}

#footerWrapper {}


/* ADs */

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


#navTop {
	background: rgb(0,136,204);
	background: linear-gradient(180deg, rgba(0,136,204,1) 0%, rgba(0,102,153,1) 100%);
	padding-top: 10px;
    padding-bottom: 10px;
	box-shadow: 4px 4px 4px #000000;
}


.mrpNav {
    background: rgb(103,255,2);
	background: linear-gradient(180deg, rgba(103,255,2,1) 0%, rgba(64,159,0,1) 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .35);
    z-index: 1000;
}


nav a {
    color: #000000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}



body {
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/26762/v1/img/bg.jpg) center 0 no-repeat;
	background-color: #FFFFFF;
}



#mainBottom {
    background-color: #FFFFFF;
}


#footerWrapper {
    background: rgb(103,255,2);
	background: linear-gradient(180deg, rgba(103,255,2,1) 0%, rgba(64,159,0,1) 100%);
}


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





/* Layout - Buttons */
.btnSend,
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,
.moreDetails {
	color: #000000 !important;
    background: rgb(103,255,2);
	background: linear-gradient(180deg, rgba(103,255,2,1) 0%, rgba(64,159,0,1) 100%);
	border: 1px #000000 solid;
	border-radius: 4px;
}

.btnSend:hover,
a.touch:hover,  
a.mrp_touch:hover,
.addCart:hover,
.shopCheckout:hover,
.moreDetails:hover {
	color: #000000 !important;
    background: rgb(103,255,2);
	border: 1px #000000 solid;
	border-radius: 4px;
}
