@import url(https://fonts.googleapis.com/css?family=Saira+Extra+Condensed&subset=latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fondamento&family=Special+Elite&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Parisienne&family=Homemade+Apple&family=Libre+Caslon+Text&family=WindSong&family=Poiret+One&display=swap);
@font-face {
    font-family: 'Reline Rosery';
    src: 		url(/fonts/RelineRosery-Regular.woff) format('woff'),
				url(/fonts/RelineRosery-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Reline Rosery';
    src: 		url(/fonts/Reline-Rosery.ttf) format('truetype');
	unicode-range:
        U+002E,      /* . */
        U+002C,      /* , */
        U+0024,      /* $ */
        U+0025,      /* % */
        U+0026,      /* & */
        U+0030-0039; /* cyfry */
    font-weight: normal;
    font-style: normal;
}

:root {
	/* kolory do dialogów grup */
	--legendy: #5b5d69;
	--szczyt: #666383;
	--czaro: #835656;
	--przyj: #876683;
	--pozaschem: #875064;
	--wynat: #8f716a;
	--sztafaz: #6e6c6b;
	--zapomniani: rgb(96 98 105); 
	--limbo: #434b59; 
	--upadek: #7f3e3e;
	--martwi: #434b59;
	/* kolor do tła tabel */
	--tabelka: #000000;
	/* kolor do pogrubien, podkreśleń itd. */
	--akcent: #85644d;
	/* obrazki do kodów */
	--starylist: url(http://secretsoflondon.pl/images/obrazkibezi/starylist.png);
	--wycinek: url(https://secretsoflondon.pl/images/szablonciemny/wycinek.png);
	--przyklejona: url(https://secretsoflondon.pl/images/szablonciemny/tasma.png);
	--tasiemki: url(https://secretsoflondon.pl/images/szablonciemny/pamietnik.png);
	--pismo: url(https://secretsoflondon.pl/images/szablonciemny/pismo.png);
	--nuty: url(https://secretsoflondon.pl/images/szablonciemny/nuty.png);	
}

/* kolory grup */
.legendy {color: #5b5d69; font-weight: bold;}
.szczyt {color: #555276; font-weight: bold;}
.czaro {color: #7b4e4e; font-weight: bold;}
.przyj {color: rgb(113 79 109); font-weight: bold;}
.pozaschem {color: rgb(126 79 96); font-weight: bold;}
.wynat {color: #8f716a; font-weight: bold;}
.sztafaz {color: #7c7a78; font-weight: bold;}
.zapomniani {color: rgb(96 98 105); font-weight: bold;}
.limbo {color: #2e343e; font-weight: bold;}
.upadek {color: #763939; font-weight: bold;}
.martwi {color: #2e343e; font-weight: bold;}

::-moz-selection { /* Code for Firefox */
  color: #a9adae;
  background: #66351a;
}

/* kolor zaznaczenia */
::selection {
  color: #a9adae;
  background: #66351a;
}

/* pasek przewijania Firefox
* {
	scrollbar-color: #82593c #212121;
	scrollbar-width: thin;
	scroll-behavior: smooth;
} */

::-webkit-scrollbar {height:5px; width:5px;}
::-webkit-scrollbar-track {background-color:#212121; border-radius: 0;}
::-webkit-scrollbar-thumb {background-color: #82593c; border-radius:20px;}
::-webkit-scrollbar-corner {background-color:#212121;}
/*::-webkit-resizer {background-color: #82593c;}*/

body {
	background-color: #0f0f0f;
    background-image: url(../../../images/szablonciemny/nowe_tlo.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	background-attachment:fixed;
	color: #8c7350;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	text-decoration: none;
	font-family: Open Sans;
	font-size: 13px;
	text-shadow: 1px 2px 1px #0000009c;
}

.tooltip {
	display: inline-block;
	position: relative;
}

.tooltiptext {
	background-color: #0d0f13;
	border-radius: 6px;
	color: #ccc9c8;
	font-size: 13px;
	left: calc(50% - 5px);
	margin-left: -75px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 100%;
	transition: opacity 0.5s;
	visibility: hidden;
	width: 150px;
	z-index: 1;
}

.tooltiptext::after {
	border-color: transparent transparent #0d0f13 transparent;
	border-style: solid;
	border-width: 5px;
	bottom: 100%;
	content: " ";
	left: 50%;
	margin-left: -5px;
	position: absolute;
}

.tooltip:hover .tooltiptext {
	opacity: 1;
	/*transition-delay: 1s;*/
	visibility: visible;	
}

.gg {
	background: linear-gradient(90deg,#1d1c1b 30%,#482d1f 100%);
    color:  #a9adae !important;
    font-family: 'Libre Caslon Text';
    font-size: 9px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 2px 10px;
    text-shadow: 1px 1px 1px #000000;
	border-radius: 5px;
	border: 1px solid #222222;
	display: inline-block;
}

.glownapaseczek::-webkit-scrollbar {
    width: 1px;
}

.glownapaseczek {
    height: calc(200px - 18px - 18px);
	overflow-y: scroll;
	padding-right: 10px;
}


#dataa {
	font-size: 20px;width: 100%;text-align:center;font-family: playfair display;line-height: 25px;letter-spacing: 2px; color: #b9a5a2;background: #0f0d08;padding: 11px;background-image: url(../../../images/szablonciemny/tlokostki.jpeg);background-size: cover;background-position: center;border: 1px solid rgba(30,30,30,0.298039);border-radius: 2px;box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;box-sizing: border-box;
}

.kp {
	background: #181816;
    background-image: url(../../../images/szablonciemny/tlokp.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 20px;
    color: #ccc9c8;
        border: 2px solid #222222;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 3px 3px, rgb(0 0 0 / 45%) 0 0 5px inset;
}

.kplokacja, .kplodka {
	background: #181816;
	border: 5px solid #121212;
	box-shadow: rgb(0 0 0 / 50%) 0 0 3px, rgb(0 0 0 / 50%) 0 0 5px inset;
	box-sizing: border-box;
	color: #ccc9c8;
	padding: 20px;
	width: 100%;
}


.ramka {
	background-image: url(../../../images/szablonciemny/ramka1.png), url(../../../images/szablonciemny/ramka2.png), url(../../../images/szablonciemny/ramka3.png);
    background-position: top, top, bottom;
    border: 1px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
    background-color: #131416cf;
    background-repeat: no-repeat, repeat,no-repeat;
    background-size: 100%,100%,100%;
	padding: 3%;
}

.ramka::-webkit-scrollbar {
  display: none;
}

.ramka  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.prorok {
	background: #101010;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 3%;
    text-align: justify;
	width: 100%;
	box-sizing: border-box;
	font-family: Special Elite;
	font-size: 14px;
	line-height: 20px;
}

.koperta {
	background: #171715;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 2em;
    text-align: justify;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../../../images/szablonciemny/koperta.jpeg);
	background-size: cover;
	font-family: Playfair Display;
}

.wyjec-data {
	text-align: right;
	font-style: italic;
	padding-bottom: 1em;
}

.wyjec {
	color: #6B1616;
    letter-spacing: 2px;
    font-weight: bold;
}

.koperta-podpis {
	font-family: Parisienne;
    font-size: 20px;
    text-align: right;
    font-weight: normal;
    color: #ccc9c8;
    text-transform: none;
    letter-spacing: normal;
}

.fajnylist .koperta-podpis {
    color: inherit;
}

.fajnylist .mycode_b {
    color: #141312;
}

.fajnylist .mycode_i {
	color: inherit;
}

.divek {
background-image: url(../../../images/szablonciemny/tlodiva.png);
    background-size: 100%;
    background-position: top center;
    background-color: #171717;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	padding: 3%;
}

.ilustracja {
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	padding: 3%;
	width: 100%;
	max-width: 500px;
	height: 200px;
	margin: auto;
	box-sizing: border-box;
}

.divek2 {
padding: 15px;
    background: #141414;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
    border: 1px solid rgba(30,30,30,0.298039);
	background-image: url(https://i.imgur.com/a6N87Cj.png), url(https://i.imgur.com/kqyZrvf.png), url(https://i.imgur.com/Qv1Saww.png);
    background-position: top, top, bottom;
    background-repeat: no-repeat, repeat,no-repeat;
    background-size: 100%,100%,100%;
}

.flexoglo {
	padding:10px;display: flex;display: flex; flex-wrap: wrap; justify-content: space-evenly;  align-items: stretch;padding: 10px;box-sizing:border-box;
}

.boxoglo {
	width: 130px;text-align:center; padding: 10px;
    display: block;
    background-image: url(https://i.imgur.com/a6N87Cj.png), url(https://i.imgur.com/kqyZrvf.png), url(https://i.imgur.com/Qv1Saww.png);
    background-position: top, top, bottom;
    border: 1px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
    background-color: #131416cf;
    background-repeat: no-repeat, repeat,no-repeat;
    background-size: 100%,100%,100%;
	margin:5px;
}

.najnowszypost {
	text-align: left;box-sizing: border-box;margin-bottom:5px;font-size:0.95em;     border-bottom: 1px dashed #353535;
    padding-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.najnowszypost:last-child {
	margin-bottom: 0; border-bottom: 0px; padding: 0;
}

.suprise {
	width: 100%;
	height: 100%;
	text-align: justify;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
    background: #101010de;
	/*box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;*/
	opacity: 0;
	transition: 0.9s;
	backdrop-filter: blur(3px);
    filter: brightness(1.2);
}

.suprise:hover {
	opacity: 1;
}

.rzutoka {
	/*border-radius: 2px;
	box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;*/
	box-sizing: border-box;
	backdrop-filter: blur(20px);
	background: rgba(207, 207, 207, 0.3);
	color: #cfcfcf;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: justify;
	text-shadow: none;
	transition: 0.9s;
	width: 100%;
	z-index: 1;
}

.rzutoka:hover {
	opacity: 1;
}

.rzutoka input:checked+label {
  z-index: 1;
}

.rzutoka input[type=radio] {
	display: none;
}

.rzutoka label {
	color: #717171;
	font-size: 12px;
}

.rzutoka [id^="rzut"]:checked + label {
	color: #cfcfcf;
}

.rzutoka label:hover {
	cursor: pointer;
}

.rzutt {
	display: none;
}


.ro-tlo {
	background: #000000;
	/*border-radius: 2px;*/
	height: 320px;
	left: 0;
	position: absolute;
	opacity: 0.65;
	top: 0;
	width: 200px;
	z-index: -1;
}

.ro-ramka1 {
	height: calc(100% - 12px);
	left: 0;
	margin: 5px;
	position: absolute;
	opacity: 0.4;
	overflow: hidden;
	top: 0;
	width: calc(100% - 10px);
	z-index: -1;
}

.ro-ramka1::after {
	border: 1px solid;
	border-bottom: 0;
	border-top: 0;
	content: "";
	height: calc(100% - 30px);
	left: 0;
	position: absolute;
	top: 16px;
	width: calc(100% - 2px);
}

.ro-ramka2 {
	height: calc(100% - 10px);
	left: 0;
	margin: 5px;
	position: absolute;
	opacity: 0.4;
	overflow: hidden;
	top: 0;
	width: calc(100% - 12px);
	z-index: -1;
}

.ro-ramka2::after {
	border: 1px solid;
	border-right: 0;
	border-left: 0;
	content: "";
	height: calc(100% - 2px);
	left: 16px;
	position: absolute;
	top: 0;
	width: calc(100% - 30px); 
}

.ro-rameczka {
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.4;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: -1;
}

.ramka1::after {
	border: 1px solid;
	border-bottom: 0;
	border-radius: 100% 0 0 0;
	border-right: 0;
	bottom: 5px;
	content: "";
	height: 15px;
	position: absolute;
	right: 5px;
	width: 15px;
}

.ramka2::after {
	border: 1px solid;
	border-bottom: 0;
	border-left: 0;
	border-radius: 0 100% 0 0;
	bottom: 5px;	
	content: "";
	height: 15px;
	left: 5px;
	position: absolute;
	width: 15px;
}

.ramka3::after {
	border: 1px solid;
	border-left: 0;
	border-radius: 0 0 100% 0;
	border-top: 0;
	content: "";
	left: 5px;
	height: 15px;
	position: absolute;
	top: 5px;
	width: 15px;	
}

.ramka4::after {
	border: 1px solid;	
	border-radius: 0 0 0 100%;
	border-right: 0;
	border-top: 0;
	content: "";
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
}

.rzut-tytul {
	box-sizing: border-box;
	font-family: Playfair Display;
    font-size: 13.5px;
    height: 31.5px;
    line-height: 1;
	overflow: hidden;
	padding: 0 6% 3%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rzut-cytat {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	font-size: 11.5px;
	height: 65px;
	justify-content: center;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 3% 0;
	text-align: center;								
}

.rzut-gif {
	background-position: center;
	background-size: cover;
	border-radius: 2px;
	box-sizing: border-box;
	height: 90px;
	width: 100%;				
}

.rzut-dane {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 90px;
	justify-content: center;
	overflow: hidden;		
	margin-top:3px;
}

.rzut-kolumny {
	column-count: 2;
	column-gap: 1px;
}

.rzut-info {
	align-items: center;
	display: flex;
    flex-direction: column-reverse;
	height: 24px;
    justify-content: center;
	margin-bottom: 3px;
}

.rzut-info:last-child {
	margin-bottom: 0px;
}

.rzutoczkat {
	color: #989898;/*#888888;*/
	font-size: 7px;
    font-weight: bold;
	height: 10px;
	letter-spacing: 1.2px;
    text-transform: uppercase;
}

.rzutoczkap {
	align-items: flex-end;
	display: flex;
	font-family: Playfair Display;
	font-size: 11.5px;
	height: 21px;
    line-height: 1;
	text-align: center;
}

.rzut-opis {
	box-sizing: border-box;
	font-size: 12px;
	height: 265px;
    margin: 15px 0;
	overflow-y: auto;
	padding: 0 3%;
}

.rzut-opis::-webkit-scrollbar {
    width: 1px;
}

.rzut-opis::-webkit-scrollbar-track {
	background: transparent;
}

.rzut-opis::-webkit-scrollbar-thumb {
    background: #cfcfcf;
}

.wiadomosc {
		font-size: 15px;
    line-height: 140%;
    overflow-wrap: anywhere;
    text-align: justify;
	background: #101010ad;
    color: #ccc9c8;
	font-weight: 400;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	padding: 20px;
	margin: 10px;
	border: 5px solid #121212;
}

.poscik {
		font-size: 15px;
    line-height: 140%;
    overflow-wrap: anywhere;
    text-align: justify;
    color: #ccc9c8;
	font-weight: 400;
}

.poscik table {
	font-size: 14px;
	width: 100%;
	background: #131313e0;
	border: 1px solid rgb(34 34 34);
    border-radius: 2px;
    padding: 1px;
}

.poscik td {
	padding: 10px;
	background: #131313e0;
}

.poscik tr:nth-child(even) {
  background-color: #303030;
}

.poscik th {
	padding: 5px;
    text-align: center;
    text-transform: uppercase;
    background: #212121;
}

.profipost {
	width: 30%; padding: 20px;
background: #212121;
    border-radius: 2px;
	background-image: url(../../../images/szablonciemny/zaavkiem.jpeg);
	background-size: 100%;
	background-repeat: no-repeat;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 20px;
}

.profiav {
	margin: auto; 
	border-radius: 2px; 
	background: #000; 
	display: flex; 
	max-width: 200px;	
}

hr {
    border: 0;
    border-bottom: 1px solid #242424;
	clear: both;
    display: block;
    height: 1px;
	margin: 5px 0px 5px 0px;
}

.opis {
    border-radius: 2px;
	padding: 10px;
    background-image: url(https://i.imgur.com/N2azque.png);
    background-size: 100%;
    background-position: top center;
    background-color: #171717;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	width: 95%;
/*	height: 80px;
	overflow: auto; */
}

.iksde {
	background: #161616;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
	margin: auto;
	width: 200px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 10px;
    color: #a1928f;
	box-sizing: border-box;
    text-align: center;
	margin-bottom: 10px;
}

.ostpost {
    width: 95%;
    color: #a1928f;
    padding: 5px 0;
    border-bottom: 1px solid #222222;
	margin:auto;
}

  img {   max-width: 100%;}

.usercp_container img {
    max-width: none;
    border-radius: 2px;
}

a:link {
    transition: 2s;
}

h1 {
  color: #878686;
     font-family: 'Saira Extra Condensed', sans-serif;
		text-transform: uppercase;
font-size: 30px;
line-height: 120%;
font-weight: 400;
letter-spacing: 2px;
text-shadow: 3px 3px 3px #000;
  text-align: center;
  margin: 0px;
  padding: 20px;
	border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
background-image: url(/images/szablonciemny/tlodiva.png);
    background-size: 100%;
    background-position: top center;
    background-color: #171717;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	padding: 3%;
}

h2 {
    font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	margin: auto;
    padding: 10px;
    color: var(--akcent);
    border-bottom: 2px solid #0d0f13;
	line-height: 120%;
}

h3 {
  color: #878686;
font-size: 16px;
	font-weight: bold;
  text-align: left;
  margin: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0d0f13;
}

h3::before {
	content: "♦ ";
}

h4 {
	margin: 0px;
    padding: 15px;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 1.2em;
    border-bottom: 1px solid #222222;
}

h5 {
    margin: 0px;
    padding: 10px;
    font-size: 2em;
    font-family: playfair display;
    font-weight: normal;
	letter-spacing: 1px;
	font-variant: all-small-caps;
}

.author_avatar {
	max-width: 100%;
	
}
  
.author_avatar img {
}
/*
.forumko {
	background: #171715;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 2em;
    text-align: justify;
	width: 100%;
	box-sizing: border-box;
}

*/
.forumko {
	backdrop-filter: blur(6px);
    background: linear-gradient(rgba(10, 10, 10, 0.85), rgb(21 20 19 / 0.85));
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 2em;
    text-align: justify;
	width: 100%;
	box-sizing: border-box;
	margin:20px 0px 20px 0px !important;
}

.nazwakategorii {
	font-family: Reline Rosery;
				text-transform: uppercase;
    font-size: 50px;
    font-weight: lighter;
				text-align:center;
}

.nazwakategorii {
	font-feature-settings: "dlig" 1;
}

.pasekpasekpasekpasek {
	width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#1d1c1b 30%, transparent, #482d1f 100%);
    margin: 30px 0px -33px 0px;
				    border-radius: 5px;
    border: 1px solid #000000;
}

.nazwaforum {
	background: #0d0d0d;
	border-radius: 10px 0px 0px 10px;
	display: block;
	font-family: 'Libre Caslon Text',serif;
	font-size: 15px;
	font-style: italic; 
	letter-spacing:1px;
	padding: 10px;
	text-align:center;
	text-transform: lowercase;
}

.subforka {
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	width:100%;
}

.subforka a {
	font-family: 'Libre Caslon Text';
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
		 display:inline-block;
}

.naglowek {
	background: #101010ad;
	box-sizing: border-box;
	color: #82593c;
	font-family: 'Playfair Display', sans-serif;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: 2px;
	padding: 20px;
	text-align: center;
	text-shadow: 3px 3px 3px #000;
}

.divekgrupy {
	background-color: #181816;
    background-image: url(https://secretsoflondon.pl/images/szablonciemny/tlokp.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 15px;
	margin-top: 20px;
}

.divekgrupy img {
	/*border: 1px solid #15110b;*/
	box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	filter: grayscale(10%);
	height: 208px;
	object-fit: cover;
	margin: auto;
	width: 100%;
}

.divekgrupyavek {
	background-size: cover;
	/*border: 1px solid #15110b;*/
	box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 3px 3px, rgba(0, 0, 0, 0.45) 0 0 5px inset;
	filter: grayscale(10%);
	height: 208px;
	margin: auto;
	width: 100%;
}

.post_flexible {
	display: flex;
}

.wo_title {
	color: #2C3E50;
	margin-left: 15px;
	display: block;
	margin-top: 20px;
	
	font-family: Source Sans Pro;
	font-size: 25px;
}

.wo_desc {
	color: #8c7350;
	display: inline-block;
	margin: 15px 15px 40px;
	
	font-size: 13px;
}

#hb_title {
	color: white;
	font-size: 30px;
	position: relative;
	font-family: 'Roboto';
	left: 85px;
	top: 30px;
}

#hb_desc {
	font-size: 18px; text-align: left; font-family: Source Sans Pro;
}

#home_bit {
	padding: 0px 3px 0px 0px;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	transition: all 150ms;
	display: inline-block;
}

.nav_link {
	text-decoration: none;
	color: #ab7035;
	float: right;
	position: relative;
	top: -15px;
	font-size: 15px;
	padding: 16px;
	transition: background 200ms;
	cursor: pointer;
}

.nav_link:hover {
	background: #FCFCFC;
	border-bottom: 2px solid #ab7035;
}

.nav_link a:link, a:hover, a {
	text-decoration: none;
}

.subforum_miniofflock i:before {
	content: "\f148";
}

.subforum_miniofflink i:before {
	content: "\f148";
}

#nav_mobile {
	display:none;
}

.forum {
	float: left; width: 81%;
}

a:link, a:visited {
    color: #887565;
	text-decoration: none;
}

a:hover {
  text-decoration: none;
	    color: #82593c;
}

#container {
	background: transparent;
	color: #b9a5a2;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Roboto;
	font-size: 13px;
}

.wrapper {
	width: 60%;
    max-width: 1000px;
    padding: 15px;
    margin: auto auto;
    background: #131211e3;
    border: 1px solid rgba(30,30,30,0.298039);
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    contain: paint;
}

#logo {
	color: #ab7035;
	position: relative;
	padding: 15px 35px;
	top: 10px;
	
	font-family: 'Lobster', cursive;
	font-size: 23px;
}

#content {
	background: transparent;
	width: auto !important;
	overflow: hidden;
}

.online_time {
	font-size: 85%;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}


#panel .upper a.logout {
	font-weight: bold;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}


#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: rgb(15, 121, 242) none repeat scroll 0% 0%;
	color: #fff;
	padding: 2px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	display:none;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
}

#search input.button {
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
height: 50px;
width: 50px;
font-size: 30px;
text-align: center;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on {
color: #7c7887;
}

.forum_off, .forum_offlock, .forum_offlink {
color: #363e44;
}

.forum_off i {
}

.forum_offlock i:before {
content: "\f023";
}

.forum_offlink i:before {
content: "\f0c1";
}

.subforumicon {
	display: inline-block;
	margin: 0 5px;
}

.subforum_minion {
	color: #715f4f;
}

.subforum_minioff {
	color: #584b3f;
}

.subforum_miniofflock {
	color: #584b3f;
}

.subforum_miniofflink {
	color: #584b3f;
}

table {
	color: #ccc9c8;
	font-size: 13px;
}



.tborder {
	width: 100%;
	margin: auto auto;
    background: #171715;
    background-image: url(https://secretsoflondon.pl/images/szablonciemny/tlodlapojebow.jpg);
		background-position: top;
        background-size: 100% !important;
    background-repeat: no-repeat;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
    background-size: 100% 100%;
	background-position: center;
    box-sizing: border-box;
    color: rgb(136 117 101);
    letter-spacing: 2px;
    padding: 20px;
    text-align: center;
    text-shadow: 3px 3px 3px #000;
	/* background-image: url(https://i.imgur.com/8regBbP.png); */
}

.tcat {
	background: #101010;
    color: #727272;
	padding: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	
	font-size: 15px;
}

.trow1 {
	border: 0px solid;
	padding: 13px;
}

.trow2 {
	border: 0px solid;
	padding: 13px;
}

.trow_shaded {
	background: #ffdde0;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFE9EB;
	color: #333;
	border-bottom-color: #F6D1D6;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #202020;
    color: #a4a09a;
	border-bottom: 1px solid #120e09;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	color: #b9a5a2;
	background: #0f0d08;
	padding: 11px;
	background-image: url(../../../images/szablonciemny/tlokostki.jpeg);
	background-size: cover;
	background-position: center;
}


/*.thead input.textbox,*/
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	padding: 17px;
    font-family: 'Libre Caslon Text';
    font-size: 14px;
    border-radius: 2px;
    background: #101010;
    border: 1px solid rgba(30,30,30,0.298039);
    box-shadow: rgb(0 0 0 / 50%) 0 0 3px, rgb(0 0 0 / 50%) 0 0 5px inset;
}

.advice {
	background: #E74C3C;
	width: 86%;
	color: #FFF;
	text-align: center;
	border-radius: 0px;
	padding: 13px;
	margin-top: 25px;
	font-size: 14px;
}

#mobile_member {
	background: #ab7035;
	width: 86%;
	color: #FFF;
	text-align: center;
	border-radius: 0px;
	padding: 13px;
	margin-top: 25px;
	display: none;
	
	font-size: 14px;
}

#mobile_member a{
	color:white;
}

.navigation a:link {
	text-decoration: none !important;
}

.navigation a:visited {
	text-decoration: none !important;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: none !important;
}

.navigation .active {
	font-size: 14px;
	font-weight: bold;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 0px;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
    background: #0d0f13;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	padding: 9px;
	outline: 0;
	color: #b49e98;
	font-size: 13px;
}

textarea {
	    background: #0f0d08;
	color: #8e81a4;
	    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	border: 0px !important;
}

select {
	background: #0d0e10;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 7px;
    outline: 0;
    color: #b49e98;
    font-size: 13px;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

button,
input.button {
background-color: #0d0f13;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #b49e98;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
	font-family: Roboto;
	font-size: 13px;
	border: 0px;
	background-image: url(https://secretsoflondon.pl/images/szablonciemny/tlodiva.png);
	background-size: cover;
	cursor:pointer;
}

button:hover,
input.button:hover {
	color: #82593c;
	transition: all 600ms;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}


.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	background: rgba(18,14,9,0.85);
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	color: #6d5d46;
	margin: 10px;
	padding: 10px;
	border-left: 3px solid #6d5d46;
}

blockquote cite {
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	    background: #111519;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
        box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
    padding: 9px;
    outline: 0;
    color: #727f89;
    font-size: 13px;
	padding: 10px;
}

.codeblock .title {
	display: none;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #232222;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	border-radius:2px;
	    border: 1px solid rgba(30, 30, 30, 0.298039);
    box-shadow: rgb(0 0 0 / 50%) 0 0 3px, rgb(0 0 0 / 50%) 0 0 5px inset;
	font-size: 13px;
}

.red_alert {
	background: #FBE3E4;
	color: #A5161A;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	word-wrap: break-word;
	border-radius: 2px;
	
	font-size: 13px;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	padding-top: 5px;
	margin-bottom: 5px;
	display: block;
	
	font-size: 13px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	background: #0f0d08;
	    border: 1px solid rgba(30,30,30,0.298039);
	border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	padding: 5px 8px;
	transition:200ms;
}

.pagination a {
	background: #0f0d08;
	    border: 1px solid rgba(30,30,30,0.298039);
	border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #ab7035;
	color: #82593c;
	border-color: #ab7035;	
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
position: relative;
top: 11px;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 15px;
	background: #0a0c0ec7;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.post {
	background-color: #1c1c1c;
	overflow: hidden;
	background-image: url(../../../images/szablonciemny/zapostem.jpeg);
    background-position: bottom right;
	background-size: 100%;
    background-repeat: repeat-x;
    border: 1px solid rgba(30,30,30,0.298039);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
}

.mycode_b {
  color:  var(--akcent);
  letter-spacing: 1px;
}

.post_body .mycode_b {
    color: var(--kolorek, var(--akcent));
}

.kostka .mycode_b {
    color: #b7acaa;
}

/*wyłączenie kolorowania*/
.divek .mycode_b, .poszukiwania .mycode_b, .fajnylist .mycode_b, .koperta .mycode_b, .mg .mycode_b,  .kp .mycode_b, .kplokacja .mycode_b, .kplodka .mycode_b, .locka .mycode_b {
	color:  var(--akcent); 
}

.mycode_i {
  color: #6d6d6d;
  letter-spacing: 1px;
}

.mycode_u {
	text-decoration: none !important;
	border-bottom: 2px dashed var(--akcent);
    letter-spacing: 1px;
}

.post_body .mycode_u {
    border-bottom: 2px dashed var(--kolorek, var(--akcent));
}

/*wyłączenie kolorowania*/
.divek .mycode_u, .poszukiwania .mycode_u, .fajnylist .mycode_u, .koperta .mycode_u, .mg .mycode_u, .kp .mycode_u, .kplokacja .mycode_u, .kplodka .mycode_u, .locka .mycode_u {
	border-bottom: 2px dashed var(--akcent);
}

.fajnylist .mycode_u {
    border-bottom: 2px dashed #141312;
}


.wiadomosc a:link {
    letter-spacing: 1px;
}

.post.classic {
	margin-top: 15px;
}

.post .post_author {
	    background: #0f0d08;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.498039) 0 0 3px, rgba(0,0,0,0.498039) 0 0 5px inset;
	overflow: hidden;
}

.post.classic .post_author {
	width: 20%;
	border-left: none;
	float: left;
	padding: 20px 20px;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-top: 14px;
}

.post .post_author div.author_avatar img {

}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	text-align: center;
	padding: 0px;
	float: none;
}

.post .post_author div.author_statistics {
	float: none;
	font-size: 13px;
	padding: 17px 19px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	margin: 2px;
	padding: 17px 19px;
	float: none;
	margin-bottom: 10px;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.post .post_head span.post_date {
	color: #6d6d6d;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_ {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	width: 100%; 
	position:relative;
	padding-left: 25px;
	padding-right: 25px;
	
}

.post_content {
		width: 100%; 
		padding: 22px 13px;
	box-sizing: border-box;
}

.post_content .signature {
	margin-top: 10px;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	padding: 5px 10px;
	overflow: hidden;
    background: #131313;
    border: none;
    color: #9b4134;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	color: #82593c;
	display: inline-block;
	margin: 2px;
	padding: 7px;
	transition:200ms;
	font-size: 15px;
}

.author_buttons {
	display: flex;
	  flex-wrap: wrap;
}

.postbit_buttons > a:hover {
	opacity: 0.8;
}

.postbit_buttons a span {
	display: inline-block;
	height: 16px;
}


a.button:link,
a.button:visited,
a.button:active {
	background-color: #0d0f13;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #b49e98;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
	margin: 2px;
	border-radius: 2px;
	padding: 11px 15px;
	transition: all 600ms;
	border: none;
		background-image: url(https://secretsoflondon.pl/images/szablonciemny/tlodiva.png);
	background-size: cover;
	text-decoration: none;
	font-size: 14px;
}

a.button:hover {
    background-color: #0e1014;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6);
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 11px 15px;
}

a.button span {
	display: inline-block;
}


.quick_jump {
}

.pollbar {
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
}

.blocker::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.modal {
    width: 400px;
    text-align: left;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
	font-family: Roboto;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	font-size:0px;
}

.modal a.close-modal:before{
  font-family:"Font Awesome 5 Free";
  font-size:25px;
  content:"\f410";
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #777777;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #fff;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff;
}

tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

#header_block {
	background: transparent url(../../../images/emerald/hb.png) repeat fixed 0% 0%;
	width: 100%;
	text-align: left;
	height: 139px;
	border-bottom: 2px solid #2ECC71;
	text-shadow: 0px 1px 0px rgb(39, 33, 59);
	animation: bganim 10s linear infinite;
}

@keyframes bganim {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#iconbouton {
	padding: 10px;
border-radius: 50%;
margin-right: 5px;
font-size: 14px;
background: #2ECC71 none repeat scroll 0% 0%;
color: #FFF;
}

.teammember {
	background: #F0F0F0 none repeat scroll 0% 0%;
border-bottom: 4px solid #E3E3E3;
margin: 18px;
display: inline-block;
padding: 55px 0px;
width: 24%;
font-size: 17px;
}

.headerlist ul li {
	transition: all 200ms;
}

.headerlist ul li:hover {
	background: #F9F9F9;
}

.headerlist ul li:hover a{
	text-decoration:none;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
}

.tborder tbody tr:last-child td {
	border-bottom: 0;
}

.tborder tbody tr:last-child td:first-child {
}

.tborder tbody tr:last-child td:last-child {
}

.thead {
}

.thead_collapsed {
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
}

.post.classic .post_author {
}

.popup_menu .popup_item_container:first-child .popup_item {
}

.popup_menu .popup_item_container:last-child .popup_item {
}

.pagination a {
}

.pollbar {
}

.logo_mobile,#nav_active {
display:none;
}

.logo {
 float:left;
}

.forum {
	width: 77%;
}

@media (max-width: 768px) {

	
	.footer-distributed
	{
		bottom: -50px !important;
	}

		#profile_desktop, #desktop_post, #menu_desktop, #notif_desktop {
		display:none;
	}

	#mobile_profile, #mobile_post, #mobile_menu
	{
		display:block !important;
	}

	.post_flexible
	{
		display:block;	
	}

	.headerlist{
	display:none;
	}

	#nav_bit_complet{
	display:inline-block;
	}

	 #header_block,.nav_link, .scrollToDown, .scrollToTop {
	display:none;
	}

	.haut {
	text-align: center;
	}


	.forum,.wrapper {
	 width:100%;
	}


	.post.classic .post_author {
	 float:none; width:100%; padding: 20px 0px;
	}

	#mobile_member {
	display:block;
	}

	.teammember {
	display:block;width:60%
	}

	#logo {

			left: -15px;
	}


}


.sceditor-container iframe, .sceditor-container textarea[dir="ltr"] {
	padding: 15px !important;
	width: auto !important;
	background-color: #181816;
	color: #ccc9c8;
}
.sceditor-container {
	background: #222222 !important;	
	border: none !important;
}
div.sceditor-toolbar {
	border: none !important;
	background: none !important;
	padding: 10px 8px 2px !important;
}
div.sceditor-group {
	border: none !important;
	background: #171717 !important;
}
.sceditor-container iframe[tabindex="2"] {
	width: auto !important;
	border: none !important;
}

@media (max-width: 799px) {
	#header #content > a:first-child {
		display: none !important;	
	}
	#content {
		padding: 0px 10px;
	}
	.wrapper {
		margin-top: 0px;
	}
	.mobile-table > tbody> tr > td {
		display: block;
		width: 100% !important;
	}
	.mobile-table > tr > td {
		display: block;
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	.divek .wiadomosc {
		width: 100% !important;
	}
}

.codeblock {
    display:flex;
	flex-flow: column-reverse;
	justify-content:space-between;
}

.copy-code-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    border: none;
    background: none;
    color: #82593c;
    cursor: pointer;
    touch-action: manipulation;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}

.copy-code-btn svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.copy-code-btn:hover {
    opacity: 0.8;
}

.copy-code-btn:active {
    transform: scale(0.94);
}

.copy-code-btn.copied {
    color: #2e8b57;
}

.codeblock > .body{
	margin-top:10px;
}