/*Layout: MRP Track/Series Responsive 5*/

/* 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: #174e8c;
	border-color: #000000;
}

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

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

.btn-success.disabled, 
.btn-success:disabled {
	color: #ffffff;
	background-color: #174e8c;
	border-color: #000000;
}

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

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

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

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

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

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

/* Default - Colors */
.btn-default {
	color: #FFFFFF;
	background-color: #174e8c;
	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: #FFFFFF;
	background-color: #174e8c;
	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: #000000;
	border-color: #000000;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #174e8c;
	border-color: #000000;
}

.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: #000000;
	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: #174e8c;
	border-color: #000000;
}

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

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

.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: #6e6e6e;
	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: #666666;
	border-color: #666666;
}

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

.btn-outline-default:hover {
	color: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	background-color: #174e8c;
	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 - General */
.container-fluid {max-width: 1500px;}
#mainTop,
#navTop {margin-bottom: 30px;}

#mainBottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

body:not(#homeBody) #mainTop {display: none;}

body:not(#homeBody) #mainBox {
	padding-top: 30px;
}

#homeBody .mainBoxSub h1 {display:none;}

#mainTopNews .mdWrap {display: none;}

a, .mdWrap a, 
.fileName a, 
h3.newsHead a {
	transition: color .15s ease-in-out;
}

a:hover, 
.mdWrap a:hover, 
.fileName a:hover, 
h3.newsHead a:hover {
	text-decoration: none;
}

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

.singleAd {text-align: center;}

.singleAd img {
	max-width: 100% !important;
	height: auto;
}

.elementWrap,
.contentWrap {
	margin: 0 0 40px 0;
}

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

.sideHalfPage {
	margin-top: 20px;
	margin-bottom: 30px;
}

.quickMessage {
	padding: 10px 15px;
}


/* 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: #fff !important;
	background-color: #FFFFFF;
}
a.touch:hover,  
a.mrp_touch:hover,
.addCart:hover,
.shopCheckout:hover,
.btnProcess:hover,
.moreDetails:hover {
	color: #fff !important;
	background-color: #d7d7d7;
}

#mainSide .btnGeneral {
	min-width: 300px;
	margin: 0 auto 10px;
}

.btnSend {
	color: #fff;
	background-color: #FFFFFF;
}
.btnSend:hover {
	color: #fff;
	background-color: #d7d7d7;
}

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

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

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

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



/* Layout - Nav */
@media (min-width: 992px) {
	#mrpNavCollapse {
		height: 100%;
	}
}

@media (max-width: 991px) {
	#mrpNavCollapse {
		background-color: #fff;
		box-shadow: 0 10px 20px rgba(0,0,0,.35);
	}
}

.mrpNav {
	padding: 0;
	margin: 0 0 3px 0;
}

@media (max-width: 991px) {
	.mrpNav {
		margin-top: 10px;
	}
}

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

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

.nav-link {
		text-transform: uppercase;
	}

@media (min-width: 992px) {
	.nav-link {
		text-align: center;
		padding: 20px 5px;
		margin: 1px;
	}
}

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

@media (max-width: 992px) {
	.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;
}

@media (max-width: 992px) {
	#navTop .btnGeneral {
		display: block;
		margin-bottom: 10px;
	}
}



/* 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;
	background: #000;
	margin-bottom: 8px;
}
.navbar-toggler:hover {
	/*background: transparent !important;*/
}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	/*background: #000000;*/
	background: #fff;
	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 - Featured News */
.featureFeedSub {
	position: relative;
}

.featureFeedContent {
	position: absolute;
	width: 100%;
	margin: 0;
}

.featurePicWrap {
	top: 0;
	left: 0;
}

.featurePicWrap img {
	display: block;
	width: 100%;
}

.featureText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	overflow: hidden;
}

.featureText .headSpec,
.featureText .mdWrap {
	font-weight: normal;
	float: left;
	display: inline-block;
}

@media (max-width: 576px) {
	.featureText .pdesc {
		display: none;
	}
}

.featureText .headSpec {
	padding-right: 3px;
}

.featureTextSub {
	position: relative;
	z-index: 20;
}

.featureThumbsWrap {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 30px;
}

.featureThumb {
	position: relative;
	float: left;
	margin: 2px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 7px;
	background: rgba(255,255,255,0);
	
	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);
}

.featureThumb.active,
.featureThumb:hover {
	background: rgba(255,255,255,.8);
}

@media (min-width: 1200px) {
	.featureText h3 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.featureText h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/* Layout - Headlines */
.headlinePic img {
	width: 100%;
	display: block;
}

#headlineWrap {
	position: relative;
	overflow:hidden;
}

@media (max-width: 576px) {
	#headlineWrap {
		height: 300px;
	}
}

#headlineNav {
	position: absolute;
	z-index: 100;
	left: 15px;
	top: 15px;
}

#headlineNav ul {
	padding: 0;
	margin: 0;
}

#headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 14px;
	height: 14px;
	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: static;*/
	position: absolute;
	
	top:0;
	left:0;
	width: 100%;
}

.headlineText {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 15px;
}

@media (min-width: 577px) {
	.headlineText {
		position: absolute;
	}
}

.headlineText p {margin: 0;}


/* Layout - Countdown Feed*/
.mrp_countDownFeedWrap {
	padding-bottom: 25px;
}

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


/* Layout - News NEW */
@media (max-width: 575px) {
	.mrp-news-article {
		display: block;
		margin-bottom: 35px;
	}
	#newsContent section {
		width: 100%;
	}
	#newsContent img {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}


/* Layout - Footer */
#footerWrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

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

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

#footerWrapper .contactFeedWrap ul li {
	padding-bottom: 0;
}

@media (max-width: 576px) {
	#footerWrapper {
		text-align: center;
	}
}


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

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

#socialLinks {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	#socialLinks {
		margin-bottom: 20px;
	}
}

@media (min-width: 1199px) {
	#socialLinks {
		margin-bottom: 10px;
	}
}


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

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

.spSponsor {
	position: relative;
	/*height: 150px;*/
  	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 - Gallery Page */
body:not(#homeBody) .contentPicWrap, 
body:not(#homeBody) .mrp_contentPicWrap {
	float: left;
}

body:not(#homeBody) .contentPicWrap, 
body:not(#homeBody) .mrp_contentPicWrap {
	margin-bottom: 20px;
}

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


body:not(#homeBody) .galleryFeed .galleryFeedPicWrap {
	width: 33%;
	float: left;
	padding: 5px;
}

body:not(#homeBody) .galleryFeed .galleryFeedPicWrap img {
	width: 100% !important;
	height: auto;
}

#galleryBody .galleryList .contentPicWrap {
	margin-right: 0;
}

body:not(#homeBody) .galleryList .contentSubWrap h3 {
	font-size: 16px;
	height:22px;
	overflow:hidden;
	clear:left;
}


/* Layout - Videos */
body:not(#homeBody) .subContent .contentSubWrap {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#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 ENDS */
