.mejs-offscreen{/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */	position: absolute !important;	top: -10000px;	left: -10000px;	overflow: hidden;	width: 1px;	height: 1px;}.mejs-container {	position: relative;	background: #000;	font-family: Helvetica, Arial;	text-align: left;	vertical-align: top;	text-indent: 0;}.mejs-container:focus { 	outline: none; }.me-plugin {	position: absolute;}.mejs-embed, .mejs-embed body {	width: 100%;	height: 100%;	margin: 0;	padding: 0;	background: #000;	overflow: hidden;}.mejs-fullscreen {	/* set it to not show scroll bars so 100% will work */	overflow: hidden !important;}.mejs-container-fullscreen {	position: fixed;	left: 0;	top: 0;	right: 0;	bottom: 0;	overflow: hidden;	z-index: 1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {	width: 100%;	height: 100%;}.mejs-clear {	clear: both;}/* Start: LAYERS */.mejs-background {	position: absolute;	top: 0;	left: 0;}.mejs-mediaelement {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.mejs-poster {	position: absolute;	top: 0;	left: 0;	background-size: contain ;	background-position: 50% 50% ;	background-repeat: no-repeat ;}:root .mejs-poster img {	display: none ;}.mejs-poster img {	border: 0;	padding: 0;	border: 0;}.mejs-overlay {	position: absolute;	top: 0;	left: 0;}.mejs-overlay-play {	cursor: pointer;}.mejs-overlay-button {	position: absolute;	top: 50%;	left: 50%;	width: 100px;	height: 100px;	margin: -50px 0 0 -50px;	background: url(bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button {	background-image: url(bigplay.png);}.mejs-overlay:hover .mejs-overlay-button {	background-position: 0 -100px ;}.mejs-overlay-loading {	position: absolute;	top: 50%;	left: 50%;	width: 80px;	height: 80px;	margin: -40px 0 0 -40px;	background: #333;	background: url(background.png);	background: rgba(0, 0, 0, 0.9);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));}.mejs-overlay-loading span {	display: block;	width: 80px;	height: 80px;	background: transparent url(loading.gif) 50% 50% no-repeat;}/* End: LAYERS *//* Start: CONTROL BAR */.mejs-container .mejs-controls {	position: absolute;	list-style-type: none;	margin: 0;	padding: 0;	bottom: 0;	left: 0;	background: url(background.png);	background: rgba(0, 0, 0, 0.7);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));	height: 30px;	width: 100%;}.mejs-container .mejs-controls  div {	list-style-type: none;	background-image: none;	display: block;	float: left;	margin: 0;	padding: 0;	width: 26px;	height: 26px;	font-size: 11px;	line-height: 11px;	font-family: Helvetica, Arial;	border: 0;}.mejs-controls .mejs-button button {	cursor: pointer;	display: block;	font-size: 0;	line-height: 0;	text-decoration: none;	margin: 7px 5px;	padding: 0;	position: absolute;	height: 16px;	width: 16px;	border: 0;	background: transparent url(controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button {	background-image: url(controls.png);}	/* :focus for accessibility */.mejs-controls .mejs-button button:focus {	outline: dotted 1px #999;}/* End: CONTROL BAR *//* Start: Time (Current / Duration) */.mejs-container .mejs-controls .mejs-time {	color: #fff;	display: block;	height: 17px;	width: auto;	padding: 10px 3px 0 3px ;	overflow: hidden;	text-align: center;	-moz-box-sizing: content-box;	-webkit-box-sizing: content-box;	box-sizing: content-box;}.mejs-container .mejs-controls .mejs-time a {	color: #fff;	font-size: 11px;	line-height: 12px;	display: block;	float: left;	margin: 1px 2px 0 0;	width: auto;}/* End: Time (Current / Duration) *//* Start: Play/Pause/Stop */.mejs-controls .mejs-play button {	background-position: 0 0;}.mejs-controls .mejs-pause button {	background-position: 0 -16px;}.mejs-controls .mejs-stop button {	background-position: -112px 0;}/* Start: Play/Pause/Stop *//* Start: Progress Bar */.mejs-controls div.mejs-time-rail {	direction: ltr;	width: 200px;	padding-top: 5px;}.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {	display: block;	position: absolute;	width: 180px;	height: 10px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	cursor: pointer;}.mejs-controls .mejs-time-rail .mejs-time-total {	margin: 5px;	background: #333;	background: rgba(50,50,50,0.8);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering {	width: 100%;	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);	-webkit-background-size: 15px 15px;	-moz-background-size: 15px 15px;	-o-background-size: 15px 15px;	background-size: 15px 15px;	-webkit-animation: buffering-stripes 2s linear infinite;	-moz-animation: buffering-stripes 2s linear infinite;	-ms-animation: buffering-stripes 2s linear infinite;	-o-animation: buffering-stripes 2s linear infinite;	animation: buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }.mejs-controls .mejs-time-rail .mejs-time-loaded {	background: #3caac8;	background: rgba(60,170,200,0.8);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));	width: 0;}.mejs-controls .mejs-time-rail .mejs-time-current {	background: #fff;	background: rgba(255,255,255,0.8);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));	width: 0;}.mejs-controls .mejs-time-rail .mejs-time-handle {	display: none;	position: absolute;	margin: 0;	width: 10px;	background: #fff;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	cursor: pointer;	border: solid 2px #333;	top: -2px;	text-align: center;}.mejs-controls .mejs-time-rail .mejs-time-float {	position: absolute;	display: none;	background: #eee;	width: 36px;	height: 17px;	border: solid 1px #333;	top: -26px;	margin-left: -18px;	text-align: center;	color: #111;}.mejs-controls .mejs-time-rail .mejs-time-float-current {	margin: 2px;	width: 30px;	display: block;	text-align: center;	left: 0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner {	position: absolute;	display: block;	width: 0;	height: 0;	line-height: 0;	border: solid 5px #eee;	border-color: #eee transparent transparent transparent;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;	top: 15px;	left: 13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {	width: 48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {	width: 44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {	left: 18px;}/*.mejs-controls .mejs-time-rail:hover .mejs-time-handle {	visibility:visible;}*//* End: Progress Bar *//* Start: Fullscreen */.mejs-controls .mejs-fullscreen-button button {	background-position: -32px 0;}.mejs-controls .mejs-unfullscreen button {	background-position: -32px -16px;}/* End: Fullscreen *//* Start: Mute/Volume */.mejs-controls .mejs-volume-button {}.mejs-controls .mejs-mute button {	background-position: -16px -16px;}.mejs-controls .mejs-unmute button {	background-position: -16px 0;}.mejs-controls .mejs-volume-button {	position: relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider {	display: none;	height: 115px;	width: 25px;	background: url(background.png);	background: rgba(50, 50, 50, 0.7);	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;	top: -115px;	left: 0;	z-index: 1;	position: absolute;	margin: 0;}.mejs-controls .mejs-volume-button:hover {	-webkit-border-radius: 0 0 4px 4px;	-moz-border-radius: 0 0 4px 4px;	border-radius: 0 0 4px 4px;}/*.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {	display: block;}*/.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {	position: absolute;	left: 11px;	top: 8px;	width: 2px;	height: 100px;	background: #ddd;	background: rgba(255, 255, 255, 0.5);	margin: 0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {	position: absolute;	left: 11px;	top: 8px;	width: 2px;	height: 100px;	background: #ddd;	background: rgba(255, 255, 255, 0.9);	margin: 0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {	position: absolute;	left: 4px;	top: -3px;	width: 16px;	height: 6px;	background: #ddd;	background: rgba(255, 255, 255, 0.9);	cursor: N-resize;	-webkit-border-radius: 1px;	-moz-border-radius: 1px;	border-radius: 1px;	margin: 0;}/* horizontal version */.mejs-controls a.mejs-horizontal-volume-slider {	height: 26px;	width: 56px;	position: relative;    display: block;    float: left;    vertical-align: middle;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {	position: absolute;	left: 0;	top: 11px;	width: 50px;	height: 8px;	margin: 0;	padding: 0;	font-size: 1px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	background: #333;	background: rgba(50,50,50,0.8);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {	position: absolute;	left: 0;	top: 11px;	width: 50px;	height: 8px;	margin: 0;	padding: 0;	font-size: 1px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	background: #fff;	background: rgba(255,255,255,0.8);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {	display: none;}/* End: Mute/Volume *//* Start: Track (Captions and Chapters) */.mejs-controls .mejs-captions-button {	position: relative;}.mejs-controls .mejs-captions-button button {	background-position: -48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector {	visibility: hidden;	position: absolute;	bottom: 26px;	right: -51px;	width: 85px;	height: 100px;	background: url(background.png);	background: rgba(50,50,50,0.7);	border: solid 1px transparent;	padding: 10px 10px 0 10px;	overflow: hidden;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;}/*.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {	visibility: visible;}*/.mejs-controls .mejs-captions-button .mejs-captions-selector ul {	margin: 0;	padding: 0;	display: block;	list-style-type: none !important;	overflow: hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {	margin: 0 0 6px 0;	padding: 0;	list-style-type: none !important;	display: block;	color: #fff;	overflow: hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {	clear: both;	float: left;	margin: 3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {	width: 55px;	float: left;	padding: 4px 0 0 0;	line-height: 15px;	font-family: helvetica, arial;	font-size: 10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations {	font-size: 10px;	margin: 0 0 5px 0;}.mejs-chapters {	position: absolute;	top: 0;	left: 0;	-xborder-right: solid 1px #fff;	width: 10000px;	z-index: 1;}.mejs-chapters .mejs-chapter {	position: absolute;	float: left;	background: #222;	background: rgba(0, 0, 0, 0.7);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);	overflow: hidden;	border: 0;}.mejs-chapters .mejs-chapter .mejs-chapter-block {	font-size: 11px;	color: #fff;	padding: 5px;	display: block;	border-right: solid 1px #333;	border-bottom: solid 1px #333;	cursor: pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last {	border-right: none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {	background: #666;	background: rgba(102,102,102, 0.7);	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {	font-size: 12px;	font-weight: bold;	display: block;	white-space: nowrap;	text-overflow: ellipsis;	margin: 0 0 3px 0;	line-height: 12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {	font-size: 12px;	line-height: 12px;	margin: 3px 0 4px 0;	display: block;	white-space: nowrap;	text-overflow: ellipsis;}.mejs-captions-layer {	position: absolute;	bottom: 0;	left: 0;	text-align:center;	line-height: 20px;	font-size: 16px;	color: #fff;}.mejs-captions-layer  a {	color: #fff;	text-decoration: underline;}.mejs-captions-layer[lang=ar] {	font-size: 20px;	font-weight: normal;}.mejs-captions-position {	position: absolute;	width: 100%;	bottom: 15px;	left: 0;}.mejs-captions-position-hover {	bottom: 35px;}.mejs-captions-text {	padding: 3px 5px;	background: url(background.png);	background: rgba(20, 20, 20, 0.5);	white-space: pre-wrap;}/* End: Track (Captions and Chapters) *//* Start: Error */.me-cannotplay {}.me-cannotplay a {	color: #fff;	font-weight: bold;}.me-cannotplay span {	padding: 15px;	display: block;}/* End: Error *//* Start: Loop */.mejs-controls .mejs-loop-off button {	background-position: -64px -16px;}.mejs-controls .mejs-loop-on button {	background-position: -64px 0;}/* End: Loop *//* Start: backlight */.mejs-controls .mejs-backlight-off button {	background-position: -80px -16px;}.mejs-controls .mejs-backlight-on button {	background-position: -80px 0;}/* End: backlight *//* Start: Picture Controls */.mejs-controls .mejs-picturecontrols-button {	background-position: -96px 0;}/* End: Picture Controls *//* context menu */.mejs-contextmenu {	position: absolute;	width: 150px;	padding: 10px;	border-radius: 4px;	top: 0;	left: 0;	background: #fff;	border: solid 1px #999;	z-index: 1001; /* make sure it shows on fullscreen */}.mejs-contextmenu .mejs-contextmenu-separator {	height: 1px;	font-size: 0;	margin: 5px 6px;	background: #333;}.mejs-contextmenu .mejs-contextmenu-item {	font-family: Helvetica, Arial;	font-size: 12px;	padding: 4px 6px;	cursor: pointer;	color: #333;}.mejs-contextmenu .mejs-contextmenu-item:hover {	background: #2C7C91;	color: #fff;}/* Start: Source Chooser */.mejs-controls .mejs-sourcechooser-button {	position: relative;}.mejs-controls .mejs-sourcechooser-button button {	background-position: -128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {	visibility: hidden;	position: absolute;	bottom: 26px;	right: -10px;	width: 130px;	height: 100px;	background: url(background.png);	background: rgba(50,50,50,0.7);	border: solid 1px transparent;	padding: 10px;	overflow: hidden;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {	margin: 0;	padding: 0;	display: block;	list-style-type: none !important;	overflow: hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {	margin: 0 0 6px 0;	padding: 0;	list-style-type: none !important;	display: block;	color: #fff;	overflow: hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {	clear: both;	float: left;	margin: 3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {	width: 100px;	float: left;	padding: 4px 0 0 0;	line-height: 15px;	font-family: helvetica, arial;	font-size: 10px;}/* End: Source Chooser *//* Start: Postroll */.mejs-postroll-layer {	position: absolute;	bottom: 0;	left: 0;	width: 100%;	height: 100%;	background: url(background.png);	background: rgba(50,50,50,0.7);	z-index: 1000;	overflow: hidden;}.mejs-postroll-layer-content {	width: 100%;	height: 100%;}.mejs-postroll-close {	position: absolute;	right: 0;	top: 0;	background: url(background.png);	background: rgba(50,50,50,0.7);	color: #fff;	padding: 4px;	z-index: 100;	cursor: pointer;}/* End: Postroll *//* Start: Speed */div.mejs-speed-button {	width: 46px !important;	position: relative;}.mejs-controls .mejs-button.mejs-speed-button button {	background: transparent;	width: 36px;	font-size: 11px;	line-height: normal;	color: #ffffff;}.mejs-controls .mejs-speed-button .mejs-speed-selector {	display: none;	position: absolute;	top: -100px;	left: -10px;	width: 60px;	height: 100px;	background: url(background.png);	background: rgba(50, 50, 50, 0.7);	border: solid 1px transparent;	padding: 0;	overflow: hidden;	-webkit-border-radius: 0;	-moz-border-radius: 0;	border-radius: 0;}.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {	display: block;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {	color: rgba(33, 248, 248, 1);}.mejs-controls .mejs-speed-button .mejs-speed-selector ul {	margin: 0;	padding: 0;	display: block;	list-style-type: none !important;	overflow: hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {	margin: 0 0 6px 0;	padding: 0 10px;	list-style-type: none !important;	display: block;	color: #fff;	overflow: hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {	clear: both;	float: left;	margin: 3px 3px 0 5px;	display: none;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {	width: 60px;	float: left;	padding: 4px 0 0 0;	line-height: 15px;	font-family: helvetica, arial;	font-size: 11.5px;	color: white;	margin-left: 5px;	cursor: pointer;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {	background-color: rgb(200, 200, 200) !important;	background-color: rgba(255,255,255,.4) !important;}/* End: Speed *//* Start: Jump Forward */.mejs-controls .mejs-button.mejs-jump-forward-button {	background: transparent url(jumpforward.png) no-repeat;	background-position: 3px 3px;}.mejs-controls .mejs-button.mejs-jump-forward-button button {	background: transparent;	font-size: 9px;	line-height: normal;	color: #ffffff;}/* End: Jump Forward *//* Start: Skip Back */.mejs-controls .mejs-button.mejs-skip-back-button {	background: transparent url(skipback.png) no-repeat;	background-position: 3px 3px;}.mejs-controls .mejs-button.mejs-skip-back-button button {	background: transparent;	font-size: 9px;	line-height: normal;	color: #ffffff;}/* End: Skip Back */* {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  -ms-box-sizing: border-box;  -o-box-sizing: border-box;  box-sizing: border-box;  margin: 0;  padding: 0;  outline: none;}html {  font-size: 62.5%;}html,body {  height: 100%;}body {  font-size: 1.5rem;}ul {  list-style-type: none;}table {  border: none !important;  border-collapse: collapse;}table th,table tr,table td {  border: none;  padding: 0;}table tr {  border-bottom: 1px solid $silver;}h1,h2,h3,h4 {  margin: 0;  line-height: 1.2em;  color: $baseColour;}h1 {  font-size: 4.7rem;}h2 {  font-size: 2.8rem;}img {  display: block;}.hidden {  display: none;}@-moz-keyframes hr {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-webkit-keyframes hr {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-o-keyframes hr {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@keyframes hr {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-moz-keyframes min {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-webkit-keyframes min {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-o-keyframes min {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@keyframes min {  100% {    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    -webkit-transform: rotate(-720deg);    -moz-transform: rotate(-720deg);    -ms-transform: rotate(-720deg);    -o-transform: rotate(-720deg);    transform: rotate(-720deg);  }}@-moz-keyframes loaderFade {  0% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);    filter: alpha(opacity=0);    -webkit-opacity: 0;    -moz-opacity: 0;    -ms-opacity: 0;    -o-opacity: 0;    opacity: 0;  }  100% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    filter: alpha(opacity=100);    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    -o-opacity: 1;    opacity: 1;  }}@-webkit-keyframes loaderFade {  0% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);    filter: alpha(opacity=0);    -webkit-opacity: 0;    -moz-opacity: 0;    -ms-opacity: 0;    -o-opacity: 0;    opacity: 0;  }  100% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    filter: alpha(opacity=100);    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    -o-opacity: 1;    opacity: 1;  }}@-o-keyframes loaderFade {  0% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);    filter: alpha(opacity=0);    -webkit-opacity: 0;    -moz-opacity: 0;    -ms-opacity: 0;    -o-opacity: 0;    opacity: 0;  }  100% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    filter: alpha(opacity=100);    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    -o-opacity: 1;    opacity: 1;  }}@keyframes loaderFade {  0% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);    filter: alpha(opacity=0);    -webkit-opacity: 0;    -moz-opacity: 0;    -ms-opacity: 0;    -o-opacity: 0;    opacity: 0;  }  100% {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    filter: alpha(opacity=100);    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    -o-opacity: 1;    opacity: 1;  }}@font-face {  font-family: 'SDC Text';  src: url("../fonts/SDCText/sdc_text_og-italic-webfont.eot");  src: url("../fonts/SDCText/sdc_text_og-italic-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/SDCText/sdc_text_og-italic-webfont.woff2") format('woff2'), url("../fonts/SDCText/sdc_text_og-italic-webfont.woff") format('woff'), url("../fonts/SDCText/sdc_text_og-italic-webfont.ttf") format('truetype');  font-weight: 400;  font-style: italic;}@font-face {  font-family: 'SDC Text';  src: url("../fonts/SDCText/sdc_text_og-regular-webfont.eot");  src: url("../fonts/SDCText/sdc_text_og-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/SDCText/sdc_text_og-regular-webfont.woff2") format('woff2'), url("../fonts/SDCText/sdc_text_og-regular-webfont.woff") format('woff'), url("../fonts/SDCText/sdc_text_og-regular-webfont.ttf") format('truetype');  font-weight: 400;  font-style: normal;}@font-face {  font-family: 'SDC Text';  src: url("../fonts/SDCText/sdc_text_og-semibold_italic-webfont.eot");  src: url("../fonts/SDCText/sdc_text_og-semibold_italic-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/SDCText/sdc_text_og-semibold_italic-webfont.woff2") format('woff2'), url("../fonts/SDCText/sdc_text_og-semibold_italic-webfont.woff") format('woff'), url("../fonts/SDCText/sdc_text_og-semibold_italic-webfont.ttf") format('truetype');  font-weight: 600;  font-style: italic;}@font-face {  font-family: 'SDC Text';  src: url("../fonts/SDCText/sdc_text_og-semibold-webfont.eot");  src: url("../fonts/SDCText/sdc_text_og-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/SDCText/sdc_text_og-semibold-webfont.woff2") format('woff2'), url("../fonts/SDCText/sdc_text_og-semibold-webfont.woff") format('woff'), url("../fonts/SDCText/sdc_text_og-semibold-webfont.ttf") format('truetype');  font-weight: 600;  font-style: normal;}@font-face {  font-family: 'SDC Square Fill';  src: url("../fonts/SDCSquareFill/20140822_sdc-square_fill-webfont.eot");  src: url("../fonts/SDCSquareFill/20140822_sdc-square_fill-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/SDCSquareFill/20140822_sdc-square_fill-webfont.woff") format('woff'), url("../fonts/SDCSquareFill/20140822_sdc-square_fill-webfont.ttf") format('truetype');  font-weight: normal;  font-style: normal;}form input,form textarea,form select {  background: #fff;  margin: 12px;  padding: 7px;  border: 1px solid #808080;  font-family: Helvetica, Verdana, Arial, sans-serif;  color: #444;  line-height: 16px;  font-size: 13px;}form input::placeholder,form textarea::placeholder,form select::placeholder {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;}form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder,form select::-webkit-input-placeholder {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;}form input:-moz-placeholder,form textarea:-moz-placeholder,form select:-moz-placeholder {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;}form input::-moz-placeholder,form textarea::-moz-placeholder,form select::-moz-placeholder {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;}form input:-ms-placeholder,form textarea:-ms-placeholder,form select:-ms-placeholder {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;}form input:placeholder-shown,form textarea:placeholder-shown,form select:placeholder-shown {  background: repeating-linear-gradient(45deg, #ededec, #ededec 3mm, #f6f6f6 3mm, #f6f6f6 6mm);}form input:hover,form textarea:hover,form select:hover,form input:focus,form textarea:focus,form select:focus {  border-color: #222;}form input:focus,form textarea:focus,form select:focus {  background: #fff;}form input[type=text],form input[type=number],form input[type=email],form input[type=url],form input[type=tel] {  border-width: 0 0 1px;}form input[type=file]:before {  color: #999;  letter-spacing: 0.04em;  font-weight: 100;  content: attr(data-placeholder);  background: repeating-linear-gradient(45deg, #ededec, #ededec 3mm, #f6f6f6 3mm, #f6f6f6 6mm);  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  padding: 7px;  border: 1px solid #808080;  cursor: pointer;}form input[type=file].filled:before {  background: #fff;}form input[type=file]:hover:before {  border-color: #222;}form textarea {  display: block;  border: 1px solid #808080;  resize: none;}form .submit {  width: 100%;  clear: both;  text-align: center;}form button,form .button {  width: 100%;  color: #444;  padding: 6px;  border-style: none;  font-size: 11px;  line-height: 1.2em;  cursor: pointer;}form button.whole,form .button.whole,form button.half,form .button.half,form button.third,form .button.third {  float: left;}form button.whole,form .button.whole {  width: 100%;}form button.half,form .button.half {  width: 50%;}form button.third,form .button.third {  width: 33.333333333333336%;}form button.save,form .button.save,form button.cancel,form .button.cancel,form button.delete,form .button.delete {  cursor: pointer;  background-color: #dfc0c0;}form button.save:hover,form .button.save:hover,form button.cancel:hover,form .button.cancel:hover,form button.delete:hover,form .button.delete:hover {  background-color: #ce9f9f;}form button.save.active,form .button.save.active,form button.cancel.active,form .button.cancel.active,form button.delete.active,form .button.delete.active {  background-color: #ce9f9f;}form button:hover,form .button:hover {  background-color: #c0c9cf;}form button:active,form .button:active {  background-color: #c0c9cf;}form button[disabled]:before,form .button[disabled]:before {  content: attr(data-disabled-label);}form fieldset {  position: relative;  width: 100%;  margin: 0 auto 24px;  padding: 0;  border: none;}form fieldset legend {  position: absolute;  top: -1px;  left: -124px;  width: 124px;  padding: 4px 24px 4px 0;  text-align: right;  letter-spacing: 0.06em;  font-size: 11px;  line-height: 1.4em;  text-transform: uppercase;  font-weight: 700;}form fieldset input,form fieldset textarea,form fieldset select {  margin: 0 8px 0 0;}form fieldset input,form fieldset textarea {  width: 100%;}form fieldset input:invalid,form fieldset textarea:invalid {  border-color: #f00;}form fieldset textarea {  height: 124px;  resize: none;}form fieldset.required input,form fieldset.required textarea {  border-color: #f00;}form fieldset.required input[type=file]:before,form fieldset.required textarea[type=file]:before {  border-color: #f00;}form fieldset.required.aVALIDATE_passed input:valid,form fieldset.required.aVALIDATE_passed textarea:valid {  border-color: #008000;}form fieldset.required.aVALIDATE_passed input:valid[type=file]:before,form fieldset.required.aVALIDATE_passed textarea:valid[type=file]:before {  border-color: #008000;}form fieldset:after {  color: #222 !important;}::-webkit-scrollbar {  width: 8px;  height: 12px;}::-webkit-scrollbar-button {  background: #aaa;}::-webkit-scrollbar-track {  background: #eee;}::-webkit-scrollbar-track-piece {  background: #eee;}::-webkit-scrollbar-thumb {  background: #ccc;  height: $scrollbarThumbHeight;  border-radius: 0;}::-webkit-scrollbar-corner {  background: #aaa;}.mejs-container {  background: $activeBG;  width: 100% !important;  height: 0 !important;}.mejs-container div {  font-family: 'Courier New', 'Courier' !important;}.mejs-container .mejs-controls {  background: none;  text-align: center;  top: 4px;  padding: 0 48px;  display: none;}.mejs-container .mejs-controls.mejs-playpause-button button {  height: 18px;  margin: 2px 24px 0;}.mejs-container .mejs-controls .mejs-time-rail,.mejs-container .mejs-controls .mejs-duration-container {  display: none !important;}.mejs-container .mejs-controls span.mejs-currenttime {  font-size: 1.6em;  margin: 2px 2px 0 0;}.mejs-container .mejs-controls .mejs-horizontal-volume-slider {  margin-top: -2px;}.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {  background: $activeBG;  border: 1px solid #bdc3c7;  border-radius: 0;  height: 12px;}.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {  background: #fff;  border-radius: 0;  height: 12px;}#body {  font-family: 'SDC Text';  background: #222;  line-height: 1.4em;}#body h1,#body h2,#body h3,#body h4 {  font-weight: 400;  line-height: 1.4em;  margin: 0 0 0.3em;}#body h1 {  font-size: 28px;  line-height: 1.2em;}#body h2 {  font-size: 24px;  line-height: 1.26em;}#body h3 {  font-size: 19px;}#body a {  display: inline-block;  text-decoration: none;  color: #222;  border-bottom: 1px solid #222;  margin-bottom: -1px;  line-height: 0.9em !important;}#body strong {  font-weight: 500;}#body .hidden {  display: none !important;}#body .loading {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  background: #222;  line-height: 1em;  color: #ededec;  font-size: 20px;  font-weight: 100;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  filter: alpha(opacity=80);  -webkit-opacity: 0.8;  -moz-opacity: 0.8;  -ms-opacity: 0.8;  -o-opacity: 0.8;  opacity: 0.8;}#body .loading:before {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  background: #ededec;  content: '';  height: 2em;  width: 2px;  vertical-align: middle;  z-index: 999999;  -webkit-animation: hr 2s linear infinite;  -moz-animation: hr 2s linear infinite;  -ms-animation: hr 2s linear infinite;  -o-animation: hr 2s linear infinite;  animation: hr 2s linear infinite;  -webkit-transform-origin: 50% 100%;  -moz-transform-origin: 50% 100%;  -ms-transform-origin: 50% 100%;  -o-transform-origin: 50% 100%;  -webkit-transform-origin: 50% 100%;  -moz-transform-origin: 50% 100%;  -ms-transform-origin: 50% 100%;  -o-transform-origin: 50% 100%;  transform-origin: 50% 100%;}#body .loading:after {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  background: #ededec;  content: '';  height: 1em;  width: 2px;  vertical-align: middle;  z-index: 999999;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  filter: alpha(opacity=80);  -webkit-opacity: 0.8;  -moz-opacity: 0.8;  -ms-opacity: 0.8;  -o-opacity: 0.8;  opacity: 0.8;  -webkit-animation: min 24s linear infinite;  -moz-animation: min 24s linear infinite;  -ms-animation: min 24s linear infinite;  -o-animation: min 24s linear infinite;  animation: min 24s linear infinite;  -webkit-transform-origin: 50% 150%;  -moz-transform-origin: 50% 150%;  -ms-transform-origin: 50% 150%;  -o-transform-origin: 50% 150%;  -webkit-transform-origin: 50% 150%;  -moz-transform-origin: 50% 150%;  -ms-transform-origin: 50% 150%;  -o-transform-origin: 50% 150%;  transform-origin: 50% 150%;}#body .white {  background: #ededec;}#body .text p,#body .text ul {  margin: 0 0 1em;}#body .text ul li:before {  content: '\003E';  margin: 0 0.5em 0 0.3em;}#body #about,#body #top,#body #left {  position: fixed;}#body #about {  top: 0;  left: 0;  width: 100%;  text-align: center;}#body #about a {  text-decoration: none;}#body #about .text {  text-align: left;}#body #about .overlay {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  display: none;  position: fixed !important;  background: rgba(0,0,0,0);  width: 100%;  height: 100%;  cursor: pointer;}#body #about .header {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  cursor: pointer;  background-color: #222;  color: #ededec;  position: absolute;  width: 100%;  padding: 0 0 0 14px;  text-align: left;  line-height: 42px;}#body #about .header a {  color: #ededec;}#body #about .header:hover {  background-color: #ededec;  color: #222;}#body #about .header:hover a {  color: #222;}#body #about .header.active {  background-color: #ededec;  color: #222;}#body #about .header.active a {  color: #222;}#body #about .header:before {  float: left;  content: 'about ';  width: 0;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  filter: alpha(opacity=0);  -webkit-opacity: 0;  -moz-opacity: 0;  -ms-opacity: 0;  -o-opacity: 0;  opacity: 0;  overflow: hidden;  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: width 0.2s, opacity 0.4s;  -moz-transition: width 0.2s, opacity 0.4s;  -ms-transition: width 0.2s, opacity 0.4s;  -o-transition: width 0.2s, opacity 0.4s;  transition: width 0.2s, opacity 0.4s;}#body #about .header:hover:before {  width: 63px;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=42);  filter: alpha(opacity=42);  -webkit-opacity: 0.42;  -moz-opacity: 0.42;  -ms-opacity: 0.42;  -o-opacity: 0.42;  opacity: 0.42;}#body #about .right {  position: absolute;  top: -1px;  right: 0;  font-size: 0;}#body #about .right a {  border: none;}#body #about .right .externals,#body #about .right radio {  display: inline-block;  line-height: 42px;}#body #about .right .externals {  vertical-align: middle;}#body #about .right .externals a {  cursor: pointer;  background-color: #222;  color: #ededec;}#body #about .right .externals a a {  color: #ededec;}#body #about .right .externals a:hover {  background-color: #ededec;  color: #222;}#body #about .right .externals a:hover a {  color: #222;}#body #about .right .externals a.active {  background-color: #ededec;  color: #222;}#body #about .right .externals a.active a {  color: #222;}#body #about .right .externals a .fa {  width: 42px;  padding: 13px;  font-size: 15px;}#body #about .right radio {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  cursor: pointer;  background-color: #222;  color: #ededec;  vertical-align: top;  padding: 0 19px 0 0;  font-size: 15px;}#body #about .right radio a {  color: #ededec;}#body #about .right radio:hover {  background-color: #ededec;  color: #222;}#body #about .right radio:hover a {  color: #222;}#body #about .right radio.active {  background-color: #ededec;  color: #222;}#body #about .right radio.active a {  color: #222;}#body #about .right radio .controls {  width: 279px;  white-space: pre;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=24);  filter: alpha(opacity=24);  -webkit-opacity: 0.24;  -moz-opacity: 0.24;  -ms-opacity: 0.24;  -o-opacity: 0.24;  opacity: 0.24;  overflow: hidden;}#body #about .right radio .controls * {  display: inline-block;  vertical-align: middle;}#body #about .right radio .controls .play {  width: 20px;}#body #about .right radio .controls.enabled {  border: none;  zoom: 1;  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  filter: alpha(opacity=100);  -webkit-opacity: 1;  -moz-opacity: 1;  -ms-opacity: 1;  -o-opacity: 1;  opacity: 1;  cursor: pointer;}#body #about .content {  position: absolute;  background: #ededec;  top: 38px;  height: 0px;  max-height: 80%;  padding: 0 72px;  border-bottom: 4px solid #222;  overflow: auto;  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: height 0.2s, padding 0.2s;  -moz-transition: height 0.2s, padding 0.2s;  -ms-transition: height 0.2s, padding 0.2s;  -o-transition: height 0.2s, padding 0.2s;  transition: height 0.2s, padding 0.2s;}#body #about .tabs {  max-width: 720px;  margin-left: -4px;}#body #about .tabs .bar {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  display: table;  width: 100%;  margin: 24px 0 0;  font-size: 16px;  letter-spacing: -0.24em;}#body #about .tabs .bar a {  display: table-cell;  padding: 9px 0;  border-bottom: none;}#body #about .tabs .bar a:after {  content: ' /';}#body #about .tabs .bar a:last-child:after {  content: '';}#body #about .tabs .bar a.active,#body #about .tabs .bar a:hover {  padding-bottom: 5px;  border-bottom: 4px solid #222;}#body #about .tabs .tab {  display: none;  margin: 24px auto;  text-align: left;}#body #about .tabs .tab.active {  display: block;}#body #about .imprint {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  position: absolute;  right: 72px;  bottom: 0px;  font-size: 0.8em;}#body #about .imprint a {  margin: 7px 0;}.about#body #about {  height: 100%;}.about#body #about .overlay {  display: block;  background: rgba(0,0,0,0.42);}.about#body #about .content {  height: auto;  padding: 38px 72px 0;}#body #top {  width: 100%;  height: 103px;  padding: 42px 0 0;  border-bottom: 4px solid #222;}#body #left,#body #right {  top: 103px;  bottom: 0;  width: 50%;}#body #left {  left: 0;}#body #right {  position: absolute;  left: 50%;}#body loader .messages {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  top: auto;  bottom: 42px;  color: #ededec;  font-size: 13px;  z-index: 999999;}#body loader.loading {  position: fixed !important;}#body navigation {  display: block;  background: #ededec;  width: 100%;  height: 57px;  padding: 8px;}#body navigation .overlay {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;}#body navigation .label {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  display: inline-block;  vertical-align: middle;  border: 1px solid #ededec;  padding: 10px 12px 12px;  font-size: 17px;  line-height: 1em;}#body navigation .label.prefix {  padding: 12px 0 12px 12px;}#body navigation .menu {  position: relative;  height: 57px;  white-space: nowrap;}#body navigation .menu .label {  cursor: pointer;  background-color: #222;  color: #ededec;  width: 100%;  height: 42px;  white-space: nowrap;}#body navigation .menu .label a {  color: #ededec;}#body navigation .menu .label:hover {  background-color: #ededec;  color: #222;}#body navigation .menu .label:hover a {  color: #222;}#body navigation .menu .label.active {  background-color: #ededec;  color: #222;}#body navigation .menu .label.active a {  color: #222;}#body navigation .menu .node {  display: inline-block;  vertical-align: top;  position: relative;  font-size: 0;}#body navigation .menu .node .children {  position: absolute;  top: 0;  right: -72px;  width: 72px;}#body navigation .menu .node .siblings {  top: 42px;  left: 0;}#body navigation .menu .node .siblings .node {  display: block;}#body navigation .menu .node .siblings .label,#body navigation .menu .node .submenu .label {  cursor: pointer;  background-color: #999;  color: #ededec;}#body navigation .menu .node .siblings .label a,#body navigation .menu .node .submenu .label a {  color: #ededec;}#body navigation .menu .node .siblings .label:hover,#body navigation .menu .node .submenu .label:hover {  background-color: #ededec;  color: #999;}#body navigation .menu .node .siblings .label:hover a,#body navigation .menu .node .submenu .label:hover a {  color: #999;}#body navigation .menu .node .siblings .label.active,#body navigation .menu .node .submenu .label.active {  background-color: #ededec;  color: #999;}#body navigation .menu .node .siblings .label.active a,#body navigation .menu .node .submenu .label.active a {  color: #999;}#body navigation .menu .node .submenu {  display: inline-block;  position: relative;}#body navigation .menu.hint .label {  cursor: pointer;  background-color: #999;  color: #ededec;}#body navigation .menu.hint .label a {  color: #ededec;}#body navigation .menu.hint .label:hover {  background-color: #ededec;  color: #999;}#body navigation .menu.hint .label:hover a {  color: #999;}#body navigation .menu.hint .label.active {  background-color: #ededec;  color: #999;}#body navigation .menu.hint .label.active a {  color: #999;}#body flow {  display: block;  width: 100%;  height: 100%;  overflow-x: hidden;  overflow-y: auto;  font-size: 0;}#body flow a {  border-bottom: none;}#body flow .container {  background: #ededec;  min-height: 100%;}#body flow .year {  position: relative;}#body flow .year .label {  font-family: 'SDC Square Fill';  text-transform: lowercase;  letter-spacing: -0.2em;  background: #222;  position: absolute;  top: 0;  bottom: 0;  width: 42px;  padding: 8px;  border-top: 1px solid #999;  color: #ededec;  white-space: pre-line;  text-align: right;  font-size: 17px;  line-height: 1em;  font-weight: 500;}#body flow .year .weeks {  margin: 0 0 0 42px;}#body flow .year .weeks .week {  position: relative;}#body flow .year .weeks .week .label {  width: 24px;}#body flow .year .weeks .week .dots {  margin: 0 24px;  line-height: 0;}#body flow .year .weeks .week .dots .dot {  display: inline-block;  padding: 4px;  cursor: pointer;}#body flow .year .weeks .week .dots .dot .yolk {  width: 8px;  height: 8px;  border: 1px solid #808080;  border-radius: 50%;}#body flow .year .weeks .week .dots .dot:hover .yolk,#body flow .year .weeks .week .dots .dot.active .yolk {  background: #999;}#body flow .year .weeks .week .dots .dot.highlighted .yolk {  background: #222;  border-color: #222;}#body flow .year .weeks .week .dots .dot:hover .yolk,#body flow .year .weeks .week .dots .dot.highlighted .yolk {  width: 12px;  height: 12px;  margin: -2px;}#body flow .year:first-child .label {  border-top: none;}#body flow .year:first-child .weeks {  padding: 8px 0 0;}#body posts {  display: block;  padding: 0 42px 0 4px;  overflow-x: hidden;}#body posts post {  display: block;  background: #ededec;  position: relative;  min-width: 72%;  max-width: 100%;  min-height: 242px;  height: 242px;  float: left;  clear: both;  margin: 0 0 4px;  padding: 32px 32px 24px;  overflow-y: hidden;  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);  -ms-box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);  -o-box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);  box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);}#body posts post img {  max-width: 100%;  height: auto;}#body posts post .header {  position: absolute;  top: 0;  left: 0;  right: 0;  font-size: 11px;  line-height: 1em;  letter-spacing: 0.2em;}#body posts post .header .date,#body posts post .header .author {  display: inline-block;  margin: 8px 0 0 8px;}#body posts post .header .permalink,#body posts post .header .type {  float: right;  margin: 0 0 0 2px;}#body posts post .header .permalink .fa,#body posts post .header .type .fa {  padding: 8px;}#body posts post .header .permalink {  cursor: pointer;  background-color: #ededec;  color: #222;}#body posts post .header .permalink a {  color: #222;}#body posts post .header .permalink:hover {  background-color: #222;  color: #ededec;}#body posts post .header .permalink:hover a {  color: #ededec;}#body posts post .header .permalink.active {  background-color: #222;  color: #ededec;}#body posts post .header .permalink.active a {  color: #ededec;}#body posts post .header .permalink a {  border-bottom: none;}#body posts post .text,#body posts post .image {  padding-bottom: 1.3em;}#body posts post .title,#body posts post .text {  padding-left: 124px;}#body posts post .title {  font-weight: 500;}#body posts post .text img {  margin-left: -124px;}#body posts post .preview .image,#body posts post .preview .title,#body posts post .preview .text {  float: left;}#body posts post .preview .thumb {  background-size: contain;  background-position: top;  background-repeat: no-repeat;  width: 28%;  height: 174px;}#body posts post .preview .title,#body posts post .preview .text {  width: 72%;  padding: 0 0 0 16px;}#body posts post .preview .text * {  font-size: 13px;  line-height: 1.3em;  margin-left: 0;}#body posts post .preview .text img {  display: none;}#body posts post .toggle {  cursor: pointer;  background-color: rgba(0,0,0,0);  color: #808080;  position: absolute;  top: 24px;  left: 0;  right: 0;  bottom: 0;  font-family: 'Helvetica Neue';  font-size: 11px;  letter-spacing: 0.2em;  text-transform: lowercase;  font-weight: 200;  text-align: center;  line-height: 2em;}#body posts post .toggle a {  color: #808080;}#body posts post .toggle:hover {  background-color: rgba(0,0,0,0);  color: #222;}#body posts post .toggle:hover a {  color: #222;}#body posts post .toggle.active {  background-color: rgba(0,0,0,0);  color: #222;}#body posts post .toggle.active a {  color: #222;}#body posts post .toggle .more,#body posts post .toggle .less {  background: #ededec;  position: absolute;  left: 0;  right: 0;  bottom: 0;  height: 24px;  border-top: 1px solid #e2e2e2;}#body posts post .toggle .less {  display: none;}#body posts post .toggle:hover .more,#body posts post .toggle:hover .less {  background: #c4c4c4;  border-top: 1px solid #c4c4c4;}#body posts post.soundcloud {  overflow: hidden;}#body posts post.soundcloud .title,#body posts post.soundcloud .text {  width: 72%;}#body posts post.soundcloud .audio iframe .widget {  background-color: none;}#body posts post.soundcloud,#body posts post.twitter {  width: 80%;  min-height: 172px;  height: 172px;}#body posts post.facebook unescaped {  white-space: pre-wrap;}#body posts post.expanded {  width: 100%;  height: auto;}#body posts post.expanded .toggle {  top: auto;  height: 24px;}#body posts post.expanded .toggle .more {  display: none;}#body posts post.expanded .toggle .less {  display: inline;}#body posts .footer {  position: relative;  height: 142px;  clear: both;}#body posts .footer .loader {  background: rgba(0,0,0,0);  margin-top: -62px;}#body posts .stickies {  font-family: 'SDC Text';  position: fixed;  top: 99px;  right: 0;  width: 50%;  padding: 4px 0 0 4px;  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s;  -ms-transition: width 0.2s;  -o-transition: width 0.2s;  transition: width 0.2s;}#body posts .stickies .indicator,#body posts .stickies .sticky,#body posts .stickies .bubbly {  cursor: pointer;  background-color: #ededec;  color: #222;  min-width: 100%;  float: right;  clear: both;  white-space: nowrap;  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);  -ms-box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);  -o-box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);  box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: min-width 0.2s, margin 0.2s, padding 0.2s, font-size 0.2s;  -moz-transition: min-width 0.2s, margin 0.2s, padding 0.2s, font-size 0.2s;  -ms-transition: min-width 0.2s, margin 0.2s, padding 0.2s, font-size 0.2s;  -o-transition: min-width 0.2s, margin 0.2s, padding 0.2s, font-size 0.2s;  transition: min-width 0.2s, margin 0.2s, padding 0.2s, font-size 0.2s;}#body posts .stickies .indicator a,#body posts .stickies .sticky a,#body posts .stickies .bubbly a {  color: #222;}#body posts .stickies .indicator:hover,#body posts .stickies .sticky:hover,#body posts .stickies .bubbly:hover {  background-color: #222;  color: #ededec;}#body posts .stickies .indicator:hover a,#body posts .stickies .sticky:hover a,#body posts .stickies .bubbly:hover a {  color: #ededec;}#body posts .stickies .indicator.active,#body posts .stickies .sticky.active,#body posts .stickies .bubbly.active {  background-color: #222;  color: #ededec;}#body posts .stickies .indicator.active a,#body posts .stickies .sticky.active a,#body posts .stickies .bubbly.active a {  color: #ededec;}#body posts .stickies .indicator .fa-arrow-down,#body posts .stickies .sticky .fa-arrow-down,#body posts .stickies .bubbly .fa-arrow-down {  display: inline-block;  vertical-align: top;  padding: 0 8px;  font-size: 0.7em;  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: transform 0.2s;  -moz-transition: transform 0.2s;  -ms-transition: transform 0.2s;  -o-transition: transform 0.2s;  transition: transform 0.2s;}#body posts .stickies .indicator.up .fa-arrow-down,#body posts .stickies .sticky.up .fa-arrow-down,#body posts .stickies .bubbly.up .fa-arrow-down {  -webkit-transform-origin: 50% 50%;  -moz-transform-origin: 50% 50%;  -ms-transform-origin: 50% 50%;  -o-transform-origin: 50% 50%;  -webkit-transform-origin: 50% 50%;  -moz-transform-origin: 50% 50%;  -ms-transform-origin: 50% 50%;  -o-transform-origin: 50% 50%;  transform-origin: 50% 50%;  -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg);  -ms-transform: rotate(180deg);  -o-transform: rotate(180deg);  -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg);  -ms-transform: rotate(180deg);  -o-transform: rotate(180deg);  transform: rotate(180deg);}#body posts .stickies .sticky,#body posts .stickies .bubbly {  margin-bottom: 1px;  padding: 14px 4px 5px;  font-size: 19px;}#body posts .stickies .bubbly {  cursor: pointer;  background-color: #ffff72;  color: #222;}#body posts .stickies .bubbly a {  color: #222;}#body posts .stickies .bubbly:hover {  background-color: #222;  color: #ffff72;}#body posts .stickies .bubbly:hover a {  color: #ffff72;}#body posts .stickies .bubbly.active {  background-color: #222;  color: #ffff72;}#body posts .stickies .bubbly.active a {  color: #ffff72;}#body posts .stickies:hover .indicator {  display: none;}#body posts .stickies:hover .sticky {  display: block;}#body posts .stickies.minimised {  width: 0%;}#body posts .stickies.minimised .indicator,#body posts .stickies.minimised .sticky,#body posts .stickies.minimised .bubbly {  min-width: 0%;  margin-bottom: 2px;  padding: 9px 9px 2px;  font-size: 19px;}#body dot-label {  background: #222;  position: fixed;  left: -284px;  width: 142px;  height: 112px;  border-radius: 3px;  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);  -ms-box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);  -o-box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);  box-shadow: 0 0 2px 1px rgba(0,0,0,0.12);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  -webkit-transition: left 0.1s, top 0.1s;  -moz-transition: left 0.1s, top 0.1s;  -ms-transition: left 0.1s, top 0.1s;  -o-transition: left 0.1s, top 0.1s;  transition: left 0.1s, top 0.1s;}#body dot-label .container {  width: 100%;  height: 100%;}#body dot-label .container .pointer {  position: absolute !important;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  text-align: center;  top: auto;  bottom: -8px;  width: 14px;  height: 12px;  font-size: 24px;  line-height: 0.5em;  overflow: hidden;}#body dot-label .container .thumb,#body dot-label .container .title {  overflow: hidden;}#body dot-label .container .thumb {  background-size: cover;  background-position: center;  background-repeat: no-repeat;  position: relative;  height: 100%;}#body dot-label .container .title {  font-family: 'SDC Text';  position: absolute;  top: 0;  left: 0;  padding: 12px 10px;  font-size: 15px;  letter-spacing: 0.06em;  line-height: 1.2em;  color: #c4c4c4;  overflow: hidden;}#body #apply {  background: #ededec;  min-height: 100%;  padding: 42px 0;  text-align: center;}#body #apply .paragraph,#body #apply form {  position: relative;  width: 480px;  margin: 0 auto;  text-align: left;}#body #apply form p {  margin: 0;}#body #apply form h3 {  display: inline-block;  margin: 32px 0 12px;  border: 1px solid #222;  padding: 8px 7px 0;}#body #apply form .success,#body #apply form .error {  padding: 24px 24px 16px;  color: #ededec;  font-size: 2rem;  line-height: 1.6em;}#body #apply form .success {  background: #008000;}#body #apply form .error {  background: #ff1f1f;}#body #apply form fieldset {  display: flex;  flex-direction: row;  margin-bottom: 1.4em;}#body #apply form fieldset.checkbox {  margin-bottom: 0.4em;}#body #apply form fieldset.checkbox legend {  left: 2em;  text-align: left;  text-transform: none;  font-size: 1.5rem;  font-weight: 400;  letter-spacing: 0;}#body #apply form fieldset:after {  position: absolute;  top: 0.8em;  right: -1em;}#body #apply form #submit {  cursor: pointer;  background-color: #c0dfd9;  margin-top: 2em;  font-size: 1.1em;}#body #apply form #submit:hover {  background-color: #9fcec5;}#body #apply form #submit.active {  background-color: #9fcec5;}#body #apply form #submit[disabled] {  position: relative;}#body #apply form #submit[disabled]:before {  background: #faa;  position: absolute;  content: 'Please fill in all required fields';  top: 0;  left: 0;  right: 0;  bottom: 0;  color: #222;  line-height: 1.9em;}#body #apply .back {  margin-top: 24px;  display: none;}@media only screen and (min-width: 768px) and (max-width: 1024px) {  #body #about .imprint {    display: none;  }  #body #left {    display: none;  }  #body #right {    left: 0;    width: 100%;  }}@media only screen and (min-width: 320px) and (max-width: 767px) {  #body {    background: #7f7f7f;    line-height: 1.3em;  }  #body h1,  #body h2,  #body h3,  #body h4 {    margin: 0 0 0.3em;  }  #body h1 {    font-size: 19px;    line-height: 1.3;  }  #body h2 {    font-size: 17px;  }  #body h3 {    font-size: 15px;  }  #body loader {    zoom: 1;    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    filter: alpha(opacity=100);    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    -o-opacity: 1;    opacity: 1;  }  #body #top {    display: none;  }  #body #about .header {    padding: 0 0 0 12px;    font-size: 14px;  }  #body #about .right .externals {    vertical-align: middle;  }  #body #about .right .externals a {    cursor: pointer;    background-color: #222;    color: #fff;  }  #body #about .right .externals a a {    color: #fff;  }  #body #about .right .externals a:hover {    background-color: #fff;    color: #222;  }  #body #about .right .externals a:hover a {    color: #222;  }  #body #about .right .externals a.active {    background-color: #fff;    color: #222;  }  #body #about .right .externals a.active a {    color: #222;  }  #body #about .right .externals a .fa {    width: auto;    padding: 13px 6px;    font-size: 15px;  }  #body #about .right radio {    position: fixed;    top: auto;    left: 0;    right: 0;    bottom: 0;  }  #body #about .right radio .controls {    height: 0;    font-size: 14px;    -webkit-transform: translate3d(0, 0, 0);    -moz-transform: translate3d(0, 0, 0);    -ms-transform: translate3d(0, 0, 0);    -o-transform: translate3d(0, 0, 0);    -webkit-transform: translate3d(0, 0, 0);    -moz-transform: translate3d(0, 0, 0);    -ms-transform: translate3d(0, 0, 0);    -o-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);    -webkit-transition: height 1s, bottom 0.4s;    -moz-transition: height 1s, bottom 0.4s;    -ms-transition: height 1s, bottom 0.4s;    -o-transition: height 1s, bottom 0.4s;    transition: height 1s, bottom 0.4s;  }  #body #about .right radio .controls.enabled {    height: 42px;  }  #body #about .content {    max-height: 72%;  }  #body #about .tabs,  #body #about .imprint {    display: none;  }  .about#body #about .content {    padding: 18px 20px;  }  #body #left {    display: none;  }  #body #right {    top: 42px;    left: 0;    width: 100%;  }  #body #right posts {    padding: 12px;  }  #body #right posts post {    background: #fff;    padding: 32px 4px 24px;  }  #body #right posts post .header {    padding: 4px 8px 0 2px;  }  #body #right posts post .header .permalink,  #body #right posts post .header .type {    padding: 7px 6px;  }  #body #right posts post .header .permalink {    cursor: pointer;    background-color: #fff;    color: #222;  }  #body #right posts post .header .permalink a {    color: #222;  }  #body #right posts post .header .permalink:hover {    background-color: #222;    color: #fff;  }  #body #right posts post .header .permalink:hover a {    color: #fff;  }  #body #right posts post .header .permalink.active {    background-color: #222;    color: #fff;  }  #body #right posts post .header .permalink.active a {    color: #fff;  }  #body #right posts post .title,  #body #right posts post .text {    padding: 0 12px;  }  #body #right posts post .text img {    margin-left: 0;  }  #body #right posts post .toggle {    cursor: pointer;    background-color: rgba(0,0,0,0);    color: #808080;  }  #body #right posts post .toggle a {    color: #808080;  }  #body #right posts post .toggle:hover {    background-color: rgba(0,0,0,0);    color: #222;  }  #body #right posts post .toggle:hover a {    color: #222;  }  #body #right posts post .toggle.active {    background-color: rgba(0,0,0,0);    color: #222;  }  #body #right posts post .toggle.active a {    color: #222;  }  #body #right posts post .toggle .more,  #body #right posts post .toggle .less {    background: #fff;  }  #body #right posts .stickies {    top: 42px;  }  #body #right posts .stickies .bubbly,  #body #right posts .stickies .sticky {    font-size: 15px;    padding: 9px 9px 2px;  }  #body #right posts .stickies .bubbly .fa-arrow-down,  #body #right posts .stickies .sticky .fa-arrow-down {    padding: 2px;    margin-right: 6px;    font-size: 0.7em;  }  #body #right posts .stickies.minimised .bubbly,  #body #right posts .stickies.minimised .sticky {    font-size: 15px;    padding: 7px 6px 0px;  }  #body #apply {    min-height: 100%;    padding: 2em;    text-align: center;  }  #body #apply .paragraph,  #body #apply form {    position: relative;    width: 100%;    margin: 0;    text-align: left;  }  #body #apply .paragraph fieldset,  #body #apply form fieldset {    margin-bottom: 1.8em;  }  #body #apply .paragraph fieldset legend,  #body #apply form fieldset legend {    position: relative;    left: 0;    width: 100%;    text-align: left;  }}