@font-face{
	font-family: Conthrax;
	src: url('../fonty/Conthrax-Light.otf');
}
@font-face{
	font-family: Inter;
	src: url('../fonty/Inter-Regular.ttf');
}

h1,
h2 {
	font-family: Conthrax;
	text-shadow: 2px 2px black;
	text-align: center;
}
#imgPopup { 
	background: #00000050; 
	width:      100%;
	height:     100%; 
	z-index:    10;
	top:        0; 
	left:       0; 
	position:   fixed; 
	cursor:url("../yns/haru.cur"),auto;
}

#imgPopup .stred {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.anime_info {
	font-size: 18px;
	text-shadow: 2px 2px black;
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.anime_info .vec {
	display: inline-block;
	width: 120px;
}

.anime_info .hodnota {
	font-weight: bold;
}

.anime_info_sloupec{
	margin-top: 5px;
	float: left;
	width: 50%;
}
.anime_info_box:after {
	content: "";
	display: block;
	clear: both;
}

p.popis {
	text-align: left;
	font-size: 15px;
	padding: 0px 10px;
	margin-top: 5px;
}

p.box {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	margin-left: auto;
	margin-right: auto;
}

p a,
p a:link,
p a:visited {
	color: white;
	transition: color 150ms ease-in;
}

p a:hover,
p a:active {
	color: #911919;
	transition: color 150ms ease-in;
}

body {
	font-family: Inter;
	background-color: black; 
	background-size: cover; 
	background-position: top; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../pozadi/touhou.jpg');
}

#wrapper {
	margin-right: auto; 
	margin-left: auto;
	background-color: #30304090;
	border-radius: 12px;
	width: 990px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF50;
}

#header {
	height: 100px;
	position: relative;
}

#logo {
	height: 100%;
	width: 320px;
    border-top-left-radius: 10px;
	background-image: url('../grafika/header_logo.png');
	position: absolute;
    top: 0px;
    left: 0px;
}

#logo a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

#menu {
	border-top-right-radius: 10px;
	background-image: url('../grafika/header_panel.png');
	width: 670px;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 320px;
	padding: 38px 16px 22px 42px;
    box-sizing: border-box;
}

#menu a,
#menu a:link,
#menu a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 16px;
	font-family: Conthrax;
	transition: color 150ms ease-in;
}

#menu a:hover,
#menu a:active {
	color: #86d0e3;
	transition: color 150ms ease-in;
}

#info_tabulka {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 4px;
	margin: 8px 0px 8px 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 64%;
}

.animelist {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 10px;
	margin: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}

.animelist a,
.animelist a:link,
.animelist a:visited,
.animelist a:hover,
.animelist a:active  {
	color: white;
	text-decoration: underline;
}

.animelist table {
	border: 1px;
	color: white;
	width: 100%;
	border-spacing: 0px;
}

.animelist th, 
.animelist td {
	border: 1px;
	color: white;
	text-align: left;
	background-color: transparent;
}

.animelist tr > td {
	background-color: #00000000;
	transition: background-color 100ms ease-in;
}
.animelist tr:hover > td {
	background-color: #86d0e36F;
	transition: background-color 180ms ease-in;
}

.animelist .stav {
	background-color: #00000070; 
	text-align: center;
    border-style: solid;
	border-width: 1px;
	border-color: #505050;
}

.animelist .stav .progress {
	background-color: white; 
	height: 10; 
}

.animelist .info {
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 2 5;
	margin: 5 10 5 0;
	font-size: 13px
}

.anime_obr {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 8px;
	margin: 8px 8px 8px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.anime_titulky {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 4px;
	margin: 2px 8px 8px 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 924px; 
	padding: 10px;
	text-align: left;
	clear: both;
}

.anime_komentare {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 4px;
	margin: 2px 8px 8px 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 924px; 
	padding: 10px;
	text-align: left;
	clear: both;
}

.anime_komentare .komentar {
	background-color: #00000080; 
	background-image: linear-gradient(#70707010, #000000C0);
	padding: 4px;
	padding: 10px;
	text-align: center;
	color: white;
}

.anime_komentare .komentaradmin {
	background-color: #30303090; 
	background-image: linear-gradient(#BFBFBF10, #000000C0);
	padding: 4px;
	padding: 10px;
	text-align: center;
	color: white;
	border-color: white;
}

.anime_komentare .komentar .ucet {
	
}

.anime_komentare a,
.anime_komentare a:link,
.anime_komentare a:visited {
	color: white;
	transition: color 150ms ease-in;
}

.anime_komentare a:hover,
.anime_komentare a:active {
	color: #911919;
	transition: color 150ms ease-in;
}
.posledni_update {
	background-color: #00000080; 
	border-radius: 10px; 
	padding: 10px;
	margin: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	display: inline-block;
	text-align: center;
}

.posledni_update a,
.posledni_update a:link,
.posledni_update a:visited {
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.posledni_update a:hover,
.posledni_update a:active  {
	text-decoration: underline;
}

.posledni_update table {
	border: 2px;
	width: 100%;
	color: #FFFFFF40; 
	border-spacing: 0 10;
}

.posledni_update th, 
.posledni_update td {
	background-color: transparent;
}

.posledni_update .text{
	color: white;
}

.posledni_update td {
    border-top: thin solid; 
    border-bottom: thin solid;
}

.posledni_update td:first-child {
    border-left: thin solid;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.posledni_update td:last-child {
    border-right: thin solid;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.posledni_update tr > td {
	background-color: #00000000;
	transition: background-color 100ms ease-in;
	padding: 10px;
}
.posledni_update tr:hover > td {
	background-color: #86d0e385;
	transition: background-color 180ms ease-in;
	cursor: pointer;
}
.posledni_update .popis {
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	background-color: #00000080; 
	border-radius: 5px; 
	text-align: left;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	font-size: 13px
}

.posledni_update .vec {
	background-color: #00000080; 
	padding: 4px;
	padding: 10px;
	text-align: center;

}

.menu_vyber {
	background-color: #00000080; 
	border-radius: 5px; 
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	padding: 10px;
	margin: 2px 2px 2px 8px;
	text-align: center;
	width: 900px;
	transition: border-color 150ms ease-in;
	display: inline-block;
}

.menu_vyber .box {
	background-color: #00000080; 
	border-radius: 5px; 
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	padding: 10px 4px;
	margin: 4px 2px;
	text-align: center;
	width: 250px;
	transition: border-color 150ms ease-in;
	display: inline-block;
	color: white;
	font-size: 18px;
	font-family: Inter;
}

.menu_vyber a,
.menu_vyber a:link,
.menu_vyber a:visited,
.menu_vyber a:hover,
.menu_vyber a:active{
	color: white;
	text-decoration: none;
	transition: color 100ms ease-in;
}

.menu_vyber .box:hover{
	border-color: #86d0e3FF;
	transition: border-color 150ms ease-in;
}

.cbox {
	
}

.cbox_main {
	
}

.tickboxy{
	text-align: left;
	margin-left: 400px;
	background-color: #000000B5;
	padding: 10px;
	padding-top: 0px;
}

.anime_titulky table {
	border: 1px;
	color: white;
	width: 100%;
	border-spacing: 0px;
}

.anime_titulky th, 
.anime_titulky td {
	border: 1px;
	color: white;
	text-align: center;
	background-color: transparent;
}
.anime_titulky tr > td {
	background-color: #00000000;
	transition: background-color 100ms ease-in;
}
.anime_titulky tr:hover > td {
	background-color: #2b8fba50;
	transition: background-color 180ms ease-in;
}

.tabulky-cont {
	display: table; 
	width: 100%;
	text-align: center;
}

.tabulka {
	margin-right: auto; 
	margin-left: auto;
	margin: 0 10px;
	position: relative;
	border-radius: 5px;
	background-color: #00000040;
	display: inline-block;
	text-align: center;
	width: 35%;
	vertical-align: top;
	font-size: 18px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
}

.tabulka .panel {
	font-size: 22px;
	width: 100%;
	padding: 5px 0px;
	background-color: transparent;
	border-radius: 3px 3px 0px 0px; 
	background-image: linear-gradient(#FFFFFF10, #000000C0);
}

.tabulka .obsah {
	width: 100%;
	padding: 8px 15px;
	box-sizing: border-box;
	color: white;
}

.tabulka .obsah a,
.tabulka .obsah a:link,
.tabulka .obsah a:visited {
	color: white;
	text-decoration: underline;
	transition: color 100ms ease-in;
}

.tabulka .obsah a:hover,
.tabulka .obsah a:active {
	color: #86d0e3;
	transition: color 100ms ease-in;
}

.tabulka .obsah .forms {
	text-align: right;
	margin-right: 50px;
	padding: 2px 0px;
}

.tabulka .obsah .chyba{
	border: 2px;
	background-color: #FF0000B0;
	border-radius: 5px;
	margin: 5px 0px;
	padding: 4px 0px;
}

.tabulka .obsah .info{
	border: 2px;
	background-color: #00000050;
	border-radius: 5px;
	margin: 5px 0px 10px 0px;
	padding: 4px 0px;
}

.tabulka .obsah ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabulka .o_nas{
	display: inline-block; 
	width: 450px;
	vertical-align: top
}

.tabulka .o_nas ul{
	list-style-type: none; 
	padding: 10; 
	margin: 5; 
	text-align: left;
}
.tabulka .o_nas .vec{
	display: inline-block;
	margin: 0 10;
}
.tabulka .o_nas hr{
	margin-top: 20
}

.tabulka .o_nas ul h2{
	text-align: left;
	margin: 8 6 10 0
}

#content {
	padding: 5px 25px 15px 25px;
	box-sizing: border-box;
	color: white;
}

#content .yns_logo {
	margin-left: auto;
	margin-right: auto; 
	width: 354px;
}

.forms .upravit_textbox {
	background-color: #00000080;
	color: white;
	width: 80%;
}

.forms .vyber {
	background-color: #00000080;
	color: white;
	width: 148px;
}

.forms textarea {
	resize: none; 
	vertical-align: top;
	background-color: #00000080;
	color: white;	
	border-width: 2px;
	border-color: #FFFFFF40;
}

.forms .tlacitko{
	background-color: #00000080; 
	color: white;
	font-size: 18px;
	border-radius: 5px; 
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	padding: 5px;
	margin-top: 30px;
	margin-left: 24px;
	text-align: center;
	width: 100%;
	transition: border-color 150ms ease-in;
	display: block;
}
.forms .tlacitko:hover{
	border-color: #86d0e3FF;
	transition: border-color 150ms ease-in;
}

.forms table{
	color: white;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.forms th {
	text-align: left;
}

.forms tr > td {
	background-color: #00000000;
	transition: background-color 100ms ease-in;
}
.forms tr:hover > td {
	background-color: #00000050;
	transition: background-color 180ms ease-in;
}

#footer {
	padding: 15px;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	background-image: url('../grafika/footer.png');
	text-align: center;
	text-shadow: 1px 1px black;
	color: #F5F5F5;
    font-size: 13px;
}

#footer .icons {
	padding: 5px 0px;
}

#footer .icons a,
#footer .icons a:link,
#footer .icons a:visited,
#footer .icons a:hover,
#footer .icons a:active {
	color: transparent;
}

del {
    color: red;
    background: #F0404050;
    text-decoration: none;
}

ins {
    color: green;
    background: #30703050;
    text-decoration: none;
}
