/* Example style.css */


/* Example style.css */

/* niet meer gebruiken
@font-face {
    font-family: 'PillGothic300mgRegular';
    src: url('/font-face/pillgothic300mg-regular-webfont.eot');
    src: url('/font-face/pillgothic300mg-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-face/pillgothic300mg-regular-webfont.woff') format('woff'),
         url('/font-face/pillgothic300mg-regular-webfont.ttf') format('truetype'),
         url('/font-face/pillgothic300mg-regular-webfont.svg#PillGothic300mgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'SignikaRegular';
    src: url('/font-face/signika-regular-webfont.eot');
    src: url('/font-face/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-face/signika-regular-webfont.woff') format('woff'),
         url('/font-face/signika-regular-webfont.ttf') format('truetype'),
         url('/font-face/signika-regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    padding: 0px;
    margin: 0px;
    border: 0px;
	font-family: SignikaRegular, Arial;
}
.swbody {
	background-color: #000;
	overflow: hidden;
/*	cursor: none;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.left.normal {
    width: 385px;
    padding-right: 15px;
}
.right.normal {
    width: 385px;
    padding-left: 15px;
}

#background {
	z-index: 0;
}

#secret {
	z-index: 10;
}
#youtube {
	border: 0;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.announcement {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
}
.announcement.cache {
	z-index: 30;
}

.announcementpage {
	background-color: white;
	
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
   
	padding: 50px;
	width: 50%;
	height: 100%;
	position: relative;
}
.announcementpage.fullscreen {
	width: 100%;
}
.announcementphoto {
	background-color: #000;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background-size: cover;
	background-position: center;
}
.announcementpage > .announcementindex {
	background-color: #f7941e;
	position: absolute;
	left: 100%;
	width: 55px;
	top: 55px;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	color: white;
}
.announcementpage.fullscreen > .announcementindex {
	left: auto;
	right: 0px;
	top: auto;
	bottom: 55px;
}
.announcementcontent {
	word-wrap: break-word;
	height: 100%;
	font-size: 30px;
	line-height: auto;
}
body.swbody .announcementcontent {
	overflow: hidden;
}
.announcementcontent p {
	font-size: 30px;
}
.announcementcontent h1 {
	font-size: 50px;
}
.announcementcontent h2 {
	font-size: 45px;
}
.announcementcontent h3 {
	font-size: 40px;
}
.announcementcontent h4 {
	font-size: 35px;
}
.announcementcontent table {
	border: 1px solid black;
	border-collapse: collapse;
	table-layout: auto;
	width: auto !important;
	word-wrap: break-word;
}
.announcementcontent th, .announcementcontent td {
	min-width: 100px;
	padding: 10px;
}
.announcementcontent th {
	background-color: #f7941e;
	color: white;
}


#warning {
	position: absolute;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 40;
}
#warning > div {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#warning > div > span {
	display: inline-block;
	color: white;
	background-color: black;
	padding: 10px 15px;
	font-size: 30px;
}

#socialwhale {
	top: 0px;
	bottom: 0px;
	right: 0px;
	position: fixed;
	width: 100%;
	color: #fff;
	font-family: SignikaRegular, Arial;
	font-size: 20px;
	line-height: 30px;
	z-index: 50;
}

#socialwhale div.message {
	max-width: 50%;
	position: absolute;
}


#socialwhale div.message span.author {
	max-width: 100%;
}

#socialwhale div.message span.author img.avatar {
	/*border: 5px solid #000;*/
	width: 160px;
    height: 160px;
    margin-left: 70px;
	float: left;
}

#socialwhale div.message span.author span.namecontainer {
	float: left;
	margin-left: 10px;
    max-width: calc(100% - 250px);
}

#socialwhale div.message span.author span.namecontainer span.name {
	font-size: 30px;
	line-height: 35px;
	padding: 12px 17px;

	background-color: #000;
	float: left;
	bottom: 0px;
	vertical-align: bottom;
	font-weight: normal;
	word-wrap: break-word;
}
#socialwhale div.twitter span.author span.namecontainer span.name {
	background-color: #07aee1;
}
#socialwhale div.facebook span.author span.namecontainer span.name {
	background-color: #3b5998;
}

#socialwhale div.message span.author span.namecontainer span.screenname {
	font-size: 25px;
	line-height: 30px;
	padding: 10px 12px;

	clear: both;
	float: left;
	margin-top: 10px;
	background-color: #000;
	color: #fff;
}

#socialwhale div.message span.content {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-left: 70px;
	
	max-width: 100%;
	position: relative;
}

#socialwhale div.message span.content span.type {
	background-size: 100% auto;
	width: 70px;
	height: 70px;
	position: absolute;
	left: -70px;
}
#socialwhale div.twitter span.content span.type {
	background-color: #07aee1;
	background-image: url('../images/twitter-logo.png');
}
#socialwhale div.facebook span.content span.type {
	background-color: #3b5998;
	background-image: url('../images/facebook-logo.png');
}

#socialwhale div.message span.content span.text {
	font-size: 40px;
	line-height: 55px;
	padding: 30px 32px 30px 40px;

	background-color: #000;
	display: inline-block;
	word-wrap: break-word;
	
	max-width: 100%;
}
#socialwhale div.twitter span.content span.text span.hashtag {
	color: #07aee1;
}
#socialwhale div.facebook span.content span.text span.hashtag {
	color: #3b5998;
}

#socialwhale div.message span.content span.text a {
	text-decoration: underline;
	color: #fff;
}

#socialwhale div.message span.content span.timeago {
	display: inline-block;
	margin-top: 10px;
	background-color: #000;
	background-image: url('../images/clock.png');
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 54px;
	padding-right: 17px;
	padding-bottom: 12px;
	color: #777;
	font-size: 20px;
	line-height: 30px;
	height: auto;
}

#socialwhale div.message span.content span.media {
	display: block;
	position: absolute;
	top: 0;
	left: calc(-50% + -80px);
	right: calc(100% + +80px);
	bottom: 0;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}

#socialwhale.res800 div.message span.author img.avatar {
    width: 100px;
    height: 100px;
}
#socialwhale.res800 div.message span.author span.namecontainer span.name {
	font-size: 19px;
	line-height: 22px;
	padding: 8px 11px;
}
#socialwhale.res800 div.message span.author span.namecontainer span.screenname {
	font-size: 16px;
	line-height: 19px;
	padding: 6px 8px;
}
#socialwhale.res800 div.message span.content span.text {
	font-size: 26px;
	line-height: 35px;
	padding: 19px 21px 19px 26px;
}

#socialwhale.res1024 div.message span.author img.avatar {
    width: 128px;
    height: 128px;
}
#socialwhale.res1024 div.message span.author span.namecontainer span.name {
	font-size: 24px;
	line-height: 28px;
	padding: 10px 14px;
}
#socialwhale.res1024 div.message span.author span.namecontainer span.screenname {
	font-size: 20px;
	line-height: 24px;
	padding: 8px 10px;
}
#socialwhale.res1024 div.message span.content span.text {
	font-size: 32px;
	line-height: 44px;
	padding: 24px 26px 24px 32px;
}

#notice {
	position: absolute;
	left: -50%;
	top: 50%;
	color: white;
	font-size: 30px;
	padding: 10px 15px;
	max-width: 40%;
	display: none;
	z-index: 60;
}
#notice.twitter {
	background-color: #07aee1;
}
#notice.facebook {
	background-color: #3b5998;
}

#clock {
	background-color: #000;
	background-image: url('../images/clock.png');
	background-repeat: no-repeat;
	background-position: left center;
	position: fixed;
	right: 0px;
	top: 55px;
	color: white;
	font-size: 30px;
	padding: 13px 40px 12px 60px;
	line-height: 55px;
	display: none;
	z-index: 70;
}
#clock.twitterclock {
	background-color: #07aee1;
}
#clock.facebookclock {
	background-color: #3b5998;
}
#clock.announcementclock {
	background-color: #f7941e;
}
#clock.sliderclock {
	background-color: #093a4c;
}
#clock.youtubeclock {
	background-color: #cd332d;
}

#tvicon {
	background-image: url('../images/tvicon.png');
	position: fixed;
	width: 107px;
	height: 102px;
	opacity: 0.5;
	left: 35px;
	top: 35px;
	z-index: 80;
}

#debug {
	color: white;
	position: absolute;
	left:5px;
	bottom:0;
	padding: 10px;
	margin: 0;
	display: block;
	background-color: #000;
	z-index: 90;
}

