@charset "UTF-8";

article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section	{
	display: block;
}

@-ms-viewport {
width: device-width;
}

html, body	{
	margin:0;
	padding:0;
	height:100%;
	scroll-behavior: smooth;
}

body	{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 100%; /* = 16px */
	position: relative;
	margin: 0 auto;
	width: 100%;
	color: black;
}

@font-face {
	font-family: 'ringm';
	url('ringm.ttf');
}

.fontik	{
	font-weight: bold;
	font-family: ringm;
}

.nadpis	{
	font-size: 1.2em;
	font-weight: bold;
	font-family: ringm.ttf;
	background-color: black;
}

.item	{
	position: absolute;
}

.itemContainer	{
	height: 100%;
	position: relative;
}

.item.i1	{
	width: 100%; 
	height: 62px;
}

.item.i2	{
	width: 100%;
	color: white;
	text-align: right;
	padding: 0.5em 1em 0 0;
	font-weight: bold;
	font-family: ringm;
}

.pozadi	{
	background-image: url("../images/pozadi.jpg");
	background-repeat: no-repeat;
	height: auto;
	color: black;
	text-align: center;
}

.pozadi2	{
	background-image: url("../images/pozadi2.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	color: black;
	text-align: center;
}

.pozadi3	{
	background-image: url("../images/pozadi3.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

.onas ul	{
	list-style-type: none;
}

.onas li	{
	padding: 6px;
	margin-left: -2.5em;
}

.linka h3	{
	background-image: url(../images/aktuality.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
}

article	a:link {
	color: black;
	text-decoration: none;
}

article	a:visited {
	color: black;
	text-decoration: none;
}

article	a:hover {
	color: black;
	text-decoration: none;
}

article	a:active {
	color: black;
	text-decoration: none;
}

article	a:focus {
	color: black;
	text-decoration: none;
}

article h1	{
	color: black;
	padding-top: 1em;
	font-weight: bold;
	font-family: ringm;
}

.mezera	{
	padding-top: 10em;
}

.mezera2	{
	padding-top: 1em;
}

.mezera3	{
	padding-top: 5em;
}

.mezera4	{
	padding-top: 3.9em;
}

.mezera5	{
	padding-top: 2em;
}

.mezera6	{
	padding-top: 0.3em;
}

.mezera7	{
	padding-top: 6em;
}

.red	{
	color: #B30000;
}

.reddve	{
	color: #A80000;
}

.green	{
	color: green;
}

.purple	{
	color: purple;
}

.blue	{
	color: blue;
}

.orange	{
	color: orange;
}

.orangedve	{
	color: #7A5000;
}

.btn-warning:link {
	width: 7.25em;
	color: black !important;
}

.btn-warning:visited {
	width: 7.25em;
	color: black !important;
}

.btn-warning:active {
	width: 7.25em;
	color: black !important;
}

.btn-warning:focus {
	width: 7.25em;
	color: black !important;
}

.btn-warning:hover {
	width: 7.25em;
	transform: scale(1.1) rotate(4deg);
}

form	{
	background: #F7F7F7;
	text-align: left;
	padding: 35px 35px 60px 35px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	font-weight: bold;
	background-image: url("../images/formular.png");
	background-repeat: no-repeat;
}

form label	{
	background-color: #F7F7F7;
}

button span	{
	color: white;
}

.custom-toggler .navbar-toggler-icon	{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.short-text	{
	display: none;
}

.rsimage	{
	width: 100%;
	height: auto;
}

.rsimage3	{
	display: none;
}

h1, h2, h3	{
	font-family: Verdana,Geneva,sans-serif; 
}

img	{
	max-width: 100%;
	height: auto;
}

footer	a:link,
	a:visited,
	a:hover,
	a:active,
	a:focus	{
	color: white;
	text-decoration: none;
}

footer	{
	background: black; 
	color: white;
	width: 100%;
}

#posun img	{
	padding-left: 5%;
}

.posun2	{
	margin-left: -0.8em;
	margin-top: 1em;
}

.ram	{ 
	border: 6px solid transparent;
	-webkit-border-image: url("../images/ram.png") 30 round; /* Safari 3.1-5 */
	-o-border-image: url("../images/ram.png") 30 round; /* Opera 11-12.1 */
	border-image: url("../images/ram.png") 30 round;
}

.clear	{
	clear: both;
}

.video-container {
	position: relative;
	margin-top: 62px;
	padding-bottom: 39%;
	padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe	{
	border-width: 0px;
}

.floatvpravo	{
	float: right;
}

.floatvlevo	{
	float: left;

}

.scrollup	{
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('../images/icon-top.png') no-repeat;
	outline: none !important;
	z-index: 2;
}

#hide	{
	display: none;
}

.hide	{
	display: none;
}

.videjko	{ 
	width:100%;
	max-width:351px;
	height:auto;
}

.videjkodve	{ 
	width:100%;
	max-width:500px;
	height:auto;
}

.oe img	{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}

.oe img:hover	{ 
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.rotate img	{
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition: transform .8s ease-in-out;
}

.rotate img:hover	{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.zoom img	{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img	{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.containerx	{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10vmin;
	overflow: hidden;
	transform: skew(5deg);
}

.containerx .cardx	{
	flex: 1;
	transition: all 1s ease-in-out;
	height: 75vmin;
	position: relative;
}

.containerx .cardx .card__head	{
	color: white;
	background: black;
	padding: 0.5em;
	transform: rotate(-90deg);
	transform-origin: 0% 0%;
	transition: all 0.5s ease-in-out;
	min-width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 2em;
	white-space: nowrap;
}

.containerx .cardx:hover	{
	flex-grow: 10;

}

.containerx .cardx:hover img	{
	filter: grayscale(0);

}

.containerx .cardx:hover .card__head	{
	text-align: center;
	top: calc(100% - 2em);
	color: white;
	background: rgba(0, 0, 0, 0.5);
	font-size: 2em;
	transform: rotate(0deg) skew(-5deg);
}

.containerx .cardx img	{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease-in-out;
	filter: grayscale(100%);
}

.containerx .cardx:not(:nth-child(5))	{
	margin-right: 1em;
}

.accordion .card-header:after	{
	content: url(../images/minus.png); 
	float: right;
}

.accordion .card-header.collapsed:after	{
	content: url(../images/plus.png);
}

.tabulka-dobarveni {
	background: #F2F2F2;
}

.wp	{
	width: 32px;
	height: 31px;
	background: url("../images/waypoint-cb.png") no-repeat;
	margin: 0 auto;
}

.wp:hover	{
	background: url("../images/waypoint.png") no-repeat;
	border:0;
}

.tableobr	{
	width: 1000px;
}

.tableobr2	{
	width: 550px;
}

.tableobr3 {
	width: 250px;
}

.tableobr4	{
	width: 1150px;
}

.radkovani	{
	list-style-type: none;
}

.radkovani2 li	{
	text-align: left;
	list-style-type: none;
	margin-left: -2.5em;
}

hr.podtrh {
	border: 1.5px solid black;
	border-radius: 10px;
}

hr.podtrh2 {
	width: 75%;
	border: 1.5px solid green;
	border-radius: 10px;
}

hr.podtrh3 {
	width: 75%;
	border: 1.5px solid silver;
	border-radius: 10px;
}

hr.podtrh4 {
	width: 99%;
	border: 1.5px solid silver;
	border-radius: 10px;
}

hr.podtrh5 {
	width: 75%;
	border: 3px solid silver;
	border-radius: 10px;
}

.doleva	{
	text-align: left;
}

.floatvpravo2	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: -12px;
}

.floatvpravo3	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.floatvlevo2	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -12px;
}

.floatvlevo3	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.floatvlevo4	{
	float: left;
	padding-left: 1em;
}

#seinput {
  background-image: url('../images/search.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 50%;
  font-size: 1em;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#setable {
}

#gmobrazek	{
	right: 0;
	z-index: -1;
}

#gmobrazek2	{
	right: 0;
	bottom: 1;
	z-index: -1;
}

.odsazeni	{
	margin-top: -3em;
	margin-left: 4em;
	margin-bottom: 2em;
}

.odsazeni2	{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}

.odsazeni3	{
	margin-top: -1em;
	margin-left: 4em;
	margin-bottom: 2em;
}

.accordion .card:only-of-type {
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
}

.center	{
	text-align: center;
	display: block;
	margin: 0 auto;
}

.wrapper {
	max-width: 680px;
	margin: 0px auto;
	margin-bottom: 0.3em;
}

.wrapper2 {
	max-width: 680px;
	margin: 0px auto;
	margin-bottom: 0.3em;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.sede	{
	background: #EAE9E7;
	padding: 1em;
	margin: 1em;
}

.odkaz-radek{
cursor:pointer;
}

.tucne	{
	font-weight: bold;
}

.kalendar	{
	background: black;
}

.tlacitko { 
  color: #ffffff; 
  background-color: #0051A8; 
  border-color: #0051A8; 
} 
 
.tlacitko:hover, 
.tlacitko:focus, 
.tlacitko:active, 
.tlacitko.active, 
.open .dropdown-toggle.tlacitko { 
  color: #ffffff; 
  background-color: #0051A8; 
  border-color: #0051A8; 
} 
 
.tlacitko:active, 
.tlacitko.active, 
.open .dropdown-toggle.tlacitko { 
  background-image: none; 
} 
 
.tlacitko.disabled, 
.tlacitko[disabled], 
fieldset[disabled] .tlacitko, 
.tlacitko.disabled:hover, 
.tlacitko[disabled]:hover, 
fieldset[disabled] .tlacitko:hover, 
.tlacitko.disabled:focus, 
.tlacitko[disabled]:focus, 
fieldset[disabled] .tlacitko:focus, 
.tlacitko.disabled:active, 
.tlacitko[disabled]:active, 
fieldset[disabled] .tlacitko:active, 
.tlacitko.disabled.active, 
.tlacitko[disabled].active, 
fieldset[disabled] .tlacitko.active { 
  background-color: #0051A8; 
  border-color: #0051A8; 
} 
 
.tlacitko .badge { 
  color: #0051A8; 
  background-color: #ffffff; 
}

.form-control:invalid, .form-control:focus:invalid {
  border-color: #800000;
  box-shadow: 0 0 0 .2rem rgba(255,0,0,.25);
}

.odkazx	a:link,
	a:visited,
	a:hover,
	a:active,
	a:focus	{
	color: white;
	text-decoration: none;
}

/* !!! RESPONSIVE !!! */

/*1600*/
@media only screen and (max-width: 100em)	{

#gmobrazek2	{
	display: none;
}

}

/*1280*/
@media only screen and (max-width: 80em)	{

#gmobrazek2	{
	display: none;
}

}

/*1024*/
@media only screen and (max-width: 64em)	{

#posun img	{
	padding-left: 5%;
}

#gmobrazek	{
	display: none;
}

.odsazeni	{
	margin-left: 0em;
}

.odsazeni3	{
	margin-top: -1em;
	margin-left: 0em;
	margin-bottom: 1em;
}

}

/*800*/
@media only screen and (max-width: 50em)	{

.short-text	{
	display: inline-block;
	padding-left: 1em;
}

.oe img	{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.pozadi {
	background: #F4F2F4;
}

.pozadi2 {
	background: #F4F2F4;
}

.pozadi3 {
	background: #F4F2F4;
}

.pozadi4 {
	background: #F4F2F4;
}

.pozadi9 {
	background: #F4F2F4;
}

.full-text	{
	display: none;
}

.scrollup {
	right:30px;
}

.card-title	{
	font-size: 1.4em;
}

.containerx .cardx .card__head	{
	font-size: 1em;
}

table	{
	font-size: 40%;
}

::-webkit-input-placeholder {
	font-size: 0.4em;
}

::-moz-placeholder {
	font-size: 0.4em;
}

:-ms-input-placeholder {
	font-size: 0.4em;
}

::placeholder {
	font-size: 0.4em;
}

.hidetable	{
	display: none;
}

.floatvpravo2x	{
	float: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.floatvlevo2x	{
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mezera4x	{
	padding-top: 0em;
}

.mezera44x	{
	padding-top: 1em;
}

.master		{
	font-size: 1em !important;
}

.txtrs	{
	font-size: 2.5em;
}

.txtrsdve	{
	font-size: 2.5em;
}

.txtrstri	{
	margin-left: 0.01em;
	font-size: 2.5em;
}

.txtrsctyri	{
	font-size: 0.7em;
}

.mezerarsx	{
	padding-top: 2em;
}

.odsazeni3	{
	margin-top: -2.5em;
	margin-left: 0em;
	margin-bottom: 1em;
}

}

/*576*/
@media only screen and (max-width: 36em)	{

.roztah	{
	width: 280px;
	float:left;
}

.titulek	{
	margin-top: 0.5em;
	font-size: 1.1em;
}

.odsazeni3	{
	margin-top: -2.5em;
	margin-left: 0em;
	margin-bottom: 1em;
}

}

*/