ul.dot2022 {margin:0px 0; padding:0; list-style-type: none;}
.dot2022 li::before { content: "■"; font-size:14px; vertical-align:top; margin-right:6px; color: #ff6a13;}
.dot2022 li {margin: 4px 0px; padding: 0px; text-indent: -18px; margin-left: 18px; }
.dot2022 li span {color: #ff6a13;}
.rounded-circle {border: 2px solid #ec6925;}
.mg {margin: 16px 0px;}
.button {display: block; background: #ec6925; padding: 6px 10px; color:#FFFFFF;}
.button:hover {color:#FFFFFF;}
.h1 {margin: 20px 0px; font-size:36px !important;}
h3 {margin-top: 36px;}
h1 {border-bottom:1px solid #dc6611; font-weight: bold; text-transform: uppercase;}
h2 {font-size: 32px;  font-weight: bold;}

.let5 a {text-decoration: none;}
.kategorie:hover .popiska {color: #ffffff !important;}
.kategorie .popiska {bottom: 6px; background: #333333; z-index: 9; position: relative; border-top: 2px solid #FFFFFF; padding: 8px 16px; font-size: 20px; font-weight: bold; text-transform: uppercase; color: #f3f3f3 !important;}

.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}