* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #000000;
	color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 98%;
	-webkit-text-size-adjust: 100% !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}






#wrapper {
	-moz-animation: fadein 0.2s;
	-webkit-animation: fadein 0.2s;
	animation: fadein 0.2s;
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

#contentwrap {
	margin: 1em;
}


#poster_front img {
	width: 95%;
	max-width: 99vw;
	height: auto;
	max-height: 99vh;
}

#front {
	letter-spacing: 0.01em;
}

#front .logo {
	margin: 0 0 1em 0;
	width: 100%;
	max-width: 180px;
}

#front .frontimg {
	margin: 0.8em 0 1.5em 0;
	width: 100%;
	max-width: 380px;
}

#front .bastapasta {
	width: 100%;
	max-width: 260px;
}











a {
	outline: none;
	color: #ff0f10;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #ff0f10;
}
a:hover {
	color: #ff7800;
}

h1 {
	font-size: 5em;
	margin: 0 0 0 0;
	color: #ff4400;
	letter-spacing: 0.07em;
	text-indent: -0.07em;
	direction: rtl;
}
#pageheader {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	line-height: 1.4em;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 0.7em 0;
	font-weight: normal;
}
small {
	font-size: 0.9em;
	line-height: 1.4em;
}
em {
	border-bottom: 1px solid #aaaaaa;
	text-decoration: none;
	font-style: normal;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}


.fejlbody {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.fejlbody h3 {
	margin: 3em 0 1em 0;
	font-weight: bold;
}
.fejlbody p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

.fejl {
	color: #ff7800;
}


.checkmark {
	display: block;
	margin: 0 auto 1em auto;
}



#banner {
	position: relative;
}
#banner img {
	width: 100%;
}


#logknapper {
	font-size: 0.9em;
	position: absolute;
	right: 0;
	top: 12%;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 1.3em;
	padding: 0 0.4em 0 0.7em;
}
#logknapper a {
	color: #666666;
	padding: 0.5em 0.5em;
}
#logknapper a:hover {
	color: #ff7800;
}







#menu {
}

#menu ul {
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	font-size: 0;
	display: block;
}
#menu ul li {
	width: 20%;
	font-size: 16px;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
}
#menu ul li a {
	background-color: #ff0f10;
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
}
#menu ul li a:hover {
	background-color: #ff7800;
}










form {
	line-height: 1.5em;
}
form:not(#find_form) {
	display: inline-block;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset .notice {
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

form, input, .button, select, textarea, input[type=submit] {
	font-family: inherit;
	font-size: 1em;
	line-height: 1.4em;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	text-align: left;
}
input:not([type="submit"]), select, textarea {
	color: #000000;
	border: none;
	border-radius: 2px;
	background-color: #eeeeee;
	padding: 5px 0.5em 5px 0.5em;
	width: 100%;
	max-width: 350px;
}
.autooff:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 500px #eeeeee inset !important;
}

textarea {
	vertical-align: top;
	resize: vertical;
	min-height: 160px;
	max-height: 600px;
}
_::selection, select {
	line-height: normal;
	padding: 5px 0.5em 5px 0.5em;
	cursor: pointer;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	text-overflow: '';
	background-image: url(graphics/pil_ned19.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 11px 11px;
}
select::-ms-expand {
    display: none;
}
option {
	padding: 0 0.5em;
	font-size: inherit !important;
}
.button, input[type=submit] {
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	color: #ffffff !important;
	background-color: #ff0f10;
	padding: 5px 1.3em 6px 1.3em;
	border: none;
	border-radius: 2px;
	width: auto;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}
.button:hover, input[type=submit]:hover {
	color: #ffffff;
	background-color: #ff7800;
}
.button_small {
	font-family: inherit;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	background-color: #ff0f10;
	margin: 0 0 0 3px;
	padding: 3px 1.1em 3px 1.1em;
	width: auto;
	font-weight: normal;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.button_small:hover {
	background-color: #ff7800;
	color: #ffffff;
}
.button_small:visited {
	color: #ffffff;
}
input[type=submit] {
	margin: 0.5em 0 1.7em 0;
}
form i {
	font-style: normal;
	display: block;
	color: #aaaaaa;
	margin-bottom: 1px;
}
form small {
	margin: 0.2em 0 0 0;
	display: block;
	color: #aaaaaa;
	font-size: 0.9em;
	width: 100%;
	max-width: 20em;
	text-align: left;
}
form:not(#find_form) div {
	display: block;
	margin: 0 0 1.5em 0;
}
form label {
	margin: 0 0 1.5em 0;
	display: inline;
	text-align: left;
}
input[type=checkbox] {
	visibility: hidden;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}
.checkbox {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 0 0 !important;
	position: relative;
	display: inline-block !important;
	vertical-align: top;
}
.checkbox label {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 9px 5px 9px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	border-radius: 2px;
}
.checkbox label:after {
	opacity: 0.12;
	content: "";
	display: inline-block;
	background: url(graphics/check_sort19.png) no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.checkbox input[type=checkbox]:checked + label {
}

input::-webkit-input-placeholder {
	color: #777777;
	line-height: normal;
}
::-webkit-input-placeholder {
	color: #777777;
	line-height: normal;
}
:-moz-placeholder {
	color: #777777;
	line-height: normal;
}
::-moz-placeholder {
	color: #777777;
	line-height: normal;
}
:-ms-input-placeholder {
	color: #777777 !important;
	line-height: normal;
}
.placeholder {
	color: #777777;
	line-height: normal;
}

form .fax input {
	color: #ff5300;
}








.softnotice {
	display: block;
	text-align: left;
	padding: 1em 1em 0.5em 1em;
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	margin: 0 0.5em 1em 0.5em;
	width: auto;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}








#birthdayselect select {
	display: inline-block;
}
#birthdayselect .select_day {
	width: 30%;
}
#birthdayselect .select_month {
	width: 40%;
}
#birthdayselect .select_year {
	width: 30%;
}









@keyframes fadein {
from { opacity:0; } to { opacity:1; }
}
@-webkit-keyframes fadein {
from { opacity:0; } to { opacity:1; }
}
@-moz-keyframes fadein {
from { opacity:0; } to { opacity:1; }
}












.frontnewsimage {
	margin: 0;
	width: 100%;
	display: block;
}





#drivedrink {
	margin: 0;
	width: 100%;
	display: block;
}

#posterwrap {
	padding: 0 1em 0 1em;
	margin: 0 auto 0 auto;
	max-width: 520px;
	text-align: center;
	font-size: 1.15em;
}
#posterwrap h1 {
	margin-top: 1em;
}







.sidenavigation {
	text-align: center;
	padding: 0;
	margin: -0.6em 0 1.7em 0;
}
.sidenavigation ul {
	list-style-type: none;
}
.sidenavigation ul li {
	display: inline;
	margin: 0 0.3em;
}
.sidenavigation ul li h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.sidenavigation .forrigenej, .sidenavigation .naestenej {
	color: #666666;
}
.sidenavigation span {
	padding: 0 0.5em;
	font-size: 1.2em;
}







#foruminput {
	max-width: 390px;
}

#forumactivity {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 1em 1em 1.3em 1em;
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	margin: 0 0.5em 0 0.5em;
}

#forumactivity_table {
}

#forumactivity_table_inner table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

#forumactivity_table_inner th, #forumactivity_descriptions {
	width: 100%;
	vertical-align: top;
}

#forumactivity_table th {
	font-weight: normal;
	color: #666666;
	padding: 0.3em 0.6em 0.3em 1.15em;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
}

#forumactivity_table td {
	font-weight: normal;
	padding: 0.3em 0.6em 0.3em 1em;
	text-align: left;
	vertical-align: top;
}

#forumactivity_table .forumactivity_des_title {
	width: auto;
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow: hidden;
}

#forumactivity_table .forumactivity_des_who {
	width: 180px;
}

#forumactivity_table .forumactivity_des_when {
	width: 220px;
}

#forumactivity_table .forumactivity_des_replies {
	width: 1%;
    white-space: nowrap;
	overflow: hidden;
}







#forumnewpostbutton {
	margin: 2em 0 1.9em 0;
}

#forumcategories {
	text-align: center;
}

#forumcategories .forumcategorysection {
	margin: 0em auto 1.8em auto;
	max-width: 700px;
}

#forumcategories h2 {
	font-size: 1.34em;
	margin: 0 0 0.3em 0;
}
#forumcategories h3 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow: hidden;
}

#forumposts {
	text-align: left;
	position: relative;
}

#forumposttop .forumtitle {
	text-align: center;
	padding: 0.5em 0 1.2em 0;
	margin: 0 auto;
	max-width: 550px;
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow: hidden;
}

#forumposts .forum_entry {
	margin: 0 0 1.5em 0;
	display: block;
	border-bottom: 1px dashed #555555;
	position: relative;
}

#forumposts .forum_entry:not(:first-child) {
	margin-top: 1.5em;
}

#forumposts .forum_user {
	display: inline-block;
	vertical-align: top;
}

#forumposts .forum_post {
	padding: 0 1em 1.1em 1.2em;
	display: inline-block;
	vertical-align: top;
	max-width: 600px;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#forumposts .forum_date {
	color: #666666;
	font-size: 0.9em;
}

#forumposts .forum_buttons {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.9em;
}
#forumposts .forum_buttons a {
	margin: 0 0 0 1.3em;
}

#forumposts .forumavatar {
	width: 130px;
}

.forumpicture {
	width: 100%;
	max-width: 440px;
	height: 100%;
	max-height: 380px;
	object-fit: contain;
	object-position: left top;
}












#memberinfo {
	margin-bottom: 2.4em;
}

#memberinfo h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: -0.1em 0 0.75em 0;
}







.memberlink a {
	color: #ffffff;
}
.memberlink a:hover {
	color: #ff7800;
}


#memberslist {
	width: 100%;
	max-width: 700px;
	margin: 1em auto 0 auto;
}

#memberslist .memberlink {
	display: inline-block;
	margin: 0 0.5em 1em 0.5em;
}

#memberslist .memberlink img {
	display: block;
	margin: 0 0 0.4em 0;
	width: 120px;
}
#memberslist .memberlink span {
	display: block;
}


#birthdays .birthdaydiv {
	margin: 0 0 0.7em 0;
}

#birthdays img {
	display: inline-block;
	vertical-align: -0.6em;
	margin: 0 0.5em 0 0;
	padding: 0;
}

#birthdays .birthdayrow {
	display: inline-block;
}

#birthdays a {
	color: #ffffff;
	display: inline-block;
	line-height: 1.25em;
}
#birthdays a:hover {
	color: #ff7800;
}











.avatar {
	display: block;
	margin: 0 0 1em 0;
	background-color: #000000;
}



#editavatarbutton {
	display: inline-block;
}

#editavatarbutton span {
	display: block;
	margin: -0.8em 0 1.5em 0;
	font-size: 0.9em;
}






.backknap {
	margin: 0;
	padding: 0 1em 1em 0;
	position: absolute;
	left: -1em;
	top: 0;
	background-color: #000000;
}







.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.88);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modalpop {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #333333;
	-ms-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	text-align: center;
}
.modalinner {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch !important;
	background-color: #000000;
	padding: 2.6em 3em 2.9em 3em;
	border-radius: 2px;
	width: 100%;
	max-width: -ms-calc(100vw - 52px) !important;
	max-width: -webkit-calc(100vw - 52px) !important;
	max-width: calc(100vw - 52px) !important;
	max-height: -ms-calc(100vh - 124px) !important;
	max-height: -webkit-calc(100vh - 124px) !important;
	max-height: calc(100vh - 124px) !important;
}
.modalinner .button {
	margin: 0 0.1em 0.6em 0.1em;
}
.modaltekst {
	text-align: left;
	padding: 1.8em 1.8em 0 1.8em;
	width: 540px;
}
.modaltekst:after {
	content: "";
	height: 1.6em;
	display: block;
}
.modalpop a.close-modal {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(graphics/close30.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 30px;
}
.modalpop a.close-modal:hover {
	background-position: center -30px;
}
.modalpop .modalknapper {
	margin: 1.4em 0 0 0;
}
.modalpop p:last-child {
	margin-bottom: 0 !important;
}










#logind_form_wrap {
	margin: 0 0.8em 0.5em 0.8em;
}
#logind_form input {
	width: 100% !important;
	max-width: 16em !important;
}
#logstatus {
	margin: 0 auto 1em auto;
	text-align: center;
    display: none;
	max-width: 15em !important;
}




.skjult {
	display: none;
}
.xskjult {
	display: none !important;
}









#newmessagesdiv {
	display: none;
}

#newmessages {
	display: none;
	margin: 0 0 0 0.5em;
	font-size: 0.7em;
	vertical-align: 0.3em;
	line-height: 0.7em;
}




#adminjoinbuttons span {
	margin-bottom: 0.7em;
}




.adminblink {
	-webkit-animation: blinker 1.3s infinite;
	-moz-animation: blinker 1.3s infinite;
	-o-animation: blinker 1.3s infinite;
	animation: blinker 1.3s infinite;
}

@-webkit-keyframes blinker {
0%, 49% {
	background-color: #ff0f10;
}
50%, 100% {
	background-color: #ff7800;
}
}

.adminblink:hover {
	background-color: #ff7800 !important;
	-webkit-animation: 0;
	-moz-animation: 0;
	-o-animation: 0;
	animation: 0;
}







.pagecolumn {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pagesection {
	display: block;
	padding: 1em;
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	margin: 0 0.5em 1em 0.5em;
	position: relative;
}
.pagesection_wide {
	width: 55%;
	text-align: left;
	vertical-align: top;
	margin: 0 auto;
}




#shoutwrap {
}

#shoutscroll {
	max-height: 300px;
	overflow-y: scroll;
}

.shout {
	max-width: 540px;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	border-bottom: 1px dashed #444444;
	padding-bottom: 0.9em;
}

.shout:not(:first-child) {
	padding-top: 0.9em;
}

.shout p {
	margin: 0;
	padding: 0;
}

.shout .shout_who {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	color: #bbbbbb;
}

.shout .memberlink a {
	color: #bbbbbb;
}
.shout .memberlink a:hover {
	color: #ff7800;
}

#shout_form {
	margin: 1.3em 0 0 0;
}

#shout_inputwrap, #shout_inputwrap label {
	margin: 0 0 0.6em 0 !important;
}

#shout_input {
	width: 100%;
	max-width: 100%;
	height: 4.9em;
	min-height: 4.9em;
	max-height: 10em;
}

#shout_submit {
	margin: 0 0 0 0;
}



.emoji {
	vertical-align: text-bottom;
	height: max-content;
}






.youtube {
	padding: 0;
	margin: 0.5em 0 1.5em 0;
	display: block;
	position: relative;
	width: 100%;
	max-width: 540px;
	padding-bottom: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}










#editavatar {
	display: block;
	margin: 0 auto 0.2em auto;
}

#upload_form_wrap {
	margin: 2em 0 0 0;
}
#upload_form, #upload_form small {
	margin: 0 auto;
	text-align: center;
}

#upload_felt_wrap {
	overflow: hidden;
	position: relative;
}
#upload_felt_wrap #upload_felt {
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

















.mess_message {
	height: 1.4em;
	line-height: 1.4em;
	max-height: 1.4em;
	overflow: hidden;
	margin: 0 0 0.1em 0;
}
.mess_message:last-child {
	margin-bottom: 0.2em;
}

.mess_message a {
	color: #999999;
}
.mess_message a:hover {
	color: #ff7800;
}

.mess_message .mess_who {
	display: table-cell;
	width: 100px;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
}

.mess_message .mess_when {
	margin: 0 0.8em 0 0;
}

.mess_message .mess_text {
	overflow: hidden;
	margin: 0 0 0 0.9em;
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
}



.message_unread a {
	color: #ffffff;
}
.message_unread a:hover {
	color: #ff7800;
}







#messageposts {
	text-align: center;
	position: relative;
	max-width: 564px;
	margin: 0 auto;
}

#messagetitle {
	font-size: 1.3em;
	text-align: center;
	padding: 0.3em 0 1em 0;
	margin: 0 auto;
	max-width: 500px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#message_whoheader {
	margin: 0 0 1em 0;
}
#message_whoheader span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#message_whoheader .messperson1 {
	width: 120px;
}
#message_whoheader .messagearrow {
	text-align: center;
	width: 68px;
	vertical-align: 0.1em;
}
#message_whoheader .messperson1 {
	width: 120px;
}

#messageposts .message_user {
	display: inline-block;
	vertical-align: top;
}

#messageposts .message_post {
	padding: 0 1em 1.1em 1.2em;
	display: inline-block;
	vertical-align: top;
	max-width: 600px;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#messageposts .message_date {
	color: #666666;
	font-size: 0.9em;
}








#messageposts .message_entry .message_left {
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	float: left;
	display: inline-block;
	width: 400px;
	margin: 0 0 0.7em 4.4em;
	padding: 0.7em 1em 0.6em 1em;
}
#messageposts .message_entry .message_center {
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	float: none;
	text-align: center;
	display: inline-block;
	width: 400px;
	margin: 0 4.4em 0.7em 4.4em;
	padding: 0.7em 1em 0.6em 1em;
}
#messageposts .message_entry .message_right {
	background-color: #111111;
	border: solid 1px #444444;
	border-radius: 5px;
	float: right;
	display: inline-block;
	width: 400px;
	margin: 0 4.4em 0.7em 0;
	padding: 0.7em 1em 0.6em 1em;
}

#messageposts .message_entry .message_text {
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: left;
}
#messageposts .message_entry .message_date {
	text-align: left;
}



#messagepostsclear {
	clear: both;
	height: 1em;
}





#messageinput {
	max-width: 390px;
}















@media only screen and (max-width: 954px) {
	#forumactivity_table .forumactivity_des_title {
		width: auto;
		overflow: hidden;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	#forumactivity_table .forumactivity_des_who {
		width: auto;
	}
	#forumactivity_table .forumactivity_des_when {
		width: auto;
	}
}

@media only screen and (max-width: 860px) {
	#logknapper {
		top: 8%;
		padding-right: 0.5em;
	}
}

@media only screen and (max-width: 700px) {
	#logknapper {
		top: 4%;
	}
	.pagecolumn {
		display: block;
		width: 100%;
	}
	.pagesection {
		width: 100%;
		margin: 0 auto 1em auto;
		display: block;
	}
	.backknap {
		display: none;
	}
	#forumposts .forum_post {
		display: block;
		padding-left: 0;
	}
	#forumposts .forumavatar {
		width: 90px;
	}
	#message_whoheader .messagearrow {
		width: 48px;
	}
	#message_whoheader .messagearrow img {
		width: 26px;
	}
	#messageposts .message_entry .message_left, #messageposts .message_entry .message_center, #messageposts .message_entry .message_right {
		background-color: #111111;
		border: solid 1px #444444;
		border-radius: 5px;
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 0 0 0.7em 0;
		padding: 0.7em 1em 0.6em 1em;
	}
}

@media only screen and (max-width: 540px) {
	.pagesection, #forumactivity {
		width: 94%;
	}
	#forumactivity_table .forumactivity_des_replies {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#logknapper {
		top: 0;
	}
	.modalinner {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch !important;
		background-color: #000000;
		padding: 2.6em 1em 2.9em 1em;
	}
}


























body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}