@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;700;900&display=swap');
@font-face {
	font-family: sevenmonkeysCS;
	/* deklarace fontu */
	src: url("SEVEMFBR_CS.ttf");
	/* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}

:root {
	--red: #E72435;
	--white: #ffffff;
	--black: #000;
	--gray: #282828;
}

html {
	font-size: 16px;
}

body,
html {
	overflow-x: hidden;
}

body {
	background-color: var(--black);
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Saira', sans-serif; 
	font-size: 0.95rem;
}

img {
	max-width: 100%;
}

a {
	color: var(--red);
	/*#ef2a19;*/
	text-decoration: underline solid var(--red);
	transition: text-decoration .25s ease;
}

a:hover {
	color: var(--red);
	text-decoration: underline solid transparent;
	transition: text-decoration .25s ease;
}

a:focus {
	color: var(--red);
}

.flex-horizontal {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.detail P {
	text-align: justify;
}

.obsah P {
	text-align: justify;
}

.img-align-left {
	float: left;
	margin-right: 20px;
}

.img-align-right {
	float: right;
	margin-left: 20px;
}

.obsah>P IMG {
	margin: 0px 20px 0px 20px;
}

.obi-strip {
	margin-bottom: 6px;
}

.program {
	width: 100%;
	font-family: 'Saira', sans-serif;
}

.obsah {
	background-color: white;
	margin-bottom: 25px;
}

.obsah.cerny {
	background-color: black;
	color: white;
}

h1 {
	margin-top: 0px;
	margin-bottom: 25px;
}

h2 {
	margin-top: 15px;
}



P,
A {
	font-family: 'Saira', sans-serif;
}

H1,
H2,
H1 A,
H2 A {
	font-family: 'Saira', sans-serif;
	font-weight: 900;
	font-size: 1.55rem;
	color: white !important;
	text-decoration: none;
	transition: .3s;
}

H3,
H3 A {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	color: white !important;
	text-decoration: none;
	transition: .3s;
}

H4,
H4 A {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: white !important;
	text-decoration: none;
	transition: .3s;
}

H1 A:hover,
H2 A:hover,
H3 A:hover,
H4 A:hover {
	text-decoration: none;
	color: var(--red) !important;
	transition: .3s;
}

.paticka {
	background-color: var(--gray);
	color: white;
	padding: 25px 40px;
	font-size: 15px;
	line-height: 23px;
}

.paticka a {
	color: white;
}

.paticka h4 {
	font-size: 23px;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
}

.dotazy {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #4f4f4f;
	text-align: center;
	transition: 0.3s;
	margin-top: 54px;
}

.dotazy:hover {
	background-color: #3b3b3b;
}


/*  --------- LOGO A hlavicka -----------------	*/

.logo {
	padding-top: 10px;
}

.logo H1 {
	font-size: 3rem;
	margin-bottom: 0px;
	-webkit-text-stroke: 1px var(--red);
   	color: white;
   	text-shadow:
	       3px 3px 0 var(--red),
	     -1px -1px 0 var(--red),  
	      1px -1px 0 var(--red),
	      -1px 1px 0 var(--red),
	       1px 1px 0 var(--red);
}

.logo a {
	text-decoration: none;
}

.logo-znak IMG {
	height: 80%;
	width: 80%;
	display: block;
	margin: auto;
}


.hlavicka {
	/*background-image: url('../img/hlavicka1.png');*/
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 3px;
	position: relative;
}

.hlavicka .akce {
	display: block;
	margin: auto;
	width: 150px;
	text-decoration: none;
	color: #bbb9ba;
	text-align: center;
	font-size: 15px;
}

.hlavicka .akce span {
	border-radius: 10px;
	color: white;
	display: block;
	padding: 10px;
	font-size: 25px;
	line-height: 31px;
	background: #ee2325;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ee2325 1%, #af0002 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ee2325 1%, #af0002 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ee2325 1%, #af0002 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2325', endColorstr='#af0002', GradientType=0);
	/* IE6-9 */
	margin-bottom: 5px;
}

.hlavicka .akce:hover span {
	background: -moz-linear-gradient(top, #af0002 1%, #ee2325 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #af0002 1%, #ee2325 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #af0002 1%, #ee2325 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0002', endColorstr='#ee2325', GradientType=0);
	/* IE6-9 */
}

.hlavicka .akce span strong {
	display: block;
}


/*  --------- MENU -----------------	*/

.navbar-default {
	padding: 27px 25px;
	margin-bottom: 25px;
	border-radius: 0px;
	border: 0px;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
	/* IE6-9 */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: black;
}

.navbar-default .navbar-nav>li>a {
	color: black;
	font-size: 1.1rem;
	padding: 0 14px;
	/*border-right: 1px solid black;*/
	text-decoration: none;
}

.dropdown-menu>li>a {
	text-decoration: none;
}

.navbar-default .navbar-nav>li:last-child>a {
	border: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: black;
	text-decoration: underline;
}

.navbar-default .navbar-toggle {
	border-color: black;
	margin-top: 7px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}

.navbar-default {
	padding: 20px 15px;
	padding: 0px 15px 0px 15px;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-default .navbar-nav>li>a {
	padding: 0 15px;
}

.navbar-toggle {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 60px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}



/*  --------- NOVINKY A KALENDAR -----------------	*/

.kalendar-novinky P {
	display: inline;
}

.kalendar-tabulka {
	border: none;
}

.kalendar-tabulka TD{
	border: none;
	padding: 2px;
	vertical-align: top;
}

.kalendar-tabulka TD:first-child {
	width: 100px;
}

.kalendar-tabulka TD a{
	color: var(--red);
	text-decoration: underline solid transparent;
	transition: text-decoration 0.3s;
}

.kalendar-tabulka TD a:hover{
	text-decoration: underline solid var(--red);
	transition: text-decoration 0.3s;
}

.homepage-novinky {
	width: calc(100% - 400px);
}

.homepage-boxiky-vpravo {
	width: 400px;
	margin-top: 53px;
	float: right;
}

.novinky {
	padding: 15px;
	float: right;
	width: 300px;
	margin-left: 20px;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
	/* IE6-9 */
}

.novinky>.item>A {
	float: right;
	font-size: 0.8em;
	margin-top: -10px;
}

.novinka {
	border-left: 15px solid #282828;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 2px;
	background: rgb(52, 52, 52);
	background: linear-gradient(90deg, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 0) 100%);
	overflow: hidden;
}

.novinka IMG {
	padding-top: 20px;
}

.novinka-datum {
	display: block;
	margin: 2px 0 10px;
	font-size: 90%;
}

.kalendar-novinky {
	border-left: 20px solid black;
	border-bottom: 20px solid black;
	width: 100%;
	awidth: 380px;
}

.kalendar-novinky H1 {
	color: var(--red) !important;
}



/*  --------- LOGINBOX -----------------	*/

#login-icon {
	cursor:pointer;
	width: 25px;
	height: 25px;
	padding: 3px 2px 3px 2px;
	background: white;
	color: var(--red);
	border: 1px solid var(--red);
	top: 18px;
	right: 10px;
	position: absolute;
	
}

#login-icon.active {
	color: white;
	background: var(--red);
}

#loginbox {
	border: 1px solid gray;
	width: 195px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 8px;
	background: #ccc;
	position: absolute;
	right: 10px;
	z-index: 666;
	margin-top: 50px;
}

#loginbox legend {
	font-size: 1em;
	margin-bottom: 4px;
}

#loginbox label {
	font-size: .8em;
}

#loginbox input {
	width: 178px;
}


/*  --------- UKAZKY -----------------	*/

.ukazky img {
	border: 1px solid #e0e0e0;
	transition: 0.3s;
	margin-bottom: 15px;
	border-bottom: none;
	margin-bottom: 0px;
}

.ukazky img:hover {
	opacity: 0.8;
}

.ukazky DIV DIV {
	margin: auto;
	margin-bottom: 15px;
	width: 281px;
	height: 37px;
	background-color: #ed2225;
	border: 1px solid white;
	border-top: none;
	max-width: 100%;
	color: white;
	font-family: sevenmonkeysCS;
	/* pouĹľitĂ­ jmĂ©na ve strĂˇnce */
	font-size: 25px;
}

.ukazky DIV {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

.ukazky H3 {
	margin: auto;
	margin-bottom: 15px;
	padding-top: 5px;
	width: 281px;
	height: 37px;
	background-color: #ed2225;
	border: 1px solid white;
	border-top: none;
	max-width: 100%;
	color: white;
	font-family: 'Saira', sans-serif;
	/* pouĹľitĂ­ jmĂ©na ve strĂˇnce */
	font-size: 25px;
}


/*  --------- TABULKY A ROZPIS -----------------	*/

TABLE a {
	color: white;
}

.tabulka-minulost {
	background: #282828;
}

TABLE,
TH,
TD {
	border: 1px solid white;
}

TD, TH {
	padding: 10px;
}

#rozpis-div {
	overflow-x: auto;
}

.rozpis {
	border-collapse: collapse;
	color: black;
}

.rozpis A {
	text-decoration: none;
	color: black;
}

.rozpis TD {
	border: 1px solid gray;
}

.rozpis TH {
	color: white;
}

.rozpis {
	border: 2px solid white;
}

.rozpis-border-top {
	border-top: 2px solid white;
}

.rozpis-border-bottom {
	border-bottom: 2px solid white;
}

.rozpis-sudy {
	background: #202020;
}

.rozpis-lichy {
	background: #303030;
}



#fader {
	position: relative;
	z-index: -2;
	max-width: 500px;
}

#fader > img {
	display: block;
	margin: auto;
	opacity: 0;
}

#fader > div > img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	display: none;
}

#fader > div > img:first-child {
	display: block;
}



@media (max-width: 1199px) {
	.navbar-default {
		/*padding: 20px 0px;*/
	}
	.navbar-default .navbar-nav>li>a {
		/*font-size: 15px;*/
		/*padding: 0 11px;*/
	}
	.dotazy {
		margin-top: 34px;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		margin: auto;
		width: 99%;
		display: flex;
		justify-content: center;
	}
	.navbar-nav > LI A {
		height: 100%;
	}

	.navbar-nav > LI:hover {
		background: var(--red);
		transition: .5s;
		color: white;
	}

	.navbar-nav > LI:hover > A {
		color: white;
	}

	.navbar-nav > LI:hover > A:hover {
		color: white;
		text-decoration: none;
	}

	.navbar-nav > LI > A {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		transition: .5s;
	}

	.dropdown-menu > li > a, .dropdown-menu > li > a {
		transition: .5s;

	}
	.dropdown-menu > li > a:hover {
		background: var(--red);
		transition: .5s;
		color: white;
	}
	.dropdown-menu > .open > A {
		background: var(--red) !important;
		transition: .5s !important;
		color: white !important;
	}
	.navbar-nav > .show > A {
		background: var(--red) !important;
		transition: .5s !important;
		color: white !important;
	}
	
}

@media (max-width: 991px) {
	.navbar-default {
		padding: 0px;
	}
	.navbar-default .navbar-nav>li>a {
		/*padding: 5px 15px;*/
		border-right: 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		margin-left: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 3px 20px;
	}
	.homepage-novinky {
		clear: both;
		width: 100%;
	}
	.homepage-boxiky-vpravo {
		margin-top: 20px;
		width: 100%;
	}
	.kalendar-novinky {
		border-left: none;
	}
	#login-icon {
		position: absolute;
		top: 8px;
		cursor:pointer;
		width: 32px;
		height: 32px;
		text-align: center;
	}
	#login-icon:before {
		vertical-align: sub;
	}		
	
	.rozpis TH {
		min-width: 100px;
	}
}

@media (min-width: 768px) {
	.boxik-1 {
		width: 100%;
	}
	.boxik-2 {
		width: 50%;
	}
	.boxik-3 {
		width: 33.33%;
	}
	.boxik-4 {
		width: 25%;
	}
	.boxik-5 {
		width: 20%;
	}
	.boxik-6 {
		width: 16.66%;
	}
	.boxik-7 {
		width: 14.28%;
	}
	.boxik-8 {
		width: 12.5%;
	}
	.boxik-9 {
		width: 11.11%;
	}
	.boxik-10 {
		width: 10%;
	}
	.boxik-11 {
		width: 9.09%;
	}
	.boxik-12 {
		width: 8.33%;
	}
}

@media (max-width: 768px) {
	.novinky {
		margin: auto;
		margin-bottom: 25px;
		float: none;
	}
	.ukazky DIV {
		float: none !important;
		margin: auto;
	}
}




/*	SOBANOVA UPGRADOVANA STRANKA TRENERU	*/

h1.bigger-h1 {text-align:center;font-size:40px;padding:20px 0 40px;font-weight:600;}
			h2.bigger-h2 {text-align:center;font-size:30px;padding:0px 0 40px;font-weight:600;}
		


			.person-list {display:flex;flex-wrap:wrap;justify-content:center;}
			
			
			
			.person {display:flex;margin:0 0 100px 0;position:relative;align-items:center;flex:1 0 100%;}
			
			.person-img {flex:0 0 30%;margin-right:30px;}
			.person-img img {display:block;margin:0;}
			.person-img img.smaller {width:80%;margin:0 auto;}
			
			.person-text {flex:1 1 auto;}
			.person-text p {padding:0;margin:0;}
			.person-text small {font-size:12px;letter-spacing:0.015em;opacity:0.65;}
			.person-text span {display:inline-block;padding-top:2px;}
			.person-text .pos {font-size:110%;margin:1.5em 0 2em 0;}

			.person-text .person-box {color:#cdcdcd;display:flex;flex-wrap:wrap;}
			.person-text .person-box:not(:last-child) {padding-bottom:2em;}
			.person-text .person-box h4 {width:100%;display:block;font-size:110%;margin:0;padding-bottom:10px;}
			.person-text .person-box .col {width:calc(50% - 20px);margin-right:40px;}
			.person-text .person-box .col:last-child {margin-right:0;}
			.person-text .person-box .col:first-child:last-child {margin-right:0;width:100%;}
			.person-text .person-box .col h4 {font-weight:normal;font-size:100%;padding-bottom:7px;}
			.person-text .person-box .col h4:last-child {padding-top:7px;}

			@media (max-width: 640px) {
				.person {margin:0 auto 50px auto;max-width:440px;display:block;}
				.person-img {width:100%;flex-basis:auto;margiN:0 0 30px 0;}¨
				.person-text  {width:100%;}
				.person-text h2 {text-align:center;}
				.person-text .stv {text-align:center;font-size:110%;padding-bottom:10px;}
			}
			
			@media (max-width: 440px) {
				.person-text .person-box {font-size:90%;}
				.person-text .person-box h4 {font-size:100%;}
				.person-text .person-box .col {width:calc(50% - 10px);margin-right:20px;}
			}

			@media (max-width: 360px) {
				.person-text .person-box .col {margin-right:0;width:100%;}
				.person-text .person-box .col + .col {padding-top:2em;}
			}
			

			
			.person-list-thirds {display:flex;flex-wrap:wrap;justify-content:center;}

			.person-third {position:relative;margin:0 30px 60px 0;}
			.person-third:last-child {margin-right:0;}

			.person-third .person-img {align-items:center;}
			.person-third .person-img img {margin-bottom:3em;}
			.person-third .person-text {text-aligN:center;}
			.person-third .person-text .pos {font-size:100%;}
			.person-third .person-text .pos:last-child {margin-bottom:0;}

			.person-third .person-text .pos.medals-title {margin-bottom:0em;}
			.person-third .person-text .pos.medals {font-size:90%;letter-spacing:0.015em;}

			@media (min-width: 841px) {
				.person-third {flex:0 1 calc( (100% / 3) - ((30px * 2) / 3) );}  /* pocet sloupcu / ((prava mezera * pocet mezer - 1) / pocet sloupcu) == univerzalni sloupcovani bez gridu */
				.person-third:nth-child(3n) {margin-right:0;}
			}

			@media (min-width: 441px) and (max-width: 840px) {
				.person-third {flex:0 1 calc( (100% / 2) - ((30px * 1) / 2) );}
				.person-third:nth-child(2n) {margin-right:0;}
			}

			@media (max-width: 440px) {
				.person-third {margin:0 0 30px 0;}
			}

.red {
	color: var(--red) !important;
}

.fotogalerie-dlazdice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fotogalerie-dlazdice P {
	height: 150px;
	border: 1px solid gray;
	margin: 20px;
	min-width: 150px;
	max-width: 250px;
}

.fotogalerie-dlazdice A {
	height: 100%;
	text-decoration: none;
	display: flex;
	width: 100%;
	padding: 10px;
	text-align: center;
	align-items: center;
}

.fotogalerie-dlazdice A:hover {
	background: var(--red);
	transition: background .2s ease;
	color: white;
	transition: color .2s ease;
}


/* FOTOGALERIE */

.gallery-new-list {
	display:grid;
	grid-template-columns:repeat(3, 1fr);column-gap:25px;row-gap:25px; 
}

@media (max-width: 1020px) {	
	.gallery-new-list {
		grid-template-columns:repeat(2, 1fr);
	}
}

@media (max-width: 480px) {	
	.gallery-new-list {
		grid-template-columns:repeat(1, 1fr);
	}
}

.gallery-new-list p {
	margin:0;padding:0;text-align:left;height:240px;
	transition:border 0.2s ease-out;
	border:1px solid #8c8c8c;position:relative;
}

.gallery-new-list p img {
	transition:opacity 0.25s ease-out;opacity:0.8;
	width:100%;max-width:none;height:100%;object-fit:cover;
}

.gallery-new-list p a {
	color:white;
}

.gallery-new-list p strong,
.gallery-new-list p b {
	transition:all 0.2s ease-out;
	position:absolute;bottom:0;left:0;right:0;z-index:2;
	padding:15px 20px;background:rgba(236,33,36,0.9);
	line-height:1.25;font-weight:600;font-size:18px;
}

.gallery-new-list p:hover {
	border-color:#cdcdcd;
}

.gallery-new-list p:hover strong,
.gallery-new-list p:hover b {
	background:rgba(236,33,36,1);
}

.gallery-new-list p:hover img {
	opacity:1;
}

/* FOTOGALERIE KONEC */


.block-social {display:flex;align-items:center;padding:20px 0;gap:10px;}

@media (max-width:770px) {
	.block-social {padding:0 0 25px 0;}
}

.block-social a {display:flex;align-items:center;justify-content:center;text-decoration:none;width:30px;height:30px;}
.block-social a.fb {height:25px;}
.block-social a svg {max-width:none;width:100%;height:100%;object-fit:cover;display:block;}
.block-social a svg path {transition:all 0.3s ease;}
.block-social a:hover svg path {fill:#b3b3b3;}
