/* Bootstrap Buttons */
/* Empty - Colors */
.btn {
	color: #000000;
}

.btn:hover {
	color: #333333;
}

.btn.focus, 
.btn:focus {
	color: #333333;
}

.btn.disabled, 
.btn:disabled {
	color: #000000;
}

.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active, 
.show > .btn.dropdown-toggle {
	color: #333333;
}

/* Success - Colors */
.btn-success {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #da0a11;
	border-color: #da0a11;
}

.btn-success.focus, 
.btn-success:focus {
	color: #ffffff;
	background-color: #da0a11;
	border-color: #da0a11;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-success.disabled, 
.btn-success:disabled {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #da0a11;
	border-color: #da0a11;
}

/* Danger - Colors */
.btn-danger {
	color: #ffffff;
	background-color: #da0a11;
	border-color: #da0a11;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

.btn-danger.focus, 
.btn-danger:focus {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-danger.disabled, 
.btn-danger:disabled {
	color: #ffffff;
	background-color: #da0a11;
	border-color: #da0a11;
}

.btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, 
.show > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

/* Default - Colors */
.btn-default {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btn-default:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-default.focus, 
.btn-default:focus {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-default.disabled, 
.btn-default:disabled {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btn-default:not(:disabled):not(.disabled).active, 
.btn-default:not(:disabled):not(.disabled):active, 
.show > .btn-default.dropdown-toggle {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

/* Success Outline - Colors */
.btn-outline-success {
	color: #ee1d24;
	border-color: #ee1d24;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

.btn-outline-success.focus, 
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-success.disabled, 
.btn-outline-success:disabled {
	color: #ee1d24;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show > .btn-outline-success.dropdown-toggle {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

/* Danger Outline - Colors */
.btn-outline-danger {
	color: #da0a11;
	border-color: #da0a11;
}

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

.btn-outline-danger.focus, 
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-danger.disabled, 
.btn-outline-danger:disabled {
	color: #da0a11;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show > .btn-outline-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #ee1d24;
	border-color: #ee1d24;
}

/* Default Outline - Colors */
.btn-outline-default {
	color: #000000;
	border-color: #d7d7d7;
}

.btn-outline-default:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-outline-default.focus, 
.btn-outline-default:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-default.disabled, 
.btn-outline-default:disabled {
	color: #000000;
	background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled).active, 
.btn-outline-default:not(:disabled):not(.disabled):active, 
.show > .btn-outline-default.dropdown-toggle {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

/* btnGeneral - Colors */
.btnGeneral {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btnGeneral:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btnGeneral.focus, 
.btnGeneral:focus {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}


/* Possible future TO DO */
/* This file could be renamed to a "responsive starter" file.  Any shimming we need to do with legacy HTML could be done here. */

/* TO ADD - Global Responsive - General */
.quickGalWrap_left {
	float: left;
}

.quickGalWrap_right {
	float: right;
}

@media (max-width: 576px) {
	.quickGalWrap_left,
	.quickGalWrap_right {
		width: 100%;
	}
}

.file {
	box-shadow:0 0 0 0 rgba(0, 123, 255, .25);
	transition: box-shadow .15s ease-in-out;
}

.file:hover {
	box-shadow:0 0 0 .1rem rgba(0, 123, 255, .25);
}

#fileCatWrap .fileThumb {
	display: none;
}

#fileCatWrap .file a {
	display: block;
	padding: 10px 15px;
}

#fileCatWrap .file a::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
	margin: 0 5px 0 0;
}


/* TO ADD - Global Responsive - Photo Gallery */
@media (max-width: 991px) {
	.galleryList .contentSubWrap {
		width: 46%;
		margin-right: 4%;
	}
	.galleryList .contentSubWrap .galThumb,
	#galleryBody .galleryList .contentSubWrap .contentPicWrap {
		width: 100% !important;
	}
	#galleryBody .galleryList .contentSubWrap .contentPicWrap {
		margin-right: 0;
	}
}

@media (max-width: 576px) {
	.galleryList .contentSubWrap {
		width: 100%;
	}
}


/* TO ADD - Global Responsive - Forms */
.fieldWrap select {
    display: inline-block;
    width: 90%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none
}

.fieldWrap select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25);
}



/* LAYOUT BEGINS */

/* Layout - Fonts */
a, .mdWrap a, .fileName a {
	color: #ee1d24;
	transition: color .15s ease-in-out;
}

a:hover, .mdWrap a:hover, .fileName a:hover {
	color: #da0a11;
	text-decoration: none;
}

h1, h1.subHeading {
	margin-bottom: 20px;
}

.headSpec {
	/*font-weight: bold;
	font-style: italic;*/
}


/* Layout - General */
#logo {
	display: block;
	font-size: 0;
}

body {
	color: #000000;
	background-color: #000000;
}

#mainWrapper {}

#mainBox {}

#mainTop {
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/11852/v2/img/topbg.jpg) center top no-repeat;
	padding: 0;
}

@media (max-width: 1200px) {
	#mainTop {background-size: cover; margin-top: 50px;}
}

#homeBody .mainBoxSub h1 {display:none;}

#mainContent {
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/11852/v2/img/mainbg.jpg) center top no-repeat;
}

#mainSide {}

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

#footerWrapper {background-color: #15151e;}

#mainSide .singleAd {text-align: center;}

#mainContent .spLeaderboard .singleAd {
	text-align: center;
}
#mainContent .spLeaderboard .singleAd img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto 25px;
}

.elementWrap {
	margin-left: 0;
}

.contentSubHead {
	padding: 0 0 5px 0;
}

.pdesc ol, .pdesc ul {
	padding-left: 35px;
	margin-bottom: 15px;
}

.file {
	padding: 3px 0;
}

.elementDownload .file a::before,
#fileCatWrap .file a::before {
	margin-right: 10px;
}

.subContent .contentSubWrap {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#homeBody .subContent .contentSubWrap {
	border-bottom: none;
	padding-bottom: 0;
}

.linkLists ul {
	list-style-type: none !important;
}


/* Layout - Buttons */
.btnGeneral,
.btnTickets,
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: #fff !important;
	background-color: #ee1d24;
	border: 1px #da0a11 solid;
	border-radius: 4px;
}
.btnGeneral:hover,
.btnTickets:hover,
a.touch:hover,  
a.mrp_touch:hover,
.addCart:hover,
.shopCheckout:hover,
.btnProcess:hover,
.moreDetails:hover {
	color: #fff !important;
	border-color:#da0a11;
	background-color: #da0a11;
}

#mainSide .btnGeneral {
	width: 100%;
	margin-bottom: 10px;
}

.btnSend {
	color: #fff;
	background-color: #ee1d24;
}
.btnSend:hover {
	color: #fff;
	background-color: #da0a11;
}

.touch, 
.mrp_touch,  
.mrp_inpBtn {
	color: #fff;
	background-color: #ee1d24;
}
 
.pageLinkWrap a, 
.pageLinkWrap a:link, 
.pageLinkWrap a:active, 
.pageLinkWrap a:visited, 
.pageLinkWrap a:hover, 
.mrp_inpBtn {
	color: #ee1d24;
	background-color: transparent;
}

.pageLinkWrap a:hover {
	color: #ee1d24;
	background-color: #e9ecef;
}

.pageLinkWrap span.curLink {
	color: #fff;
	background-color: #ee1d24;
}

.pageLinkWrap span:hover {
	color: #fff;
	background-color: #da0a11;
}


/* Layout - Nav */
@media (max-width: 991px) {
	#mrpNav {
		max-height: 500px;
		overflow-y: scroll;
		padding-bottom: 30px;
	}
}

.mrpNav {
	text-transform: uppercase;
	background-color: #ee1d24;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	z-index: 1000;
}

.mrpNav a {
	outline: none;
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

.mrpNav > ul > li a {
	color: #ffffff;
}

@media (max-width: 991px) {
	.mrpNav ul li a {
		padding: 10px 20px !important;
		margin-top: 4px;
	}
}

@media (min-width: 992px) {
	.navbar-nav .nav-link {
		padding: 18px 10px;
	}
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #ffffff;
	background-color: #da0a11;
}

#homeBody .homeNav a,
#scheduleBody .scheduleNav a,
.scheduleBody .scheduleNav a,
#profileBody_sch .scheduleNav a, 
#pointBody .pointsNav a, 
#campingBody .campingNav a, 
#ticketinfoBody .ticketinfoNav a, 
#cityBody .cityNav a, 
#driverinfoBody .driverinfoNav a, 
#rulesBody .rulesNav a, 
#mrpInfoBody .mrpInfoNav a, 
#contactBody .contactNav a, 
#historyBody .historyNav a, 
#sponsorBody .sponsorNav a, 
#linksBody .linksNav a, 
#newsBody .newsNav a, 
.newsBody .newsNav a,
#galleryBody .galleryNav a, 
#videoBody .videoNav a, 
#aboutBody .bioNav a, 
#guestbookBody .guestbookNav a, 
#shopBody .shopNav a,
#productDetailBody .shopNav a,
#marketingBody .marketingNav a, 
#racedayinfoBody .racedayinfoNav a, 
#teamsBody .teamsNav a, 
#crewBody .crewNav a, 
#statsBody .mrpNav .statsNav a,
#campingBody .navbarFanInfo > a,
#ticketinfoBody .navbarFanInfo > a,
#cityBody .navbarFanInfo > a,
#driverinfoBody .navbarDriverInfo > a,
#rulesBody .navbarDriverInfo > a,
#mrpInfoBody .navbarDriverInfo > a,
#contactBody .navbarAbout > a,
#historyBody .navbarAbout > a,
#sponsorBody .navbarAbout > a,
#linksBody .navbarAbout > a,
#newsBody .navbarMedia > a,
#galleryBody .navbarMedia > a,
#videoBody .navbarMedia > a {
	color: #ffffff !important;
	background-color: #da0a11 !important;
}

#scheduleBody a.scheduleNav,
.scheduleBody a.scheduleNav,
#profileBody_sch a.scheduleNav,
#pointBody a.pointsNav,
#campingBody a.campingNav,
#ticketinfoBody a.ticketinfoNav,
#cityBody a.cityNav,
#driverinfoBody a.driverinfoNav,
#rulesBody a.rulesNav,
#mrpInfoBody a.mrpInfoNav,
#contactBody a.contactNav,
#historyBody a.historyNav,
#sponsorBody a.sponsorNav,
#linksBody a.linksNav,
#newsBody a.newsNav,
.newsBody a.newsNav,
#galleryBody a.galleryNav,
#videoBody a.videoNav,
#aboutBody a.bioNav,
#guestbookBody a.guestbookNav,
#shopBody a.shopNav,
#marketingBody a.marketingNav,
#racedayinfoBody a.racedayinfoNav,
#teamsBody a.teamsNav,
#crewBody a.crewNav,
#statsBody .mrpNav a.statsNav {
	color: #ffffff !important;
	background-color: #da0a11 !important;
}

.mrpNav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

@media (max-width: 991px) {
	.mrpNav .dropdown-menu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.mrpNav .dropdown-menu {
		border-radius: 0 0 4px 4px;
		border-top: none;
		margin-top: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
}

.mrpNav .dropdown-menu a {
	color: #000000;
}

.mrpNav .dropdown-item.active, 
.mrpNav .dropdown-item:active {
	background-color: transparent;
}


/* Layout - Nav: Custom Toggler Begins */
.navbar-toggler {
	border: none;
	background: transparent !important;
	width: 60px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
}
.navbar-toggler:hover {
	background: transparent !important;
}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	background: #ffffff;
	margin: 3px 0;
	transition: all 0.2s;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 15% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 0%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}


/* Layout - News Homepage */
#homeBody .newsFeed .newsText .mdWrap {display: none;}

#homeBody .newsFeed .newsText .newsHead {
	margin-top: 20px;
}


/* Layout - News */
.contentPicWrap, 
.mrp_contentPicWrap {
	float: left;
}

.contentPicWrap, 
.mrp_contentPicWrap {
	margin-bottom: 20px;
}

@media (min-width: 577px) {
	.contentPicWrap, 
	.mrp_contentPicWrap {
		margin: 0 20px 20px 0;
	}
	
	#homeBody .contentPicWrap, 
	#homeBody .mrp_contentPicWrap {
		margin-right: 0;
	}
}

#singleNewsWrap .contentPicWrap {
	margin: 0 20px 20px 0;
}

#homeBody .newsFeed h2 {
	width: 100%;
	text-align: left;
	padding: 0 15px;
	margin-bottom: 20px;
}

.numThumbsUp {
	display: none;
}

.mrp_newsBody,
.mrp_newsNetwork {
	float: left;
}

.mrp_newsBody {
	width: 70%;
	margin-right: 5%;
}

.mrp_newsNetwork {
	width: 25%;
}

@media (max-width: 576px) {
	.mrp_newsBody,
	.mrp_newsNetwork {
		width: 100%;
	}
}

.mrp_newsNetwork h2 {
	font-size: 18px;
}

.mrp_newsNetwork h4 {
	font-size: 13px;
	margin-bottom: 0;
}

.mrp_newsNetwork .mrp_relatedSpec {
	font-size: 12px;
}

.mrp_newsNetwork .mrp_relatedPic {
	float: left;
}

.mrp_newsNetwork .mrp_relatedText {
	float: right;
	width: calc(100% - 30px);
}

.mrp_newsNetwork .mrp_relatedRow {
	margin-bottom: 7px;
}

.mrp_newsNetwork .section {
	margin-bottom: 25px;
}

.mrp_contentMetaFeedback {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	font-size: .875em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 20px;
}

/* Layout - News NEW */
@media (max-width: 991px) {
	.mrp-news-article{
		display:block;
	}	
	.mrp-news-article section {
		width: 100%;
	}
	.mrp-news-article img {
		max-width: 100%;
		margin: 0 0 10px 0;
	}
}

@media (min-width: 992px) {
	.mrp-news-article section {
		width: calc(100% - 320px);
	}
}


/* Layout - Next Event Feed*/
.schFeedWrap h2 {
	font-size: 18px;
	line-height: 18px;
}

.schFeedWrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.schFeedWrap ul li {
	font-size: 15px;
	color: #646464;
	padding-bottom: 15px;
}

.schFeedWrap ul li a {
	color: #646464;
}

.schFeedWrap ul li a:hover {
	color: #646464;
	text-decoration: underline;
}

.schFeedWrap .feedDesc1 {
	font-weight: bold;
	margin-right: 10px;
	display: block;
	padding-bottom: 8px;
}

.schFeedWrap .feedDesc2 {
	display: block;
}


/* Layout - Countdown Feed*/
.mrp_countDownFeedWrap {
}

.mrp_countDownFeedWrap h2 {display: none;}

.mrp_countDownFeedWrap .countdown_section {
	display: inline-block;
	float: none;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
}

.mrp_countDownFeedWrap .countdown_section span, 
.mrp_countDownFeedWrap .mrp_counterLabels span {
	display: inline-block;
	width: 25px;
	margin: 2px 0px 0 10px;
}

.mrp_countDownFeedWrap .mrp_counterLabels span {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	width: 55px;
	margin-left: 0;
	margin-right: 5px;
}

.mrp_countDownFeedWrap .countdown_amount {
	font-style: italic;
	width: 60px !important;
	text-align: center;
	margin-left: 0 !important;
	-webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ee1d24;
}


/* Layout - Footer */
#footerWrapper {
	color: #ffffff;
}

#footerWrapper a {
	color: #ffffff;
}

#footerWrapper a:hover {
	color: #d7d7d7;
}

#footerWrapper ul {
	list-style: none;
	padding: 0;
}

#footerWrapper ul li {
	padding-bottom: 8px;
	padding-left: 0;
}


/* Layout - Social */
.mrp_socialLinks a.mrp_socialFont {
	color: #ffffff !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont:hover {
	color: #d7d7d7 !important;
}

.mrp_socialLinks a.mrp_socialFont .fa:first-Child {
	color: # !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {
	color: # !important;
}

#socialLinksFooter .mrp_socialLinks a.mrp_socialFont {
	color: #ffffff !important;
}

#socialLinksFooter .mrp_socialLinks a.mrp_socialFont:hover {
	color: #d7d7d7 !important;
}


/* Layout - Sponsor Feed */
.sponsorWrapper h2 {
	text-align: center !important;
}

.spSponsor {
	position: relative;
	z-index: 15;
	text-align: center;
}

.spSponsor {
	position: relative;
	height: 65px;
  	overflow: hidden;
  	text-align: center;
  	padding: 0;
  	z-index: 15;
}

.spSponsor {
	max-width: 1340px;
	margin: 0 auto;
}

.spSponsor .sponsorWrapperSub {
	height: 65px;
	overflow: hidden;
}

.adWrap {position: relative;}

.spSponsor .singleAdWrap {
	position: relative;
	float: none;
	display: block;
	text-align: center;
	line-height: 65px;
	height: 65px;
	width: 150px;
	margin: 0 auto 10px;
	padding: 0;
	vertical-align: middle;
}

.spSponsor .singleAdWrap {
	display: inline-block;
	margin: 0 7px;
}

.spSponsor .singleAd {
	display: inline;
	margin: 0 1px;
    line-height: 65px;
	vertical-align: middle;
}

.spSponsor img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
}


/* Layout - Videos Feed */
#mainBottom .videoFeed .videoFeedPicWrap {
	width: 50%;
	float: left;
	padding: 5px;
}

@media (min-width: 576px) and (max-width: 991px) {
	#mainBottom .videoFeed .videoFeedPicWrap {
		width: 25%;
	}
}

#mainBottom .videoFeed .videoFeedPicWrap img {
	width: 100% !important;
	height: auto;
}


/* Layout - Videos */
#videoBody .contentPicWrap img {
	width: 100%;
}

@media (max-width: 575px) {
	#videoBody .contentPicWrap {
		width: 100%;
		margin-right: 0;
	}
	#videoBody .contentPicWrap img {
		min-width: 100% !important;
	}
}

@media (min-width: 576px) {
	#videoBody .contentPicWrap {
		width: 33%;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#videoBody .contentPicWrap {
		width: 25%;
		margin-bottom: 0;
	}
}

#videoBody .galleryList .contentSubWrap {
	width: 100%;
	text-align: left;
}


/* Layout - Shopping */
body:not(#shopBody):not(#productDetailBody) #mrpAccount {
	display: none;
}

#cartFeedTotal {
	margin-right: 10px;
}

.mrp_itemCardPicCol {
	width: 25%;
	float: left;
}

@media (max-width: 767px) {
	.mrp_itemCardPicCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardPicCol {
		width: 100%;
	}
}

.mrp_itemCardInfoCol {
	width: 75%;
	float: left;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.mrp_itemCardInfoCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardInfoCol {
		width: 100%;
		padding-left: 0;
	}
}

.mrp_itemCard {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.mrp_itemCard:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.mrp_itemCard img {
	width: 100%;
	margin-bottom: 10px;
}

.mrp_itemCard .moreDetails {
	width: 100%;
}

@media (max-width: 575px) {
	.mrp_itemCard .moreDetails {
		margin-bottom: 20px;
	}
	
	#mainContent_cartCon_stateWrap {
		text-align: left;
	}
	#methodWrap.fRight {
		float: none !important;
	}
}

#mainContent_cartCon_stateWrap .fieldWrap select,
#methodWrap .fieldWrap select {
	width: 100%;
}

.productPics .picCaption {
	padding-bottom: 25px;
}


/* Layout - Contact */
.cardWrap {
	background: #f8f9fa;
	padding: 15px;
	margin-bottom: 10px;
}

.cardWrap .cardPicWrap {
	float: left;
	margin: 0 10px 10px 0;
}

@media (max-width: 575px) {
	.cardWrap .cardPicWrap {
		float: none;
		margin-right: 0;
	}
	
	.cardWrap .cardPicWrap img {
		width: 100%;
	}
}

/* LAYOUT ENDS */
