.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr
}
.royalSlider>* {
	float: left
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0)
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer
}
.rsThumb {
	float: left;
	position: relative
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .3s, opacity .3s linear;
	-moz-transition: visibility 0s linear .3s, opacity .3s linear;
	-o-transition: visibility 0s linear .3s, opacity .3s linear;
	transition: visibility 0s linear .3s, opacity .3s linear
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center
}
.royalSlider.rsFullscreen {
	position: fixed!important;
	height: auto!important;
	width: auto!important;
	margin: 0!important;
	padding: 0!important;
	z-index: 2147483647!important;
	top: 0!important;
	left: 0!important;
	bottom: 0!important;
	right: 0!important
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1!important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative
}
.rsPreloader {
	position: absolute;
	z-index: 0
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25)
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22
}
.rsTabs {
	float: left;
	background: none!important
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15
}
img.rsImg {
	max-width: none
}
.grab-cursor {
	cursor: url(grab.png) 8 8, move
}
.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move
}
.rsNoDrag {
	cursor: auto
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif)
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
	background: #fff;
	color: #222
}
.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}
.rsDefaultInv.rsVer .rsArrow {
	width: 100%;
	height: 44px
}
.rsDefaultInv.rsVer .rsArrowLeft {
	top: 0;
	left: 0
}
.rsDefaultInv.rsVer .rsArrowRight {
	bottom: 0;
	left: 0
}
.rsDefaultInv.rsHor .rsArrowLeft {
	left: 0;
	top: 0
}
.rsDefaultInv.rsHor .rsArrowRight {
	right: 0;
	top: 0
}
.rsDefaultInv .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default-inverted.png');
	border-radius: 100%
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px
}
.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px
}
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px
}
.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
	filter: alpha(opacity=20);
	opacity: .2;
*display:none
}
.rsDefaultInv .rsBullets {
	display: none;
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 5px;
	overflow: hidden
}
.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 6px
}
.rsDefaultInv .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #BBB
}
.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #000
}
.rsDefaultInv .rsThumbsHor {
	width: 100%;
	height: 72px
}
.rsDefaultInv .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%
}
.rsDefaultInv .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px
}
.rsDefaultInv .rsThumb img {
	width: 100%;
	height: 100%
}
.rsDefaultInv .rsThumb.rsNavSelected {
	background: #FFF
}
.rsDefaultInv .rsThumb.rsNavSelected img {
	opacity: .5;
	filter: alpha(opacity=50)
}
.rsDefaultInv .rsTmb {
	display: block
}
.rsDefaultInv .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px
}
.rsDefaultInv .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px
}
.rsDefaultInv .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #FFF;
	background: rgba(255,255,255,0.75)
}
.rsDefaultInv .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9)
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0
}
.rsDefaultInv .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default-inverted.png')
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px
}
.rsDefaultInv .rsThumbsArrowDisabled {
	display: none!important
}
@media screen and (min-width:0) and (max-width:800px) {
.rsDefaultInv .rsThumb {
	width: 59px;
	height: 44px
}
.rsDefaultInv .rsThumbsHor {
	height: 44px
}
.rsDefaultInv .rsThumbsVer {
	width: 59px
}
}
.rsDefaultInv .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative
}
.rsDefaultInv .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #d9d9dd;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
*display:inline;
*zoom:1
}
.rsDefaultInv .rsTab:first-child {
	-webkit-border-top-left-radius: 100%;
	border-top-left-radius: 100%;
	-webkit-border-bottom-left-radius: 100%;
	border-bottom-left-radius: 100%
}
.rsDefaultInv .rsTab:last-child {
	-webkit-border-top-right-radius: 100%;
	border-top-right-radius: 100%;
	-webkit-border-bottom-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-right: 1px solid #cfcfcf
}
.rsDefaultInv .rsTab:active {
	border: 1px solid #d9d9dd;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset
}
.rsDefaultInv .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
	background: #acacac;
	background-image: -webkit-linear-gradient(top, #acacac, #bbb);
	background-image: -moz-llinear-gradient(top, #acacac, #bbb);
	background-image: linear-gradient(to bottom, #acacac, #bbb)
}
.rsDefaultInv .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer
}
.rsDefaultInv .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default-inverted.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
*background-color:#FFF;
	border-radius: 2px
}
.rsDefaultInv .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9)
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0
}
.rsDefaultInv .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer
}
.rsDefaultInv .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(rs-default-inverted.png) no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
*background-color:#FFF
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9)
}
.rsDefaultInv .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px
}
.rsDefaultInv .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px
}
.rsDefaultInv .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default-inverted.png') -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
*background-color:#FFF
}
.rsDefaultInv .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9)
}
.rsDefaultInv .rsPreloader {
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	background-color: #000;
	-webkit-animation: loader 1s 16 ease;
	-moz-animation: loader 1s 16 ease;
	-o-animation: loader 1s 16 ease
}
@-webkit-keyframes loader {
from {
-webkit-transform:scale(0.5) rotate(45deg)
}
to {
	-webkit-transform: scale(1) rotate(45deg)
}
}
@-moz-keyframes loader {
from {
-moz-transform:scale(0.5) rotate(45deg)
}
to {
	-moz-transform: scale(1) rotate(45deg)
}
}
@-o-keyframes loader {
from {
-o-transform:scale(0.5) rotate(45deg)
}
to {
	-o-transform: scale(1) rotate(45deg)
}
}
.rsDefaultInv .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #FFF;
	background: rgba(255,255,255,0.75);
	color: #000;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 100%
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
html {
	overflow-y: scroll;
	overflow-x: hidden
}
body {
	font-size: 20px;
	background-color: #fff;
	color: #464646;
	letter-spacing: .05em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal
}
a {
	color: #000;
	text-decoration: none
}
h1 {
	display: none
}
h1, h2, h3, figcaption {
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-webkit-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig"
}
#load {
	display: none;
	position: fixed;
	z-index: 100;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	background-color: #000;
	-webkit-animation: loader 1s 16 ease;
	-moz-animation: loader 1s 16 ease;
	-o-animation: loader 1s 16 ease
}
@-webkit-keyframes loader {
from {
-webkit-transform:scale(0.5) rotate(45deg)
}
to {
	-webkit-transform: scale(1) rotate(45deg)
}
}
@-moz-keyframes loader {
from {
-moz-transform:scale(0.5) rotate(45deg)
}
to {
	-moz-transform: scale(1) rotate(45deg)
}
}
@-o-keyframes loader {
from {
-o-transform:scale(0.5) rotate(45deg)
}
to {
	-o-transform: scale(1) rotate(45deg)
}
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(255,255,255,0.85)
}
#overlay h2 {
	display: none
}
#overlay ul {
	position: absolute;
	top: 10%;
	left: 20%;
	list-style: none
}
#overlay ul li a {
	cursor: pointer
}
#meta {
	position: absolute;
	left: 55%;
	top: 10%;
	width: 40%;
	max-width: 500px;
	z-index: 10;
	display: none
}
#meta h2, #meta h3 {
	display: none
}
#meta a {
	cursor: pointer
}
#meta article {
	padding-bottom: 3em
}
#meta .open-content {
	cursor: pointer
}
#meta .back {
	display: block;
	padding-top: .3em;
	padding-bottom: 1em
}
#meta .back img {
	height: .4em;
	padding-left: .4em;
	padding-right: .4em;
	padding-top: .45em;
	padding-bottom: .15em
}
#meta #imprint, #meta #contributors {
	display: none
}
#meta #imprint ul, #meta #contributors ul {
	list-style: none
}
#meta #imprint ul li, #meta #contributors ul li {
	margin-left: 6em;
	margin-bottom: 2em;
	position: relative
}
#meta #imprint ul li figure, #meta #contributors ul li figure {
	position: absolute;
	width: 4em;
	height: 4em;
	left: -6em;
	top: 0;
	text-align: center
}
#meta #imprint ul li figure img, #meta #contributors ul li figure img {
	max-width: 100%;
	max-height: 100%
}
#meta #imprint ul li span, #meta #contributors ul li span {
	display: block
}
#meta #imprint ul li span:nth-child(4), #meta #contributors ul li span:nth-child(4) {
	display: none
}
#meta #imprint ul li:last-child, #meta #contributors ul li:last-child {
	display: none
}
#nav {
	position: fixed;
	z-index: 10;
	top: .5em;
	left: 50%;
	margin-left: -10em;
	width: 20em;
	height: 1.5em;
	overflow: hidden;
	-webkit-transition: height .15s ease-in-out;
	-moz-transition: height .15s ease-in-out;
	-ms-transition: height .15s ease-in-out;
	-o-transition: height .15s ease-in-out;
	transition: height .15s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 400;
}
#nav h2 {
	display: none
}
#nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	list-style: none;
	font-size: 1em;
	-webkit-transition: top .15s ease-in-out;
	-moz-transition: top .15s ease-in-out;
	-ms-transition: top .15s ease-in-out;
	-o-transition: top .15s ease-in-out;
	transition: top .15s ease-in-out
}
#nav ul li {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center
}
#nav ul li span {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 300;
}
#share {
	display: none;
	position: fixed;
	z-index: 10;
	right: .5em;
	bottom: .5em;
	width: 1.2em
}
#share img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	float: left;
	padding-top: .5em
}
#facebook-like {
	position: fixed;
	z-index: 10;
	right: .5em;
	bottom: .5em
}
#page {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #fff;
	z-index: 9;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out
}
#page .text a {
	text-decoration: underline
}
#page .text em, #page .text i {
	font-weight: 600;
	font-style: italic
}
#page .text strong, #page .text b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal
}
#page .interview .page-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	min-height: 100%;
	background-color: #eee
}
#page .interview .page-left article {
	margin: 6em auto
}
#page .interview .page-left article h3 {
	font-size: 1.25em;
	text-align: center;
	display: block
}
#page .interview .page-left article .author, #page .interview .page-left article .category {
	font-size: .5em;
	text-align: center;
	display: block;
	margin: 1em 0
}
#page .interview .page-left article .category {
	text-transform: uppercase
}
#page .interview .page-left article .author {
	padding-bottom: 0
}
#page .interview .page-left article .text {
	display: block;
	width: 70%;
	margin: 6em auto;
	font-size: .6em;
	line-height: 1.3em
}
#page .interview .page-left:after {
	content: '';
	display: block;
	clear: both
}
#page .interview .page-right {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 9
}
#page .interview .page-right ul {
	list-style: none
}
#page .interview .page-right ul li figure {
	position: absolute;
	display: none
}
#page .interview .page-right ul li figure figcaption {
	text-align: center;
	padding: 1em;
	font-size: .5em
}
#page .slider .royalSlider {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: #fff
}
#page .slider .text, #page .video .text {
	position: relative;
	width: 30em;
	margin: 6em auto;
	font-size: .75em;
	display: none
}
#page .slider .text .author, #page .video .text .author {
	display: block;
	margin-top: 1em;
	font-size: .75em
}
#page .slider .title, #page .video .title {
	position: fixed;
	bottom: .5em;
	height: 1.5em;
	line-height: 1.5em;
	left: 0;
	text-align: center;
	width: 100%
}
#page .slider .title span, #page .video .title span {
	cursor: pointer
}
#page .slider .title span img, #page .video .title span img {
	height: .4em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .45em;
	padding-bottom: .15em
}
#page .slider .title .arrow-left, #page .video .title .arrow-left {
	display: none
}
#page .video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48em;
	height: 27em;
	margin-left: -24em;
	margin-top: -13.5em
}
#page .plaintext article {
	width: 50%;
	max-width: 700px;
	margin: 6em auto;
	font-size: 1.2em
}
#page .plaintext article h3 {
	font-size: 1.25em;
	display: block
}
#page .plaintext article .author, #page .plaintext article .category {
	font-size: .5em;
	display: block;
	margin: 1em 0
}
#page .plaintext article .category {
	text-transform: uppercase;
	padding-bottom: 3em
}
#page .plaintext article .author {
	padding-bottom: 7em
}
#page .plaintext article .text {
	display: block;
	font-size: .6em;
	line-height: 1.3em
}
#page .plaintext article .text img {
	position: relative;
	display: block;
	width: 130%!important;
	height: auto!important;
	margin-left: -15%
}
#content {
	width: 100%;
	padding-top: 5em;
	display: none
}
#content article {
	podition: absolute;
	top: 0;
	left: 0
}
#content article figure {
	display: none;
	position: absolute;
	padding-bottom: 5em
}
#content article figure .picture {
	width: 100%
}
#content article figure .play {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 3em;
	width: 3em;
	margin-left: -1.5em;
	margin-top: -4.5em
}
#content article figure figcaption {
	padding: .5em;
	font-size: .7em;
	text-align: center;
	cursor: pointer
}
#content article figure .quote-caption {
	padding-left: 0;
	text-align: left
}
#content span, #content h1, #content h2 {
	display: none
}
.pagenotfound {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 10em;
	height: 2em;
	font-size: 2em;
	margin-top: -1em;
	margin-left: -5em;
	text-align: center
}
