article p, article div, article figcaption {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}

article {
	overflow-x: hidden;
	font-size: 12pt;

	padding: 0px;
	margin: 0px;
	margin-bottom: 3em;
	width: 100%;
}

article p, article ul {
	margin: 1em 0;
}

article header {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

article header.full-size {
	min-height: 400px;
	max-height: 900px;
	max-height: 96vh;
	width: 100vw;

	background-size: cover;
	background-position-x: 50%!important;
	position: relative;
}

article header.full-size .header-text {
	position: absolute;
	color: white;

	max-width: 793px;
	bottom: 50px;
}

article header.full-size .header-text h1 {
	color: white;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

article header.full-size .header-background,
.article-preview.large .header-background {
	position: absolute;
	left: 0;
	bottom: 00px;
	height: 50%;
	width: 100%;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6000000',GradientType=0 ); /* IE6-9 */
}

.article-preview.large .header-background {
	
}

article header h1 {
	font-size: 4em;
	font-weight: bold;
}

article .header-extra {
	width: 150px;
	color: #aaa;
	font-size: 0.8em;
	margin-top: 0!important;
}

article .article-content {
	max-width: 793px;
	margin: 2em auto;
}

article .article-content.header {
	margin: 0 auto;
}

article .article-text {
	text-align: justify;
	color: #252525;

	line-height: 1.5;
	letter-spacing: .01rem;
	font-size: 1.2em;
	padding: 0 0em;
}

article .article-intro {
	font-weight: bold;
}

article .article-image {
	position: relative;
	margin: 1em 0;
}

article .article-image.small-left,
article .article-image.small-right {
	float: left;
	clear: left;
	max-width: 300px;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	margin-right: 20px;
}

article .article-image.small-right {
	float: right;
	clear: right;
	margin-right: 0px;
	margin-left: 20px;
}

article .article-image figcaption {
	font-style: italic;
	font-size: 0.7em;
	text-align: left;

	position: absolute;
	width: 150px;
	right: -170px;
	top: 0px;
}

article .article-image.small-left figcaption,
article .article-image.large-left figcaption {
	right: auto;
	left: -170px;

	text-align: right;
}

article .article-image.large-middle figcaption {
	position: relative;
	width: 100%;
	margin-top: 5px;
	right: 0px;
}

article .article-image.full-size {
	margin: 4em 0;
	max-height: 110vh;
	width: 100vw;
	margin-left: -25vw;
}

article .article-image.full-size.stellar {
	height: 90vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
}

article .article-image.full-size img {
	max-height: 110vh;
}

article .article-image.full-size figcaption {
	position: absolute;
	width: 793px;
	left: 50%;
	margin-left: -397px;
	bottom: -25px;
	top: auto;

	font-style: normal;
}

article .article-image.outside {
	margin-right: -100px;
	margin-left: -100px;
}

article .article-image.outside.small-left {
	margin-right: 20px;
}

article .article-image.outside.small-right {
	margin-left: 20px;
}

article .article-image.outside img,
article .article-image.full-size img {
	width: 100%;
}

article a {
	color: rgb(205,125,100);
}

.video-preview {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-preview iframe,  
.video-preview object,  
.video-preview embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article footer {
	clear: both;
}