
.hero { margin-bottom: 0px; }

.fourpack
{			
	max-width: 1200px; 
	margin: 40px auto;
}

.button
{
	display: inline-block;
}

.hero
{
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	min-height: 500px;
	padding: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	color: #fff;
}
.hero .wrapper { max-width: 1200px; margin: 0 auto; display: flex; }

.hero .details 
{ 
	max-width: 500px; 
	text-align: left; 
	background: rgba(0,0,0,0.3);
	padding: 20px;
}
.hero .details .title { font-size: 2.5em; line-height: 1em; font-weight: 900; padding-bottom: 10px; }
.hero .details .excerpt { font-size: 0.9em; line-height: 1.3em; }
.hero .details .button { margin-top: 20px; background: #fff; color: #1b333d !important; cursor: pointer; display: inline-flex; align-items: center; }
.hero .details .button img { margin-right: 10px; width: 26px; color: #1b333d; }

.hero.left .wrapper { justify-content: flex-start; }
.hero.center .wrapper { justify-content: center; }
.hero.right .wrapper { justify-content: flex-end; }


.hero.center .details { text-align: center; padding: 60px; }

.feature {  background: rgba(0,0,0,0.3); padding: 20px; }
.feature .wrapper { display: flex; max-width: 1200px; margin: 0 auto; }
.feature .details 
{ 
	text-align: left; 
	padding: 20px;
}
.feature .thumb 
{ 
	max-width: 500px;
}

.feature .thumb a { background: none; }
.feature .thumb img { width: 100%; height: auto; display: block; border: solid 5px #fff; box-shadow: 0 0 4px #000; }
.feature .details { padding: 40px; color: #fff; }
.feature .details .title { font-size: 2.5em; line-height: 1em; font-weight: 900; padding-bottom: 10px; }
.feature .details .excerpt { font-size: 0.9em; line-height: 1.3em; }
.feature .details .button { margin-top: 20px; background: #fff; color: #1b333d !important; cursor: pointer; display: inline-flex; align-items: center; }
.feature .details .button img { margin-right: 10px; width: 26px; color: #1b333d; }


.feature.right .wrapper { flex-direction: row-reverse }


.fourpack h3
{
	max-width: 1150px; 
	margin: 30px 5px 10px 20px;
	text-align: left;
	text-transform: uppercase;
	border-left: solid 5px rgba(0,0,0,0.4);
	line-height: 1em;
	padding: 10px 10px 10px 20px;
}


.fourpack .series
{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	max-width: 100%;
}

.fourpack .series a {
	flex: 1 0 18%;
	padding: 0 5px;
	text-align: center;
	background: none;
	flex-wrap: nowrap;
}
.fourpack .series a img { display: block; max-width: 250px; margin: 0 auto;}




#series
{
	display: flex; 
	flex-wrap: wrap; 
	margin: 10px 0 40px 0px; 
	justify-content: center;
}

#series a { 
	padding: 5px 15px; 
	border-radius: 5px; 
	background: rgba(0,0,0,0.5); 
	color: #fff;
	font-size: 0.8em;
	margin: 2px; 
}

#main-hg
{
	border-bottom: solid 5px rgba(255,255,255,0.5); padding: 20px; margin-bottom: 40px; display: flex; justify-content: space-between;
}

.fourpack .vids
{
	flex-wrap: nowrap;
	overflow-x: scroll;
	justify-content: flex-start;
	padding: 0; 
}
.fourpack .vids a { flex: 0 1 300px; padding: 5px; min-width: 240px; }

.ad-slider
{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	justify-content: center;
	padding: 0 20px 20px 20px; 
	max-width: 1000px;
	margin: 0 auto 40px auto;
	gap: 10px;
}
.ad-slider-title { text-transform: uppercase; font-size: 13px; padding-bottom: 5px; margin-top: 40px; font-weight: 900; }

.ad-slider .ad 
{
	flex: 0 1 300px;
	background: #fff; 
	border: solid 3px #fff; 
	border-radius: 4px;
	padding: 3px;
	
}
.ad-slider a { display: block; padding: 0; margin: 0;  }
.ad-slider .ad img { display: block; width: 100%; height: auto; }

.series-detail
{
	max-width: 800px;
	margin: 0 auto 40px auto;
	text-align: left;
	display: flex; 
	padding: 40px;
}
.series-detail .meta { padding: 20px 20px 0 40px; flex: 1 1 auto; }
.series-detail .image { flex: 0 1 300px; }
.series-detail .image img { display: block; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }

@media (max-width: 800px)
{
	.series-detail { padding: 10px; }
	.series-detail .meta { padding: 0px 10px 0 20px;  }
	
	.ad-slider { justify-content: flex-start; }
	.ad-slider .ad 
	{
		flex: 0 0 40%;
		padding: 1px;
	}
	.hero 
	{ 
		min-height: 300px; 
		background-size: cover; 
		background-position: center center !important; 
		padding: 10px;
	}
	.hero .details .title { font-size: 1.75em; line-height: 1em; }
	
	#main-hg
	{
		 display: block;
	}
	#main-hg .youtube-sub
	{
		margin: 20px 0;
	}

	.fourpack .vids { padding: 20px;}

	.fourpack .series
	{
		justify-content: flex-start;
		overflow-x: scroll;
		padding: 20px;
	}
	
	.feature .wrapper { display: block; }
	.feature .details { padding: 5px 10px 10px 10px; }
	#vids a, .vids a { max-width: 100%; }
}