/* ----------------------------------------------- */
/* css: default - landscape						   */
/* ----------------------------------------------- */

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
	overflow-x: hidden;
	background: #efefef;
	overflow-y: scroll;
	line-height: 1.15rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	body {
		font-size: 0.90rem;
	}
}

/* --- images  --- */

img { 
	border: 0px !important;
	margin: 0 0 0 0 !important;
	display: inline !important;
}

/* --- links --- */

a { 
	color: #ff3d00; 
	text-decoration:none; 
}
a:hover { 
	text-decoration: none; 
}
a.nohover:hover { 
	background: none;
}

/* --- reset some foundation stylng --- */

table, th, tr, td {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1.0em;
    line-height: 1.0em;
}

form {
	padding: 0;
	margin: 0;
}

/* --- consent --- */

#oil_reminder{
	right:unset!important;
	left:0px!important;
	border-top-left-radius:0px!important;
	border-top-right-radius:5px!important;
}
.cmpReminderSpan {
	display: none !important;
}

/* --- photoswipe tuning --- */

.pswp {
	z-index: 9999999999 !important;
}

/* --- headings --- */

h1,h2,h3,h4,h5,h6 { 
	text-transform: none;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	color: #222222;
}
h1 {
	line-height: 2.4rem;
}
h2 {
	line-height: 2.2rem;
}
h3 {
	line-height: 2.1rem;
}
h4 {
	line-height: 1.7rem;
}
h5 {
	line-height: 1.3rem;
}
h6 {
	line-height: 1.2rem;
}

h1.skft, h2.skft, h3.skft {
	border-left: solid 4px #ff3d00;
	padding-left: 12px;
}

/* --- column header --- */

h5.header {
	margin-bottom: 12px;
	padding: 8px 10px;
	background-color: #ebebeb;
	color: #6b6b6b;
	border-left: solid 4px #9b9b9b;
	font-weight: bold;
	font-size: 1.0rem;
	border-radius: 4px;
}
h5.header.orange {
	background-color: #ff3d00;
	color: white;
	border-left: solid 4px #c42f00;	
}
h5.header.black {
	background-color: #121212;
	color: white;
	border-left: solid 4px #464646;	
}
h5.header.orange a {
	color: white;
}

.border-skft {
	border-left: solid 4px #ff3d00;
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	h1 {
		line-height: 1.7rem;
	}
	h2 {
		line-height: 1.6rem;
	}
	h3 {
		line-height: 1.5rem;
		font-weight: bold;
	}
	h4 {
		line-height: 1.4rem;
		font-weight: bold;
	}
	h5 {
		line-height: 1.3rem;
	}
	h6 {
		line-height: 1.2rem;
	}	
}

/* --- toastify --- */

.toastify.skft {
	color: #222222;
}

/* --- jconfirm  --- */

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	text-align: center;
	font-size: 1.2rem;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default.confirm{
	background: #ff3d00 !important;color: white !important;
}

/* --- recaptcha hide --- */

.grecaptcha-badge {
	visibility: collapse !important;  
}
	
/* --- plista --- */

.plista_widget_webApp .plistaAllOuter {
	margin-top: 20px;
	padding: 25px !important;
}

/* -- instagram embeds --- */

.instagram-media {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	
	.plista_widget_topArticle_static .plistaAllOuter {
		padding: 15px !important;
	}
	
	.plista_widget_webApp .plistaAllOuter {
		padding: 15px !important;
		margin-top: 5px !important;
	}
	
	/* in feed hide text */
	.plista_widget_infeed_2 .itemText {
		display: none;
	}
}

/* --- adf consent ding --- */

#adf-consent-widget-wrapper #adf-consent-widget-button > a {
	background-color: #ff3d00 !important;
}
		
/* --- html video --- */

video {
	width: 100%;
}

/*
* ======= video js =======
*/

/* --- increase size poster --- */

.vjs-poster,
.vjs-youtube .vjs-poster {
	background-size: 110%;
}

/* --- video js: download button --- */

.vjs-download-button {
	font-size: 2rem !important;
	right: 10px;
	top: 10px;
	position: absolute;
    padding: 10px 15px;
	z-index: 10;
}

.vjs-download-button > span > svg {
	font-size: 2rem;
}
.vjs-paused .vjs-download-button {
	display: block;
}
.vjs-playing .vjs-download-button {
	display: none;
}

/* --- video js: hide time for small devices --- */
	
@media only screen and (max-width: 40em) {
	
	.video-js .vjs-time-control.vjs-time-divider,
	.video-js .vjs-time-control.vjs-duration {
		display: none;
	}
}

/*
* ======= jconfirm tuning =======
*/

.jconfirm {
	z-index: 999999999999 !important;
}
.jconfirm-box {
	border-top: solid 5px #ff3d00;
}
.jconfirm-content {
	overflow-x: hidden !important;	
}

/*
* ======= foundation tuning =======
*/

.label {
	background: transparent;
}

p {
	line-height: 1.4rem;
    font-size: 1.0rem;
	margin-bottom: 0.5rem;
}

p.subTitle {
	color: #666666;
	text-transform: normal;
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	
	p {
		line-height: 1.2rem;
		font-size: 0.95rem;
		margin-bottom: 0.5rem;	
	}
		
	}
	p.subTitle {
		font-size: 0.85rem;
	}
}

.has-tip {
	font-weight: normal;
	border-bottom: none;
	z-index: 9999;
}

.switch.tiny {
    height: 0.6rem;
}

/* - device: small - */

@media only screen and (max-width: 40em) {

	.grid-container {
	    padding-right: 0.6rem;
	    padding-left: 0.6rem;
	}
	
	.h2, h2 {
    	font-size: 1.50rem;
	}	
}

/* --- default container --- */

.grid-container .cell .content {
	/*background-color: white;*/
}

/* --- toggle password fields --- */

.passwordField .toggleVisibility {
	position: absolute;
	right: 12px;
	top: 14px;
	color: #868686;
}

input:last-child {
	margin-bottom: 0;
}

/* --- placeholder color --- */

::placeholder {	
	color: #bfbfbf !important;
	opacity: 1;
}

/* --- tabs --- */

.tabs {
	border: 0;
}
.tabs-title > a {
	color: #222222;
	font-size: 1rem;
    padding: 1rem 1.2rem;
}
.tabs-content {
	border: 0;
}

/* --- tabs for entries --- */

.tabs.entries {

}
.tabs.entries .tabs-title > a {
	font-size: 0.92rem;
	padding: 0.6rem 0.8rem;
}
.tabs-content.entries {
	padding-bottom: 10px;
}
.tabs-content.entries .tabs-panel {
	padding: 0;
}			

/* - device: small - */
@media only screen and (max-width: 40em) {

	.tabs.entries {
		margin-left: 0px;
	}	
	.tabs.entries .tabs-title > a {
		font-size: 0.92rem;
		padding: 0.4rem 0.8rem;
	}	
	.tabs-panel {
		padding: 0.6rem;
	}
}

/* --- drop down --- */

.dropdown .is-dropdown-submenu {
	border-radius: 8px;
	min-width: 230px;
	border: 0;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(22,22,22,0.33);
	-moz-box-shadow: 0px 2px 10px 0px rgba(22,22,22,0.33);
	box-shadow: 0px 2px 10px 0px rgba(22,22,22,0.33);	
}
.dropdown.menu a {
	font-size: 0.9rem;
}
.dropdown .is-dropdown-submenu a {
	padding-left: 0.7rem;
	color: #424242 !important;
}
.dropdown .is-dropdown-submenu a:hover {
	background-color: #e9e9e9 !important;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}

/* --- form elements --- */

/* - device: small - */

@media only screen and (max-width: 40em) {

	label {
    	font-size: 0.775rem;
		line-height: 1.6;
	}
	
	[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
		margin: 0 0 0.5rem;
		padding: 0.5rem;
		font-size: 0.85rem;
		height: 2.2rem;
	}
}

/*
* =========================== cookiebar ==========================
*/

.cookiebar {
	display: none;
	background: #222222;
	color: white;
	position: fixed;
	z-index: 999999;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.cookiebar .text {
	color: white;
	margin-bottom: 15px;
	display: block;
	font-size: 0.95rem;	
}
.cookiebar .button {
	width: 200px;
}

/*
* =========================== speech bubble ==========================
*/

.speechBubble {
	position: relative;
	background: #f6f6f6;
	border-radius: 0;
}
.speechBubble:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 30px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #f2f5f5;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
}


/*
* =========================== pagination  =========================
*/

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  background: rgba(0,0,0,.1)
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 320px) {
  [data-pagination] {
    font-size: 15pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}

/*
* =========================== font awesome =========================
*/


.reen {
	color: #43c203
}
.color-gold {
	color: #ffd735;
}
.grey {
	color: #9c9c9c;
}

/*
* =========================== callout ===============================
*/

.callout {
	line-height: 1.2rem;
    font-size: 0.95rem;
	border: 0;
}
.callout.no-margin {
	margin: 0;
}
.callout.primary {
	border-left: solid 4px #ff7044;
	padding-left: 15px;
}
.callout.secondary {
	background-color: #f2f2f2;
}
.callout.clean {
	color: #2f2f2f;
}

/* -- device: small --- */

@media only screen and (max-width: 40em) {
	.callout {
		font-size: 0.85rem;	
		padding: 0.6rem;
	}	
}

/*
* =========================== search box ==============================
*/

.searchBoxContainer .autocompleteRow {
}
.searchBoxContainer .autocompleteRow  h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* -- device: small --- */
@media only screen and (max-width: 40em) {
	
	.searchBoxContainer .autocompleteRow  h6 {
		line-height: 0.85rem;
		font-size: 0.9rem;
	}

}

/* ---explicit layer--- */

.explicitLayer {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.9);
	
}
.explicitLayer .explicitContainer {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.explicitLayer .explicitContent {
	text-align: center;
	vertical-align: middle;	
	color: white;
	display: table-cell;
	width: 100%;
	height: 100%;
	line-height: 5rem;
	font-size: 2.2rem;
}
.explicitLayer .explicitContent .icon {
	color: #ff3d00;
	font-size: 4rem;
}
.explicitLayer .explicitContent h5 {
	color: white;
}

/* -- device: small --- */
@media only screen and (max-width: 40em) {
	.explicitLayer .explicitContent .icon {
		font-size: 2.4rem;
	}
}

/*
* =============== site ================
*/

.siteContainer {
	height: auto;
	padding-top: 241px;
	display: block;
}
.siteContainer.navigationHidden {
	padding-top: 55px;
}
.siteContainer.headerHidden {
	padding-top: 0px;
}

/* - small - */

@media only screen and (max-width: 40em) {
	.siteContainer {
		padding-top: 95px;
	}
}
		
/*
* =============== header ================
*/

/* --- top bar --- */

.topBar {
	z-index: 999;
	font-weight: 300;
	background: #ff3d00;
	color: #fff;
}
.topBar.babes {
	background-color: #ff0048;
}
.topBar.babes a {
	color: white;
}
.topBar a {
	font-weight: 400;
	color: #fff;
}
.topBar .topBarPadding {
	width: 100%;
	padding: 15px 0px;
	display: table;
}
.topBar .topBarItem {
	display: table;
}
.topBar .topBarItem a {
	display: table-cell;
	vertical-align: middle;
}
.topBar .topBarItem.menu { 
	float: left;
}
.topBar .topBarItem.menu .label { 
	position: relative;
	font-size: 0.9em;
	background: none !important;
}
.topBar .topBarItem.logo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}
.topBar .topBarItem.social { 
	float: right;
}

/* -- nav icon --- */

#nav-icon {
    margin-left: 4px;
    margin-top: 15px;
    width: 29px;
    height: 28px;
    margin-right: 4px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 9px;
}
#nav-icon span:nth-child(4) {
  top: 18px;
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}


/* --- header -- */

.headerContainer {
	top: 0;
	position: fixed !important;
	z-index: 5;
	width: 100%;
    z-index: 999999999;		    			
}

/* - spacer - */

.headerContainerSpacer {
	height: 56px;
}

/* - small - */

@media only screen and (max-width: 40em) {
	.headerContainerSpacer {
		height: 97px;
	}
}

/* -- header top bar --- */

.headerContainer .topBar {
	background: #c93000; 
	height: 4px;
}
	
/* --- header bar --- */

.headerContainer .headerBar {
    color: #fff;	
    background: #ff3d00; 
}
.headerContainer .headerBar .grid-container .grid-x {
	height: 52px;
}

.headerContainer .headerBar .item a.nav {
	font-weight: bold;
	padding: 6px 12px;
	color: white;
	font-size: 1rem;
	line-height: 40px;
	transform: skew(-19deg);
	display: inline-block;
    transition: .2s ease-out background-color;	
}
.headerContainer .headerBar .item a.nav .svg-inline--fa {
	font-size: 1.2rem;
	margin-top: 10px;
}
.headerContainer .headerBar .item a.nav .gold .svg-inline--fa {
	font-size: 1rem;
}
.headerContainer .headerBar .item a.nav.logo {
	padding-left: 0;
}
.headerContainer .headerBar .item a.nav:hover,
.headerContainer .headerBar .dropdown.menu li.is-active a.nav {
	color: #ff3d00;
	background-color: white;
}
.headerContainer .headerBar .item a.nav.logo:hover {
	background-color: transparent;
}
.headerContainer .headerBar .item a.nav > span {
    transform: skew(19deg);
    display: inline-block;
}
.headerContainer .headerBar .item a.nav.selected {
	background-color: white;
	color: #ff3d00;
}
.headerContainer .headerBar .item.logo a:hover {
	background-color: transparent;
	color: white;
}
.headerContainer .headerBar .item a.nav > span.badge {
    min-width: 1.2em;
    padding: 2px 4px;
    position: relative;
    top: -1px;
    border-radius: 4px;
    font-size: .7rem;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    color: #6e6e6e;
    line-height: 0.9rem;	
}
.headerContainer .headerBar .item a.nav:hover span.badge, 
.headerContainer .headerBar .item a.nav.selected span.badge {
	color: #797979;
	background-color: #e8e8e8;
}

/* --- right cell --- */

.headerContainer .headerBar .rightCell a {
	color: white;
}

/* -- device: small --- */

@media only screen and (max-width: 40em) {

	.headerContainer .headerBar .rightCell a {
		font-size: 1.0rem;
	}
}

/* --- full navigation bar --- */

.headerContainer .navigation-full {
	width: 100%;
	transition: all 0.2s ease-in-out;
	opacity: 1;
	height: 185px !important;
}
.headerContainer.collapsed .navigation-full {
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.headerContainer.collapsed .navigation-full > .cell {
	opacity: 0.8;
	transition: all 0.2s ease-in-out;
}	

.headerContainer.headroom--not-top .navigation-full {
	height: 52px !important;
}
	
/* - header mavigation arrow - */

.headerContainer .navigation-full .navigation-arrow {
	display: none;
	position: absolute; 
	font-size: 2rem; 
	right: -15px;
	top: -12px;
	cursor: pointer;
	z-index: 10;
}

.headerContainer.headroom--not-top .navigation-full .navigation-arrow {
	display: block !important;
}

.headerContainer .navigation-full .navigation-arrow:hover {
	color: #ff3d00;
}
.headerContainer.collapsed .navigation-full .navigation-arrow {
	display: block;
}
		
/* --- sub header bar --- */

.subHeader {
	background: white;
	box-shadow: 0px 0px 2px 0px #d7d7d7;
}
.subHeader .dropdown.menu li a.home {
	padding-left: 12px;
}
.subHeader .dropdown.menu li a {
	padding: 1rem 0.7rem;
}
.subHeader .dropdown.menu li a.toggleSubHeaderMenu {
	padding-right: 15px;
}
.subHeader .menu li a {
	color: #909090;
	font-size: 0.90rem;
	text-transform: normal;
}

/* --- upload container --- */

.uploadContainer {
	position: relative;
	color: white;
	background-color: #222222;
}
.uploadContainer .grid-x {
	min-height: 100px;
}

/*
* ====================== upload: desktop ======================
*/

/* --- skoften upload : desktop --- */
	
#skoften-upload-dropzone {
    text-align: center;
    font-size: 0.85rem;
}
#skoften-upload-dropzone.in {
	color: #007700;
}

/* - skoften upload: progress - */

.skoften-upload-progress {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.progressbar-text {
	color: #7b7b7b !important;
}
	
/*
* ====================== page: upload ======================
*/

.entryFormContainer {
	position: relative;
}

.entryFormContainer .loadingOverlay {
    display: none;
    height:100%;
    width: 100%;
	position: absolute;
	top: 0;
	background: rgba(250, 250, 250, .95);	
}
.entryFormContainer .loadingOverlay .progressContainer {
   position: absolute;              
   width: 100%;
   top: 50%;                         
   transform: translate(0, -50%) 
}   
.entryFormContainer .selectVideo, 
.entryFormContainer .selectImage {
	background-color: #dfdfdf;
	float: left;
	text-align: center;
	color: white;
	cursor: pointer;
	display: inline-block;
	width: calc(50% - 5px);
	padding: 20px 20px 20px 20px;
}
.entryFormContainer .selectVideo:hover,
.entryFormContainer .selectVideo.selected,  
.entryFormContainer .selectImage:hover,
.entryFormContainer .selectImage.selected {
	background-color: #24d16b;
}
.entryFormContainer .selectVideo h4, 
.entryFormContainer .selectImage h4 {
	margin-bottom: 0;
}
.entryFormContainer .selectImage {
	margin-left: 10px;
}
.entryFormContainer .filename {
	font-size: 0.75rem;
}

.entryFormContainer .statement {
	color: #8d8d8d;
	font-size: 0.8rem;
	position: relative; 
	top: -5px;
}

/*
* ====================== custom grid ======================
*/

/* --- custom grid : default --- */

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.grid.portrait {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid > div.post {
	height: auto;
}
.grid .post.large-1 {
	height: auto;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.grid .post.large-2 {
	height: auto;
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 2;
}
.full.caroussel {
	border-radius: 4px;
	background: #fff;
	text-align: center;
}

/* --- grid: medium --- */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.grid {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}	
	
	.grid .post.large-1 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.grid .post.large-2 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
}

/* --- grid: small --- */

@media only screen and (max-width: 40em) {
	
	.grid {
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}	
	
	.grid .post.large-1 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1;
	}
	.grid .post.large-2 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 2;
	}
}

/* --- IE grid: use flexbox instead --- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  
{
	.grid-container.full.content .grid-x {
		padding: 10px;
	}
	.grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.grid > div.post {
		width: calc(25% - 20px);
		margin: 10px;
	}
	.grid .post.large {
		width: calc(50% - 20px);
	}
}

/* --- IE grid: medium ---*/

@media all and (-ms-high-contrast: none) and (min-width: 40em) and (max-width: 63.9375em), (-ms-high-contrast: active) and (min-width: 40em) and (max-width: 63.9375em)
{
	
	.grid > div.post {
		width: calc(50% - 20px);
	}	
	.grid .post.large {
		width: calc(50% - 20px);
	}
}	

/* --- IE grid: small ---*/

@media all and (-ms-high-contrast: none) and (max-width: 40em) , (-ms-high-contrast: active) and (max-width: 40em) 
{
	.grid > div.post {
		width: calc(100% - 20px);
	}		
	.grid .post.large {
		width: calc(100% - 10px);
	}
}	

/* --- loading overlay for thumbnails in custom grid --- */

.loading-overlay {
	text-align: center;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
	width: 100%;
	color: white;
	font-size: 2rem;
	top: 0;
	line-height: 100%;
}

.loading-indicator {
	text-align: center;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* --- owl carousel --- */

.owl-carousel.picdumps {
}
.owl-carousel .item.title {
	height: 240px;
}
.owl-carousel.picdumps .item.title h3 {
	padding: 15px;
}
.owl-carousel.picdumps .owl-dots {
  position: absolute;
  right: 0px;
  top: -22px;
}

/* --- carousel: header --- */

.carousel-header {
	position: relative; 
	background: #ffffff; 
	font-size: 1.1rem; 
	color: #1f1f1f; 
	padding: 5px; 
	text-align: center;
}
.carousel-header .title {
	display: inline-block;
	padding: 15px; 
	border-bottom: solid 4px #ff3d00;
}

.carousel-header .paginate-left {
	position: absolute; 
	left: 0; 
	top: 0; 
	color: #222222; 
	padding: 30px;
}
.carousel-header .paginate-right {
	position: absolute; 
	right: 0; 
	top: 0; 
	color: #222222; 
	padding: 30px;
}

/*
* ============== content cards  ==================
*/

.contentContainer {
	background-color: #ffffff;
}

/* --- content card: default/large --- */

.content-card {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #ededed;
}

/* - thumb - */

.content-card .thumbnail-container {
	overflow: hidden;
	flex: 1 1 100%;	
	border-radius: 4px;
	position: relative;
}
.content-card .thumbnail-container.video {
}
.content-card .thumbnail-container.image {
}
.content-card .thumbnail-container.image .thumbnail {
}

/* - thumb labels - */

.content-card .thumbnail-container .sticky {
	position: absolute;
	right: 25px;
	top: 25px;
	background: #252525;
	color: white;
	padding: 4px 6px;
	border-radius: 4px;	
}
.content-card .thumbnail-container .featured {
	position: absolute;
	left: 25px;
	top: 25px;	
	border-radius: 4px;
	padding: 4px 4px;
	font-size: 0.9rem;
	color: white;
	background-color: #ff3d00;	
}
.content-card .thumbnail-container .count {
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	background: #ff3d00;
	color: white;
	text-align: center;
	font-size: 0.95rem;
	display: table;
}
.content-card .thumbnail-container .count .value {
	display: table-cell;
	vertical-align: middle;
}

/* - data - */

.content-card .thumbnail-container .data-container {
	font-size: 1.1rem;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	height: 50px;
	width: 100%;
	color: white;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.6));	
}	
.content-card .thumbnail-container .data-container .grid-x {
	padding: 20px;
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	width: 100%;	
}
.content-card .thumbnail-container .data-container .category {
	text-transform: capitalize;
}

/* - text / title / description  - */

.content-card .text-container .title {
	line-height: 1.8rem;
	font-size: 1.65rem;
	margin-top: 10px;
	margin-bottom: 8px;
}
.content-card .text-container .title a {
	color: #303030;
}
.content-card .text-container .title a:hover {
	color: #ff3d00;
}
.content-card .text-container .description {
	font-size: 0.95rem;
	line-height: 1.3rem;
	color: #252525;
}
.content-card .text-container .description p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.95rem;
	line-height: 1.3rem;
	color: #252525;
}
.content-card .text-container .description p:last-child {
	margin-bottom: 0;
}

/* - small - */
@media only screen and (max-width: 40em) {
	
	.content-card {
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.content-card.first {
		margin-top: 12px;
	}
	
	.content-card .thumbnail-container .data-container .category {
		font-size: 0.9rem;
	}
}

/* --- content card: small --- */

.content-card.small:not(.desktop) {
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 0;	
}

/* - thumb - */

.content-card.small:not(.desktop) .thumbnail-container {
	min-width: 110px;
	max-width: 110px;
	flex: 1 1 110px;
}

/* - text - */

.content-card.small:not(.desktop) .text-container {
	margin-left: 10px;
	align-items: center;
}
.content-card.small:not(.desktop) .text-container .title {
	font-size: 0.95rem;
	line-height: 1rem;
	font-weight: 600;

	/* max three lines */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;	
}

/* - data - */
.content-card.small:not(.desktop) .thumbnail-container .data-container {
	font-size: 0.8rem;
}

/* - hide containers - */
.content-card.small:not(.desktop) .text-container .description,
.content-card.small:not(.desktop) .thumbnail-container .data-container {
	display: none;
}

/* - small - */
@media only screen and (max-width: 40em) {

}

/* --- content card in grid --- */

.grid.entries .content-card {
	margin: 0;
	margin-top: 10px;
	border-bottom: 0;	
	padding-bottom: 0;
}
.grid.entries .post.large .content-card .text-container .title {
	font-size: 1.4rem;
	line-height: 1.5rem;
}
.grid.entries .post.small .content-card .text-container .title {
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.grid.entries .content-card .thumbnail-container .data-container {
	
}

/* --- card: product --- */

.card.portrait.product {
	height: 280px;
}

/* --- card : portrait --- */

.card.portrait {
	height: 240px;
	margin-bottom: 0;
	cursor: pointer;
	border-radius: 4px;
}
.card.portrait .card-section {
	vertical-align: middle;
	padding: 15px;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8));	
	color: white;
	width: 100%;
}
.card.portrait .card-section .title {
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 1rem;
	color: white;
}
.card.portrait .card-section .title a {
	color: white;	
}

/* -- device: small --- */

@media only screen and (max-width: 40em) {
	.card.portrait .card-section .title {
		line-height: 1rem;
	}
}
	
/* --- content card: small --- */

.contentContainer.small .card:not(.first) {
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;	
	flex-direction: row;
	margin-bottom: 0;
	height: 78px;
	margin-top: 5px;
}
.contentContainer.small .card.first {
	margin-top: 9px;
	margin-bottom: 8px;
}
.contentContainer.small .card:not(.first) .thumbnailContainer {
	width: 120px;
	overflow-x: hidden;
	min-width: 120px;		
}
.contentContainer.small .card:not(.first) .thumbnailContainer img {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	margin-left: -20px;
}
.contentContainer.small .card:not(.first) .thumbnailContainer .iconsContainer {
	left: -10px;
	padding: 2px 6px;
}
.contentContainer.small .card:not(.first) .thumbnailContainer .iconsContainer .cat {
	font-size: 0.6rem;
}
.contentContainer.small .card:not(.first) .iconsContainer {
	display: none;
}
.contentContainer.small .card:not(.first) .card-section {
	padding-top: 0;
	flex: 2 1 auto;
	padding-left: 12px;
	position: relative;
}
.contentContainer.small .card:not(.first) .card-section .title {
	font-size: 0.95rem;
	font-weight: 600;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 4.6rem;
	line-height: 1.1rem;  	
}
.contentContainer.small .card:not(.first) .card-section .description {
	display: none;
}
.contentContainer.small .card:not(.first) .card-footer {
	position: absolute; 
	bottom: 0;
	font-size: 0.8rem;
}
.contentContainer.small .card:not(.first) .card-footer .comments {
	margin-left: 15px;
}

/* --- card: timeline --- */

.content-card.timeline {
	margin-bottom: 25px;
}
.content-card.timeline .text-container .description	{
	color: #121212;
}


/* - status - */

.content-card.timeline.live {
	padding-left: 15px;
	border-left: solid 4px #00c41b;
}
.content-card.timeline.pending {
	padding-left: 15px;
	border-left: solid 4px #ff7800;
}
.content-card.timeline.disabled {
	border-left: solid 4px #dd0000;
	padding-left: 15px;
}

/* - date - */

.content-card.timeline .card-title-container .post-date {
	margin-bottom: 15px;
	color: #4b4b4b;
}

/* - data - */

.content-card.timeline .data-container {
	align-items: center;
	display: flex;	
	padding: 7px 8px;
	background: #f1f1f1;
	margin-top: -3px;
}
.content-card.timeline .data-container .right {
	text-align: right;
	flex: 1;
}
.content-card.timeline .data-container .center {
	text-align: center;
	flex: 1;
	-webkit-box-flex: 1;
}
.content-card.timeline .data-container .left {
	text-align: left;
	flex: 1;
}

.content-card.timeline .data-container a {
	color: #8d8d8d;
}
.content-card.timeline .data-container a.active,
.content-card.timeline .data-container a.hover {
	color: #ff3d00;
}
.content-card.timeline .data-container .share a {
	margin-right: 4px;
}
.content-card.timeline .data-container .share a:last-child {
	margin-right: 0px;
}
.content-card.timeline .data-container .votes .totals {
	position: relative;
	font-size: 0.7rem;
	top: -1.5px;
}

/* - dark - */

body.dark .content-card.timeline .text-container .description {
	color: #efefef;
}
body.dark .content-card.timeline .data-container {
	background:	#313131;
}

/* --- card: highlighted frontpage --- */

.card.highlighted .card-data {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card.highlighted .card-data .title-description {
	align-self: flex-start;
	width: 100%;
}
.card.highlighted .card-data .title-description p {
	line-height: 1.4rem;
	overflow: auto;
}
.card.highlighted .card-data .title-description h3 a,
.card.highlighted .card-data .title-description .title a {
	color: #222222;
}
.card.highlighted .card-data .title-description h3 a:hover,
.card.highlighted .card-data .title-description .title a:hover {
	color: #ff3d00;
}

/* device: small */
@media only screen and (max-width: 40em) {
	
	.card.highlighted .card-data .title-description h3 {
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.card.highlighted .card-data .title-description p {
		height: auto;	
	}
}

/* device: medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.card.highlighted .card-data .title-description p {
		height: auto;
	}
}

.card.highlighted .card-data .card-footer-container {
	align-self: flex-end;
	width: 100%;
}
.card.highlighted .card-footer {
	align-items: center;
	display: flex;	
	justify-content: space-between; 	
	color: #b6b6b6;
	display: flex;
	font-size: 1.2rem;
	margin-top: 0;
	padding: 16px 20px;
}
.card.highlighted .card-footer .right {
	text-align: right;
	flex: 1;
}
.card.highlighted .card-footer .center {
	text-align: center;
	flex: 1;
	-webkit-box-flex: 1;
}
.card.highlighted .card-footer .left {
	text-align: left;
	flex: 1;
}
.card.highlighted .card-footer a {
	color: #8d8d8d;
}
.card.highlighted .card-footer a.active,
.card.highlighted .card-footer a.hover {
	color: #ff3d00;
}
.card.highlighted .card-footer .share a {
	margin-right: 4px;
}
.card.highlighted .card-footer .share a:last-child {
	margin-right: 0px;
}
.card.highlighted .card-footer .votes .totals {
	position: relative;
	font-size: 0.7rem;
	top: -3px;
}

.cardSpacer {
	height: 20px; 
	background: #efefef;
}

/* --- card highlighted mobile --- */

.card.highlighted.mobile {
	border: 0;
	border-radius: 5px;
	margin-top: 15px;
}
.card.highlighted.mobile .content-container {
	padding: 15px;
}
.card.highlighted.mobile .image-container {
	cursor: pointer;
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -40%;
	border-radius: 5px;
}
.card.highlighted.mobile .title {
	margin-top: -2px;
	padding-top: 0px;
}
.card.highlighted.mobile .title a {
	color: #222222;
}
.card.highlighted.mobile .title a:hover {
	color: #ff3d00;
}
.card.highlighted.mobile .content-container p {
	margin-bottom: 0;
}

/* device: small */
@media only screen and (max-width: 40em) {
	
	.card.timeline {
		/* defined in twig */
	}
	.card.timeline .card-section .title {
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: 1.2rem;
		font-size: 1.2rem;
	}
	.card.timeline .card-section p {
		margin-top: 5px;
	}
	.card.timeline .card-section .description {
		font-size: 0.95rem;
	}
	.card.timeline .card-footer {
		font-size: 1.0rem;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
	}
	
	.cardSpacer {
		height: 10px; 
	}	
}

/* --- highlighted in-app in-article --- */

.card.highlighted.app .image-container {
	width: 80px;
	height: 70px;
    margin-right: 10px;
    margin-bottom: 0px;		
    border-radius: 5px;
}
.card.highlighted.app .content-container {
	padding: 0 15px;
}
.card.highlighted.app .title {
	font-size: 1.1rem;
	line-height: 1.2rem;
}
.card.highlighted.app .content-container p {
	color: #404040;
	font-size: 0.95rem;
}

/* --- video placeholder --- */

.videoPlaceholder {
	width: 100%;
    position: relative;
    display: inline-block;
}
.videoPlaceholder img {
    vertical-align: bottom;
    width: 100%;
}
.videoPlaceholder .playButton {
	top: 50%;
	left: 50%;
	margin-left: -1em;
	margin-top: -1em !important;
	width: 2em;
	height: 2em !important;
	line-height: 2em !important;
	font-size: 2.2em;
	border: none;
	background-color: rgba(0,0,0,.45);
	color: #fff;
	position: absolute;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
	text-transform: none;
	text-decoration: none;
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;	
}
.videoPlaceholder .iconPlaceholder:before {
	content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}
.videoPlaceholder .controlText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* --- play button --- */

.videoPlaceholder figure {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.videoPlaceholder figure button[name="play"] {
  width: 70px;
  height: 70px;
  background: #000000;
  border: none;
  border-radius: 100%;
  opacity: 0.4;
  margin: auto;
  cursor: pointer;
}
.videoPlaceholder figure button[name="play"]:hover {
  outline: 0;
  opacity: 1.0;
}

.videoPlaceholder figure button[name="play"]::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
}

/* --- adblocker layer --- */

.adBlokkertLayer {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.8);
	
}
.adBlokkertLayer .adBlokkerContainer {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.adBlokkertLayer .adBlokkerContent {
	text-align: center;
	vertical-align: middle;	
	color: white;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 20px;
	line-height: 1.1rem;
	font-size: 1rem;
}
.adBlokkertLayer .adBlokkerContent h1 {
	color: white;
	margin-bottom: 10px;
}

/* -- device: small --- */

@media only screen and (max-width: 40em) {
	
	.adBlokkertLayer .adBlokkerContent {	
		font-size: 0.95rem;
		padding: 10px;
		line-height: 0.90rem;
	}
}

/* --- content card: timeline --- */

.timelineMediaGrid {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: auto;
    overflow: hidden;
}
.timelineMediaGrid .box {
    background-color: #d6d6d6;
    color: #fff;
    padding: 80px;
    font-size: 150%;	
}	
.timelineMediaGrid .box-1 {
    grid-column: 1 / span 2;
}
.timelineMediaGrid .box-2 {
    grid-column: 3;
    grid-row: 1 / span 2;
}
.timelineMediaGrid .box-3 {
    grid-column: 1;
    grid-row: 2;
}
.timelineMediaGrid  .box-4 {
    grid-column: 2;
    grid-row: 2;
}

/* device: small */
@media only screen and (max-width: 40em) {
	.timelineMediaGrid .box-2 {
	    grid-column: 2 ;
	    grid-row: 1 / span 2;
	}
}

/* --- content card: search --- */

.card.search {
	border:0;
	margin-bottom: 0;
}
.card.search:hover {
	cursor: pointer;
	background: #f1f1f1;
}
.card.search .title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5rem;
	margin-left: 20px;
	margin-right: 20px;
}
.card.search .description {
	color: #5c5c5c;
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
}
.card.search .score {
	color: #626262;
}

/* - small - */

@media only screen and (max-width: 40em) {
	.card.search .title {
		line-height: 0.8rem;
		font-size: 0.85rem;
		margin-left: 12px;
		margin-right: 12px;		
	}
}

/* --- card: future --- */

.card.future {
	border:0;
	margin-bottom: 0;
}
.card.future .title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2rem;
	margin-left: 20px;
	margin-right: 20px;
}
.card.future .description {
	color: #5c5c5c;
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
}
.card.future .icon {
	color: #626262;
}

.card.future .cell.icon,
.card.future .cell.date {
	width: 44px;
	font-size: 1.2rem;
}
.card.future .cell.spacer {
	width: 20px;
}

.card.future .tagsContainer {
	margin-left: 20px;
	margin-top: 10px;
}

.card.future .cell.icon a {
	color: #4c4c4c;
}
.card.future .cell.icon.on {
	color: #208220;
}
.card.future .cell.icon.featured {
	color: #fcd200;
}
.card.future .cell.icon.nsfw {
	color: #b00c0c;
}
.card.future .cell.icon.off {
	color: #d7d7d7;
}

/* - small - */

@media only screen and (max-width: 40em) {
	.card.future .title {
		line-height: 0.8rem;
		font-size: 0.85rem;
		margin-left: 12px;
		margin-right: 12px;		
	}
}

/*
* ====================== page: frontpage ========================
*/

/* --- page headers --- */

.pageHeaderContainer {
	color: #636363;
}
.pageHeaderContainer h5 {
	text-transform: none;
	color: #222222;
}	
.pageHeaderContainer span {
	color: #bfbdbd;
	font-size: 0.85rem;
}
.pageHeaderContainer .allItems {
	position: absolute; 
	right: 0; 
	top: 10px;
	color: #4d4d4d;
	font-size: 0.8rem;
	text-transform: none;
}

/* --- recent members --- */

.recent-members .cta-account {
	color: #343434;
	font-size: 0.9rem;
}

/* --- navigation: full width --- */

.navigation-full {
	position: relative;
	/*top: 56px;
	z-index: 1000;	*/
	background-color: white;
	height: 200px;
	overflow: hidden;
	-webkit-box-shadow: -2px 5px 23px -21px rgba(0,0,0,0.44);
	-moz-box-shadow: -2px 5px 23px -21px rgba(0,0,0,0.44);
	box-shadow: -2px 5px 23px -21px rgba(0,0,0,0.44);	
}
.navigation-full h5 {
	font-size: 0.96rem;
	margin-bottom: 5px;
}
.navigation-full p {
	margin: 0;
}
.navigation-full p a {
	display: block;
	font-size: 0.85rem;
	line-height: 1.5rem;
	color: #636363;
}
.navigation-full p a:hover {
	color: #ff3d00;
}
.navigation-full .divider {
	border-right: solid 1px #f0f0f0;
}

/* - categorie colums - */

.navigation-full .columns {
    -moz-column-width: 6.2em; /* Firefox */
    -webkit-column-width: 6.2em; /* webkit, Safari, Chrome */
    column-width: 6.2em;	
}
.navigation-full .columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;	
}
.navigation-full .columns ul li a {
	display: block;
	font-size: 0.85rem;
	line-height: 1.5rem;
	text-transform: capitalize;
	color: #636363;	
}
.navigation-full .columns ul li a span {
	color: #cccccc;
	font-size: 0.8rem;
}
.navigation-full .columns ul li a span.count {
	background: #f0f0f0;
	color: #cccccc;
	font-size: 0.8rem;
	padding: 2px 4px;
	border-radius: 2px;
}
.navigation-full .columns ul li a:hover {
	color: #ff3d00;
}

/* - toggle menu - */

.navigation-full .menu-toggle {
	margin-top: 10px;	
}
.navigation-full .menu-toggle a {
	color: #636363;
	font-size: 0.9rem;
}

/* - channels - */

.navigation-full .cell.channels a span {
	color: #ffffff;
	background: #ff3d00;
	font-size: 0.7rem;
	padding: 2px 3px;
	border-radius: 3px;
}

/* - uploads - */

.navigation-full .cell.upload {
	color: #898989;
}
.navigation-full .cell.upload .text {
	font-size: 0.9rem;
}
.navigation-full .cell.upload .fal {
	font-size: 3rem;
}

/* --- side menu --- */
	
.cell.menu {
	width: 175px;
	margin-right: 20px;
}
.menuContainer {
	z-index: 10;
	overflow:hidden;
	width: 175px; 
}
.menuContainer.default .innerMenuContainer {
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}
.menuContainer::-webkit-scrollbar {
	display: none;
}
.innerMenuContainer {
	overflow-y: scroll;
	margin-right: -16px;
}
.menuContainer ul.menu {
	margin: 0;
	padding: 0;
}
.menuContainer ul.menu li.header {
	padding-left: 12px;
	padding-top: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #656565;
	font-size: 0.8rem;
	text-transform: none;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: dotted 1px #eeeeee;
}
.menuContainer ul.menu li.header:first-child {
	margin-top: 0;
}

.menuContainer ul.menu li:last-child {
	margin-bottom: 10px;
}

.menuContainer ul.menu li a {
	color: #222222;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 0.9rem;
	color: #464646;
	text-transform: capitalize;
}
.menuContainer ul.menu li a:hover,
.menuContainer ul.menu li a:hover .svg-inline--fa, 
.menuContainer ul.menu li a.active,
.menuContainer ul.menu li a.active .svg-inline--fa, 
.menuContainer ul.menu li a .svg-inline--fa:hover {
	color: #ff3d30;
}
.menuContainer ul.menu li a .svg-inline--fa {
	margin-right: 6px;
	color: #5d5d5d;
}

.menuContainer .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	border-color: #565656 transparent transparent;
    right: 1.6rem;	
}

/* - menu mobile version - */

.mobileMenuContainer {
	background-color: #222222;
	position: fixed;
	top: 92px;
	z-index: 10;
	display: none;
	height: 100%;
	width: 100%;
	overflow: scroll;
}	
.menuContainer.mobile {
	width: 100%;
	top: 0;	
	position: relative;
	background-color: #222222;	
	padding-bottom: 100px;
}
.menuContainer.mobile ul.menu li a {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	font-size: 1.0rem;
	color: #464646;
}
.menuContainer.mobile ul.menu li a.active {
	background-color: #2f2f2f;
}
.menuContainer.mobile ul.menu li.header {
	border-bottom: dotted 1px #545454;	
}
.menuContainer.mobile ul.menu li a {
	color: #f2f2f2;
	font-size: 0.9rem;
}
.menuContainer.mobile ul.menu li a:hover {
	background-color: #393939;
	color: #ededed;
}
.menuContainer.mobile ul.menu li a .svg-inline--fa {
	color: #f2f2f2;
}

/* -- fixed menu sidebar -- */

.fixedMenuContainer {
	position: fixed;
	left: 0;
	height: 100%;
	background-color: #ffffff;		
}

.menuContainer.full {
	margin-right: 0;
	top: 0;
	height: 100%;

}

/* --- frontpage grid spacing (foundation)--- */
	
.frontpage .grid-padding-x>.cell {
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.frontpage .card {
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 15px;
}

/* - device: small - */
@media only screen and (max-width: 40em) {

}

/* --- frontpage grid container --- */

.grid-container .frontpage {
	padding-top: 1.8rem;
	padding-bottom: 0rem;
	border-radius: 5px;
}							
.grid-container .frontpage .left-col {
	width: 220px;
}
.grid-container .frontpage .center-col {
	padding-right: 0;
	padding-left: 0;
	border-radius: 5px;
	overflow: hidden;
}			
.grid-container .frontpage .right-col {
	width: 396px;
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	.grid-container .frontpage {
		padding-top: 0rem;
	}														
}

/* device: medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

	.grid-container .frontpage .center-col {
		padding-right: 1.8rem;
	}									
}

/* --- frontpage recent users --- */	
												
.recent-users-container .cell .avatar img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #222222 !important;
}	
.recent-users-container .cell .name {
	color: #3a3a3a;
	font-size: 0.9rem;
}	
.recent-users-container .cell .name a {
	color: #515151;
}			
.recent-users-container .cell .name a:hover {
	color: #ff3d00;
}		
								
						
/* --- frontpage recent comments --- */		
					
.recent-comments-container .avatar img {
	border-radius: 20px;
	border: solid 1px #222222 !important;
}
.recent-comments-container .comment {
	line-height: 1rem;
	font-size: 0.9rem;
	margin-bottom: 0rem;
	color: #515151;
}
.recent-comments-container .comment a {
	color: #515151;
}
.recent-comments-container .comment a:hover {
	color: #ff3d00;
}							

	
/* --- frontpage: vip preview entries --- */

.vip-preview-container {
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.vip-preview-container .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
} 
.vip-preview-container h3 span {
	color: #909090;
	font-size: 0.9rem;
	font-weight: normal;
	display: block;
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	.vip-preview-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
																			
/* --- frontpage top entries --- */		

.top-entries-container .header a {
	color: #6b6b6b;
}			
.top-entries-container .header.orange a {
	color: white;
}										 
.top-entries-container .entry-container {
	margin-top: 10px;
}
.top-entries-container .entry-container .title {
	font-size: 0.9rem;
	color: #515151;
	margin-top: 5px;
}
.top-entries-container .entry-container .title a {
	color: #222222;
}
.top-entries-container .entry-container .title a:hover {
	color: #ff3d00;
}
.top-entries-container .entry-container .image {
	border-radius: 4px;
	overflow: hidden;
}
.top-entries-container .entry-container.first-row {
	margin-top: 0;
}
.top-entries-container .entry-container .image .count {
    z-index: 10;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #ff3d00;
    color: white;
    text-align: center;
    font-size: 0.75rem;
    display: table;								
}
.top-entries-container .entry-container .image .count .value {
    display: table-cell;
    vertical-align: middle;	
}					
.top-entries-container .odd {
	padding-right: 5px;
}
.top-entries-container .even {
	padding-left: 5px;
}
.top-entries-container .goto a {
	color: #515151;
}
.top-entries-container .goto a:hover {
	color: #ff3d00;
}	
							
/* --- entry fixed footer -- */

.frontpageFooterContainer {
	color: white;
	bottom: 0;
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #222222;
}
.frontpageFooterContainer a {
	font-size: 1.2rem;
	display: table-cell;
	width: 44px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	margin-left: 0px;
	color: white;
}
.frontpageFooterContainer a.close {
	color: #6a6a6a;
	padding-right: 0px;
	font-size: 1.4rem;
}

/* --- entries grid --- */

.grid.frontpage {
	background: white;
	padding: 20px;
}

@media only screen and (max-width: 40em) {
	.grid.frontpage {
		background: none;
		padding: 0px;
	}
}
	
/*
* ======================== template: category  =========================
*/

/* -- channel header -- */

.channelHeader {
	margin-bottom: 20px;
}
.channelHeader div {
	display: inline-block;
	background-color: #ff3d00;
}
.channelHeader span {
	display: inline-block;
}
.channelHeader span.label {
	position: relative;
	padding: 11px;
	left: 10px;	
	background-color: #ff3d00;
	transform: skew(-19deg);
	padding-right: 20px;
}
.channelHeader span.text {
	color: white;
	transform: skew(19deg);
}

/* --- channel categories navigation --- */

.menu-container.channel-categories {
	background: white;
	font-size: 0.95rem;
}
.menu.channel-categories li a {
	white-space: nowrap;
	background: white;
	padding: .6rem .6rem;
	color: #454545;
	text-transform: capitalize;
}
.menu.channel-categories li a:hover {
	color: #ff3d00;	
	border-bottom: solid 3px #ff3d00;
}
.menu.channel-categories li.active a {
	border-bottom: solid 3px #ff3d00;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	
	.menu-container.channel-categories {
		padding-left: 10px;
		padding-top: 10px;	
		padding-right: 10px;
		overflow-x: scroll;
	}	
	.menu-container.channel-categories .menu-container-spacer {
		overflow: hidden;
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.menu-container.channel-categories ul {
		flex-wrap: unset;
	}
	.menu.channel-categories li a {
		padding: .4rem .4rem;		
	}
	.menu.channel-categories li a:hover,
	.menu.channel-categories li.active a {
		border-bottom: solid 2px #ff3d00;
	}
		
}

/* --- item list for mobile --- */

.featured-theme-mobile-list {
	color: #393939;
	border-radius: 4px;
}
.featured-theme-mobile-list ul {
	line-height: 1.1rem;
	font-size: 0.9rem;
	padding-bottom: 0;
	margin-bottom: 0;
}
.featured-theme-mobile-list ul li {
	margin-bottom: 6px;
}
.featured-theme-mobile-list ul li:last-child {
	margin-bottom: 0;
}
.featured-theme-mobile-list ul a {
	color: #393939;
}
.featured-theme-mobile-list ul a:hover {
	color: #222222;
}	
	
/* ---- carousel featured entries --- */

/* --- label --- */

.caroussel .label-container {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 5;		
}
.caroussel .heading-label {
    position: relative;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    color: #FFF;
    background: #070707;
    border-top-left-radius: 5px;
    overflow: hidden;
}
.caroussel .heading-label:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #070707;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

/* -- device: small --- */

@media only screen and (max-width: 40em) {

	.caroussel .heading-label {
	    position: relative;
	    padding: 8px 12px 8px 12px;
	    font-size: 0.9rem;
	}
}

/* --- item list for mobile --- */

.featured-theme-mobile-list {
	color: #393939;
}
.featured-theme-mobile-list ul {
	line-height: 1.1rem;
	font-size: 0.9rem;
	padding-bottom: 0;
	margin-bottom: 0;
}
.featured-theme-mobile-list ul li {
	margin-bottom: 6px;
}
.featured-theme-mobile-list ul li:last-child {
	margin-bottom: 0;
}
.featured-theme-mobile-list ul a {
	color: #393939;
}
.featured-theme-mobile-list ul a:hover {
	color: #222222;
}	
	
/*
* ======================== template: entry  =========================
*/

/* --- single entry --- */

.entryContainer .cell .content {
	background: white;
	border-radius: 5px;
}
.entryContainer .leftCell {
}

/* device: small */
@media only screen and (max-width: 40em) {
	.entryContainer .leftCell {
		padding-right: 0px;
	}	
}

/* --- article header image --- */

.entry-image-container {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}	
.entry-image-container .title-container {
	width: 100%;
	background: rgb(1,0,10);
	background: linear-gradient(0deg, rgba(1,0,10,0.6) 0%, rgba(0,0,0,0.68531162464986) 50%, rgba(0,212,255,0) 100%);
	position: absolute;
	bottom: 0;
	padding: 25px;	
	padding-top: 35px;
	padding-left: 30px;
}
.entry-image-container .title-container .title {
	color: white;
	line-height: 2.6rem;
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	.entry-image-container .title-container {
		padding: 15px;	
		padding-top: 20px;
	}
	.entry-image-container .title-container .title {
		font-size: 1.4rem;
		line-height: 1.3rem;
		margin-bottom: 0;
	}
}
													
/* --- entry fixed footer -- */

.entryFooterContainer {
	color: white;
	bottom: 0;
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #222222;
}
.entryFooterContainer a {
	color: white;
	font-size: 0.9rem;
	line-height: 0.6;
	padding: 0;
	margin: 0;
}
.entryFooterContainer a.nextEntryUrlIcon, 
.entryFooterContainer a.prevEntryUrlIcon {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.entryFooterContainer .grid-x {
	height: 50px;
}

/* - iphone - */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
	    
	    .entryFooterContainer .grid-container {
		    padding-bottom: 15px;
	    }
    }
	    
/* - icons - */

.entryFooterContainer .entryIcons {
	display: flex;
	justify-content: center;	
}
.entryFooterContainer .entryIcons div {
	margin-right: 18px;
}
.entryFooterContainer .entryIcons div:last-child {
	margin-right: 0;
}
.entryFooterContainer .entryIcons .up,
.entryFooterContainer .entryIcons .up a {
	color: green;
}
.entryFooterContainer .entryIcons .down,
.entryFooterContainer .entryIcons .down a {
	color: red;
}
	
/* device: small */
@media only screen and (max-width: 40em) {
	
	.entryFooterContainer .entryIcons,
	.entryFooterContainer .entryIcons a,
	.entryFooterContainer a .fas,
	.entryFooterContainer .navigation,
	.entryFooterContainer .navigation a {
		font-size: 1.2rem;
	}
	.entryFooterContainer .entryIcons div {
		margin-right: 20px;
	}	
	.entryFooterContainer .entryIcons div:last-child {
		margin-right: 0;
	}	
}
	
/* --- single entry data --- */

.entryDataContainer {
	padding: 25px;
	padding-bottom: 0;
}
.entryDataContainer .title {
	text-transform: none;
	line-height: 2.0rem;
	margin-bottom: 30px;
	padding-top: 0;
	margin-top: 0;
	padding-left: 10px;
	border-left: solid 4px #ff3d00;		
}

/* device: small */
@media only screen and (max-width: 40em) {
	
	.entryDataContainer .title {
	    padding-left: 10px;
	    border-left: solid 4px #ff3d00;	
	}
}
    
.entryDataContainer .descriptionContainer {
	color: #222222;
	line-height: 1.5rem;
	border-radius: 5px;
}
.entryDataContainer .descriptionContainer h4 {
	margin-bottom: 18px;
	margin-top: 25px;
}
.entryDataContainer .descriptionContainer p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.3rem;
	line-height: 1.5rem;
}
.entryDataContainer .descriptionContainer p:last-child {
	margin-bottom:0;
}
.entryDataContainer .descriptionContainer blockquote:last-child {
	margin-bottom: 0;
}
.entryDataContainer .entryMeta {
	color: #828282;
	font-size: 1rem;
	margin-bottom: 2px;
	text-transform: none;
	display: flex;	
}

/* - share - */

.entryDataContainer .entryMeta .share {
	margin-right: 19px;
	font-size: 1.5rem;
}
.entryDataContainer .entryMeta .share a {
	color: #3a3a3a;
}

/* - votes - */

.entryDataContainer .entryMeta .votes {
	font-size: 1.6rem;
}
.entryDataContainer .entryMeta .votes .upvote-tally {
	display: inline-block;
	min-width: 26px;
	text-align: center;
}
.entryDataContainer .entryMeta .votes .totals {
	display: inline-block;
	border: solid 0px red;
	font-size: 0.7rem;
	width: 25%;
	float: left;
	text-align: center;
}
.entryDataContainer .entryMeta .votes .totals.center {
	width: 48%;
}

/* device: small */
@media only screen and (max-width: 40em) {

	.entryDataContainer .descriptionContainer {
		color: #222222;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 0.95rem;
		line-height: 1.2rem;
		margin-top: 18px;
	}
	.entryDataContainer .descriptionContainer p {
		line-height: 1.4rem;
	}
	.entryDataContainer .title {
		line-height: 2rem;
		font-size: 1.8rem;
		margin-top: 7px;
		margin-bottom: 10px;
	}
}

/* --- single entry author --- */

.entryDataContainer .authorContainer {
	color: #5a5a5a;
	font-size: 1rem;	
	margin-bottom: 6px;
}	
.entryDataContainer .authorContainer a img {
	border-radius: 12px;
	width: 24px;
	height: 24px;
	max-height: 24px;
	max-width: 24px;
}
.entryDataContainer .authorContainer .author {
	position: relative;
	left: 4px;
}
.entryDataContainer .authorContainer .date,
.entryDataContainer .authorContainer .comments {
	font-size: 0.85rem;
	position: relative;
	left: 5px;
}
.entryDataContainer .authorContainer .comments a {
	color: #5a5a5a;
}
.entryDataContainer .authorContainer .comments a:hover {
	color: #ff3d00;
}

/* device: small */
@media only screen and (max-width: 40em) {

	.entryDataContainer .authorContainer {
		margin-top: 5px;
	}
}

/* --- single entry votes --- */

.entryDataContainer .entryMeta .votes .up,
.entryDataContainer .entryMeta .votes .down,
.card .votes .up,
.card .votes .down {
	opacity: 0.3;
}
.entryDataContainer .entryMeta .votes .up:hover,
.entryDataContainer .entryMeta .votes .down:hover,
.card .votes .up:hover,
.card .votes .down:hover  {
	opacity: 1;
}
.entryDataContainer .entryMeta .votes .up.active,
.entryDataContainer .entryMeta .votes .down.active,
.card .votes .up.active,
.card .votes .down.active {
	opacity: 1;
}

/* --- single entry tags and category --- */

.tagsCatContainer  {
	margin-top: 20px;
	margin-bottom: 15px; 
	margin-left: 25px;
	margin-right: 25px;
}
.tagsCatContainer .category {
	padding: 2px 4px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #ff3d00;
	color: white;
	font-size: 0.9rem;
	text-decoration: none;
}
.tagsCatContainer .tagsContainer {
	margin-top: 8px;
	color: #7e7e7e;
}			

/* device: small */
@media only screen and (max-width: 40em) {
	.tagsCatContainer  {
		margin-left: 15px;
		margin-right: 15px;
	}	
}		
.tagsContainer a {
	display: inline-block;
	border-radius: 2px;
	color: #7e7e7e;
	font-size: 0.8rem;
}
.tagsContainer a:hover {
	color: #ff3d00;
}

/* --- single entry media --- */

.entryMediaContainer {
	padding: 0px 0px 0px 0px;	
}
.entryMediaContainer .mediaContainer { 
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
}
.entryMediaContainer .mediaContainer.first {
}
.entryMediaContainer .mediaContainer.top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.entryMediaContainer .mediaContainer .videoContainer {
	padding: 0px 0px 0px 0px;
	background-color: #222222;
}
.entryMediaContainer .mediaContainer .videoContainer.top {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.entryMediaContainer .mediaContainer .imageContainer {
	margin: 0px 0px 0px 0px;
	position:relative;
	border: solid 1px #efefef;
}
.entryMediaContainer .mediaContainer .cc-w .cc-f-textarea {
	min-height: 70px;
}

/* device: small */
@media only screen and (max-width: 40em) {
	
	.entryMediaContainer .mediaContainer {
		margin: 0px;
	}
	.entryMediaContainer .mediaContainer.video {
		margin: 15px;
	}
	.entryMediaContainer .mediaContainer.image {
		margin: 15px;
	}	
	.entryMediaContainer .mediaContainer.embed {
		margin:15px;
	}		
}

/* - image footer - */

.entryMediaContainer .mediaContainer .imageFooter {
	height: auto;
	background-color: #f6f6f6;
}
.entryMediaContainer .mediaContainer .imageFooter div.option {
	padding: 10px 8px;	
	background-color: transparent;
	color: #b4b4b4;
	font-size: 0.9rem;
	text-align: center;
}
.entryMediaContainer .mediaContainer .imageFooter .votes {
	color: #b6b6b6;
} 
.entryMediaContainer .mediaContainer .imageFooter .votes .totals {
	position: relative;
    font-size: 0.7rem;
    top: -2px;
}
.entryMediaContainer .mediaContainer .imageFooter .votes .tally .upvote-tally {
	font-size: 1.3rem;
}
.entryMediaContainer .mediaContainer .imageFooter .imageComments {
}
.entryMediaContainer .mediaContainer .imageFooter .commentCount {
	cursor: pointer;
}
.entryMediaContainer .mediaContainer .imageFooter .commentCount:hover {
	color: #ff3d00;
}
.entryMediaContainer .mediaContainer .imageFooter .commentCount.hasComments {
	color: #ff3d00;
}
.entryMediaContainer .mediaContainer .imageFooter div a {
	color: #b4b4b4;
}
.entryMediaContainer .mediaContainer .imageFooter div a:hover {
	color: #ff3d00;
}

/* device: small */
@media only screen and (max-width: 40em) {
	.entryMediaContainer .mediaContainer .imageFooter {
	}
}

/* - text - */

.entryMediaContainer .mediaContainer .textContainer {
	
}
.entryMediaContainer .mediaContainer .textContainer.title {
	text-transform: none;
	font-size: 1.1rem;
	color: #222222;
	padding: 0;
}
.entryMediaContainer .mediaContainer .textContainer.description {
	color: #474747;
	font-size: 0.9rem;
	background: #f6f6f6;
	padding: 25px;
}
.entryMediaContainer .mediaContainer .textContainer.description p {
	margin-bottom: 0;
}
.entryMediaContainer .mediaContainer .imageContainer .imageFooter {
	position: absolute;
	bottom: 0px;
	left: 0;
}
.entryMediaContainer .mediaContainer .imageContainer.gif .imageFooter.encoded {
	bottom: 2px;
}

/* device: small */
@media only screen and (max-width: 40em) {
	
	.entryDataContainer {
		padding: 15px;
		padding-top: 8px;
		padding-bottom: 0;
	}	
	.entryMediaContainer .mediaContainer .videoContainer {
		padding: 0px 0px 0px 0px;
	}	
	.entryMediaContainer .mediaContainer .textContainer.description {
		padding: 0px;
		margin-bottom: 15px;
		background: inherit;
	}	
}

/* --- media container: text --- */

.entryMediaContainer .mediaContainer.text {
	padding: 25px;
    background: #f6f6f6;
    border-radius: 5px;
}
.entryMediaContainer .mediaContainer.text,
.entryMediaContainer .mediaContainer.text p {
    color: #222222;
    line-height: 1.5rem;
}

.entryMediaContainer .mediaContainer.text > p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	.entryMediaContainer .mediaContainer.text {
		padding: 15px;
		margin: 15px;
	}
}

/* --- media: poll --- */

.entryMediaContainer .mediaContainer.poll {
	border-bottom: 0 !important;
	margin-left: 25px;
	
}
.entryMediaContainer .mediaContainer.poll .content-card {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.entryMediaContainer .mediaContainer.poll .content-card h6 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 0;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	
	.entryMediaContainer .mediaContainer.poll { 
		margin: 15px;
	}
	.entryMediaContainer .mediaContainer.poll .content-card {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* --- media sorting --- */

.sort-container {
	margin: 25px 25px 0px 25px;
}
.sort-container select {
	margin: 0;
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	.sort-container {
		margin: 15px 15px 0px 15px;
	}
}

/* --- type: article --- */

.entryMediaContainer.type-article {
	background: #f6f6f6;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 1px;
	border-radius: 5px;
}
.entryMediaContainer.type-article .mediaContainer.text:first-child h3,
.entryMediaContainer.type-article .mediaContainer.text:first-child h4 {
	margin-top: 0;
}
.entryMediaContainer.type-article .mediaContainer.text {
	padding: 0;
	padding-top: 0px;
}
.entryMediaContainer.type-article .mediaContainer.text h3 {
	border-left: solid 3px #ff3d00;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 45px;	
}
.entryMediaContainer.type-article .mediaContainer.text h4 {
	margin-top: 35px;
}
.entryMediaContainer.type-article .mediaContainer .textContainer.title {
	margin-top: 30px;
}
.entryMediaContainer.type-article .mediaContainer .textContainer.description {
	padding: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
}

/* - small - */
@media only screen and (max-width: 40em) {
	
	.entryMediaContainer.type-article {
		margin-left: 0px;
		margin-right: 0px;	
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-top: 1px;	
		background: inherit;	
	}
	.entryMediaContainer.type-article .mediaContainer.text {
		padding: 0px;
		background: white;
	}
	.entryMediaContainer.type-article .mediaContainer.text h3 {
		margin-top: 20px;
		margin-bottom: 15px !important;
	}
	.entryMediaContainer.type-article .mediaContainer.text h4 {
		margin-top: 10px;
	}		
	.entryMediaContainer.type-article .mediaContainer .textContainer {

	}
	.entryMediaContainer.type-article .mediaContainer .textContainer.title {
		margin-top: 15px;
	}
	.entryMediaContainer.type-article .mediaContainer .textContainer.title h4 {
		font-size: 0.99rem;
	}	
}

/* - dark - */

body.dark .entryMediaContainer.type-article {
	background-color: #2f2f2f;
	color: #bdbdbd;
}

/* --- poll frontpage --- */

body.dark .poll.teaser h6 a {
	color: #ff3d00;
}
body.dark .poll.teaser h6 a:hover {
	color: #ff3d00;
}
body.dark .poll.teaser .answer-container label {
	color: #ffffff;
}

/* --- card timeline image container --- */

.cardMediaContainer .mediaContainer .imageContainer {
	position:relative;
}
.cardMediaContainer .mediaContainer .imageContainer .imageCount {
	padding: 2px 8px;
	background-color: #222222;
	color: white;
	font-size: 0.9rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* --- entry GIF --- */

.imageContainer video { 
   width:100%;
   height:auto;
}

.imageContainer .videoGif {
	background: #f9f9f9;
	min-height: 150px;
	text-align: center;
}
.imageContainer .videoGif .icon	{
    height: 66px;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 66px;	
    font-size: 3rem;
    color: white;
    cursor: pointer;
}
.imageContainer .videoGif .progressBar {
	height: 6px; 
	z-index: 9999999; 
	position: absolute; 
	top: 0;
	width: 100%
}
.imageContainer .videoGif .progressBar .progress {
	width: 0%; 
	height: 100%; 
	float: left; 
	display: inline-block; 
	background-color: #ff3d00;
}

/* -- video encoding placeholder --- */

.videoEncodingContainer {
	position: relative;
	display: table;
	width: 100%;
	min-height: 350px;
	width: 100%; 	
}
.videoEncodingContainer .thumb {
	position: relative; 
	left: 0; 
	top: 0; 
	min-height: 350px;
	width: 100%; 
	z-index: 3;
	max-height: 600px;
	display: table;
	background-size: cover;
}
.videoEncodingContainer .thumb .layer {
	background-color: rgba(0, 0, 0, 0.6); 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.videoEncodingContainer .encodingStatus {
	font-size: 2rem; 
	color: white; 
	font-weight: bold;
	width: 100%; 
	z-index: 5;
}

/* --- comments container --- */

.commentsContainer .toggleComments {
	border-radius: 4px;
	padding: 10px 20px;
	background-color: #ff3d00;
	color: #ffffff;
	text-align: center;
	width: 100%;
	cursor: pointer;
	
}
.commentsContainer .toggleComments:hover {
	background-color: #ff3d00;	
	color: white;
}
.commentsContainer span.tab {
	cursor: pointer;	
	padding-bottom: 10px;	
}
.commentsContainer span.selected {
	border-bottom: solid 4px #ff3d00;
}
.commentsContainer .skft-comments {
	margin-top: 30px;
}
.commentFormContainer textarea {
	overflow:hidden;
	min-height: 80px;
	color: #454545;
	padding: 10px;
	border-radius: 2px;
	border: solid 1px #b7b7b7;
	box-shadow: none;
}
.commentContainer {
	margin-bottom: 20px;
}
.commentContainer .cell.left {
	width: 60px;
	margin-right: 0;
}
.commentContainer .cell .avatar {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: solid 2px #e0e0e0;
	overflow: hidden;
}
.commentContainer .cell .avatar.gold {
	border: solid 2px #ffcc00;
}
.commentContainer .cell .avatar.admin {
	border: solid 2px #ff3d00;
}
.commentContainer .cell .avatar img {
	width: 60px;
	height: 60px;	
}
.commentContainer .cell .comment {
	border-radius: 2px;
	background-color: #f7f7f7;
	padding: 15px;
	font-size: 0.95rem;
	color: #343434;
}
p.noComments {
	padding-bottom: 20px;
	font-size: 0.85rem;
}
	
/* -- latest comment on element/asset */

.latestCommentOnElement .header {
	border-left: solid 4px #ff3d00;
	padding-left: 10px;
}
.latestCommentOnElement .footerReply {
	color: #959595;
	font-size: 0.9rem;
}
.latestCommentOnElement .footerReply a {
	color: #959595;
}
.latestCommentOnElement .footerReply a:hover {
	color: #ff3d00; 	
}
.latestCommentOnElement .footerReply.button {
	padding: 8px 10px !important;
}

/* device: small */
@media only screen and (max-width: 40em) {

	.commentContainer .cell .comment {
		padding: 10px;
	}
	.commentContainer .cell .avatar {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.commentContainer .cell .avatar img {
		width: 40px;
		height: 40px;	
	}
}

.commentContainer .cell .footer {
	font-size: 0.8rem;
	color: #858585;
	padding: 5px 10px;
}	

/* --- share container --- */

.shareContainer {
}
.shareContainer .button-group .button {
	margin-right: 5px;
	margin-bottom: 10px;
}

/* device: small */
@media only screen and (max-width: 40em) {

	.shareContainer .button-group.stacked-for-small.expanded .button {
		margin-top: 10px;
	}
}

/* --- recent entries --- */

.recentEntriesContainer {
	font-size: 0.9rem;
}
.recentEntriesContainer .grid-x {
	padding: 0px;
	margin-top: 5px;
	padding-left: 0;
	padding-right: 0;
}
.recentEntriesContainer .grid-x:last-child {
	border-bottom: none;
}
.recentEntriesContainer .header {
	margin-bottom: 12px;
	padding: 8px 10px;
	background-color: #ebebeb;
	color: #6b6b6b;
	border-left: solid 4px #9b9b9b;
	font-weight: bold;
	font-size: 0.9rem;
}
.recentEntriesContainer .header.orange {
	background-color: #ff3d00;
	color: white;
	border-left: solid 4px #c42f00;	
}
.recentEntriesContainer .title  {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3rem;
    text-transform: inherit;
    margin: 0 0 0 0;
}
.recentEntriesContainer .title a {
	color: #222222;
}
.recentEntriesContainer .thumbnailContainer {
	max-width: 70px; 
	width: 70px; 
	height: 50px;
	overflow: hidden; 
	background-size: cover;
	border-radius: 4px;
}
.recentEntriesContainer .thumbnailContainer .numberContainer {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #ff3d00;
	color: white;
	text-align: center;
	padding-top: 0.8px;
	padding-left: 1.6px;
	position: absolute;
	left: 5px;
	top: 5px;
	display: table;
	text-align: center;
}
.recentEntriesContainer .thumbnailContainer .numberContainer .number {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.82rem;
	text-align: center;
}
.recentEntriesContainer .header .linkTop10 a {
	color: white;
}

/* --- related entries --- */
	
.relatedEntriesContainer .header {
	margin-bottom: 12px;
	padding: 8px 10px;
	background-color: #ebebeb;
	color: #6b6b6b;
	border-left: solid 4px #9b9b9b;
	font-weight: bold;
	font-size: 0.9rem;
}
.relatedEntriesContainer .header.orange {
	background-color: #ff3d00;
	color: white;
	border-left: solid 4px #c42f00;
}
.relatedEntriesContainer a {
	margin-top: 8px;
	display: block;
}
.relatedEntriesContainer .grid-x {
	margin-top: 8px;
}
.relatedEntriesContainer .grid-x.text {
	margin-top: 2px;
}
.relatedEntriesContainer .grid-x:first-child {
	margin-top: 0;
}
.relatedEntriesContainer .title {
	font-weight: normal;
	font-size: 0.95rem;
	line-height: 1rem;
	text-transform: inherit;
	margin: 0 0 0 0;
}
.relatedEntriesContainer .thumbnailContainer {
	max-width: 70px; 
	width: 70px; 
	height: 50px;
	overflow: hidden; 
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}
.relatedEntriesContainer .thumbnailContainer.large {
	width: 100%;
	max-width: 100%;
	height: 160px;	
}
.relatedEntriesContainer .title a {
	color: #222222;
}
.relatedEntriesContainer .cell.auto {
	margin-left: 0;
}

/* --- comments --- */

.commentsContainer {
	border-radius: 4px;
	background: white;
	padding: 25px;
}

/* small device */
@media only screen and (max-width: 40em) {

	.commentsContainer {
		padding: 15px;
	}
}

	
/* --- entry: redactie bar --- */
	
.redactieMediaBar {
	padding: 10px 15px;
	padding-right: 0;
	background: #222222; 
	color: white; 
	margin: 0px 0px 0px 0px;
}
.redactieMediaBar span.item {
	margin-right: 15px;
	float: right;
}
.redactieMediaBar span.item:last-child {
	margin-right: 0;
}
.redactieMediaBar a {
	color: white;
}

/* --- entry : cta --- */

.entryCTAcontainer {
	border-left: solid 4px #ff3d00;
	padding: 2px 10px;
	line-height: 1.2rem;
}

/* -- embeds : 100% width --- */

.embedContainer > iframe {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

iframe[id^='twitter-widget-']{ 
	width:100% !important;
}

.twitter-tweet { 
	max-width: 100% !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.EmbeddedTweet, {
	max-width: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
}

/* --- skoften auto embed for comments --- */

.skoften-auto-embed {
}
.skoften-auto-embed::before {
  content: "\A";
  white-space: pre;
}
.skoften-auto-embed::after {
  content: "\A";
  white-space: pre;
}

/* - repsonsive video - */

.skoften-auto-embed.youtube,
.skoften-auto-embed.vimeo {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 20px;
}
.skoften-auto-embed.youtube iframe, 
.skoften-auto-embed.vimeo iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
		
/*
* ================== template: media / single assets  ===================
*/
	
.media-template .parent-entry-container {
	padding-left: 15px;
	border-left: solid 4px #ff3d00;
}
.media-template .parent-entry-container h6 {
	color: #777777;
}

/*
* ================== template: top 10 comments ===================
*/

/* --- top 10: most comments --- */

.grid-container.most-comments .user {
	border-bottom: dotted 1px #d6d6d6;
}
.grid-container.most-comments .user:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.grid-container.most-comments .user h3 {
	color: #373737;	
	font-size: 1.2rem;
	margin-bottom: 0;
}
.grid-container.most-comments .user p {
	color: #727272;
	margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.grid-container.most-comments .user h3 {
		font-size: 1.2rem;
	}
}

/* - device: small - */
@media only screen and (max-width: 40em) {
	.grid-container.most-comments .user h3 {
		font-size: 0.95rem;
	}
	.grid-container.most-comments .user p {
		font-size: 0.75rem;
	}
}

/*
* ================== template: profile ===================
*/

/* --- tabs -- */

.profilePage .tabs-content {
	border: 0;
}
.profilePage .tabs {
	/*background-color: #1a2b33;*/
	border: 0;
}
.profilePage .tabs-title > a {
	padding: 14px 18px;
	color: #222222;
}
.profilePage label {
	color: #858585;
}
.profilePage .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background-color:transparent;
}

@media screen and (min-width: 40em) {
	.profilePage .rightCol {
		margin-right: 0;
	}
}

/* small device */
@media only screen and (max-width: 40em) {

	.profilePage .tabs-title > a {
		padding: 8px 8px;
		font-size: 0.80rem;
	}
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	border-bottom: solid 2px #ff3d00;
}	

.profilePage .profileMeter {
	padding: 6px;
	background: #ff3d00;
}

/* --- meter --- */
	
.profilePage meter {
	width: 100%;
	margin-bottom: 20px;
}

/* --- fields --- */

#profileForm .firstname, 
#profileForm .lastname {
	float: left;
	width: calc(50% - 10px);
}
#profileForm .lastname {
	margin-left: 10px;
	width: 50%;
}

/* -- delete account --- */

.profilePage a.deleteAccount,
.profilePage a.cancelSubscription  {
	color: #aeaeae;
	font-size: 0.85rem;
}

/* --- avatar upload --- */

.avatarContainer {
	border: solid 4px white;
}
.avatarContainer .gold {
	position: absolute;
	top: 4px;
	right: 25px;
	font-size: 3.5rem;
}
.avatarContainer .imageBox,
.avatarOverlay .imageBox  {
    position: relative;
    height: 250px;
    width: 250px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}
.avatarContainer .imageBox .thumbBox,
.avatarOverlay .imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    margin-top: -90px;
    margin-left: -90px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}
.avatarContainer .imageBox .spinner,
.avatarOverlay .imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 250px;
    background: rgba(0,0,0,0.7);
}
.avatarContainer .action,
.avatarOverlay .action {
	width: 250px;
	height: 30px;
	margin: 10px 0;
}
.avatarContainer .action button,
.avatarOverlay .action button {
	margin-left: 10px;
}	
.avatarContainer .browserAvatar {
	color: white; 
	padding: 5px 10px;
	position: absolute; 
	bottom: 15px; 
	right: 15px;
	background-color: #222222;
}
.avatarContainer .browserAvatar:hover {
	background: white;
	color: black;
	cursor: pointer;
}

.profilePage .fullScreenContainer {
	z-index: 999999999999999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:rgba(10, 10, 10, 0.7);
	overflow: hidden;
	display: none;
}			
.profilePage .fullScreenContainer .centerBox {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  color: white;
 }
 
/* small */
@media only screen and (max-width: 40em) {
	.avatarContainer {
		width: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.avatarContainer .browserAvatar {
		padding: 0;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		right: auto;
		left: auto;
		bottom: 0;
		width: 100%;
		opacity: 0.6;
	}
}

/*
* =================== template: public profile ==================
*/

/* --- public profile --- */

.profile-container label {
	color: #9d9d9d;
	font-size: 0.8rem;
}
.profile-container h2 {
	border-left: solid 4px #ff3d00;
	padding-left: 20px;
	margin-bottom: 30px;
}
.profile-container h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	color: #343434;
}

/* - medium and up - */
	
@media screen and (min-width: 40em) {

	.profile-container .rightCol {
		margin-right: 0;
	}
}

/* small */

@media only screen and (max-width: 40em) {
	
	.avatarContainer {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.avatarContainer .nickname {
		display: block;
		position: absolute;
		bottom: 0;
		padding: 20px;
		border-bottom: solid 4px #ff3d00;
		border-left: 0;
		background: rgba(255, 255, 255, 0.5);
		margin-bottom: 0;
		width: 100%;
	}
	.profile-container .rightCol .block {
		border-bottom: solid 2px #f2f2f2;
	}
	
	.profile-container h4 {
		font-size: 1.8rem;
	}
	
	.profile-container h3.stats {
		margin-top: 10px;
	}
	    	
}
.profile-container .about {
	padding: 20px;
	border: solid 1px #e9e9e9;
	background: #fbfbfb;
	margin-top: 20px;
	line-height: 1.5rem;
}
.profile-container .profile-completion-bar {
	padding-top: 10px;
	height: 40px;
	background-color: #ff3d00;
	color: white;
}

/* - stats - */

.grid-stats .cell {
	width: 25%;
}
.grid-stats .positive {
	color: #34ab00;
}
.grid-stats .negative {
	color: #c80303;
}
.grid-stats p {
	margin: 0;
	color: #888888;
	font-size: 0.9rem;
}
.grid.stats .cell {
	background: #f6f6f6;
}
.stat-block {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border-right: solid 1px #dbdbdb;		
}
.stat-block.fourth,
.stat-block.eight {
	border-right: 0;
}

.stat-block .rep i,
.stat-block .gold i {
	font-size: 40px;

}
.stat-block .gold a.default {
	color: #222222;
}
.stat-block .gold a.gold {
	color: #ffc400;
}
.stat-block .gold a:hover {
	color: #ffc400;
}

.stat-block span.date {
	font-size: 0.7rem;
}

/* small */
@media only screen and (max-width: 40em) {
	.grid-stats .cell {
		width: 50%;
	}	
	.stat-block.first {
		border-bottom: 0;
	}		
	.stat-block.second {
		border-right: solid 1px #dbdbdb;
		border-bottom: 0;
	}	
	.grid-stats p {
		font-size: 0.75rem;
	}	
	.stat-block.second,
	.stat-block.eight,
	.stat-block.sixt {
		border-right: 0;
	}	
}

/* medium */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.stat-block p {
		font-size: 0.8rem;
	}
}

/* - recent posts - */

.profile-container .recent-post-container .post-container {
	padding: 8px 0px;
	border-bottom: solid 1px #f2f1f1;
}
.profile-container .recent-compostment-container .post-container:last-child {
	border-bottom: 0;
}

/* - recent comments - */

.profile-container .recent-comment-container .comment-container {
	padding: 8px 0px;
	border-bottom: solid 1px #f2f1f1;
	font-size: 0.9rem;
}
.profile-container .recent-comment-container .comment-container:last-child {
	border-bottom: 0;
}

/*
* =================== template: timeline ==================
*/

/* --- timeline video --- */
	
.timelineContainer .videoPlayer {
	background-color: #2f2f2f;
}
.timelineContainer .videoPlayer video {
	/*object-fit: cover;*/
}
.timelineContainer .autoplayAlert {
	font-size: 0.8rem;
	color: #939393;
}

/*
* ==================== template: footer ==================
*/

/* --- scroll to top icon --- */

.scrollToTop {
	display: none;
	opacity: 1;
	cursor: pointer;
	z-index: 10;
	padding: 8px 10px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background-color: #222222;
	color: white;
	font-size: 2rem;
}
.scrollToTop.offset {
	bottom: 65px;
}
.scrollToTop:hover {
	color: #ff3d00;
}

/* small */
@media only screen and (max-width: 40em) {
	.scrollToTop {
		right: 10px;
		bottom: 10px;	
		padding: 8px 11px;	
		font-size: 1.2em;
	}
}
	
/* --- footer container --- */

.footerContainer {
	position: relative;
	color: white;
	margin-top: 20px;
	background-color: #252525
}
.footerContainer .title {
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footerContainer .divider {
	height: 15px;
	background-color: #ff3d00;
}
.footerContainer .friends a {
	background: #626161;
    color: white;
    font-size: 0.95rem;
    border-radius: 2px;
    padding: 4px 6px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.footerContainer .friends a:hover {
	background-color: #ff3d00;
}
.footerContainer .apps a {
	color: white;
}
.footerContainer .statements {
	color: #464646;
	background-color: black;
	text-align: center;
}
.footerContainer .statements a {
	color: #464646;
}
	    
/* --- authors crew --- */

.footerContainer .authorContainer {
	display: flex; 	
	flex-wrap: wrap;
	justify-content: center;
}
.footerContainer .authorContainer .author {
	padding: 8px;
	max-width: 55px;
	overflow: hidden;
}
.footerContainer .authorContainer .author img {
	border-radius: 20px;
	min-height: 40px;
	min-width: 40px;
	max-width: 40px;
	max-height: 40px;
}
.footerContainer .authorContainer .author.last {
	margin-right: 0;
}
.footerContainer .authorContainer .nickName {
	color: #8e8e8e;
	font-size: 0.8rem;
}

/* ------------------------ craft poll --------------------------- */

div.poll .poll-title {
}
div.poll .poll-description p {
}	
div.poll .poll-title a {
	color: #222222;
}
div.poll .poll-title a:hover {
	color: #ff3d00;
}
div.poll .total-votes {
	font-size: 1rem;
	color: #727272;
}
div.poll .poll-options {
  margin-top: 25px;
}

div.poll .poll-option {
  margin-bottom: 15px;
}

div.poll p.answer-container {
	margin: 0;
}
div.poll span.poll-option__label {
  font-weight: normal;
}

div.poll table.poll-option__result {
  width: 100%;
  margin-top: 6px;
  font-size: 0.9rem;
  color: #5a5a5a;
}
div.poll table.poll-option__result tr, table.poll-option__result td {
  padding: 0;
}

div.poll table.poll-option__result td:nth-child(odd) {
  width: 40px;
}
div.poll table.poll-option__result td:nth-child(even) {
  border: 0;
  height: 100%;
  position: relative;
  vertical-align: center;
  width: 100%;
}
div.poll table.poll-option__result td:first-child {
  padding-right: 10px;
}
div.poll table.poll-option__result td:last-child {
  padding-left: 10px;
  width: 50px !important;
  min-width: 50px;
  font-size: 0.8rem;
}
div.poll table.poll-option__result span.bar {
  border-radius: 0px;
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div.poll table.poll-option__result span.bar:first-child {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}
div.poll table.poll-option__result span.bar:last-child {
  background: aliceblue;
  background-image: linear-gradient(to right, #ff5a00, #e3a417);
}
div.poll .poll-footer {
	color: #4c4c4c;
	font-size: 0.8rem;
	margin-top: 25px;
}
div.poll .poll-footer a {
	color: #5a5a5a;
}
div.poll .poll-footer a:hover {
	color: #ff3d00;
}

/* small */
@media only screen and (max-width: 40em) {	
	
	div.poll .poll-title {
	    line-height: 1.8rem;
	    font-size: 1.65rem;	
		font-weight: 600;
	}	 
	div.poll .poll-options {
		margin-top: 15px;
		font-size: 1rem;
	}
	div.poll .poll-option {
		margin-bottom: 8px;
	}	
	div.poll span.poll-option__label {
		font-weight: 500;
		font-size: 0.85rem;
	}
	div.poll table.poll-option__result {
		font-size: 0.8rem;
	} 
	div.poll table.poll-option__result span.bar {
		height: 8px;
	} 
	div.poll .poll-footer {
		text-align: center;
	}
}

/* --- users that voted --- */

.poll-users-voted-container {
	margin-top: 10px;
}
.poll-users-voted-container .avatar {
	display: inline-flex;
	margin-left: -7px;
}
.poll-users-voted-container .avatar:first-child {
	margin-left: 0;
}
.poll-users-voted-container .avatar img {
	width: 26px;
	height: 26px;	
	border-radius: 13px;	
	border: solid 1px #636363 !important;
}

.poll-users-voted-container .avatar.dots span i {
	color: #c3c3c3 !important;
	font-size: 1.4rem;
	position: relative;
	top: 5px;
	left: 8px;
}
.poll-users-voted-container .avatar.dots span i:hover {
	color: #ff3d00 !important;
	cursor: pointer;
}

/* --- all users that votes on specific answer --- */

.poll-users-voted-all-container {
	margin-left: -15px;
}
.poll-users-voted-all-container .avatar {
	width: 50px;
	height: 70px;	
	text-align: center;	
	display: inline;
	float: left;
	margin-left: 10px;
}
.poll-users-voted-all-container .avatar .nickname {
	font-size: 0.8rem;
}
.poll-users-voted-all-container .avatar img {
	width: 50px;
	height: 50px;	
	border-radius: 25px;	
	border: solid 1px #636363 !important;
}
.poll-users-voted-all-container .on {
	display: none;
}

/* - device: small - */

@media only screen and (max-width: 40em) {

	div.poll .total-votes {
		font-size: 0.8rem;
	}
	
	.poll-users-voted-container .avatar {
		width: 20px;
		height: 20px;		
	}

	.poll-users-voted-container .avatar img {
		width: 20px;
		height: 20px;	
		border-radius: 10px;	
	}	
	
	div.poll table.poll-option__result span {
		height: 8px;
	}
}

/* --- frontpage poll --- */

.poll.teaser .answer-container label {
	line-height: 1.1rem;
	color: #363636;
	font-size: 0.85rem;
}
.poll.teaser .poll-option {
	margin-bottom: 8px;
}
.poll.teaser table.poll-option__result span.bar {
	height: 5px;
}

/* --- frontpage poll left col --- */

.left-col .poll.teaser h6 {
	font-size: 1.2rem;
}

/* --- poll on frontpage --- */

.poll.teaser .poll-users-voted-container .avatar {
	margin-left: 0;
}
.poll.teaser .poll-users-voted-container .avatar img {
	width: 20px;
	height: 20px;	
	border-radius: 10px;
}
.poll.teaser .poll-options {
	margin: 0;
	margin-top: 15px;
}
.poll.teaser table.poll-option__result span {
	height: 8px;
}
.poll.teaser span.poll-option__label {
	font-size: 0.8rem;
}
.poll.teaser .poll-users-voted-container .avatar.dots .fas {
	font-size: 1rem;
}
.poll.teaser table.poll-option__result td:first-child {
	padding-right: 10px;
	font-size: 0.8rem;
}

/*
* ======= modal: registreren =======
*/

.loginPage .social .button {
	width: 99%;
}

.registerFormContainer .statement {
	color: #919191;
	font-size: 0.7rem;
}

/* ------------------------------ theme dark ----------------------------- */

/* --- base --- */

body.dark {
	background: #0b0b0b;
	color: #bebebe;
}
body.dark label {
	color: #717171;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
	color: #e4e4e4;
}

body.dark [type='text'], body.dark [type='password'], body.dark [type='date'], body.dark [type='datetime'], body.dark [type='datetime-local'], body.dark [type='month'], body.dark [type='week'], body.dark [type='email'], body.dark [type='number'], body.dark [type='search'], body.dark  [type='tel'], body.dark [type='time'], body.dark [type='url'], body.dark [type='color'], body.dark input:disabled, body.dark input[readonly], body.dark textarea:disabled, body.dark textarea[readonly], body.dark textarea, body.dark  select {
	background-color: #3c3c3c;	
	border: 0;
	color: #eeeeee;
}

body.dark > p {
	color: #bebebe;
}
body.dark .bg-white {
	background: #232323;
}
body.dark blockquote {
	color: #b9b9b9;
}

body.dark .button.light,
body.dark a.button.light {
	background-color: #343434;
	color: #808080;
}

/* --- column header --- */

body.dark h5.header {
	background-color: #343434;
	border-left: solid 4px #696969;
}
body.dark h5.header.orange {
	background-color: #ff3d00;
	border-left: solid 4px #c42f00;
}

/* --- content block --- */

body.dark .block {
	background: #232323;
}

/* --- buttons --- */

body.dark .button {
    background-color: #ff3d00;
}
body.dark .button:hover,
body.dark .button:active {
    background-color: #ff7449;
}

/* --- call out --- */

body.dark .callout {
	background: #4e4e4e;
}
body.dark .callout.clean {
	background: #232323;
	color: #dcdcdc;
}

/* --- menu --- */

body.dark .menuContainer.default .innerMenuContainer {
	background: #232323;
}

/* --- navigation full --- */

body.dark .navigation-full {
	background: #232323;
}
body.dark .navigation-full .divider {
	border-right: solid 1px #262626;
}

/* --------------------------------- template: index ------------------------------- */


/* --- header --- */

body.dark .headerContainer .headerBar .item a.nav.selected {
	background-color: #ffd2c5;	
}

/* --- page sub header --- */

body.dark .subHeader {
	background: #292929;
	box-shadow: none;
}

/* --- caroussel frontpage --- */

body.dark .full.caroussel {
	background: #232323;
}
body.dark .carousel-header {
	background: #232323;
}
body.dark .carousel-header .title {
	color: #777;
}
body.dark .carousel-header .paginate-right,
body.dark .carousel-header .paginate-left {
	color: #777;	
}

/* --- featured theme --- */

body.dark .caroussel .heading-label {
	background: #444444;
	color: #e7e7e7;
}
body.dark .caroussel .heading-label:after { 
	background: #444444;
}
body.dark .featured-theme-mobile-list { 
	color: #ffffff;
}
body.dark .featured-theme-mobile-list ul a {
	color: #fbfbfb;
}
	
/* --- grid --- */

body.dark .grid.frontpage {
	background: inherit;
}

/* --- card --- */

body.dark .frontpage .card {
	border-bottom: solid 1px #2d2d2d;
}

/* --- right col --- */

body.dark .top-entries-container .entry-container .title a {
	color: #d6d6d6;
}

/* --- poll --- */

body.dark .grid-container .frontpage .left-col .poll h3 a {
	color: #f6f6f6;
}

/* ---------------------------------- menu -------------------------------------- */

body.dark .menuContainer {
	background: #232323;
}

body.dark .menuContainer ul.menu li a {
	color: #c4c4c4;
}
body.dark .menuContainer ul.menu li a:hover, 
body.dark.menuContainer ul.menu li a.active {
    background-color: #5f5f5f;
    color: #dbdbdb;	
}
body.dark .menuContainer ul.menu li a .svg-inline--fa {
	color: #c4c4c4;
}
body.dark .menuContainer ul.menu li.header {
	border-bottom: dotted 1px #585858;
}

/* --- grid content --- */

body.dark .contentContainer {
	background: #232323;
}
body.dark .grid-container .cell .content  {
	background: #232323;	
}

/* --- card --- */

body.dark .content-card {
	border-bottom: solid 1px #2f2f2f;
}
body.dark .content-card .text-container .title a {
	color: #efefef;
}
body.dark .content-card .text-container .title a:hover {
	color: #ff3d00;
}
body.dark .content-card .text-container .description,
body.dark .content-card .text-container .description p {
	color: #d6d6d6;
}

/* --- card search --- */

body.dark .card.search {
	border-radius: 5px;
	overflow: hidden;
	background: #2f2f2f;
}

/* --- card highlighted mobile --- */

body.dark .card.highlighted.mobile .title a {
	color: #efefef;
}
body.dark .card.highlighted.mobile .content-container p {
	color: #bdbdbd;
}
body.dark .card.highlighted.mobile .content-container {
	background-color: #2f2f2f;
}
body.dark .card.highlighted.app .content-container {
	background-color: #232323;
}

/* --- top 5 mobile list --- */

body.dark .featured-theme-mobile-list ol a {
	color: #e6e6e6;
}

/* --- page header --- */

body.dark .pageHeaderContainer h5 {
	color: #f2f2f2;
}

/* --- tabs --- */

body.dark .tabs {
	background-color: #232323;
	border: 0;
}
body.dark .tabs-content {
	background: #232323;
	color: #acacac;
	
}
body.dark .tabs-title > a {
	color: #c4c4c4;
}
body.dark .tabs-title > a:focus, body.dark .tabs-title > a[aria-selected='true'] {
	background-color: #666666;
}

body.dark .menu-container.channel-categories {
	background: #232323;
}
body.dark .menu.channel-categories li a {
	background: inherit;
	color: #f0f0f0;	
}
	
/* ----------------------------- theme dark : template: profile -------------------------------- */

body.dark .profilePage .tabs-title > a {
	color: #bbbbbb;
}
body.dark .tabs-title > a:hover,
body.dark .tabs-title > a:focus, 
body.dark .tabs-title > a[aria-selected='true'] {
	background-color: transparent;
}

/* ----------------------------- theme dark : template: skft -------------------------------- */

/* --- entry data --- */

body.dark .entryDataContainer .title {
	color: #f2f2f2;
	background-color: transparent;
}
body.dark .entryDataContainer .descriptionContainer {
	color: #f1f1f1;
	background-color: #2f2f2f;
}
body.dark .entryDataContainer .authorContainer {
	color: #646464;
	border-bottom: 0;
}
body.dark .entryMeta .share a {
	color: #828282;	
}

/* --- entry media --- */

body.dark .entryMediaContainer .mediaContainer .imageContainer {
	border: 0;
}
body.dark .imageContainer .videoGif {
	background-color: #252525;
}
body.dark .entryMediaContainer .mediaContainer .textContainer.title {
	color: #c4c4c4;
}
body.dark .entryMediaContainer .mediaContainer .textContainer.description {
	color: #b3b3b3;
	background: #2f2f2f;
}
body.dark .entryMediaContainer .mediaContainer.text {
	color: #f6f6f6;
	background-color: #2f2f2f;
}
body.dark .entryMediaContainer .mediaContainer.text p {
	color: #f6f6f6;
}

/* --- comments --- */

body.dark .commentsContainer {
	background: #232323;	
}
body.dark .commentsContainer .toggleComments {

}
body.dark .cc-w {
	color: #fbfbfb;
}
body.dark .cc-w .cc-f-textarea {
    background-color: #545454;
    border: solid 1px #535353;
    color: #f4f4f4;
}
body.dark .cc-i-footer {
	color: #a5a5a5;
}
body.dark .cc-w .cc-i {
	border-top: 1px solid rgba(44, 44, 44, 0.5);
}
body.dark .cc-w .cc-v-down::before {
  border-left: 2px solid #747474;
}

/* --- related posts --- */

body.dark .relatedEntriesContainer .header {
	color: #aaaaaa;
	background-color: #484848;	
}
body.dark .relatedEntriesContainer .title a {
	color: #c4c4c4;
}

/* --- recent posts --- */

body.dark .recentEntriesContainer {
	color: #c4c4c4;
}
body.dark .recentEntriesContainer .title a {
	color: #c4c4c4;
}
body.dark .recentEntriesContainer .grid-x {
	border-bottom: 0;
}

/* --- recent comments --- */
body.dark .recent-comments-container .comment a {
	color: #d6d6d6;
}

/* --- recent users --- */

body.dark .recent-users-container .cell .name a {
	color: #d6d6d6;
}

/* --- plista --- */

body.dark .plistaAllOuter {
	background: transparent !important;
}
body.dark .plistaAllOuter .itemTitle {
	color: #b2b2b2 !important;
}
body.dark .plistaAllOuter .itemCategory, 
body.dark .plistaAllOuter .itemAd {
	background: #4b4b4b !important;
	color: #8f8f8f !important;
}
body.dark .plistaAllOuter .plistaList {
	border-bottom: 0 !important;
}

/* --- notificaties --- */

body.dark .cc-w.skft .notification-switch.title {
	color: #f2f2f2;
}

/* ----------------------------- theme dark: cards  -------------------------------- */

body.dark .card .iconsContainer {
	background-color: #4a4a4a;
}

body.dark .entryMediaContainer .mediaContainer .imageFooter {
	background-color: #3f3f3f;
}

/* ----------------------------- theme dark: upload template -------------------------- */

body.dark .skoften-upload-container {
	background-color: #232323;
}

/* ------------------------------- theme dark: modals ---------------------------------*/

body.dark .jconfirm .jconfirm-box {
	background-color: #222222;
}

/*
* =========================== search box ==============================
*/

body.dark .searchBoxContainer .autocompleteRow {

}
body.darl .searchBoxContainer .autocompleteRow  h6 {
	color: #f9f9f9;
}

/*
* ====================== speech bubble =====================
*/

body.dark .speechBubble {
	background: #2F2F2E;
}
body.dark .speechBubble:after {
	border-bottom-color: #2F2F2E;
}

/*
* ===================== video js related ====================
*/

.vjs-suggested-video-endcap {
  background: rgba(0, 0, 0, .7);
  display: none;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 42px;
  width: 100%;
}
.vjs-suggested-video-endcap.is-active {
  display: block;
}
.vjs-suggested-video-endcap-container {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.vjs-suggested-video-endcap-header {
  font: 700 16px/1 Arial, sans-serif;
  margin: 0 auto 20px;
  text-align: center;
}
.vjs-suggested-video-endcap-link {
  font-size: 0.95rem;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  width: 47%;
}
.vjs-suggested-video-endcap-link:nth-of-type(4n),
.vjs-suggested-video-endcap-link:last-of-type {
  margin-right: 0;
}
.vjs-suggested-video-endcap-img {
  height: auto;
  margin-bottom: 12px !important;
  width: 100%;
}
	
/* --- redactie footer options  --- */

.entryFooterContainer .button-group {
	margin-bottom: 0;
	align-items: center;
}
.entryFooterContainer .button-group .button  {
	padding: 10px;
	margin-left: 10px;
}
.entryFooterContainer .button-group .button:first-child {
	margin-left: 0;
}

/*
* ============== live blog timeline  ==================
*/

.entryMediaContainer .timeline-container {
	margin-top: 50px;
}
.entryMediaContainer .timeline-item {
	padding-top: 4rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	border-left: 2px solid rgba(0, 0, 0, 0.3);
}

/* - device: small - */

@media only screen and (max-width: 40em) {
	
	.entryMediaContainer .timeline-item {
		padding-top: 3.5rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.entryMediaContainer .timeline-item::before {
	content: attr(date-is);
	position: absolute;
	left: 1.2em;
	font-weight: bold;
	top: 1em;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
}
.entryMediaContainer .timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 1em;
	position: absolute;
	left: -6px;
	border-radius: 10px;
	content: '';
	border: 2px solid #ff3d00;
	background: #ff3d00;
}
.entryMediaContainer .timeline-item:last-child {
	-o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.entryMediaContainer .mediaContainer.timeline-item {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.entryMediaContainer .mediaContainer.text.timeline-item {
	background: inherit;
}

/* -- chat bar header --- */

.chatbar-header {
	background-color: #4c2005;
	background-size: cover;
	position: relative;
}
.chatbar-header .container {
	overflow: hidden;
    position:relative;
    text-align:center;
    height: 320px;
    width: 100%; 
	width: 100vw;
	margin: auto; 
	position: relative; 
	background-image: url('https://files.skoften.net/website/images/chat/chatbar-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.chatbar-header .tv-player {
	background: black;
	position: absolute;
	top: calc(50% - 26px);
	left: calc(50% + 2px);
	transform: translate(-50%, -50%);
	width: 328px;
	height: 180px;
}
.chatbar-header .tv-player.large {
	top: calc(50% - 0px);
	left: calc(50% + 2px);
	transform: translate(-50%, -50%);
	width: 555px;
	height: 320px;
	z-index: 55;
}
.chatbar-header .toggle-player {
	cursor: pointer;
	padding: 2px 6px;
	background: black;
	color: white;
	font-size: 0.8rem;	
	border-radius: 4px;
}
   
/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

	.chatbar-header .container {
		height: 280px;
	}
	.chatbar-header .tv-player {
		top: calc(50% - 20px);
		width: 280px;
		height: 152px;	
	}
}

/* small */
@media only screen and (max-width: 40em) {

	.grid-container.chat {
		padding: 0;
	}
	.chatbar-header .container {
		height: 240px;
	}
	.chatbar-header .tv-player {
		top: calc(50% - 15px);
		width: 240px;
		height: 140px;
	}
}

/* adjust header height for small devices */

@media screen and (max-height: 800px) {
	.chatbar-header .container {
		height: 280px;
	}	
	.chatbar-header .tv-player {
		top: calc(50% - 15px);
		width: 335px;
		height: 190px;
	}		
}
@media screen and (max-height: 700px) {
	.chatbar-header .container {
		height: 220px;
	}	
	.chatbar-header .tv-player {
		top: calc(50% - 15px);
		width: 260px;
		height: 140px;
	}	
}

/* - channel zapper - */

.tv-player .zap {
	background: rgba(0, 0, 0, 0.46);
	border-radius: 4px;
	width: 100%;
	left: 0px;
	bottom: -60px;
	display: flex;	
	position: absolute;
	align-items: center;
	justify-content: left;
}
.tv-player .zap .plus, 
.tv-player .zap .min {
	text-align: center;
}
.tv-player .zap .live {
	color: #ec0000;
	margin: 6px 8px;
}
.tv-player .zap .title {
	color: white;
	font-size: 0.8rem;
	line-height: 0.8rem;
	white-space: nowrap;
	overflow: hidden;
}
.tv-player .zap a {
	font-size: 1.6rem;
	padding: 0px;
	color: #efefef;
	display: block;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 0;
}
.tv-player .zap a:hover {
	color: #ff3d00;
}
.tv-player .zap .channel-name {
	margin-left: 8px;
	color: white;
	font-size: 0.8rem;
	color: #e6e6e6;
}

/* small */
@media only screen and (max-width: 40em) {
	.tv-player .zap {
		left: 0px;
		bottom: -40px;
	}
	.tv-player .zap a {
		font-size: 1.2rem;	
	}
	.tv-player .zap .channel-name {
	}
}
								
/* --- live chat tabs --- */

.tabs.livechat {
	background: #222222;
	border-bottom: solid 1px #4a4a4a;
}
.tabs.livechat li {
	width: 50%;
	text-align: center;
}
.tabs.livechat li:first-child {
	border-right: solid 1px #4a4a4a;
}
.tabs.livechat .tabs-title > a {
	color: white;								
	font-size: 0.9rem;
	padding: 0.6rem 0.8rem;
}

/* - tabs content - */
.tabs-content.livechat .tabs-panel {
	padding: 0;
}	
							
/*
* ========================== app ===========================
*/

/* --- loginwindow --- */

.loginRegisterContainer {
	display: table;
	height: 100%;
	width: 100%;
	padding: 40px;	
}    	
.loginRegisterContainer .centerContainer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	height: 100%;
}
.loginRegisterContainer .centerContainer .widthContainer {
	max-width: 340px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	
}
.loginRegisterContainer .logoContainer {
	text-align: center;
	margin-bottom: 20px;
	
}
.loginRegisterContainer input[type='text'],
.loginRegisterContainer input[type='password'],
.loginRegisterContainer input[type='email'] {
	border: 0;
	color: #d9d9d9;
	background: #515151;
	height: 2.8rem;
	padding: 15px;
	font-size: 1rem;
}

.loginRegisterContainer .footerLinks a {
	color: #dbdbdb;
	display: block;
	padding: 6px 2px;
	font-size: 1.1rem;
	font-weight: 400;
}

.loginRegisterContainer .statement {
	color: #848484;
}