html {
	background: #d1cdf9 url('/img/podklad_html.png') repeat center top;
	}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
body,
html {
    /*height: 100%;*/
	/*height: 100vh;*/
}
body {
	font: normal 15px verdana, sans-serif;
	color: #fff;
	position: relative !important;
	}
/* clearfix */
main:before,
.group:before,
main:after, 
.group:after {
    content: " "; 
    display: table; 
	}
main:after,
.group:after {
    clear: both;
	}
.wraper {
	display: grid;
	height: 100vh;
	grid-template-columns: 1fr;
	grid-template-rows: min-content auto min-content;
	grid-template-areas:
		"header-top"
		"main"
		"footer";
	position: relative;
	}	
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
	}
table {
	width: 100%;
	table-layout: auto;
	margin: 0;
	border-collapse: separate;
	}
th, td {
	font: bold 84.61538461538462% verdana, sans-serif; /* 11/13 */
	vertical-align: middle;
	text-align: left;
	color: #312c74;
	}
th {
	text-align: center;
	}
div.vianoce {
	width: 100%;
	}
p.title {
	font-size: 84.61538461538462%; /* 11/13 */
	font-weight: bold;
	color: #fff;
	padding: 0 1em;
	background: #201d4e;
	line-height: 2.3em !important;
	box-shadow: 0 0 8px 1px #7c7c7c;
	-moz-box-shadow: 0 0 8px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 8px 1px #7c7c7c;
	}
table.foto-uprava {
    width: auto;
	}
table.foto-uprava td {
    vertical-align: top;
    padding: 0 2em 0 0;
	}
.foto-uprava a:hover img {
    opacity: .5!important;
	}
.foto-uprava a {
    font-size: 1.181818181818182em;
	}
table .title th {
	color: #fff;
	font-weight: bold;
	padding: .6363636363636364em .1454545454545455em;
	background: #201d4e;
	}
table .title td {
	color: #fff;
	padding: .6363636363636364em .1454545454545455em;
	background: #201d4e;
	}
.table-graf .title th {
	padding: .6363636363636364em 1em;
	}
.table-data .title3 th {
	color: #000;
	font-weight: bold;
	font-size: 84.61538461538462%;
	padding: .8181818181818182em .1545454545454545em;
	background: #fd9fb3;
	}
.table-zapasy .title th {
	background: #443c9f;
	padding: .9090909090909091em .1818181818181818em;
	}
a {
	color: #ffb200;
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
	outline: 0;
	cursor: pointer;
	}
#menu-top a.biger {
	font-size: 1.6em;
	line-height: 1em;
	padding: 0 .6em !important;
	}
.slicknav_nav a.biger {
	font-size: 200%;
	line-height:1.32em;
	padding:0 1.36em 0 .5em !important
	}
a:hover { 
	color: #fff;
	text-decoration: underline;
	outline-style: none;
	outline: 0;
	cursor: pointer;
	}
a span {
	display: none;
	}
label {
	cursor: pointer;
	}	
p {	
	margin: 0 0 .769em 0;
	line-height: 1.4em;
	}
h1, h2, h3 {
	font-weight: bold;
	margin: .769em;
	letter-spacing: 0.3em; 
	}
h2 {
	font-size: 107.6923076923077%; /* 14/13 */
	text-align: center;	
	letter-spacing: 0;
	}
h3 {
	font-size: 100%;
	text-align: left;	
	letter-spacing: 0;
	margin: 10px;
	margin-left: 5px;
	}
.header-main {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
	background: #443c9f;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	}
h1 {
	color: #fff;
	font-style: italic;
	text-align: left;
	position: relative;
	padding: .2em .2em .2em .6em;
	margin: .2em 0 0 0;
	line-height: 1em;
	word-wrap: break-word;
	background: #443c9f; /* Old browsers */
	background: -moz-linear-gradient(top,  #443c9f 0%, #5e56be 30%, #5e56be 70%, #443c9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#443c9f), color-stop(30%,#5e56be), color-stop(70%,#5e56be), color-stop(100%,#443c9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #443c9f 0%,#5e56be 30%,#5e56be 70%,#443c9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #443c9f 0%,#5e56be 30%,#5e56be 70%,#443c9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #443c9f 0%,#5e56be 30%,#5e56be 70%,#443c9f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #443c9f 0%,#5e56be 30%,#5e56be 70%,#443c9f 100%); /* W3C */
	}
h1 span.stat {
	padding-left: 1.4em;
	padding-right: 0.1666666666666667em;
	line-height: .8em;
	/*position: relative;
	top: -1em;*/
	}
h1 span {
	color: #ff0;
	font-size: 53.84615384615385%;
	letter-spacing: 0.2em;
	line-height: .8em;
	/*position: relative;
	top: -0.9em;*/
	}
h1 span span {
	font-size: 200%;
	color: #ff0;
	letter-spacing: 0.2em;
	padding-left: 0.3333333333333333em;
	}
ol {
	margin: 0 1em 0 25px;
	padding: 0;
	}
ul {
	margin: 0 1em 0 20px;
	padding: 0;
	}
ul.nostyle {
	list-style: none;
	}
li {
	margin: 0 0 0 30px;
	padding: .3846153846153846em 0;
	}
form {
	margin: 0;
	padding: 0;
	}
select, input, textarea {
	font-size: 100%;
	background: #fff;
	color: #201d4e;
	margin: 0;
	vertical-align: middle;
	padding: .5em 1em;
	box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	-moz-box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	-webkit-box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	border: 0 none;
	}
textarea {
	padding: 6px;
	}
select {
	text-align: center;
	}
input[type=submit] {
	font-weight: bold !important;
	border: 2px solid;
	cursor: pointer; 
	border-color: #d1cdf9 #443d9f #443d9f #d1cdf9;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: linear-gradient(180deg, #fff, #c7c3f0);
	background: -moz-linear-gradient(270deg, #fff, #c7c3f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c7c3f0));
	}
input[type=submit]:hover {
	font-weight: bold !important;
	border-color: #443d9f #d1cdf9 #d1cdf9 #443d9f;
	background: linear-gradient(180deg, #c7c3f0, #fff);
	background: -moz-linear-gradient(270deg, #c7c3f0, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#c7c3f0), to(#fff));
	}
span.poradie {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #271f4f;
    color: white;
    text-align: center;
	}
hr {	
	width: 100%;
	border: 0px solid #f46007;
	height: 1px;
	color: #f46007;
	background-color: #f46007;
	}
hr.white {	
	width: 100%;
	border: 0px solid #fff;
	height: 1px;
	color: #fff;
	background-color: #fff;
	padding: 0;
	position: relative;
	top: 4px;
	box-shadow: 0 0 4px 1px #000;
	-moz-box-shadow: 0 0 4px 1px #000;
	-webkit-box-shadow: 0 0 4px 1px #000;
	}
hr.white2 {	
	width: 100%;
	border: 0px solid #fff;
	height: 1px;
	color: #fff;
	background-color: #fff;
	box-shadow: 0 0 10px 1px #7c7c7c;
	-moz-box-shadow: 0 0 10px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 10px 1px #7c7c7c;
	margin: 0 0 1.384615384615385em 0;
	}
.textarea-sprava {
	width: 100%;
	min-height: 150px;
	height: auto;
	margin: 0;
	}
.header-top {
	width: 100%;
	height: auto;
	background-color: #c7c4e2;
	background-color: rgba(68,60,159,.3);
	position: relative;
	z-index: 102;
	grid-area: header-top;
	}
.head-container {
	width: 100%;
	margin: 0;
	position: relative;
	height: 110px;
	background: #6f67ba url('/img/hlava.png') repeat-x center center;
	z-index: 6;
	}
.head-top-menu,
.head-bottom-menu,
.prihla-senie,
.odhla-senie,
main,
footer {
	max-width: 100%;
}
.head-top-menu {
	width: auto;
	margin: 0 auto;
	position: relative;
	height: 1.692307692307692em;
	z-index: 8;
	}
.head-bottom-menu {
	width: auto;
	margin: 0 auto;
	position: relative;
	height: 1.692307692307692em;
	z-index: 7;
	}
.head {
	width: 100%;
	margin: 0;
	position: relative;
	height: 100%;
	/*background: url('/img/hlava.png') no-repeat right center;*/
	z-index: 7;
	}
main {
	width: 100%;
	max-width: 1680px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	grid-area: main;
	/*background: #dddafd url('/img/podklad_html.png') repeat center top;*/
	}
.content {
	float: left;
	width: 66%;
	padding: 0 .5%;
	margin-left: 17%;
	color: #312c74;
	}
.left-aside {
	float: left;
	width: 17%;
	margin: 0 0 0 -83%;
	}
.right-aside {
	float: left;
	width: 17%;
	margin: 0;
	}
.left-long {
	float: left;
	width: 20%;
	margin: 0 0 0 -100%;
	}
.content-long {
	float: left;
	width: 80%;
	padding: 0 1%;
	margin: 0 0 0 20%;
	color: #312c74;
	}
footer {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	margin: 4px 0 0 0;
	padding: .5em 0;
	background: #443c9f;
	grid-area: footer;
	}
footer p {
	padding: 0 1em;
	margin: 0;
	font-size: 84.61538461538462%;
	line-height: 2em;
	}
.left-aside p {
	color: #fff;
	font-weight: normal;
	}
.left-aside .popis {
	text-align: center;
	color: #312c74;
	font-weight: normal;
	}
.left-aside h2 {
	width: 100%;
	font-size: 84.61538461538462%;
	text-align: center;
	margin: 0 0 1px 0;
	padding: .5583333333333333em .2em;
	background: #201d4e;
	}
.left-aside h2.small {
	font-size: 76.92307692307692%;
	padding: .8em .2em;
	} 
.right-aside h2 {
	width: 100%;
	font-size: 84.61538461538462%;
	text-align: center;
	margin: 0 0 1px 0;
	padding: .5583333333333333em .2em;
	background: #201d4e;
	}
.tlacitka {
	float: right;
	}
.tlacitka a.button_ {
	font-size: 1.2em;
	margin: 0 .6em;
	}
.tlacitka a.buton {
	font-size: 84.61538461538462%;
	line-height: 1.1em;
	}
.tlacitka a.button_:first-child {
	font-size: 1.2em;
	margin-right: 0;
	}
.tlacitka-left {
	text-align: left;
	}
.title2 {
	color: #fff;
	font-weight: bold;
	font-size: 84.61538461538462%; /* 11/13 */
	padding: 0 .5em 0 1em;
	margin: 0;
	background: #201d4e;
	line-height: 2.3em !important;
	margin-bottom: .923em;
	vertical-align: middle;
	box-shadow: 0 0 8px 1px #7c7c7c;
	-moz-box-shadow: 0 0 8px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 8px 1px #7c7c7c;
	}
.title2 .butons {
	font-size: 84.61538461538462%;
	/*position: relative;
	top: .5em;*/
	margin: .5em 0;
	line-height: 1.2em;
	}
.komentare {	
	float: left;
	width: auto;
	margin-right: 1em;
	}
.komentare a {	
	vertical-align: middle;
	}
img.fotosli,
img.login,
img.uvodL,
img.uvodP,
img.foto2,
img.zapasy,
img.fotozap,
img.foto3,
img.fotogal,
img.stat,
img.fotohh {
	border: 2px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	box-shadow: 1px 1px 6px 1px #2c2c2c;
	-moz-box-shadow: 1px 1px 6px 1px #2c2c2c;
	-webkit-box-shadow: 1px 1px 6px 1px #2c2c2c;
	}
img.zeleny_dres {
	position: absolute;
	top: -27px;
	left: 230px;
	height: 20px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important; 
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}
img.biely_dres {
	position: absolute;
	top: -27px;
	left: 46px;
	height: 20px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important; 
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}
img.zeleny_dres2 {
	height: 26px;
	}
img.biely_dres2 {
	height: 26px;
	}
img.login { 
	width: 30px;
	margin: 2px 6px 2px 2px;
	}
img.uvodL {
	margin: .6em 1em .6em .6em;
	width: 100px;
	height: 75px;
	float: left;
	}
img.uvodP { 
	margin: .6em .6em .6em 1em;
	width: 100px;
	height: 75px;
	float: right;
	}
img.foto2 { 
	width: 65px;
	}
img.fotohh { 
	width: 65px;
	box-shadow: 0 0 4px 1px #2c2c2c;
	-moz-box-shadow: 0 0 4px 1px #2c2c2c;
	-webkit-box-shadow: 0 0 4px 1px #2c2c2c;
	float: left;
	}
img.zapasy {
	width: 34px;
	margin: 2px 6px 2px 2px;
	}
img.stat { 
	width: 30px;
	position: relative;
	vertical-align: top;
	top: -.2em;
	left: -1em;
	box-shadow: 0 0 8px 2px #fff;
	-moz-box-shadow: 0 0 8px 2px #fff;
	-webkit-box-shadow: 0 0 8px 2px #fff;
	}
img.fotozap {
	background: #fff;
	margin: 0 0 .7em 1.4em;
	float: right;
	}
img.odkazedit { 
	border: 1px solid #b1aaf4;
	margin: 0 5px 5px 8px;
	vertical-align: top;
	}
div.historia_vysledky {
	display: inline-block;
	width: .7272727272727273em;
	height: .7272727272727273em;
	}
div.historia_vysledky_title {
	display: inline-block;
	width: .9230769230769231em;
	height: .9230769230769231em;
	border: .1538461538461538em solid #fff;
	box-shadow: 1px 1px 8px 1px #2c2c2c;
	-moz-box-shadow: 1px 1px 8px 1px #2c2c2c;
	-webkit-box-shadow: 1px 1px 8px 1px #2c2c2c;
	}
a:hover img.foto2 {
	border: 2px solid #f46007;
	}
img.foto3 {
	width: 38px;
	margin: 0 20px 0 10px;
	border: 0;
	}
.table-graf td img.foto3 {
	margin: 0;
	}
img.fotogal {
	width: 50%;
	}
img.fotosli {
	width: 70%;
	}
.table1 {
	background: #443c9f;
	margin-bottom: 5px;
	}
.right-aside .table1:last-child {
	margin-bottom: 0;
	}
.table1 td {
	color: #fff;
	vertical-align: top;
	padding: .2em 0 .2em .2em;
	line-height: 1.6em;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	}
.table1 td span.detail {
	position: absolute;
	top: 25%;
	right: 5%;
	font-size: 2em;
	color: #f8b21f;
	cursor: help;
	}
.tablea td span.detail i {
	font-size: 1.6em !important;
	color: #f8b21f !important;
	cursor: help;
	}
.table1 td span.detail:hover,
.tablea td span.detail:hover i {
	color: #fff !important;
	cursor: help;
	}
.table1 td div.rodic,
.tablea td div.rodic {
	display: none;
	position: relative;
	}
.table1 td div.rodic div,
.tablea td div.rodic div {
	display: block;
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	width: 320px;
	color: #0f2610 !important;
	background: #fff !important;
	text-align: left;
	padding: 10px;
	border: 12px solid #4a389d;
	box-shadow: 0 0 4px 6px #fff;
	}
.table1 td div.rodic div {
	left: -40px;
	}
.tablea td div.rodic div {
	right: 0;
	}
.table1 td div.rodic div section iframe,
.tablea td div.rodic div section iframe {
	width: 100% !important;
	height: auto !important;
	}
.table1 td div.rodic div section,
.table1 td div.rodic div section > *,
.tablea td div.rodic div section,
.tablea td div.rodic div section > * {
	color: #0f2610 !important;
	font-weight: normal;
	font-size: 110%;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	text-shadow: none !important;
	line-height: 1.8em;
	}
.table1 th {
	color: #fff;
	vertical-align: top;
	padding: .444em 0;
	background: #5e56be;
	text-shadow: 1px 1px 1px #000;
	}
.table1 th.hodnota {
	width: 30%;
	}
.table1 img.zapasy {
	margin: 2px;
	}
.table1 td.foto {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	}
.t100 td {
	padding: .2em .2em .2em .2em;
	line-height: 1.4em;
	}
.t100 td a,
.t100 td a:hover {
	text-decoration: none;
	}
.t100 td.image {
	padding-top: 0;
	padding-left: .2em;
	padding-bottom: .2em;
	vertical-align: top: !important;
	}
.t100 td.image p {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	vertical-align: top;
	line-height: 1.4em;
	}
.t100 td.image p span {
	position: absolute;
	top: 0;
	right: 3px;
	padding: 0;
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
	text-shadow: none;
	}
.t100 td.image img {
	vertical-align: top: !important;
	height: 1.272727272727273em;
	}
.table1 td.parnee {
	background: #5e56be;
	}
.table1 td.right {
	padding-right: 5px;
	width: 35px;
	}
.table1 td img, 
.table1 td input {
	vertical-align: middle;
	}
.table-financie {
	margin: 0 0 10px 0;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.table-financie th {
	background: #8c0031;
	color: white;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: .6em .3em;
	}
.table-financie td {
	color: #312c74;
	font-weight: normal;
	background: #fff;
	vertical-align: top;
	padding: .3em 1.153846em .3em .3em;
	}
.table-financie td.popis {
	width: 6em;
	font-weight: bold;
	}
.table-financie td.suma {
	width: 8em;
	text-align: right;
	color: #8c0031;
	}
tr.financie td {
	background: #ffd5e3 !important;
	}
.podklad1 {
	background: #5e56be !important;
	}
.podklad2 th {
	background: #201d4e !important;
	height: 3em;
	vertical-align: middle;
	}
.podklad2 th span {
	display: inline-block;
	width: 100%;
	font-size: 163.6363636363636%;
	}
.vam {
	vertical-align: middle !important;
	}
.vat {
	vertical-align: top !important;
	}
.vatr {
	vertical-align: top !important;
	width: 2.6em;
	}
.vatr i {
	font-size: 200%;
	font-weight: bold;
	}
.table-data { 
	margin-bottom: .769em;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.table-data a {
	font-weight: bold;
	}
.table-data th {
	color: #312c74;
	padding: .3em .0769em;
	vertical-align: top;
	}
.table-data .title th span {
	display: inline;
	}
.table-data td {
	color: #312c74;
	padding: .5em .0769em;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	}
.table-data td.noborder {
	border-right: none;
	}
.table-data td.skore {
	width: 5%;
	}
.table-data td.zapasy {
	width: 5%;
	}
.table-data td.druzstvo {
	width: 38%;
	}
.table-data td.padding-left,
.uprava .padding-left {
	padding-left: .769em;
	text-align: left;
	}
.table-data td.padding-right {
	padding-right: .769em;
	text-align: right;
	}
.table-data th.padding-right {
	padding-right: .769em;
	text-align: right;
	}
.table-data td.foto {
	width: 70px;
	vertical-align: top;
	}
.table-data th.historia {
	width: 11em;
	}
.table-data td.td-vyhovorky {
	width: 70%;
	}
.table-data div {
	position: relative;
	}
.table-graf {
	margin: 0 0 1em 0;
	background: #f4f3fe;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.table-graf-a {
	margin: 0 0 5px 0;
	}
.table-graf a { 
	font-weight: bold;
	}
.table-graf th {
	color: #312c74;
	padding: .3em;
	vertical-align: middle;
	text-align: left;
	}
.table-graf td {
	color: #312c74;
	padding: .3em;
	vertical-align: middle;
	font-weight: normal;
	}
.table-graf td p {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	vertical-align: middle;
	line-height: normal;
	}
.table-graf td p img {
	height: 1.181818181818182em; /* 13/11 */
	box-shadow: 1px 1px 4px 1px #797979;
	-moz-box-shadow: 1px 1px 4px 1px #797979;
	-webkit-box-shadow: 1px 1px 4px 1px #797979;
	}
.table-graf td p span {
	position: absolute;
	top: 0;
	right: 3px;
	padding: 0;
	color: #fff;
	font-size: 109.0909090909091%; /* 12/11 */
	font-weight: bold;
	line-height: 1.3em;
	text-shadow: 2px 2px 1px #000;
	}
.table-graf td div,
div.vysvetlivky {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 1.3em;
	box-shadow: 1px 1px 4px 1px #797979;
	-moz-box-shadow: 1px 1px 4px 1px #797979;
	-webkit-box-shadow: 1px 1px 4px 1px #797979;
	}
.table-graf-a td div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 1.3em;
	}
div.vysvetlivky {
	width: 120px;
	}
.table-graf td div.zostavy {
	width: 66px;
	text-align: center;
	height: auto;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.table-graf td div.zostavy img {
	margin: auto;
	}
.table-graf td div span,
div.vysvetlivky span {
	line-height: 1.1em;
    position: absolute;
    right: .4em;
	width: 100px;
    top: auto;
	padding: 0;
	color: #fff;
	font-size: 109.0909090909091%; /* 12/11 */
	text-align: right;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	z-index: 0;
	}
.table-graf-a td div span {
	line-height: 1.1em;
    position: absolute;
    right: .4em;
	width: 100px;
    top: auto;
	padding: 0;
	color: #000;
	font-size: 109.0909090909091%; /* 12/11 */
	text-align: right;
	font-weight: bold;
	z-index: 0;
	text-shadow: none;
	}
.table-graf td div span.hodnota-gif {
	color: #000;
	right: auto;
	/*width: auto;*/
	left: 100%;
	padding-left: 6px;
	text-shadow: 1px 1px 1px white;
	text-align: left;
	}
.table-graf-a td div span.hodnota-gif {
	color: #fff;
	right: auto;
	/*width: auto;*/
	left: 100%;
	padding-left: 6px;
	text-align: left;
	text-shadow: none;
	}
.table-graf td span {
	line-height: 1.8em;
	padding: 0 .4em;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-shadow: none;
	}
.table-graf td span.dostal {
	color: blue;
	}
.table-graf td span.dal {
	color: red;
	}
.table-graf td span.nula {
	color: black;
	}
.table-graf td div span.dostall {
    right: -2.4em;
	color: yellow;
	text-shadow: 2px 2px 1px #000;
	z-index: 10;
	}
.table-graf td div span.dall {
	text-align: left;
    left: -2.4em;
	color: yellow;
	text-shadow: 2px 2px 1px #000;
	z-index: 10;
	}
.table-graf th.graf-gif {
	width: 75%;
	}
.table-graf th.graf-gif2 {
	width: 85%;
	}
.table-graf td.graf-gif {
	width: 85%;
	}
.table-graf td.graf-gif2 {
	width: 72%;
	}
.table-graf td.graf-gif3 {
	width: 55%;
	}
.table-graf td.graf-gif4 {
	width: 45%;
	/*padding-left: 0;
	padding-right: 0;*/
	}
.table-graf td.graf-gif5 {
	/*width: 2%;*/
	/*padding-left: 0;
	padding-right: 0;*/
	}
.home_link {
	position: absolute;
	top: -.3em;
	left: 0;
	display: block;
	width: 125px;
	height: 166px;
	background: url('/img/logoazhf.png') no-repeat left top;
	z-index: 9;
	}
.home_link:hover {
	background: url('/img/logoazhf_hover.png') no-repeat left top;
	}
.home_link span {
	display: none !important;
	}
.http {
	position: absolute;
	top: 0;
	left: .5em;
	color: #201d4e !important; 
	font-size: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	z-index: 100;
}	
.head-cycle {
	width: 100%;
	height: 94px;
	position: absolute;
	top: 8px;
	left: 0;
	background: transparent;
	/*overflow: hidden;*/
	z-index: 30;
	}
.hcycle { 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0 0;
	cursor: pointer;
	z-index: 1;
	}
.slide-popis { 
	margin: 0 !important;
	padding: 0.2em 1em;
	text-align: right;
	color: #bcb6fc !important;
	text-shadow: 1px 1px 0 #000;
	position: absolute;
	bottom: 8px;
	right: 24%;
	z-index: 100;
	background: #443c9f;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	}
.header-top p {
	color: #fff;	
	font-size: 76.92307692307692%; /* 10/13 */
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	}
.header-top p span {
	color: #ff0;
	}
p.horne-info {
	width: 100%;
	font-size: 84.61538461538462%; /* 11/13 */
	line-height: 2em;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: .8181818181818182em;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background: #6f67ba;
	background: linear-gradient(90deg, #d1cdf9, #5e56be, #5e56be, #d1cdf9);
	z-index: 5;
	}
p.aktualizovane {
	position: absolute;
	bottom: 2em; /* 22/10 */
	right: 0;
	width: auto;
	font-size: 76.92307692307692%; /* 10/13 */
	line-height: 2.5em; /* 22/10 */
	text-align: right;
	padding: 0 1em;
	text-shadow: 1px 1px 1px #000;
	background: #443c9f;
	border-top-left-radius: 1.1em; /* 11/10 */
	-moz-border-radius-topleft: 1.1em;
	-webkit-border-top-left-radius: 1.1em;
	}
p.pristupy {
	position: absolute;
	z-index: 300;
	bottom: .5em; /* 5/10 */
	right: 10px;
	width: auto;
	font-size: 76.92307692307692%; /* 10/13 */
	text-align: right;
	text-shadow: 1px 1px 1px #000;
	}
.prihlaseny {
	z-index: 201;
	width: auto;
	text-align: right;
	margin: 0 0 4px 0 !important;
	}
.prihlaseny span {
	color: #ff0;
	}
.prihla-senie {	
	margin: 0 auto;
	position: relative;
	}
.prihlasenie {
	position: absolute;
	z-index: 50;
	top: 14px;
	right: 0;
	width: auto;
	min-height: 95px;
	height: auto;
	text-align: right;
	padding: 0 8px 0 60px;
	/*background: #6f67ba;
	background: linear-gradient(90deg, transparent 0%, #6f67ba, #6f67ba 100%);*/
	background: transparent;
	}
.odhla-senie {	
	margin: 0 auto;
	position: relative;
	}
.odhlasenie {
	position: absolute;
	z-index: 50;
	top: 74px;
	right: 8px;
	width: 280px;
	height: 22px;
	text-align: right;
	}
.prihlaseny2 {
	position: absolute;
	z-index: 40;
	top: 7px;
	right: 0;
	width: auto;
	min-height: 95px;
	height: auto;
	text-align: right;
	padding: .3em 8px 0 60px;
	/*background: #6f67ba;
	background: linear-gradient(90deg, transparent 0%, #6f67ba, #6f67ba 100%);*/
	background: transparent;
	}
.prihlaseny2 span {
	width: 100%;
	display: block;
	color: #fff !important;
	font-size: 1.057692307692308em;
	}
.prihlaseny2 span span {
	color: #ff0 !important;
	font-size: 1.272727272727273em;
	margin: 2px 0 0 0;
	}
p.upozornenie {
	width: 100%;
	font-size: 84.61538461538462%; /* 11/13 */
	line-height: 2em;
	position: relative;
	top: 0;
	left: 0;
	margin-top: .8181818181818182em;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background: #6f67ba;
	background: linear-gradient(90deg, #d1cdf9, #5e56be, #5e56be, #d1cdf9);
	box-shadow: 0 4px 6px -2px #000;
	z-index: 5;
	}
.birthday {
	width: 100%;
	font-size: 84.61538461538462%; /* 11/13 */
	font-weight: bold;
	line-height: 1.6em !important;
	color: #fff;
	text-align: right !important;
	padding: 0 6px 0 0;
	margin: .2em 0 0 0;
	z-index: 1;
	text-shadow: 1px 1px 1px #000;
	background: transparent;
	}
.loginhlaska  {
	position: absolute;
	top: 60px;
	right: 160px;
	color: #f00 !important;
	margin: 0;
	padding: .2em 1em;
	background: #fff;
	box-shadow: 0 0 6px 1px #000;
	-moz-box-shadow: 0 0 6px 1px #000;
	-webkit-box-shadow: 0 0 6px 1px #000;
	text-shadow: none !important;
	z-index: 110;
	}
.loginhlaska2  {
	position: absolute;
	top: -16px;
	right: 120px;
	color: #f00 !important;
	margin: 0;
	padding: .2em 1em;
	background: #fff;
	box-shadow: 0 0 6px 1px #000;
	-moz-box-shadow: 0 0 6px 1px #000;
	-webkit-box-shadow: 0 0 6px 1px #000;
	text-shadow: none !important;
	z-index: 110;
	}
.neparny {
	background: #e7e4fc !important;
	}
.top-foto td {
	color: #000 !important;
	background: #ff9b9b !important;
	font-style: italic;
	}
.celkovo {
	background: #fd9fb3 !important;
	}
.parny {
	background: #e7e4fc !important;
	}
.prvy {
	background: #fad91a !important;
	}
.prvys {
	background: #fff1a4 !important;
	}
.druhy {
	background: #c0c0c0 !important;
	}
.druhys {
	background: #dadada !important;
	}
.treti {
	background: #c77f36 !important;
	}
.tretis {
	background: #ffddb7 !important;
	}
.biely {
	background: #ffffff !important;
	}
.zeleny {
	background: #dfffdf !important;
	}
.prvy,
.druhy,
.treti {
	box-shadow: inset 4px -50px 20px -50px rgba(0, 0, 0, .5);
	}
.prvys,
.druhys,
.tretis,
.zeleny,
.biely {
	box-shadow: inset 4px -50px 20px -50px rgba(0, 0, 0, .15);
	}
.neaktivny {
	background: #c9cad3 !important;
	}
.neaktivny2 {
	background: #e2e2e2 !important;
	}
.farba1 {
	color: red;
	}
.farba2 {
	color: blue;
	}
.farba3 {
	color: green;
	}
.farba4 {
	color: #dd6309;
	}
.zvyraznene {
	font-weight: bold;
	color: #ff0 !important;
	}
.highlight {
	font-size: 107.6923076923077%; /* 14/13 */
	color: #f00;
	background: #ff0;
	font-weight: bold;
	padding: 0;
	}
.highlight2 {
	font-size: 123.0769230769231% !important; /* 16/13 */
	color: #f00;
	font-weight: bold;
	padding: 0;
	}
.vyhra {
	color: red;
	}
.remiza {
	color: green;
	}
.prehra {
	color: blue;
	}
span.zeleni {
	color: white;
	background: green;
	padding: .2em 0.46em; 
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
span.bieli {
	color: black;
	background: white;
	padding: .2em 0.46em;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
span.hidden, 
span.hide {
	display: none;
	}
.center {
	text-align: center !important;
	}
.left {
	text-align: left !important; 
	padding: 0;
	}
.right {
	text-align: right !important; 
	padding: 0;
	}
.nomargin {
	margin: 0 !important;
	}
th.left, 
td.left {
	text-align: left !important;
	}
th.right, 
td.right {
	text-align: right !important;
	}
th.center, 
td.center {
	text-align: center !important;
	}
th.goly {
	width: 50px !important;
	}
a.button_ {
	display: inline-block;
	font-size: 130%; /* 12/13 */
	line-height: 1.3em;
	width: 1.3em;
	height: 1.3em;
	margin: 0 1px;
	color: #f46007 !important;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	}
a.button_:hover {
	text-decoration: none;
	background: #f46007;
	color: #fff !important;
	}
a.delodk {
	margin-left: 4px;
	color: #fff !important;
	background: #f00;
	}
a.delodk:hover {
	text-decoration: none;
	background: #fff;
	color: #f00 !important;
	}
a.delfoto {
	float: left;
	}
a.editodk {
	margin-left: 4px;
	}
a.graf {
	box-shadow: 0 0 4px 1px #7c7c7c !important;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c !important;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c !important;
	}
a.bn {
	display: block;
	padding: 1px 6px 1px 11px;
	height: 100%;
	background: #f46007;
	color: #fff;
	font-weight: bold;
	border: 2px solid #f46007;
	}
a.bn:hover {
	color: #f46007;
	text-decoration: none;
	background: #fff;
	border: 2px solid #fff;
	}
a.butons {
	font-size: 84.61538461538462%; /* 11/13 */
	line-height: 2.4em;
	font-weight: bold;
	color: #f46007 !important;
	background: #fff;
	padding: .4em .5em;
	margin: 0 3px;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
a.butons:hover { 
	color: #fff !important;
	background: #f46007;
	text-decoration: none !important;
	}
a.buton {
	font-size: 84.61538461538462%; /* 11/13 */
	font-weight: bold;
	color: #f46007 !important;
	background: #fff;
	padding: .4em .5em;
	margin: 0 1px;
	line-height: 1em;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
a.buton i {
	font-size: 127.2727272727273%;
	padding: 0 .1428571428571429em;
	}
a.buton:hover { 
	color: #fff !important;
	background: #f46007;
	text-decoration: none !important;
	}
a.butonre {
	float: right;
	position: relative;
	top: 13px;
	font-size: 91.66666666666667%; /* 11/12 */
	font-weight: bold;
	line-height: 1.4em;
	padding: .4em .5em;
	color: #f46007 !important;
	background: #fff;
	margin: 0 4px 0 0;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
a.butonre:hover { 
	color: #fff !important;
	background: #f46007;
	text-decoration: none !important;
	}
a.r-e {
    right: 60px;
	}
a.butonsmall {
	font-size: 76.92307692307692%; /* 10/13 */
	color: #f46007 !important;
	background: #fff;
	padding: 0.153846em 0.46153846em;
	line-height: 1.8em;
	box-shadow: 1px 1px 4px 1px #7c7c7c;
	-moz-box-shadow: 1px 1px 4px 1px #7c7c7c;
	-webkit-box-shadow: 1px 1px 4px 1px #7c7c7c;
	white-space: nowrap;
	}
a.butonsmall:hover { 
	color: #fff !important;
	background: #f46007;
	text-decoration: none !important;
	}
a.back {
	font-weight: bold;
	color: #f46007 !important;
	background: #fff;
	font-size: 84.61538461538462%; /* 11/13 */
	font-weight: bold;
	line-height: 1.4em;
	padding: .4em .5em;
	margin: .22em 0 0;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	}
a.back:hover { 
	color: #fff !important;
	background: #f46007;
	text-decoration: none !important;
	}
a.nezaplatene,
a.zaplatene,
a.preplatene {
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	/*vertical-align: middle;*/
	line-height: .72727em;
	padding: .2727em .5454em;
	cursor: help;
	}
a.preplatene,
a.zaplatene {
	font-size: .96em;
	padding: .2727em .14em;
	}
a.nezaplatene {
	background: #f00053;
	}
a.zaplatene {
	background: #0388cf;
	}
a.preplatene {
	background: #00b000;
	}
a.nezaplatene:hover,
a.zaplatene:hover,
a.preplatene:hover {
	text-decoration: none !important;
	}
.content a {
	text-decoration: none;
	color: #f46007;
	}
.content a:hover {
	text-decoration: underline;
	color: #f46007;
	}
tr.title a:hover {
	color: #fff;
	}
.search {
	width: 100%;
	z-index: 21;
	padding: 0;
	margin: 0;
	font-size: 84.61538461538462%; /* 11/13 */
	}
.search p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin: 0 4px 2px 0;
	padding: 0;
	text-align: right;
	}
.search2 {
	width: auto;
	}
.search2 p {
	text-align: left;
	}
.form-search input {
	width: 10em;
	border: none;
	font-weight: bold;
	height: 2.1em !important;
	}
.form-search input[type=submit] {
	width: auto !important;
	font-weight: bold !important;
	border: 2px solid;
	border-color: #d1cdf9 #443d9f #443d9f #d1cdf9;
	cursor: pointer; 
	padding: 0 .4545454545454545em !important; /* 5/11 */
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: linear-gradient(180deg, #fff, #c7c3f0);
	background: -moz-linear-gradient(270deg, #fff, #c7c3f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c7c3f0));
	}
.form-search input[type=submit]:hover {
	font-weight: bold !important;
	border-color: #443d9f #d1cdf9 #d1cdf9 #443d9f;
	background: linear-gradient(180deg, #c7c3f0, #fff);
	background: -moz-linear-gradient(270deg, #c7c3f0, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#c7c3f0), to(#fff));
	}
.search-form2 input {
	width: 13.63636363636364em;
	}
.search-form2 input[type=submit] {
	width: auto !important;
	}
.form-prihlas p {
	color: #fff;
	margin: 0 0 3px 0 !important;
	text-shadow: 1px 1px 1px #000;
	}
.form-prihlas input[type=text], input[type=password] {
	border: 0;
	height: 2.4em;
	}
#pri-hlasit,
#od-hlasit {
	font-size: 76.92307692307692% !important; /* 10/13 */
	height: 2.2em;
	padding: 0 1em;
	font-weight: bold;
	}
.content input[type=submit] {
	font-weight: bold !important;
	color: #f46007;
	background: #fff;
	/*line-height: 1em;*/
	padding: .4em 2em !important;
	margin: 10px 0 10px 5px;
	border: 0 none;
	cursor: pointer;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.content input[type=submit]:hover {
	font-weight: bold !important;
	color: #fff;
	background: #f46007;
	}
.content-long input[type=submit] {
	font-weight: bold !important;
	color: #f46007;
	padding: .4em 2em !important;
	margin: 10px 0 10px 5px;
	border: 0 none;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.content-long input[type=submit]:hover {
	font-weight: bold !important;
	color: #fff;
	background: #f46007;
	}
.nostyle2 {
	background: #5e56be;
	margin: 0;
	}
.nostyle2 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.nostyle2 li.parne {
	background: #443c9f !important;
	}
.clir {
	clear: both !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	width: 100% !important;
	}
.clear {
	clear: both;
	padding: 10px 0;
	margin-bottom: 0;
	}
.clear2 {
	clear: both;
	padding: 0;
	margin: 0;
	height: 1px;
	}
.hlaska {
	font-style: italic;
	font-size: 100%;
	font-weight: bold;
	color: #8c0031 !important;
	padding: 0;
	}
.hlaska2 {
	font-weight: bold !important;
	color: #8c0031 !important;
	font-style: italic !important;
	}
.dodat {
	padding: 0 1.2em 0 0;
	font-weight: bold;
	}
.captain {
	color: #f00053 !important;
	font-size: 109.0909090909091%; /* 12/11 */
	font-weight: bold;
	line-height: normal !important;
	}
.content p, li {
	line-height: 1.8em;
	}
.content .blok {
	text-align: justify;
	}
/* ------------------------------ nova sekcia news -------------------------------------------------------------- */
.desSlideshow .switchBigPic, 
.desSlideshow .nav {
    display: block;
	}
.switchBigPic div {
	width: 100%;
	height: 230px;
	font-size: 100%;
	text-decoration: none;
	position: relative;
	top: 6px;
	margin-left: 86px;
	left: -72px;
	}
.switchBigPic div p {
	margin: 0;
	padding: 0;
	width: 94%;
	height: 100%;
	color: #312c74;
	overflow: hidden;
	line-height: 1.62em !important;
	}
.switchBigPic div p.dness {
	color: #ae0038;
	}
.switchBigPic div p.autor {
	width: auto;
	height: 26px;
	position: absolute;
	top: 239px;
	left: -62px;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 26px !important;
	text-align: center;
	z-index: 2;
	overflow: visible;
	}
.switchBigPic div p.autor span {
	color: #ff0;
	font-weight: bold;
	font-size: 79.23076923076923%; /* 10.3/13 */
	padding: 0 0 0 3px;
	}
.switchBigPic div p.autor span.aktiv2 {
	color: #fd9fb3;
	}
.switchBigPic div .button_ {
	position: absolute;
	right: 18px;
	bottom: -4px;
	}
.nav {
	position: absolute;
	top: 0;
	left: -62px;
	width: 72px;
	height: 245px;
	}
.nav ul {
	width: 72px;
	margin: 0;
	padding: 0;
	}
.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
.nav li a {
	display: block;
	width: 72px;
	height: 49px;
	margin: 0;
	padding: 3px 0 0 14px;
	}
.nav li a:hover{
	margin: 0;
	padding: 3px 0 0 14px;
	}
*>.nav li a {
	width: 58px;
	height: 46px;
	margin: 0;
	}
*>.nav li a:hover{
	margin: 0;
	}
.nav li.dnes {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
.nav li.dnes a {
	display: block;
	width: 72px;
	height: 49px;
	margin: 0;
	padding: 3px 0 0 14px;
	}
.nav li.dnes a:hover{
	margin: 0;
	padding: 3px 0 0 14px;
	}
*>.nav li.dnes a {
	width: 58px;
	height: 46px;
	margin: 0;
	}
*>.nav li.dnes a:hover{
	margin: 0;
	}
.nav img.zapasyy {
	width: 78%;
	border: 3px solid white !important;
	border-radius: .6em;
	-moz-border-radius: .6em; 
	-webkit-border-radius: .6em;
	box-shadow: 1px 1px 8px 1px #2c2c2c;
	-moz-box-shadow: 1px 1px 8px 1px #2c2c2c;
	-webkit-box-shadow: 1px 1px 8px 1px #2c2c2c;
	}
.slide-show-odkazy,
.slide-show-komentare {
	width: 49.6%;
	height: 300px;
	margin: 0 .2% 3px .2%;
	float: left;
	position: relative;
	overflow: hidden;
	}
.slide_show_odkazy,
.slide_show_komentare {
	width: 100%;
	height: 100%;
	background: #d1cdf9;
	position: relative;
	border-top: 28px solid #443c9f;
	border-right: 10px solid #443c9f;
	border-bottom: 27px solid #443c9f;
	border-left: 62px solid #443c9f;
	box-shadow: 0 0 14px 0 #000 inset;
	}
.slide-show-odkazy h2,
.slide-show-komentare h2 {
	width: 100%;
	height: 28px;
	line-height: 26px;
	background: #201d4e;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	margin: 0;
	letter-spacing: 0.1em;
	z-index: 1;
	}
.slide_show_odkazy a.button_,
.slide_show_komentare a.button_ {
	font-size: 1.2em;
	}
/* ---------------------------------- news sekcia css end ----------------------------------------------------------------------------- */
.oznam-uvod {
	width: 99.6%;
	background: white;
	margin: 0 .2% 3px .2%;
	/*border-bottom: 5px solid red;*/
	position: relative;
	}
.oznam-uvod .oznam-obsah {
	width: 100%;
	height: 100%;
	padding: .5em 1em 0;
	text-align: justify;
	border: 5px solid red;
	border-top: 0;
	box-shadow: 0 0 14px 0px #7c7c7c inset;
	-moz-box-shadow: 0 0 14px 0px #7c7c7c inset;
	-webkit-box-shadow: 0 0px 14px 0px #7c7c7c inset;
	}
.oznam-uvod h2 {
	width: 100%;
	line-height: 1.9em;
	font-size: 123.0769230769231%; /* 16/13 */
	text-align: left;
	color: white;
	background: red;
	margin: 0;
	padding-left: 6px;
	}
.posledny-zapas-sumar,
.posledny-zapas-skore {
	float: left;
	position: relative;
	width: 49.8%;
	height: 214px;
	}
.posledny-zapas-sumar {
	margin: 0 0 0 .2%;
	}
.posledny-zapas-skore {
	margin: 0 .2% 0 0;
	}
.posledny_zapas_sumar {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 10px solid #443c9f;
	border-top: 34px solid #443c9f;
	border-right: none;
	}
.posledny-zapas-sumar h2 {
	position: absolute;
	width: 100%;
	height: 34px;
	top: 0;
	left: 0;
	color: #fff;
	background: #201d4e;
	font-size: 107.6923076923077%; /* 14/13 */
	text-align: left;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 1;
	}
.posledny-zapas-sumar h2 a {
	color: #ffb200;
	font-size: 138.4615384615385%; /* 15/13 */
	}
.posledny-zapas-sumar h2 a:hover {
	color: #fff;
	}
.posledny_zapas_sumar .datum_miesto {
	position: absolute;
	top: 0;
	left: 96px;
	font-size: 0.8461538461538462em;
	line-height: 34px;
	z-index: 2;
	background: #443c9f;
	}
.obal_sumar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/img/posledny_zapas_sumar.png') repeat top left;
	box-shadow: 0 0 14px 0 #000 inset;
	z-index: 2;
	}
.posledny_zapas_sumar .skore {
	position: relative;
	left: 0;
	}
.posledny_zapas_sumar .skore td {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	height: 34px;
	text-shadow: 1px 1px 1px #000;
	}
.posledny_zapas_sumar .skore th {
	font-size: 100%;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	width: 40%;
	height: 34px;
	text-shadow: 1px 1px 1px #000;
	padding-right: 10%;
	position: relative;
	}
.posledny_zapas_sumar .skore .big {
	font-size: 138.4616%; /* 18/13 */
	}
.posledny_zapas_skore {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	border-top: 34px solid #201d4e;
	border-bottom: 10px solid #443c9f;
	}
.obal_skore_bieli {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	background: url('/img/posledny_zapas_bieli.png') repeat top left;
	box-shadow: 0 0 14px 0 #000 inset;
	}
.obal_skore_zeleni {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	border-right: 10px solid #443c9f;
	background: url('/img/posledny_zapas_zeleni.png') repeat top left;
	box-shadow: 0 0 14px 0 #000 inset;
	}
.tablez { 
	position: absolute;
	top: -34px;
	left: 1%;	
	width: 99%;
	}
.tablez thead th { 
	vertical-align: middle;
	color: #fff;
	height: 34px;
	/*font-size: 1em;*/
	}
.tablez thead td { 
	vertical-align: middle;
	color: #fff;
	height: 34px;
	/*font-size: .86em;*/
	}
span.green, 
th.green,
td.green {
	color: #19fa23 !important;
	}
.tablez td {
	vertical-align: top;
	padding: 0;
	text-align: center;
	width: 15%;
	}
.tablez td p {
	font-size: .9230769230769231em;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
	height: 34px !important;
	line-height: 34px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #fff;
	}
.tablez th {
	width: 70%;	
	vertical-align: top;
	padding: 0;
	text-align: left;
	}
.tablez th p {
	/*font-size: .9230769230769231em;*/
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	height: 34px !important;
	line-height: 34px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #fff;
	}
.tablez th p span {
	line-height: normal !important;
	}
.tablez th img {
	height: 30px;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 1px #2c2c2c;
	}
.tablez thead th img {
	height: 24px;
	border-radius: none;
	box-shadow: none;
	}
/* ---------------------- css styl pre kalendar -------------------------------------------------------------------- */
.kalendar-obal {
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
	position: relative;
	background: #5e56be;
	}
.kalendar {
	table-layout: fixed;
	border-collapse: separate;
	margin-bottom: 4px;
	}
.kalendar td {
	font-size: 76.92307692307692%; /* 10/13 */
    color: #fff;
	background: #443c9f;
    padding: 0;
    text-align: center;
	text-shadow: 1px 1px 1px #000;
	height: 3em;
	}
.kalendar td.actday {
	color: #fff;
    font-weight: bold!important;
    cursor: help;
	-webkit-box-shadow: inset 0px 0px 7px 2px #000; 
	box-shadow: inset 0px 0px 7px 2px #000;
	}
.kalendar td div.odohrany {
	background: #f46007;
	}
.kalendar td div.budehrat {
	background: #b2777e;
	border: .3em solid #9e0918;
	}
.kalendar td a {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	}
.kalendar td a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	}
.kalendar td.odohrany {
	background: #f46007;
	color: #fff;
	}
.kalendar td.budehrat {
	background: #f00053;
	color: #fff;
	cursor: help;
	}
.kalendar td.turnaj {
	background: #3bb9ff;
	color: #fff;
	cursor: help;
	}
.kalendar td.noborder {
	border: none;
	background: none;
	}
.kalendar th {
    color: #ff0;
	background: none;
	text-align: center;
	font-weight: normal;
	padding: 0.3em 0;
	text-shadow: 1px 1px 1px #000;
	vertical-align: middle;
	}
.kalendar th.noborder {
    border: none;
	height: 0.4615384615384615em;
	}
.kalendar th.month span.month-padding {
	padding: 0 .5em;
	color: #ff0;
	vertical-align: top;
	}
.kalendar th.month p.month {
	width: 50%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	}
.kalendar th.month p.month a {
	font-size: 1.4em; 
	}
p.legenda {
	margin: 0 5px;
	font-size: 76.92307692307692%; /* 10/13 */
	}
p.legenda span {
	display: inline-block;
	font-weight: bold;
	padding: .1em .5em;
	margin: .1em .2em .1em 0;
	text-shadow: 1px 1px 1px #000;
	}
.legenda-statistika {
		display: none;
	}
span.odohrany {
	background: #f56d0a;
	}
span.budehrat {
	background: #fa1d4f;
	}
span.aktualnyden {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 2px #000; 
	box-shadow: inset 0px 0px 5px 2px #000;
	}
span.turnaj {
	background: #3bb9ff;
	}
a.listing_left {
	display: block;
	width: 9px;
	height: 10px;
	background: url('/img/sipka2_left.gif') no-repeat;
	margin: 3px 0 0 7px;
	float: left;
	}
a.listing_left:hover {
	width: 9px;
	height: 10px;
	background: url('/img/sipka2_left_hover.gif') no-repeat;
	}
a.listing_right {
	display: block;
	width: 9px;
	height: 10px;
	background: url('/img/sipka2_right.gif') no-repeat;
	margin: 3px 7px 0 0;
	float: right;
	}
a.listing_right:hover {
	width: 9px;
	height: 10px;
	background: url('/img/sipka2_right_hover.gif') no-repeat;
	}
/* ---------------------- css styl pre kalendar -------------------------------------------------------------------- */
.error {
	font-size: 1.1em;
	color: #ff0;
	font-weight: bold;
	padding: 1em 1em 1em 52px !important;
	margin: 0 0 1.4em 0;
	background: #f00 url('/img/error.png') no-repeat .8em center;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 5px 1px #6a6a6a;
	-moz-box-shadow: 1px 1px 5px 1px #6a6a6a;
	-webkit-box-shadow: 1px 1px 5px 1px #6a6a6a;
	}
.infor {
	font-size: 1.1em;
	color: #ff0;
	font-weight: bold;
	padding: 1em 1em 1em 52px !important;
	margin: 0 0 1.4em 0;
	background: #5c5858 url('/img/error.png') no-repeat .8em center;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 5px 1px #6a6a6a;
	-moz-box-shadow: 1px 1px 5px 1px #6a6a6a;
	-webkit-box-shadow: 1px 1px 5px 1px #6a6a6a;
	}
.ok {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	padding: 1em 1em 1em 52px !important;
	margin: 0 0 1.4em 0;
	background: #00c100 url('/img/ok.png') no-repeat .8em center;
	text-shadow: 1px 1px 2px #000; 
	box-shadow: 1px 1px 5px 1px #6a6a6a;
	-moz-box-shadow: 1px 1px 5px 1px #6a6a6a;
	-webkit-box-shadow: 1px 1px 5px 1px #6a6a6a;
	}
.result {
	/*font: normal 1em arial, sans-serif !important;*/
	color: #312c74;
	background: #fff;
	width: 100%;
	padding: 42px 0.7692307692307692em 30px 0.7692307692307692em;
	margin: 0 0 0.7692307692307692em 0;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	position: relative;
	}
.result a.button_ {
	font-size: 120%;
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2;
	}
.result h2 {
	text-align: left !important;
	width: 100%;
	font-size: 86%;
	margin: 0;
	padding: 0;
	background: #dddafd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
.result h2 span.typ {
	text-align: right;
	width: 98%;
	font-size: 120%;
	margin: 0 2% 0 0;
	padding: 2% 0 1% 0;
	/*background: red;*/
	position: absolute;
	top: auto;
	right: 0;
	z-index: 2;
	}
.result p.datum {
	width: 100%;
	font-size: 86%;
	margin: 0;
	padding: 1% 0 1% 1%;
	background: #dddafd;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	}
.floatright {
	float: right; 
	margin: 0 0 0.7692307692307692em 0;
	}
.floatleft {
	float: left; 
	margin: 0 0 0.7692307692307692em 0;
	}
.hra-ci {
	width: 100%;
	clear: both;
	}
.hraci {
	width: 18%;
	margin: 0 1% 1% 1%;
	height: 126px;
	float: left;
	text-align: center;
	padding: 0;
	line-height: 3em;
	}
.hraci a span {
	display: block;
	width: 80%;
	font-size: 84.61538461538462%; /* 11/13 */
	line-height: 2em;
	margin: .6em auto 1em;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.hraci a:hover span {
	color: #fff;
	background: #f46007;
	}
.info {
	/*font: normal 1em arial, sans-serif !important;*/
	color: #312c74;
	background: #dddafd;
	float: left;
	width: 48%;
	padding: 0.769em;
	margin: 0 1% 0.8em 1%;
	font-size: .9em;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.par {
	background: #cbc7fc;
	}
.no-left-margin {
	width: 49.5%;
	margin: 0 .5% 0.8em 0;
	}
.no-right-margin {
	width: 49.5%;
	margin: 0 0 0.8em .5%;
	}
.info p {
	line-height: 1.6em !important;
	margin: 0 0 0 76px !important;
	}
.info span {
	font-weight: bold !important;
	}
.info span.big {
	font-size: 110%;
	}
span.big a {
	text-shadow: 1px 1px 0 #000;
	}
.ln,
.la {
	display: block;
	padding: 0 0 0 .46em;
	font-size: 84.61538461538462%; /* 11/13 */
	line-height: 2.4em;
	color: #ffb200;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	}
.ln:hover,
.la:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	}
.ln span,
.la span {
	display: inline;
	color: white;
	text-shadow: none;
	font-size: 90%;
	padding-left: 1em;
	}
.ln:hover span,
.la:hover span {
	color: black;
	}
.la {
	color: #fff;
	background: #f46007;
	}
.lln,
.lla {
	padding: 0 0 0 1.46em;
	}
.odsad {
	margin-left: .769em;
	}
.aktiv { 
	font-size: 84.61538461538462%;
	font-weight: bold;
	color: #fff !important;
	background: #f46007;
	padding: .4em .5em;
	margin: 0 1px 0 .4285714285714286em;
	line-height: 1em;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #000;
	}
a.aktiv:hover {
	text-decoration: none !important;
	}
a.aktiv2 { 
	font-weight: bold;
	color: #ff0 !important;
	}
a.aktiv2:hover {
	text-decoration: none !important;
	}
.rok {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	position: relative;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 84.61538461538462%; /* 11/13 */
	color: #fff;
	background: #201d4e;
	text-align: right;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.rok select {
	width: 10em;
	color: #201d4e;
	font-size: 1em;
	font-weight: bold;
	box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-moz-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-webkit-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	padding: .2em .3em .2em .8em;
	border: none;
	margin: 0 5px 0 0;
	}
.rok2 {
	width: 100%;
	margin: 0;
	padding: 0 .5em 0 0;
	font-weight: bold;
	color: #fff;
	background: transparent;
	text-align: right;
	}
.rok2 select {
	width: 10em;
	color: #201d4e;
	font-size: 1em;
	font-weight: bold;
	box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-moz-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-webkit-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	padding: .2em .3em .2em .8em;
	border: none;
	margin: 0;
	}
div.filter {
	width: 100%;
	height: 2.6em;
	margin: 0;
	padding: 5px 0;
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 84.61538461538462%; /* 11/13 */
	color: #fff;
	background: #201d4e;
	text-align: right;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.rok-2 {
	width: 16em;
	line-height: 2.6em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	/*font-size: 100%; /* 11/13 */*/
	color: #fff;
	background: transparent;
	text-align: right;
	}
.rok-2 select {
	position: relative;
	top: -.1em;
	right: 0;
	width: 10em;
	color: #201d4e;
	font-size: 1em;
	font-weight: bold;
	box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-moz-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-webkit-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	padding: .2em .3em .2em .8em;
	border: none;
	margin: 0 5px 0 0;
	}
.filter-2 select {
	position: absolute;
	top: .4em;
	left: 0;
	width: 14em;
	color: #201d4e;
	font-size: 1em;
	font-weight: bold;
	box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-moz-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	-webkit-box-shadow: 3px 3px 5px 1px #6f67ba inset;
	padding: .2em .3em .2em .8em;
	border: none;
	margin: 0 0 0 5px;
	}
.statistika {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 2.2em;
	}
.statistika span {
	font-weight: bold;
	}
.sprava,
.sprava_dnes,
.sprava_reakcia,
.sprava_reakcia_dnes {
	width: 99.88%;
	margin: 0 0 .6em 0;
	background: #d1cdf9;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.sprava_reakcia,
.sprava_reakcia_dnes {
	width: 95%;
	margin-left: 5%;
	}
.sprava_dnes,
.sprava_reakcia_dnes {
	background: #fdb5c5;
	}
.titulok-hore,
.titulok-dole {
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 0 1% 0 0;
	font-weight: bold;
	font-size: 92.30769230769231%; /* 12/13 */
	position: relative;
	}
.titulok-dole {
	min-height: 30px;
	line-height: 30px;
	padding: 0 1%;
	background: transparent;
	text-align: left;
	text-shadow: none;
	top: auto;
	margin: 0;
	}
.titulok-hore img {
	height: 42px;
	margin: 0 4px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	box-shadow: 1px 1px 6px 1px #2c2c2c;
	-moz-box-shadow: 1px 1px 6px 1px #2c2c2c;
	-webkit-box-shadow: 1px 1px 6px 1px #2c2c2c;
	}
.text {
	width: 100%;
	background: white;
	padding: 1%;
	overflow: hidden;
	}
.text a:hover img {
	/*border: 2px solid #f46007;*/
	opacity: .5 !important;
}
.text div img.fotozap {
	width: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	box-shadow: 1px 1px 8px 1px #2c2c2c;
	-moz-box-shadow: 1px 1px 8px 1px #2c2c2c;
	-webkit-box-shadow: 1px 1px 8px 1px #2c2c2c;
	}
.titulok-dole a {
	margin-top: 5px;
	margin-bottom: 5px;
	}
.rea-kcia {
	margin: 0 0 .5em 0;
	}
.reakcia {
	line-height: 2em !important;
	padding: .3em 1em;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.formular {
	table-layout: fixed;
	width: 100%;
	margin: .769em 0 2.3em 0;
	}
.short {
	table-layout: auto;
	width: auto;
	min-width: 80%;
	}
.shorter {
	table-layout: auto;
	width: auto;
	}
.formular td {
	color: #312c74;
	padding: .3em;
	vertical-align: middle;
	}
.formular td.top {
	vertical-align: top;
	}
.formular td.bottom {
	vertical-align: bottom;
	}
.formular th {
	color: #312c74;
	text-align: right;
	padding: .3em;
	vertical-align: top;
	}
.formular input[type=file] {
	width: 50%;
	}
.smiles {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #201d4e;
	margin: 0;
	padding: .5em;
	box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	-moz-box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	-webkit-box-shadow: 2px 2px 8px 1px #7c7c7c inset;
	border: 0 none;
	}
.smiles table td {
	text-align: center !important;
	}
ol.pravidla {
	width: 100%;
	margin: 0 !important;
	}
ol.pravidla li {
	background: #f7f3fe;
	margin: 0 0 .8em 2.8em;
	padding: 1em !important;
	line-height: 1.8em !important;
	text-align: justify;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	} 
*> ol.pravidla li {
	margin: 0 0 .8em 2.2em;
	} 
.zapasy-obal {
	float: left;
	width: 64%;
	margin: 0 1% 10px 0; 
	padding: 0;
	}
.polcasy-obal {
	float: right;
	width: 34%;
	margin: 0 0 10px 1%; 
	padding: 0;
	}
.table-zapasy {
	background: #443c9f;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.table-zapasy td {
	color: #fff;
	vertical-align: top;
	padding: 0;
	}
.table-zapasy td.hrac {
	width: 30%;
	}
.table-zapasy td.bieli {
	background: #fff;
	}
.table-zapasy td.bieli_par {
	background: #e3e2e2;
	}
.table-zapasy td.zeleni {
	background: #c2ffc8;
	}
.table-zapasy td.zeleni_par {
	background: #9dcea2;
	}
.table-zapasy td p {
	line-height: 2.4em !important;
	margin: 0;
	padding: 0 .5em;
	}
.table-zapasy td p span {
	line-height: normal;
	}
.zapasy-obal .table-zapasy td p {
	text-shadow: 1px 1px 1px #fff;
	}
.table-zapasy td p.bieli {
	color: #000;
	background: #fff; 
	}
.table-zapasy td p.bieli_par {
	color: #000;
	background: #e3e2e2;
	}
.table-zapasy td p.zeleni {
	color: #000;
	background: #c2ffc8;
	}
.table-zapasy td p.zeleni_par {
	color: #000;
	background: #9dcea2;
	}
.table-zapasy th {
	color: #fff;
	vertical-align: middle;
	padding: .18181em 0;
	background: #5e56be;
	text-shadow: 1px 1px 1px #000;
	}
.table-zapasy th p {
	line-height: 2.4em !important;
	margin: 0;
	padding: 0 .5em;
	}
a.ord_asc,
a.ord_asc_aktiv,
a.ord_desc,
a.ord_desc_aktiv {
	color: #ffb200;
	display: inline-block;
	font-size: 140%;
	margin: 0 .12em;
	text-shadow: 1px 1px 1px #000;
	}
a.ord_asc:hover,
a.ord_asc_aktiv:hover,
a.ord_desc:hover,
a.ord_desc_aktiv:hover {
	color: #fff;
	text-decoration: none !important;
	}
a.ord_asc_aktiv,
a.ord_desc_aktiv {
	color: #fa1d4f;
	}
.obal-albumy,
.obal-videa,
.obal-top-foto {
	width: 100%;
	text-align: center;
	}
.obal-videa p.title,
.obal-top-foto p.title {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-align: left;
	}
.blok-pravy,
.blok-lavy {
	width: 49.5%;
	min-height: 118px;
	height: auto;
	float: left;
	background: #eeedfe;
	color: #312c74;
	padding: 10px;
	margin: 0 0 7px .5%;
	box-shadow: 0 0 8px 1px #7c7c7c;
	-moz-box-shadow: 0 0 8px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 8px 1px #7c7c7c;
	position: relative;
	overflow: hidden;
	}
.blok-lavy {
	margin: 0 .5% 7px 0;
	}
.blok-pravy p,
.blok-lavy p {
	/*font-size: 84.61538461538462%;*/
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	}
.blok-pravy p.datum,
.blok-lavy p.datum {
	font-weight: bold;
	}
.blok-pravy p.pocet,
.blok-lavy p.pocet {
	position: absolute;
	top: 115px;
	left: 9px;
	width: 102px;
	text-align: center;	
	font-size: 84.61538461538462%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
.blok-lavy p.pocet {
	left: auto;
	right: 9px;
	}
.blok-pravy .texta,
.blok-lavy .texta {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 0 0 118px;
	margin: 15px 0 0 0;
	overflow: hidden;
	}
.blok-lavy .texta {
	text-align: right;
	padding: 0 118px 0 0;
	}
.top-videa {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0;
	background: #eeedfe;
	box-shadow: 0 0 8px 1px #7c7c7c;
	-moz-box-shadow: 0 0 8px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 8px 1px #7c7c7c;
	text-align: center;
	}
.top-foto {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0;
	background: #eeedfe;
	box-shadow: 0 0 8px 1px #7c7c7c;
	-moz-box-shadow: 0 0 8px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 8px 1px #7c7c7c;
	text-align: center;
	}
.top-video {
	display: inline-block;
	width: 114px;
	/*float: left;*/
	text-align: center;
	margin: 0 auto;
	}
.top-video a.buton {
	font-size: 100%;
	padding: .4em 2em;
	margin: 0;
	line-height: 40px;
	}
.top-video p {
	width: 40%;	
	font-weight: bold;
	text-align: center;
	margin: .5em 30%;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.blok-playv,
.blok-playf,
.blok-play-2 {
	width: 102px;
	height: 98px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 12px;
	}
.blok-pravy .blok-play,
.blok-pravy .blok-play-v,
.blok-lavy .blok-play,
.blok-lavy .blok-play-v {
	width: 102px;
	height: 98px;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	}
.blok-lavy .blok-play,
.blok-lavy .blok-play-v {
	left: auto;
	right: 10px;
	}
.blok-pravy .blok-play a,
.blok-pravy .blok-play-v a,
.blok-lavy .blok-play a,
.blok-lavy .blok-play-v a,
.blok-playv a,
.blok-playf a,
.blok-play-2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 15px solid #443c9f;
	border-left: 6px solid #443c9f;
	border-right: 6px solid #443c9f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}
.blok-play a:hover,
.blok-play-v a:hover,
.blok-playv a:hover,
.blok-playf a:hover,
.blok-play-2 a:hover {
	text-decoration: none !important;
	border: 15px solid #f46007;
	border-left: 6px solid #f46007;
	border-right: 6px solid #f46007;
	background: url('/img/play.png') no-repeat 57% 50%;
	box-shadow: 0 0 6px 1px #000;
	}
.blok-play img,
.blok-play-v img,
.blok-playv img,
.blok-playf img,
.blok-play-2 img {
	position: absolute;
	top: 15px;
	left: 6px;
	z-index: 5;
	}
.blok-playv span.hodnotenie,
.blok-play-v span.hodnotenie,
.blok-play span.hodnotenie {
	display: block;
	width: 60px;
	height: 11px;
	position: absolute;
	top: 2px;
	right: 5px;
	background: #fff;
	z-index: 11;
	}
.blok-playv span.hodnotenie_top,
.blok-play-v span.hodnotenie_top,
.blok-play span.hodnotenie_top {
	display: block;
	width: 60px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/hodnotenie.png') no-repeat top left;
	z-index: 13;
	text-align: left;
	}
.blok-playv:hover span.hodnotenie span.hodnotenie_top,
.blok-play-v:hover span.hodnotenie span.hodnotenie_top,
.blok-play:hover span.hodnotenie span.hodnotenie_top {
	display: block;
	width: 60px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/hodnotenie_hover.png') no-repeat top left;
	z-index: 13;
	text-align: left;
}
.blok-playv span.hodnotenie:hover span.hodnotenie_top,
.blok-play-v span.hodnotenie:hover span.hodnotenie_top,
.blok-play span.hodnotenie:hover span.hodnotenie_top {
	display: block;
	width: 60px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/hodnotenie.png') no-repeat top left;
	z-index: 13;
	text-align: left;
	}
.blok-play span.hodnotenie img,
.blok-play-v span.hodnotenie img,
.blok-playv span.hodnotenie img {
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	z-index: 12;
	}
.blok-play a span.hodnotenie img,
.blok-play-v a span.hodnotenie img, 
.blok-playv a span.hodnotenie img {
	vertical-align: top;
	margin: 0;
	}
.blok-play span.hodnota,
.blok-play-v span.hodnota,
.blok-playv span.hodnota,
.blok-playf span.hodnota {
	position: absolute;
	bottom: 2px;
	left: 6px;
	font-size: 9px;
	color: #fff !important;
	font-weight: bold;
	z-index: 13;
	}
.blok-play span.hodnota:hover span.hodnotenie_top,
.blok-play-v span.hodnota:hover span.hodnotenie_top,
.blok-playv span.hodnota:hover span.hodnotenie_top,
.blok-playf span.hodnota:hover span.hodnotenie_top {
	display: block;
	width: 60px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/hodnotenie.png') no-repeat top left;
	z-index: 13;
	text-align: left;
	}
.blok-play span.pocet,
.blok-play-v span.pocet,
.blok-playv span.pocet,
.blok-playf span.pocet {
	position: absolute;
	bottom: 2px;
	right: 8px;
	font-size: 9px;
	color: #ff0 !important;
	z-index: 12;
	font-weight: bold;
	text-align: right;
	}
.blok-play span.hodnota2,
.blok-play-v span.hodnota2,
.blok-playv span.hodnota2,
.blok-playf span.hodnota2 {
	position: absolute;
	top: 2px;
	left: 6px;
	font-size: 9px;
	color: #fff !important;
	font-weight: bold;
	z-index: 13;
	}
.blok-play span.title,
.blok-play-v span.title,
.blok-playv span.title,
.blok-playf span.title {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 6px;
	font-size: 9px;
	color: #fff !important;
	font-weight: bold;
	z-index: 13;
	text-align: left;
	}
#foto-hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	}
.header-turnaj {
	width: 100%;
	padding: 0;
	margin: 0 0 2em 0;
	}
.header-turnaj h1 {
	font-size: 138.4615384615385%; /* 18/13 */
	/*color: #8c0031;*/
	text-align: center;
	letter-spacing: normal; 
	padding: .12em .3em;
	margin: 0 0 .5em 0;
	line-height: normal;
	text-shadow: 1px 1px 3px #000;
	}
.header-turnaj p {
	margin: 0;
	padding: 0;
	font-size: 107.6923076923077%;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	}
.header-turnaj .turnaj-miesto {
	font-weight: normal;
	}
.turnaj-uvod,
.turnaj-zostavy,
.turnaj-zaver {
	text-align: justify;
	margin: 0 0 1em 0;
	}
.content-long h2,
.turnaj-uvod h2,
.turnaj-zostavy h2,
.turnaj-zapas h2,
.turnaj-zaver h2 {
	font-size: 115.3846153846154%;
	color: #201d4e;
	text-align: left;
	margin: 0 0 .5em 0;
	padding: 0;
	text-shadow: 1px 1px 6px #7c7c7c;
	}
.turnaj-zapas h2 {
	padding: 0 0 .2em 0;
	}
.content-long h2 {
	margin: 1em 0;
	}
.turnaj-zapas {
	padding: .8em;
	margin: 0 0 10px 0;
	text-align: justify;
	background: #eeedfe;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.turnaj-table {
	width: 50%;
	float: right;
	padding: 0 0 0 1em;
	}
.turnaj-table .table-zapasy {
	background: #fff;
	}
.turnaj-table .table-zapasy td {
	color: #201d4e;
	vertical-align: middle;
	text-align: center;
	padding: .3em 0;
	}
.turnaj-table .table-zapasy td.half {
	width: 35% !important;
	}
.priebeh {
	width: 50%;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.priebeh td {
	text-align: center;
	padding: .5em 0;
	}
.priebeh th {
	width: 40%;
	padding: 1em 0;
	color: #fff;
	background: #443c9f;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #000;
	}
.priebeh th.skore {
	width: 20% !important;
	}
caption {
	caption-side: top;
	font-size: 115.3846153846154%;
	color: #201d4e;
	margin: .7692307692307692em 0 .3846153846153846em 0;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: left;
	text-shadow: 1px 1px 6px #7c7c7c;
	}
.turnaj-tables .table-data td {
	font-weight: bold;
	vertical-align: middle;
	}
.turnaj-tables .table-data td.parne {
	background: #e7e4fc;
	}
.turnaj-tables .table-data td span.polcas {
	font-weight: normal;
	}
.turnaj-tables .legenda {
	font-size: 100%;
	}
.zapas-right {
	float: left;
	width: 49.5%;
	margin: 0 .5% 0 0; 
	}
.zapas-left {
	float: left;
	width: 49.5%;
	margin: 0 0 0 .5%; 
	}
.turnaj-zaver {
	margin-top: 2em;
	}
.copy {
	font-size: 84.61538461538462%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #8c0031;
	}
.uprava { 
	margin: 0 0 10px 0;
	background: #fff;
	box-shadow: 0 0 4px 1px #7c7c7c;
	-moz-box-shadow: 0 0 4px 1px #7c7c7c;
	-webkit-box-shadow: 0 0 4px 1px #7c7c7c;
	}
.uprava a { 
	/*font-size: 90.90909090909091%;*/
	}
.uprava th,
.uprava td {
	color: #312c74;
	padding: .2em .5em;
	vertical-align: middle;
	text-align: center;
	}
.uprava th span {
	color: #fff;
	}
.uprava td {
	padding: .5em;
	font-weight: normal;
	}
.uprava td img.graf {
	height: 8px;
	box-shadow: 1px 1px 4px 1px #797979;
	-moz-box-shadow: 1px 1px 4px 1px #797979;
	-webkit-box-shadow: 1px 1px 4px 1px #797979;
	}
.uprava td span {
	padding: 0;
	vertical-align: top;
	font-size: 90.90909090909091%;
	}
.formular td span.big,
.uprava td span.big,
.noborder2 td span.big,
h2 span.big {
	padding: 0;
	vertical-align: top;
	font-size: 138.4615384615385%;
	font-weight: bold;
	}
.uprava .half {
	width: 50%;
	}
.noborder2 .half-left {
	width: 49.5%;
	vertical-align: top !important;
	text-align: left;
	padding: 0 .5% 0 0;
	}
.noborder2 .half-right {
	width: 49.5%;
	vertical-align: top !important;
	text-align: left;
	padding: 0 0 0 .5%;
	}
.noborder2 td {
	font-size: 92.30769230769231%;
	}
input.input-long {
	width: 100%;
	}
input.input-middle {
	width: 70%;
	}
input.input-short {
	width: 35%;
	}
input.input-shorter {
	width: 15%;
	}
/* HEAD MENU TOP A BOTTOM START ------------------------------ */
#head-menu-top,
#head-menu-bottom {
	position: absolute;
	width: 85%;
	height: 100%; 
	bottom: 0;
	right: 0;
	text-align: left;
	z-index: 200;
	}
#head-menu-bottom { 
	bottom: auto;
	right: 0;
	z-index: 201;
	}
#menu-top,
#menu-bottom {
    display: block;
    height: 100%; 
    line-height: 1.692307692307692em; /* 22/13 */
    font-size: 100%;
    margin: 0;
    padding: 0;
    background: #443c9f;
    list-style: none;
    }
#menu-top {
    border-top-left-radius: .8461538461538462em; /* 11/13 */
    -moz-border-radius-topleft: .8461538461538462em;
    -webkit-border-top-left-radius: .8461538461538462em;
    clear: both;
    }
#menu-bottom {
	position: relative;
	border-bottom-left-radius: .8461538461538462em; /* 11/13 */
    -moz-border-radius-bottomleft: .8461538461538462em;
    -webkit-border-bottom-left-radius: .8461538461538462em;
    }
#menu-top li,  
#menu-bottom li {
	margin: 0;
	padding: 0;
	height: 100%;
    line-height: 1.692307692307692em; /* 22/13 */
	border-right: 1px solid #7c76cb;
	}  
#menu-top li {
    display: inline-block;
    float: left;
    } 
#menu-top li:first-child,
#menu-bottom li:first-child {
    margin: 0 0 0 .8461538461538462em; /* 11/13 */
    }
#menu-top li:last-child,
#menu-bottom li:last-child {
    border-right: none;
    }
#menu-bottom li ul li:first-child {
    margin: 0;
    } 
#menu-top a,
#menu-bottom a {
    display: inline-block;
    height: 100%;
    line-height: 1.692307692307692em; /* 22/13 */
    padding: 0 .7692307692307692em; /* 10/13 */
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    } 
#menu-top a:hover,
#menu-top a:focus {
    color: #000;
    background: #f46007;
    text-shadow: 1px 1px 1px #fff;
    }
#menu-top a.aa {
	color: #fff; 
	background: #f46007;
	}
#menu-top a.aa:hover {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	}
#menu-bottom li a span {
	display: inline;
	}
#menu-bottom li.top {
	display: block; 
	float: left; 
	height: 1.692307692307692em;
	}
#menu-bottom li a.top_link,
#menu-bottom li a.top_link_a,
#menu-bottom li a.top_link_aa,
#menu-bottom li:hover a.top_link,
#menu-bottom li:hover a.top_link_a,
#menu-bottom li:hover a.top_link_aa {
	display: block; 
	float: left;
	line-height: 1.692307692307692em; 
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	font-weight: bold; 
	padding: 0 .7692307692307692em;
	cursor: pointer;
	}
#menu-bottom li a.top_link_a {
	background: #f46007;
	}
a.top_link_aa {
	background: #fff !important;
	color: #000 !important;
	text-shadow: none !important;
	}
#menu-bottom li:hover a.top_link,
#menu-bottom li:hover a.top_link_a {
	color: #000;
	background: #f46007;
	text-shadow: 1px 1px 1px #fff;
	}
#menu-bottom li:hover {
	position: relative; 
	z-index: 202;
	}
#menu-bottom li:hover .sub {
	position: absolute;
	left: 0; 
	top: 1.692307692307692em;
	padding: 0; 
	/*width: 14.2em;*/
	width: auto;
	/*margin-right: .6em;*/
	height: auto;
	text-align: left;
	border: 2px solid #f46007;
	background: #f46007;
	z-index: 203;
	-webkit-box-shadow: 7px 7px 8px -1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 7px 7px 8px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 7px 7px 8px -1px rgba(0, 0, 0, 0.4);
	/*border-top-right-radius: .8461538461538462em;
	-moz-border-radius-topright: .8461538461538462em;
	-webkit-border-top-right-radius: .8461538461538462em;
	border-bottom-right-radius: .8461538461538462em;
	-moz-border-radius-bottomright: .8461538461538462em;
	-webkit-border-bottom-right-radius: .8461538461538462em;
	border-bottom-left-radius: .8461538461538462em;
	-moz-border-radius-bottomleft: .8461538461538462em;
	-webkit-border-bottom-left-radius: .8461538461538462em;*/
	}
#menu-bottom li:hover .sub li {
	display: block; 
	position: relative;
	float: left;
	width: 100%;
	height: 1.692307692307692em;
	font-weight: normal;
	border: none;
	}
#menu-bottom li:hover .sub li a {
	display: block; 
	width: 100%;
	line-height: 1.692307692307692em;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: #f46007;
	background: transparent;
	text-decoration: none;
	padding: 0 .46em 0 .46em;
	cursor: pointer;
	}
#menu-bottom li:hover .sub li a:hover {
	background: #fff;
	color: #000;
	text-shadow: none;
	}
#menu-bottom li:hover .sub li:first-child a:hover {
	/*border-top-right-radius: .8461538461538462em;
	-moz-border-radius-topright: .8461538461538462em;
	-webkit-border-top-right-radius: .8461538461538462em;*/
	}
#menu-bottom li:hover .sub li:last-child a:hover {
	/*border-bottom-right-radius: .8461538461538462em;
	-moz-border-radius-bottomright: .8461538461538462em;
	-webkit-border-bottom-right-radius: .8461538461538462em;
	border-bottom-left-radius: .8461538461538462em;
	-moz-border-radius-bottomleft: .8461538461538462em;
	-webkit-border-bottom-left-radius: .8461538461538462em;*/
	}
#menu-bottom li:hover ul,
#menu-bottom li:hover li:hover ul {
	position: absolute;
	left: 100%;
	top: 0; 
	background: #240b01; 
	padding: 0; 
	white-space: nowrap;
	width: auto;
	height: auto;
	z-index: 204; 
	}
#menu-bottom ul, 
#menu-bottom li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: -1;
	}
/* HEAD MENU TOP A BOTTOM END ------------------------------ */

a.back-to-top {
	font-size: 5.076923076923077em; /* 66/13 */
	line-height: 1;
	color: #f46007;
	position: fixed;
	bottom: .22em; /* 5/66 */
	right: .4545454545454545em; /* 30/66 */
	right: 20%;
	z-index: 10;
	display: block;
	opacity: .25;
	}
a.back-to-top:hover {
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	}
.slicknav_menu {
	display: none;
	}
.stupen-1 {
	color: #9f252d !important;
	margin-right: .5em;
	}
.stupen-2 {
	color: #c77f36 !important;
	margin-right: .5em;
	}
.stupen-3 {
	color: #c0c0c0 !important;
	margin-right: .5em;
	}
.stupen-4 {
	color: #fad91a !important;
	margin-right: .5em;
	}
.stupen-5 {
	color: #4a91fe !important;
	margin-right: .5em;
	}
span.stupen-1 i,
span.stupen-2 i,
span.stupen-3 i,
span.stupen-4 i ,
span.stupen-5 i {
	font-size: 2em;
	text-align: center;
	cursor: help;
	text-shadow: 1px 1px 0 black;
	}
span.stupen-1 i span.hodnota,
span.stupen-2 i span.hodnota,
span.stupen-3 i span.hodnota,
span.stupen-4 i  span.hodnota,
span.stupen-5 i span.hodnota {
	display: block;
	margin: 2px auto 0 !important;
	padding: 0 !important;
	font-size: 40%;
	font-weight: bold;
	text-shadow: 1px 1px 0 black;
	font-family: verdana;
	}
span.stupen-1 span.hodnota,
span.stupen-2 span.hodnota,
span.stupen-3 span.hodnota,
span.stupen-4 span.hodnota,
span.stupen-5 span.hodnota {
	font-size: 80%;
	cursor: help;
	text-shadow: 1px 1px 0 black;
	}
span.stupen-1 i {
	color: #9f252d !important;
	}
span.stupen-2 i {
	color: #c77f36 !important;
	}
span.stupen-3 i {
	color: #c0c0c0 !important;
	}
span.stupen-4 i {
	color: #fad91a !important;
	}
span.stupen-5 i {
	color: #4a91fe !important;
	}
.kom-obrazky {
	width: 100%;
	margin: 0;
	}
.kom-obrazky img.fotozap {
	float: left;
	margin: 10px;
	height: 80px;
	width: auto !important;
	}
@media (min-width:1680px) {

	main {
		max-width: 1680px;
	}
}	
/* MEDIA QUERIES */
@media ( max-width: 1360px ) {
	.head-top-menu,
	.head-bottom-menu,
	.prihla-senie,
	.odhla-senie {
		max-width: 100%;
	}
}
@media ( max-width: 1000px ) {
	.content {
		width: 60%;
		padding: 0 .5%;
		margin: 0 0 0 20%;
	}
	.left-aside {
		width: 20%;
		margin: 0 0 0 -80%;
	}
	.right-aside {
		width: 20%;
		margin: 0;
	}
	.left-long {
		float: left;
		width: 20%;
		margin: 0 0 0 -100%;
	}
	.content-long {
		float: left;
		width: 80%;
		padding: 0 1%;
		margin: 0 0 0 20%;
		color: #312c74;
	}
	.oznam-uvod {
		width: 100%;
		margin: 0 0 3px 0;
	}
	.slide-show-odkazy {
		float: none;
		width: 100%;
		margin: 0 0 3px 0;
	}
	.slide-show-komentare {
		float: none;
		width: 100%;
		margin: 0 0 3px 0;
	}
	.posledny-zapas-sumar,
	.posledny-zapas-skore {
		float: none;
		width: 100%;
		margin: 0;
	}
	.posledny-zapas-sumar {
		height: 204px !important;
	}
	.posledny-zapas-skore {
		height: auto !important;
	}
	.posledny_zapas_sumar {
		border-right: 10px solid #443c9f;
		border-bottom: none;
	}
	.obal_skore_bieli {
		border-left: 10px solid #443c9f;
	}
	.tablez {
		position: relative;
		margin-bottom: -34px;
	}
	.hraci {
		width: 31.33333333333333%;
	}
	.info {
		width: 100%;
		float: none;
	}
	.no-left-margin {
		margin: 0 0 .8em 0;
	}
	.no-right-margin {
		margin: 0 0 .8em 0;
	}
	.table-graf td.graf-gif {
		width: 88%;
	}
	.zapasy-obal,
	.polcasy-obal {
		float: none;
		width: 100%;
		margin: 0 0 10px 0; 
	}
	.top-video {
		/*width: 33.33333333333333%;
		width: 25%;*/
	}
	.blok-single {
		width: 24%;
	}
}
@media ( max-width: 880px ) {
	.table-data th,
	.table-data td,
	.table-graf th,
	.table-graf td,
	.table1 th,
	.table1 td,
	.kalendar th {
		/*font-size: 76.92307692307692%;*/
	}
	.kalendar td	{
		/*font-size: 69.23076923076923%;*/
	}
	.table-data .title th span {
		display: none;
	}
	.legenda-statistika {
		display: block;
	}
	.blok-pravy,
	.blok-lavy {
		width: 100%;
		float: none;
		margin: 0 0 7px 0;
	}
	.turnaj-table {
		width: 100%;
		float: none;
		padding: 0 0 1em 0;
	}
	.priebeh {
		width: 100%;
	}
	.blok-single {
		width: 32.33333333333333%;
	}
}
@media ( max-width: 880px ) {
	.content {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.left-aside {
		width: 49.8%;
		margin: 3px .2% 0 0;
	}
	.right-aside {
		width: 49.8%;
		margin: 3px 0 0 .2%;
	}
	.oznam-uvod {
		width: 100%;
		margin: 0 0 3px 0;
	}
	.slide-show-odkazy {
		float: none;
		width: 100%;
		margin: 0 0 3px 0;
	}
	.slide-show-komentare {
		float: none;
		width: 100%;
		margin: 0 0 3px 0;
	}
	.posledny-zapas-sumar,
	.posledny-zapas-skore {
		float: none;
		width: 100%;
		margin: 0;
	}
	.posledny_zapas_sumar {
		border-right: 10px solid #443c9f;
	}
	.obal_skore_bieli {
		border-left: 10px solid #443c9f;
	}
	.info {
		width: 49.3%;
		float: left;
	}
	.no-left-margin {
		margin: 0 .7% .8em 0;
	}
	.no-right-margin {
		margin: 0 0 .8em .7%;
	}
	.hraci {
		width: 23%;
	}
	.zapasy-obal {
		float: left;
		width: 64%;
		margin: 0 1% 10px 0; 
		padding: 0;
	}
	.polcasy-obal {
		float: right;
		width: 34%;
		margin: 0 0 10px 1%; 
		padding: 0;
	}
	.table-data .title th span {
		display: inline;
	}
	.legenda-statistika {
		display: none;
	}
	.blok-pravy {
		width: 49.5%;
		float: left;
		margin: 0 0 7px .5%;
	}
	.blok-lavy {
		width: 49.5%;
		float: left;
		margin: 0 .5% 7px 0;
	}
	.turnaj-table {
		width: 50%;
		float: right;
		padding: .5em 0 .5em 1em;
	}
	.priebeh {
		width: 50%;
	}
	.uprava th,
	.uprava td {
		font-size: 76.92307692307692%;
	}
	.blok-single {
		width: 24%;
	}
}
@media ( max-width: 880px ) {

	.table-graf td.graf-gif {
		width: 84%;
	}
	.home_link {
		top: 2em;
	}
	.http,
	#menu-top,
	#menu-bottom	{
		display: none;
	}
	p.horne-info {
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	p.upozornenie {
		margin-top: 0;
	}
	.head-top-menu {
		position: relative;
		width: 100%;
		height: 100%;
		height: auto;
		text-align: left;
		z-index: 11;
	}
	.head-bottom-menu {
		position: relative;
		width: 100%;
		height: 100%;
		height: auto;
		text-align: left;
		z-index: 10;
	}
	p.aktualizovane {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 2em;
		line-height: 2em;
		text-align: right;
		padding: 0 1em;
		margin: 0;
		background: #5e56be;
		border-radius: 0;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0;
	}
	p.pristupy {
		position: absolute;
		top: 0;
		bottom: 0;
		left: .5em;
		width: 70%;
		height: 2em;
		line-height: 2em;
		text-align: left;
		z-index: 300;
	}
	#head-menu-top {
		position: relative;
		width: 100%;
		height: 2.384615384615385em; /* 31/13 */
		margin: 0;
		padding: 0;
		text-align: left;
		z-index: 6;
	}
	#head-menu-bottom {
		position: relative;
		width: 100%;
		height: 2.384615384615385em; /* 31/13 */
		margin: 0;
		padding: 0;
		text-align: left;
		z-index: 5;
	}
	.slicknav_menu {
		display: block;
	}
}
@media ( max-width: 520px ) {
	.info {
		width: 100%;
		float: none;
	}
	.no-left-margin {
		margin: 0 0 .8em 0;
	}
	.no-right-margin {
		margin: 0 0 .8em 0;
	}
	.short {
		width: 100%;
	}
	.blok-single {
		width: 32.33333333333333%;
	}
}
@media ( max-width: 480px ) {
	.horne-info,
	.upozornenie,
	.birthday {
		font-size: 80% !important;
	}
	.slide-popis {
		display: none;
	}
	.zapasy-obal,
	.polcasy-obal {
		float: none;
		width: 100%;
		margin: 0 0 10px 0; 
	}
	.table-data .title th span {
		display: none;
	}
	.legenda-statistika {
		display: block;
	}
	.blok-pravy,
	.blok-lavy {
		width: 100%;
		float: none;
		margin: 0 0 7px 0;
	}
	.turnaj-table {
		width: 100%;
		float: none;
		padding: 0 0 1em 0;
	}
	.priebeh {
		width: 100%;
	}
	.table-data td.td-vyhovorky {
		width: 55%;
	}
	.slide_show_popis {
		display: none;
	}
	.oznam-uvod .oznam-obsah {
		text-align: left;
	}
}
@media ( max-width: 420px ) {
	.hraci {
		width: 31.33333333333333%;
	}
	.table-graf td.graf-gif {
		width: 80%;
	}
}
@media ( max-width: 380px ) {
	.titulok-hore,
	.titulok-dole {
		font-size: 72%;
	}
	.table-graf td.graf-gif {
		/*width: 74%;*/
	}
	.table-data th,
	.table-data td {
		font-size: 76.92307692307692%;
	}
	.top-video {
		/*width: 50%;*/
	}
	.blok-single {
		width: 49%;
	}
	.turnaj-uvod,
	.turnaj-zostavy,
	.turnaj-zapas	{
		text-align: left;
	}
	.zapas-right,
	.zapas-left	{
		float: none;
		width: 100%;
		margin: 0; 
	}
	input.input-middle,
	input.input-short	{
		width: 100%;
	}
}