@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	src: local('Lobster'), url(lobster.woff) format('woff');
}
@font-face {
	font-family: 'Limelight';
	font-style: normal;
	font-weight: 400;
	src: local('Limelight'), url(limelight.woff) format('woff');
}
@font-face {
	font-family: 'old_caption';
	font-style: normal;
	font-weight: 400;
	src: local('old_caption'), url(old_caption.woff) format('woff');
}
@font-face {
	font-family: 'title';
	font-style: normal;
	font-weight: 400;
	src: local('title'), url(title.woff) format('woff');
}
@font-face {
	font-family: 'poor';
	font-style: normal;
	font-weight: 400;
	src: local('poor'), url(poor.woff) format('woff');
}
@font-face {
	font-family: 'lo1937';
	font-style: normal;
	font-weight: 400;
	src: local('lo1937'), url(1937.woff) format('woff');
}
@font-face {
	font-family: 'melodje';
	font-style: normal;
	font-weight: 400;
	src: local('melodje'), url(melodje.woff) format('woff');
}
@font-face {
	font-family: 'unicorn';
	font-style: normal;
	font-weight: 400;
	src: local('unicorn'), url(unicorn.woff) format('woff');
}
@font-face {
	font-family: 'copa';
	font-style: normal;
	font-weight: 400;
	src: local('copa'), url(copa.woff) format('woff');
}
@font-face {
	font-family: 'belle';
	font-style: normal;
	font-weight: 400;
	src: local('belle'), url(belle.woff) format('woff');
}
@font-face {
	font-family: 'antyk';
	font-style: normal;
	font-weight: 400;
	src: local('antyk'), url(Antykwa.woff) format('woff');
}
@font-face {
	font-family: 'type';
	font-style: normal;
	font-weight: 400;
	src: local('type'), url(/fonty/type.woff2) format('woff2');
}
@font-face {
	font-family: 'round';
	font-style: normal;
	font-weight: 400;
	src: local('round'), url(/fonty/round.woff) format('woff');
}
@font-face {
	font-family: 'ruskie';
	font-style: normal;
	font-weight: 400;
	src: local('ruskie'), url(/resources/ruskie.woff) format('woff');
}
@font-face {
	font-family: 'emoty';
	font-style: normal;
	font-weight: 400;
	src: local('emoty'), url(/resources/emoty.woff) format('woff');
}
:root {
    
}
* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
    max-height: 999999px;
    scrollbar-color: #26160b #794c2e;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
*,
*::before,
*::after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
*:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.lobster {
	font-family: "Lobster";
}
.limelight {
	font-family: "Limelight";
}
.mb5 {
	margin-bottom: 5px;
}
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
-webkit-tap-highlight-color: transparent;
	/*scrollbar-gutter: stable;*/
	/*scroll-behavior: smooth;*/
}
html, body {
	width: 100%;
	/*width: 100vw;*/
	/*height: 100%;*/
	/*height: 100vh;*/	
	
}
body {
    display: flex;
    flex-direction: column;
    
	background-color: #3b2819; /*#916A48; /*#BFA48C; /* #DB8E00; /* #999191; */
    background-image: linear-gradient(0deg, #6a3c1e, #3b2819) !important;
    /*background-image: linear-gradient(182deg, #E9E8E7ff 50%, #D4213Dff 50.2%) !important;*/
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	/*background-image: url(/images/background.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed !important;
    
    /*background: linear-gradient(0deg, #d2b80d 50%, #014e9c 50%) !important;*/
   /* background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-image: url(/images/slava_ukraini_01.jpg) !important;
    background-size: cover !important;*/
	/*scroll-behavior: smooth;*/
    animation: rotateBg linear;
    animation-timeline: scroll();
}
@keyframes rotateBg {
    to {
        background-position-y: 160px;
    }
}
::selection {
	background: #49200B;
    color: rgb(231, 221, 213);
}
a {color: black;}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    content: "clear";
    /* background: url(/images/clear.png) no-repeat center center; */
    height: 20px;
    width: 36px;
    xborder-radius: 1.5px;
    border: solid 0px #8C4600;
    cursor: pointer;
    background-color: #CCC;
    position: relative;
    top: 0px;
    right: -3px;
}
.ns {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none; 
  }
#bckg {
	position: fixed;
	width: 100%;
	height: 950px;
	background: url(../images/background_back.png) no-repeat center top;
	z-index: -10;
	/*scrollbar-gutter: stable;*/
}
#bckg_front {
	position: fixed;
	width: 100%;
	height: 950px;
	background: url(../images/background_front.png) no-repeat center top;
	z-index: -9;
	transition: -moz-filter 1s linear;
	transition: filter 1s linear;
	-webkit-transition: -webkit-filter 1s linear;
	/*scrollbar-gutter: stable;*/
}
#wraper {
	width: 1100px;
	min-height: calc(100% - 70px);
	margin: auto;
	border: solid 0px white;
	box-shadow: 0px 0px 60px 30px rgba(0,0,0, 0.7);
	border-radius: 0px 0px 20px 20px;
	background-color: transparent; /*#A69F9F;*/
	padding-bottom: 1px;
	/*scrollbar-gutter: stable;*/
}
#top {
	height: 200px;
	border: solid 0px white;
	position:relative;
    background-image: url(/images/slava_ukraini_02.png);
    background-repeat: repeat-y;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position-y: -128px;
   /* background: linear-gradient(105deg, #E9E8E780 50%, #D4213D80 50.2%);*/
    animation: wziuu 0.1s ease-out;
    animation-timeline: scroll();
}
@keyframes wziuu {
    to {
        background-position-y: 400px;
    }
}
#menu {
	height: 30px;
	/*position:relative;*/
	z-index: 100;
    position: sticky;
    top: 0px;
}
#nav, nav {
	height: 30px;
	/*width: 1100px;*/
	border: solid 0px white;
	display: flex;
	font-family: 'Limelight', Tahoma, Geneva, sans-serif;
	/*transition: all 0.2s cubic-bezier(.14,1.83,.89,-0.55); /* ease-in; */
	box-shadow: 0px 3px 8px black;
	z-index: 10;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: -webkit-linear-gradient(top, #9E6F51 30%,#683A1C 100%);
}
nav ul, #nav ul {
	list-style: none;
	display: table-row;
	/*background-color: #964200;*/
	width: 100%;
	/*border-bottom-left-radius: 10px;*/
	/*border-bottom-right-radius: 10px;*/
}
nav ul li, #nav ul li {
	display: table-cell;
	min-width: 183px;
	position: relative;
	background: #683A1C;
	background: linear-gradient(top, #9E6F51 30%,#683A1C 100%); /*#683A1C;*/
	background: -webkit-linear-gradient(top, #9E6F51 30%,#683A1C 100%); /*#683A1C;*/
	background: -moz-linear-gradient(top, #9E6F51 30%,#683A1C 100%); /*#683A1C;*/
	background: -ms-linear-gradient(top, #9E6F51 30%,#683A1C 100%); /*#683A1C;*/
	color: #F7E4CF;
	font-size: 20px;
	text-shadow: 1px 1px 3px black;
	cursor: default;
	transition: all 0.3s ease-in; /* cubic-bezier(.14, 1.83, .89, -0.55); */
}
nav > ul > li:first-child, #nav > ul > li:first-child  {
	border-bottom-left-radius: 10px;	
}
nav > ul > li:last-child, #nav > ul > li:last-child {
	border-bottom-right-radius: 10px;
}
nav > ul > li > ul, #nav > ul > li > ul {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}
nav > ul > li > ul > li:last-child, #nav > ul > li > ul > li:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
nav ul li a, #nav ul li a {
	line-height: 30px;
	display: block;
	text-decoration: none;
	color: #F7E4CF;
	font-size: 20px;
	text-shadow: 1px 1px 3px black;
	transition: all 0.3s ease-out;
}
nav ul li a:hover, #nav ul li a:hover {
	color: #5f2e2e;
	text-shadow: none;
}
nav ul:hover {
	/*box-shadow: 1px 1px 3px red, -1px -1px blue;	*/
}
nav ul li:hover, #nav ul li:hover {
	background: #F7E4CF;
	/*background: -webkit-linear-gradient(top, #F7E4CF 30%,#683A1C 100%);*/
	background: linear-gradient(top, #F7E4CF 30%,#EDC192 70%);
	background: -webkit-linear-gradient(top, #F7E4CF 30%,#EDC192 70%);
	background: -moz-linear-gradient(top, #F7E4CF 30%,#EDC192 70%);
	background: -ms-linear-gradient(top, #F7E4CF 30%,#EDC192 70%);
	color: #5f2e2e;
}
nav ul li:hover a, #nav ul li:hover a {
	color: #5f2e2e;
	text-shadow: 0px 0px 1px #5f2e2e;
}
nav ul li:hover ul li a, #nav ul li:hover ul li a {
	color: #F7E4CF;
	font-size: 14px;
	text-shadow: 1px 1px 3px black;
}
nav ul li:hover ul li a:hover, #nav ul li:hover ul li a:hover {
	color: #5f2e2e; /*#F7E4CF;*/
	font-size: 14px;
	text-shadow: 0px 0px 1px #5f2e2e;
}
nav ul li ul, #nav ul li ul {
	display: none;
	max-width: 183px;
	min-width: 183px;
}
nav ul li ul li, #nav ul li ul li {
	display: block;
	border-radius: 0px;
}
nav > ul > li > ul > li > a, #nav > ul > li > ul > li > a {
	/*color: #FFF;*/
}
nav ul li ul li a:hover, #nav ul li ul li a:hover {
	/*color: red; /*#5f2e2e;*/
}
nav ul li:hover ul, #nav ul li:hover ul {
	display: block;
	position: absolute;
}
nav ul li:hover ul, #nav ul li:hover ul li {
    
}

nav input, #nav input {
	border: solid 1px black;
}
#total_search {
	border: solid 1px rgb(46, 15, 9);
	position: absolute;
	width: 550px;
	max-height: calc(100% - 35px);
	max-height: calc(100vh - 35px); 
	min-height: 60px;
	/*right: 0px;*/
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	display: none;
	text-align: left;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 550px;
	background-repeat: no-repeat;
	background-position: top center;
    background-size: 60px 60px;
	background-image: none;
    box-shadow: -2px 3px 9px 0px;
}
.total_search_found {
	font-weight: bold;
	color: #C00;
}
.title_search_found {
	color: #AE0000;
}
.trafienia {
	font-weight: normal !important;
	color: #666;
	font-size: 12px;
}
#total_search a {
	text-decoration: none;
	color: black;	
}
#total_search a:hover {
	text-decoration: underline;
}
.wynik_block {
	margin: 3px 0px;	
}
.wynik_tytul {
	font-size: 14px;
	font-family: old_caption;
}
.alt_tytul_div {
	margin-top: 3px;	
}
.wynik_alt_tytul {
	font-size: 13px;
	font-family: old_caption;
}
.wynik_tekst {
	margin-left: 10px;	
}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: 15px;
}
.szary {
	color: #666;
}	

.small {
	font-size: 15px;	
	color: #6b5145;
}
.small a {
    
}
#content {
	margin: 10px;
	padding: 10px;
	text-align: left;
	background-color: #C0A28B; /*#B49277; /*#B4ADAD;*/
	background: linear-gradient(top, #C0A28B 0%,#9E6F51 100%);
	/*background: -webkit-linear-gradient(top, #C0A28B 0%,#9E6F51 100%);
	background: -moz-linear-gradient(top, #C0A28B 0%,#9E6F51 100%);
	background: -ms-linear-gradient(top, #C0A28B 0%,#9E6F51 100%);*/
	border-radius: 12px;
	line-height: 1.7em;
	box-shadow: 0px 0px 15px 4px black;
	min-height: calc(100vh - 320px);
	position: relative;
}
@media screen and (max-device-width: 360px){
	#content {
		min-height: calc(100vh - 80px);
	}
}

.show {
	border: solid 1px white;
}

#front_content {
	display: grid;
	grid-template-columns: 296px 532px 225px;
	gap: 2px;
    justify-content: center;
}
#front_content_row {
	display: table-row;
}
#left_content {
	/*
    display: table-cell;
	width: 300px;
	vertical-align: top;
	padding-right: 5px;
    */
}
#left_content .front_names {
	font-family: old_caption;
	width: 200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;	
}
#left_content .front_names a {
	text-decoration: none;
	font-size: 17px;
	color: rgb(66, 32, 21);
	border-bottom: 1px solid #C0A28B;	
	transition: all 0.3s ease-in;
}
#left_content .front_names a:after {
	content: url(attr(img));	
}
#left_content .front_names a:hover {
	text-decoration: none;	
	color: rgb(112, 70, 57);
	border-bottom: 1px solid rgb(66, 32, 21);
	margin-left: 5px;
}
#left_content .front_names a:hover:before {
	/*content: "> ";*/
}
.etykieta_table {
	width: 225px;	
	background-color: rgb(223, 210, 190);
	border-radius: 22px;
	margin-bottom: 10px;
}
.etykieta_table td {
	text-align:center;
	vertical-align: middle;
}
.etykieta_naglowek {
	xborder-bottom: solid 1px rgb(46, 15, 9);
	margin-bottom: 3px;
	font-family: old_caption;
	font-size: 18px;
	color: rgb(46, 15, 9);	
	padding: 3px 0px;
	text-shadow: 0px 0px 1px rgb(46, 15, 9);
}
.etykieta_table .etykieta_img {
	width: 220px;
	min-height: 120px;	
	padding-top: 3px;	
}
.etykieta_table .etykieta_title {
	font-family: old_caption;
	font-size: 18px;
	padding: 5px 0px;	
}
.etykieta_table td img {
	border-radius: 20px;
	box-shadow: 0px 0px 10px black;	
}
#clips {
		
	
	
	padding: 0px 5px;
	border-width: 0px 1px;
	border-color: rgb(203, 179, 157);
	border-style: dashed;
}
#right_content {
	display: table-cell;
	width: 225px;
	min-width: 225px;
	max-width: 225px;
	padding: 0px 5px;
}
#right_content::selection {
	background-color: yellow;	
}
#uwaga_block {
	border-radius: 34px 34px 10px 10px;
	padding: 5px;
	background-color: rgb(223, 210, 190);	
	width: 290px;
}
#uwaga_top {
	text-align: center;
}
.uwaga {
	font-family: Limelight, Verdana, Geneva, sans-serif;
	font-size: 60px;
	display:block;
	text-align: center;
	line-height: 60px;
	/*border: solid 1px black;*/
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgb(245, 222, 179) inset;
	text-shadow: 0px 0px 8px;
	background-color: rgb(158, 50, 31);
color: wheat;
}
#uwaga_przeslanie {
	font-family: english;
	font-size: 18px;
	line-height: 22px;
	margin: 6px;	
}
#uwaga_przeslanie hr {
	height: 1px;
	background-color: rgb(46, 15, 9);	
}
@-webkit-keyframes sizing {
    from{        
		font-size: 0px;
    }
    to{
        font-size: 60px;
    }
}

.sizingupl {
    -webkit-animation: sizing 2s ease-out 0s alternate infinite ;
}
.sizinguru {
    -webkit-animation: sizing 2s ease-out 1s alternate infinite ;
	color: white;
}
.sizingude {
    -webkit-animation: sizing 2s ease-out 3s alternate infinite ;
}
	
#clear {
	clear: both;
}
.table {
	display: flex;
    flex-direction: column;
	gap: 2px;
}
.maxwidth {
	width: 100%;
}

.highlight:hover div {
	/*background-color: #FFC;*/
}
#piosenki_lista {
	width: 1060px;
	z-index: 9;
    position: sticky;
    top: 50px;
}
#piosenki {
	display: flex;
    border-radius: 10px;
    box-shadow: 0px 0px 6px;
    flex-direction: column;
    gap: 2px;
}
#piosenki a {	
/*text-shadow: 1px 1px 1px white;*/
}
.litera_group {
	
}
.list_pseudonim {
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: none;	
}
.paski:nth-of-type(odd) {
	background-color: rgb(243, 228, 208);
}
.paski:nth-of-type(even) {
	background-color: rgb(202, 185, 161);
}
.paski:first-child div:first-child {
	border-radius: 8px 0px 0px 0px;
}
.paski:first-child div:last-child {
	border-radius: 0px 8px 0px 0px;
}
.paski:last-child div:first-child {
	border-radius: 0px 0px 0px 8px;
}
.paski:last-child div:last-child {
	border-radius: 0px 0px 8px 0px;
}
.paski:only-child div:first-child {
	border-radius: 8px 0px 0px 8px;
}
.paski:only-child div:last-child {
	border-radius: 0px 8px 8px 0px;
}
.row_select {
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.row_select:hover {
	background-color: #CCC;
}

.padding_hor_4 {
	padding: 0px 4px;
	overflow: hidden;
}
.max_220 {
	max-width: 220px;
	min-width: 220px;
	width: 220px;
	overflow: hidden;
}
.max_width_180 {
	max-width: 170px;
	min-width: 170px;
	width: 170px;
	overflow: hidden;
}
.max_width_150 {
	max-width: 148px;
	min-width: 150px;
	width: 150px;
	overflow: hidden;
}
.min_width_110 {
	min-width: 110px;
}
.center {
	text-align: center;
}
.year {
	min-width: 60px;
	max-width: 60px;
	width: 60px;
}
.gatunek {
	max-width: 100px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.limelight {
	font-family: "Limelight";
}
.old_caption {
	font-family: old_caption;
}
.front_module {
	width: 520px;
	margin-bottom: 10px;
	display: block;
	border: solid 1px rgb(104, 93, 93);
	background: #FAEBD7;
	/*--front_module_bg : "top,#C3A891 0%, #FAEBD7 10%,#C3A891 60%,#FAEBD7 100%";*/
	background: linear-gradient(top, #FAEBD7 10%,#C3A891 40%,#F5E5D0 100%);
	background: -webkit-linear-gradient(top, #FAEBD7 10%,#C3A891 40%,#F5E5D0 100%);
	/*background: -moz-linear-gradient(var(--front_module_bg));*/
	/*background: -ms-linear-gradient(var(--front_module_bg));*/
	/*box-shadow: 0px 0px 5px rgb(104, 93, 93);*/
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 0px 2px #DED0BC inset,0px 0px 0px 3px #B99880 inset;
}
.front_module .module_title {
	margin: 5px 10px 0px 10px;
	font-size: 36px;
	font-family: old_caption;
	text-align: center;
	/*text-shadow: 0px 0px 1px;*/
	font-variant: small-caps;
	text-shadow: 2px 2px 5px rgb(176, 141, 122);
	color: rgb(46, 15, 9);
}
.front_module .module_title a {
	text-decoration: none;
	/*border-bottom: solid 1px rgb(189, 158, 135);*/
	color: rgb(46, 15, 9) !important;
	padding: 0px 0px;
	/*display: block;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
}
.front_module .module_title .title_main {
	border-bottom: solid 1px rgb(189, 158, 135);
	padding-bottom: 3px; 
	font-family: poor;
	font-size: 44px;
	text-overflow: ellipsis;
	width: 500px;
	overflow: hidden;
}
.front_module .module_title .alt {
	font-size: 26px;
	margin-top: 2px;
	margin-bottom: 4px;
	font-family: poor, ruskie;
    line-height: 26px;
}
.front_module .module_title .smaller_title {
	font-size: 22px;
	/*text-shadow: none;*/
	line-height: 16px;
}
.front_module img {
	margin: auto;
	width: 490px;
	height: 368px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px;
}
.front_content {
	overflow: hidden;
	margin: 0px auto;
	padding: 5px;
}
.front_content a {
    color: rgb(69, 36, 19);
}
.front_module_description {
	margin: 0px 5px;
	font-size: 14px;
	font-family: old_caption;
}
.desc_gatunek {
	font-size: 24px;
    text-shadow: 0px 0px 1px #907e73;
    font-family: poor;
    background-color: #fffeec;
    color: #584133;
    border-radius: 12px;
    padding: 0px 9px 4px 9px;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px #8c6c57;
}
.desc_pochodzenie {
	font-size: 18px;
	text-shadow: none;
	/*margin-top: 5px;*/
	font-family: poor;
}
.desc_user {
	font-family: old_caption;
}
.front_module_description .muzyka{
	float: left;
	margin-left: 20px;
	font-size: 18px;
	margin-top: -12px;
}
.front_module_description .slowa {
	float: right;	
	margin-right: 20px;
	font-size: 18px;
	margin-top: -12px;
}
.front_module_description .desc_small {
	font-size: 12px;
	line-height: 11px;
	display: block;
	color: rgb(89, 40, 15);
}
.front_module_description .singer {
	font-size: 18px;
	margin-top: 3px;
}
.front_module_description .singer .spiewa_osoba {
	margin: 12px auto;
}
.front_module_description .singer a {
	color: rgb(44, 21, 9) !important;
	text-decoration: none;
}
.front_module_description .rok {
	font-size: 20px;
	border-top: solid 1px rgb(173, 134, 107);
	width: 200px;
	margin: auto;
	padding-top: 3px;
}
.front_module_options {
	background-color: #F7F2ED;
	border-radius: 0px 0px 8px 8px;
	margin: 0px 3px 3px 3px;
}
.more_songs {
	background-color: rgb(223, 213, 199);
	width: 200px;
	margin: auto;
	text-align: center;
	border-radius: 0px 0px 18px 18px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	color: rgb(172, 149, 124);
	transition: color 0.3s ease-in;
}
.more_songs:hover {
	color: #7D664F;
}
#teatr {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.2);
	z-index: 200;
	display: none;
	left: 0px;
	top: 0px;
	transition: all 0.8s ease-out;
}
#teatr:target {
	display: block;
	background-color: rgba(0,0,0,0.9);
}
#ekran {
	border: solid 2px white;
	border-radius: 16px;
	width: 800px;
	height: 500px;
	display: none;
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -400px;
	margin-top: -200px;
	background-color: #111;
	box-shadow: 0px 0px 80px 10px black;
	z-index: 201;
}
.single_module {
	margin: auto;
}
.single_module_title {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 5px;
}
.video_content {
	width: 100%;
	text-align: center;
}
.video_description {
}
.list_block {
	margin-bottom: 5px;
}
.letter_selector {
	border: solid 1px rgb(201, 185, 165);
	border-radius: 12px;
	margin: 3px 0px;
	padding: 2px 0px;
	box-shadow: 0px 0px 5px rgb(148, 117, 93) inset;
}
.list_letter {
	font-family: "Limelight";
    color: #481c1c;
    font-size: 16px;
    display: block;
    border-radius: 50%;
    border: solid 1px white;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px rgb(117, 91, 91) inset;
    margin-left: 3px;
    margin-bottom: 6px;
    position: sticky;
    top: 102px;
    background-color: #f3e4d0;
}
.literka_wynik {
	width: 1000px;	
}
#listy_tabela {
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
}
#listy {
	display: table-row;
}
.list_column {
	display: table-cell;
	width: 522px;
	border-radius: 10px;
	background-color: rgb(223, 213, 199);
}
.list_title {
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Limelight', cursive;
	background: rgb(121, 77, 42); /* rgb(221, 221, 221);*/
	background: -webkit-linear-gradient(top,#6A3C1E 0%, #9E6F51 50%, #693B1D 100%);
	background: linear-gradient(top,#6A3C1E 0%, #9E6F51 50%, #693B1D 100%);
	border-radius: 10px 10px 0px 0px;
	text-shadow: 2px 2px 1px #3B2B1D;
	color: #F7E4CF;
}
.lista_menu {
	background-color: rgb(245, 231, 214);
	padding: 0px 3px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	white-space: nowrap;
}
.lista_menu .item_selected {
	text-decoration: underline;
}
.list_search {
	border: solid 1px rgb(136, 98, 98);
	vertical-align: middle;
	font-size: 12px;
	border-radius: 8px;
	width: 190px;
	padding: 0px 4px;
}
::-webkit-input-placeholder {
 color: rgb(184, 152, 127);
 /*font-family: Limelight, "Lobster";*/
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(184, 152, 127);
 /*font-family: Limelight, "Lobster";*/
}
::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(184, 152, 127);
 /*font-family: Limelight, "Lobster"; */ 
}
.lista {
	margin: 5px;
}
.no_found {
	margin: 5px;
}
.lista_order {
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.lista_order:hover {
	color: #5F2E2E;
}
.list_link {
	text-decoration: none;
	text-align: left;
	color: black;
	font-size: 14px;
	/*display: block;*/
	transition: all 0.2s ease-in;
}
.list_link:hover {
	text-decoration: underline !important;
}
.list_pseudonim {
	font-size: 11px;
    color: #65553f;
    line-height: 12px;
    margin-bottom: 2px;
}

blockquote {
	margin-left: 25px;
}
#all_search {
	width: 140px;
}
#all_search::after {
	content: attr(tekst);
}
.znalezione {
	color: #C00;
	font-weight: bold;
}

@-webkit-keyframes rotating {
 from {
 -webkit-transform: rotate(0deg);
	 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.rotating {
	-webkit-animation: rotating 5s linear infinite;
}

#txt {
	margin-left: 50px;
	margin-top: 10px;
	font-family: old_caption;
	font-size: 16px;
}


.w45 {
	max-width: 45px;
	min-width: 45px;
}
.w35 {
	max-width: 35px;
	min-width: 35px;
}
.w50 {
	width: 50px;
	height: 50px;
	max-width: 50px;
	min-width: 50px;
}
.w265 {
	width: 242px;
	max-width: 242px;
	min-width: 242px;	
	overflow: hidden;
    text-overflow: ellipsis;
}
.w300 {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}
.text16 {
	font-size: 16px;
}
.tb_sp_2 {
	border-spacing: 2px;	
}
.tb_sp_4 {
	border-spacing: 4px;	
}
.wytwornia_block {
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 10px 32px;
}
.wytwornia_logo {
	width: 180px;
	height: 180px;	
	border-radius: 50%;
	box-shadow: 0px 0px 5px;
}
#wytwornia_description {
	width: 750px;
font-size: 15px;
line-height: 22px;
padding-left: 15px;
}
.wytwornia_logo_div {
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px 15px;
}
.wytwornia_logo_single {
	width: 200px;
	height: 200px;	
	border-radius: 50%;
	box-shadow: 0px 0px 5px;
}
.wytwornia_nazwa {
	font-family: limelight;
	font-size: 18px;
	text-shadow: 0px 0px 1px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(54, 27, 11);	
}