.premium-header {
	width: 100%;
	text-align: center;
	margin-top: 3rem;
}

.premium-header.big-image {
	margin: 3rem 0 3rem;
}

.premium-header .subject {
	height: 40rem;
	position: relative;
	z-index: 5;
}

.premium-header .background {
	filter: alpha(opacity=80);
	opacity: .8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
}

.premium-header .shadow {
	filter: alpha(opacity=50);
	opacity: .5;
	height: 100%;
	width: 100%;
	position: absolute;
}

.premium-header .shadow-dark {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#a6000000)";
	height: 19rem;
	width: 100%;
	position: absolute;
	z-index: 0;
	bottom: 0;
}

.premium-header header {
	position: absolute;
	bottom: 2.5rem;
	z-index: 5;
	width: 100%;
}

.premium-header figure {
	height: 10rem;
	width: 10rem;
	border-radius: 0.2rem;
	display: inline-block;
	margin: 0;
}

.premium-header figure img {
	border-radius: 0.2rem;
}

.premium-header figcaption {
	bottom: -2.3rem;
	right: 1rem;
	position: absolute;
	font-size: 1rem;
	font-family: "OpenSans", sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	z-index: 5;
	opacity: .5;
}

.premium-header .small-disclaimer {
	bottom: 2rem;
	width: 100%;
	position: absolute;
	font-size: 1rem;
	font-family: "OpenSans", sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	z-index: 5;
	opacity: .5;
}

.premium-header h1,
.premium-header h2 a {
	font-size: 5rem;
	line-height: 6rem;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	color: #fff;
	margin: 0;
	font-family: "Ubuntu", OpenSans, sans-serif;
	text-decoration: none;
}

.premium-header h2 a:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}

.premium-header .menu {
	height: 6rem;
	margin: 0 1rem;
	border-radius: 0.5rem;
	display: none;
}

.premium-header .ad {
	height: 8rem;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.4);
	text-align: center;
	position: relative;
	z-index: 0;
	display: none;
	overflow: hidden;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.premium-header .ad.show {
	display: block;
}

.premium-header .content {
	height: 21rem;
	position: relative;
	z-index: 5;
}

.premium-header .content figure {
	height: 6rem;
	width: 6rem;
}

.premium-header .content figcaption {
	width: auto;
	margin: 0;
}

.premium-footer {
	clear: both;
	margin-bottom: -2.1rem;
	position: relative;
}

.premium-footer .premium-image {
	height: 14rem;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.premium-footer .premium-color {
	height: 14rem;
	width: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
}

.premium-footer .gradient {
	width: 100%;
	position: absolute;
	top: 0;
	height: 14rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#00ffffff)";
}

/*# sourceMappingURL=theme-default.css.map */

