/* banner with player */

#banner {
	background: black;
	color: white;
}
#banner .video_frame,
#banner .feature_frame {
	padding: 15px;
}
#banner .video_description {
	padding: 0 15px 15px;
}
#banner .video_description h2 {
	margin: 5px 0 10px;
	font-size: 112.5%;
	font-weight: bold;
}

#banner .dl-area {
	text-align: right;
}
#banner .dl-area a {
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	box-sizing: content-box;
	padding: 10px;
	background: #f7ff14;
	color: black;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	transition: background-color .3s ease-in-out 0s;
}
#banner .dl-area a:hover {
	color: white;
	background-color: #aeb2b5;
}
#banner .dropdown_wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
#banner .dropdown_wrapper.children > a::after {
	content: "";
	float: right;
	font-family: "FontAwesome";
}
#banner .dropdown_wrapper a {
	text-transform: uppercase;
	width: 232px;
}
#banner .dropdown_wrapper span {
	display: none;
}
#banner .dropdown_wrapper a:hover span {
	display: inline;
}
#banner .dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
}
#banner .dropdown li {
	margin: 0;
	padding: 0;
}
#banner .dropdown a {
	border-top: 1px solid black;
	padding: 0 10px;
	font-weight: normal;
}

#banner .feat-head,
#banner .featured {
	display: block;
	margin: 2px 0;
	padding: 8px 5px;
	background: #f7ff14;
	color: black;
	transition: background-color .4s ease-in-out 0s;
}
#banner .feat-head {
	font-size: 180%;
	text-align: center;
	padding: .5ex;
}
#banner .feat-head small {
	display: block;
	font-size: 57.15%;
}
#banner .feat-head strong {
	display: block;
	position: relative;
	top: -0.5ex;
	line-height: 1;
}
#banner .feat-head span {
	background: black;
	color: #f7ff14;
	font-weight: bold;
	padding: .25ex 1ex;
	text-transform: uppercase;
}
#banner .featured:hover {
	background: #b4bbbf;
	color: white;
	text-decoration: none;
}
#banner .featured .pic {
	float: left;
	width: 31%;
}
#banner .featured .title {
	margin-left: 31%;
	padding-left: 10px;
	font-weight: bold;
}
#banner .featured img {
	max-width: 100%;
	height: auto;
}

/* breadcrumb */

#breadcrumb li {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#breadcrumb a {
	display: inline-block;
	color: black;
}
#breadcrumb li:first-child a {
	text-decoration: none;
}
#breadcrumb li:first-child a span {
	display: none;
}
#breadcrumb li:first-child a::before {
	content: "";
	font-family: "icons-opel";
}
#breadcrumb li:first-child a:hover {
	background-position: center bottom;
}
#breadcrumb li::before {
	display: none;
}
#breadcrumb li + li::before {
	content: "/";
	display: inline-block;
	color: #f7ff14;
	font-size: 1.375em;
	padding: 0 .5rem;
	transform: rotate(18deg);
}

/* social media links */

#social {
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	padding: .75rem 2.5rem;
	font-size: 1.3125rem;
	font-weight: 800;
	text-align: right;
}
#social ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#social li {
	display: inline;
	margin: 0 0 0 .75rem;
	padding: 0;
}
#social a {
	text-decoration: none;
}

/* popup */

#blinds .panel {
	margin-top: 30vh;
}
#blinds .panel-body {
	height: auto;
}
