body {
	font-family: "Open Sans";
	font-size: 16px;
}

a {
	color: black;
}

a.nav-link {
	color: white;
}

.home .main-content {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.1)), url('../img/uvod-2022-06.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.top-panel {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.1)), url('../img/uvod-2022-06.jpg');
	background-size: cover;
	height: 100%;
	background-position: center;
}

.home .top-panel {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.1)), url('../img/uvod-2022-06.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.thatContainer {
	display: flex;
	align-self: flex-end;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: -40px;
	flex-wrap: wrap;
}

.thatContainer a.main-a {
	color: white;
}

@media (min-width: 768px) {
	.thatContainer {
		top: -180px;
		margin-bottom: -92px;
	}
	.home .top-panel {
		height: 100vh;
		background-attachment: fixed;
	}
}

input {
	border-radius: 0px !important;
}

select {
	border-radius: 0px !important;
}

textarea {
	border-radius: 0px !important;
}

.site-header {
	padding: 2.5rem 15px 0;
}

.site-logo {
	text-align: center;
	display: block;
}

@media (min-width: 768px) {
	.site-logo {
		text-align: left;
	}
}

.site-logo img {
	display: inline-block;
}

.navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
	color: white;
}

.navbar-toggler {
	color: white;
}

@media (max-width: 768px) {
	.years {
		display: none;
	}
}

@media (max-width: 992px) {
	.nav-link {
		z-index: 999;
		background-color: black;
	}
	a.nav-link {
		padding-left: 10px !important;
	}
}

.site-header a .years {
	margin-top: 20px;
	padding-top: 20px;
}

@media (min-width: 768px) {
	.site-header a .years {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.site-header a .years {
		border-top: 0;
		border-left: 2px solid white;
		margin-left: 20px;
		padding-left: 20px;
		margin-top: 0;
		padding-top: 0;
	}
}

.site-header a .years h2 {
	font-size: 45px;
	color: white;
	font-weight: 900;
	margin: 0;
	display: inline-block;
}

@media (min-width: 992px) {
	.site-header a .years h2 {
		font-size: 60px;
	}
}

.site-header a .years h2 span {
	color: white;
}

.site-header a .years p {
	margin-left: 10px;
	display: inline-block;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}

.site-header a:hover,
.site-header a:focus {
	text-decoration: none;
}

.nav-item a {
	color: white;
	text-transform: uppercase;
	position: relative;
	font-size: 11px;
}

@media (min-width: 992px) and (max-width: 1050px) {
	.nav-item a {
		font-size: 10px;
	}
}

@media (min-width: 1250px) {
	.nav-item a {
		font-size: 14px;
	}
}

.nav-item a::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.nav-item a:hover::before,
.nav-item a:focus::before,
.nav-item a.active::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.dropdown-toggle {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	left: -60px;
	z-index: 999;
	background-color: white;
}

.dropdown-menu a {
	color: black;
}

.dropdown-item {
	background-color: white;
	z-index: 999;
}

.carousel-control-prev {
	background-color: lightgray;
}

.carousel-control-next {
	background-color: lightgray;
}

.carousel-indicators {
	position: absolute;
	bottom: -30px;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 10px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	border: 6px solid lightgray;
	background-color: white;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	border: 6px solid gray;
	margin: 10px;
	background-color: white;
}

.ex-carousel h3 {
	font-weight: 800;
	font-size: 50px;
	color: #3C3C3C;
}

@media (min-width: 768px) and (max-width: 930px) {
	.ex-carousel h3 {
		font-size: 40px;
	}
}

@media (max-width: 500px) {
	.ex-carousel h3 {
		font-size: 30px;
	}
}

.btn:hover {
	color: white;
}

h2 {
	font-weight: bold;
}

.zooming-image {
	min-height: 350px;
	height: 100%;
	background-position: center center;
	background-size: cover;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.zooming-image--osiva {
	min-height: 400px;
}

.zooming-image-homepage {
	min-height: 250px;
}

@media (max-width: 768px) {
	.zooming-image {
		height: 200px;
	}
}

.zooming-image:hover {
	transform: scale(1.07);
}

.image-wrapper {
	padding: 0px;
	overflow: hidden;
}

#obchodni-cinnost-image {
	background-image: url('../img/obili.jpg');
}

#sluzby-image {
	background-image: url('../img/sluzby-half.jpg');
}

#prodej-a-podpora-image {
	background-image: url('../img/stroje-half.jpg');
}

.main-text {
	font-size: 14px;
}

.kategorie-text {
	font-size: 18px;
}

.obsah-content {
	font-size: 14px;
}

.kategorie-heading {
	font-size: 2.5em;
	font-weight: 800;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: -18px;
	left: 30px;
}

.ke-stazeni-heading {
	font-weight: 800;
}

.paddings {
	padding-left: 4rem;
	padding-right: 4rem;
}

@media (max-width: 992px) {
	.paddings {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.btn {
	border-radius: 0px;
	border: 2px solid black;
	background-color: transparent;
	color: black;
	padding: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: transparent;
	color: black;
	border: 3px solid black;
}

.paticka {
	background-color: #3C3C3C;
	color: #e7e7e7;
}

.paticka a {
	color: white;
	text-transform: uppercase;
}

.copyrighty a {
	color: black;
}

.paticka h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.copyrighty {
	font-size: 12px;
	background-color: white;
	color: black;
}

a.main-a {
	color: black;
}

@media (min-width: 1200px) {
	.container--wide {
		max-width: 1150px;
	}
}

@media (min-width: 1300px) {
	.container--wide {
		max-width: 1250px;
	}
}

@media (min-width: 1400px) {
	.container--wide {
		max-width: 1350px;
	}
}

@media (min-width: 1500px) {
	.container--wide {
		max-width: 1450px;
	}
}

@media (min-width: 1600px) {
	.container--wide {
		max-width: 1550px;
	}
}

/* BAZAR */

.bazar--archive .effect-button {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	background-color: #71a333;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.bazar--archive .bazar-items-to-filter {
	margin-bottom: 20px;
}

.bazar--archive .wpcf7 .btn-success {
	background: lightgray;
	border-radius: 0;
	padding: 1rem;
	border: 0;
	color: black;
	text-transform: uppercase;
}

.bazar--archive .wpcf7 .btn-success:hover,
.bazar--archive .wpcf7 .btn-success:focus,
.bazar--archive .wpcf7 .btn-success:active {
	background: #71a333;
	border: 0;
}

.bazar--archive .light-green-btn {
	background-color: gray;
	color: white;
	padding: 2px 10px 2px 10px;
	border: none;
}

.bazar--archive .item-heading {
	margin-top: 10px;
}

.bazar--archive h3 {
	text-align: left;
	background: transparent;
	color: black;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.bazar--archive h3 a {
	color: black;
}

.bazar--archive p.lead {
	margin: 2rem auto;
}

.bazar--archive .on-yellow-bg {
	border-color: white;
	color: white;
	padding: 5px;
}

.bazar--archive .on-yellow-bg:hover,
.bazar--archive .on-yellow-bg:focus,
.bazar--archive .on-yellow-bg:active {
	border: 2px solid white !important;
}

.bazar--archive .bazar-table {
	padding: 5px;
	margin: 10px 0;
	font-size: 14px;
}

.bazar--archive .bazar-informace {
	padding: 2.5rem 0;
}

.bazar--archive hr {
	border-top: 2px solid green;
}

.bazar--archive .filtr-bg {
	background: transparent;
	border-bottom: 1px solid lightgray;
	color: black;
	padding: 2rem 0;
}

@media (max-width: 768px) {
	.bazar--archive .filtr-bg .form-control {
		margin-bottom: 10px;
	}
}

.bazar--archive .wpcf7-form {
	font-size: 14px;
}

.bazar--archive .heading-filtr {
	font-weight: bold;
	font-size: 20px;
}

.single-bazar {
	font-size: 14px;
}

.single-bazar hr {
	border-top: 2px solid green;
}

.single-bazar .btn-primary {
	background-color: lightgray;
	border: none;
	color: black !important;
	padding: 8px 15px 8px 15px;
}

.single-bazar legend {
	margin: 10px;
}

.single-bazar main h2 {
	font-size: 30px;
}

.single-bazar h3 {
	text-align: center;
	background: transparent;
	color: black;
	padding: 0px;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 10px;
}

.single-bazar h3 a {
	color: black;
}

.single-bazar .agro-card {
	background: gray;
	color: white;
	padding: 3rem 0;
	width: 100%;
}

.single-bazar .agro-card img {
	margin-top: 20px;
}

.single-bazar .agro-card a {
	color: white;
}

.single-bazar .wpcf7 .btn-success {
	border-radius: 0;
	background: #71a333;
	border: 0;
	color: white;
	text-transform: uppercase;
}

.single-bazar .wpcf7 .btn-success:hover,
.single-bazar .wpcf7 .btn-success:focus,
.single-bazar .wpcf7 .btn-success:active {
	background-color: darkgreen;
}

.single-bazar a.print-link {
	color: #00afaa;
	font-size: 1.5em;
}

.single-bazar a.back-link {
	color: black;
}

.single-bazar .light-green-bg {
	background-color: rgba(220, 220, 220, 1);
	text-align: center;
	color: black;
}

.single-bazar .single-bazar-table th,
.single-bazar .single-bazar-table td {
	padding: 0.5rem;
}

.single-bazar .table thead th {
	border: none;
}

.single-bazar .btn-odeslat {
	margin-bottom: 40px;
}

form {
	margin: 3rem auto;
}

form legend {
	text-align: center;
	font-weight: bold;
	margin: 2em auto;
	border-bottom: 0;
}

@media (min-width: 768px) {
	.single-bazar .effect-grid > div figure {
		height: 180px;
	}
}

.single-bazar .back-link {
	color: darkgreen;
}

.btn-odeslat {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

abbr {
	display: inline;
}

#map {
	height: 350px;
}

.loga {
	max-width: 120px;
	margin: 0 20px 20px 0;
}

.mapa-webu {
	font-size: 16px;
}

.ostatni {
	font-size: 16px;
}

.download-item {
	position: relative;
	padding: 8px;
	font-size: 1.2em;
}

.download-item a {
	color: black;
}

.download-item a:hover,
.download-item a:active {
	color: #747474;
}

.download-icon {
	margin: 10px;
	color: #00afaa;
}

.kontakty-hlavicka {
	font-size: 14px;
	margin-bottom: 20px;
}

.kontakty-hlavicka h1 {
	font-weight: 800;
	font-size: 85px;
	margin: 20px auto;
}

.plus-icon {
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
	top: 8px;
}

.btn-link {
	background-color: white;
	border: none;
	border-top: 1px solid lightgray;
	outline: none;
	margin: 0px;
	color: black;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	color: black;
	text-decoration: none;
}

.card {
	border: none;
	font-size: 14px;
}

.card-header {
	background: transparent;
	border: 0;
}

.card-body .col-md-4 a {
	display: block;
}

.card-body .col-md-4 p {
	margin-bottom: 0px;
}

.card-body .col-md-4 h3 {
	font-weight: bold;
	font-size: 22px;
}

/* Ujarak */
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	padding: 2px 5px;
	border: 1px solid black;
}

.bigger-button {
	padding: 7px 12px;
	color: black;
	border: 1px solid lightgray;
	min-width: 80px;
}

.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: lightgray;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak.button--round-s::before {
	border-radius: 2px;
}

.button--ujarak.button--inverted::before {
	background: #71a333;
}

.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
	color: #fff;
	border-color: lightgray;
}

.button--ujarak.button--inverted:hover {
	color: #37474F;
	border-color: #fff;
}

.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

article {
	font-size: 16px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

article h1 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 32px;
}

.oddeleno_carou {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.zeleny_text {
	margin-top: 20px;
	color: green;
	text-transform: uppercase;
}

.zeleny_text h1 {
	font-size: 22px;
}

.find-out-more a {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
}

.cara {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #50af31;
}

.grecaptcha-badge {
	display: none;
}

.inImage {
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 1.2em;
	text-align: center;
}

.inImage2 {
	border-radius: 100%;
	background-color: rgba(66, 66, 66, 0.5);
	color: white;
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 1.2em;
	text-align: center;
	left: 30px;
	top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px;
}

.inImage2--osiva {
	width: 220px;
	height: 220px;
	font-size: 1.1em;
}

.inImage3 {
	border-radius: 100%;
	background-color: rgba(66, 66, 66, 0.5);
	color: white;
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 1.2em;
	text-align: center;
	right: 30px;
	top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px;
}

.inImage3--osiva {
	width: 220px;
	height: 220px;
	font-size: 1.1em;
}

@media (min-width: 768px) {
	.inImage3--osiva {
		left: 215px;
		top: 170px;
	}
}

.zooming-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ostatni .menu-item {
	float: left;
}

@media (min-width: 768px) and (max-width: 992px) {
	.ostatni {
		font-size: 0.7em;
	}
}

.overmap {
	position: absolute;
	top: 0px;
	left: 30px;
	height: 100%;
	background-color: rgba(100, 100, 100, 0.9);
	color: white;
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.overmap a {
	color: white;
}

@media (min-width: 1320px) {
	.container {
		max-width: 1320px;
	}
}

@media (max-width: 460px) {
	.inImage2,
	.inImage3 {
		display: none;
	}
}

.card-header {
	padding-right: 0px;
	padding-left: 0px;
}

.topIcon {
	border-radius: 100%;
	font-size: 1.6em;
	border: 1px solid black;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.x-heading {
	text-transform: uppercase;
}

.thatBox {
	background-color: rgba(45, 45, 45, .8);
	height: 120px;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: background-color .4s;
	text-decoration: none;
	font-size: 25px;
}

.thatBox:active,
.thatBox:hover,
.thatBox:focus {
	background-color: rgba(0, 0, 0, 0.4);
}

.thatXl a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.queriedName {
		padding-top: 12px;
	}
}

.iIcon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headingArea {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: start;
}

.headingArea h2 {
	padding-top: 30px;
}

.accordion .btn:focus {
	box-shadow: none;
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}

.vysuv {
	position: absolute;
	top: 240px;
	right: 5px;
	overflow: hidden;
}

.vysuv,
.topVysuv {
	text-align: center;
	font-size: 0.8em;
}

.vysuv h2,
.topVysuv h2 {
	font-size: 1.6em;
}

.vysuv h3,
.topVysuv h3 {
	font-size: 1.4em;
}

.vysuv a,
.topVysuv a {
	font-size: 1.5em;
	text-transform: uppercase;
	position: relative;
	color: white;
}

.vysuv a:hover,
.vysuv a:focus,
.topVysuv a:hover,
.topVysuv a:focus {
	text-decoration: none;
	color: white;
}

.vysuv a::before,
.topVysuv a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.vysuv a:hover::before,
.vysuv a:focus::before,
.vysuv a.active::before,
.topVysuv a:hover::before,
.topVysuv a:focus::before,
.topVysuv a.active::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.inVysuv {
	animation: 1s ease-out 0s 1 slideInFromLeft;
	width: 450px;
	background-color: rgba(45, 45, 45, .8);
	color: white;
	padding: 25px;
}

.inVysuv:active,
.inVysuv:hover,
.inVysuv:focus {
	background-color: rgba(0, 0, 0, 0.4);
}

.kariera_panicka {
	width: 450px;
	padding-bottom: 20px;
}

@media screen and (max-height: 830px) {
	.kariera_panicka {
		display: none;
	}
}

@media screen and (max-height: 560px) {
	.vysuv {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.thatContainer {
		padding-top: 240px;
	}
	.kariera_panicka {
		display: none;
	}
	.vysuv {
		top: 280px;
	}
}

.topVysuv {
	display: none;
}

@media screen and (max-width: 992px) {
	.vysuv {
		display: none;
	}
	.home .topVysuv {
		display: block;
		text-align: center;
		padding: 5px;
	}
	.home .topVysuv a {
		color: black;
	}
}

.ag-publicity {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ag-publicity__item header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.ag-publicity__item header {
		flex-direction: row;
	}
}

.ag-publicity__item img {
	max-width: 280px;
}

.ag-publicity__item h3 {
	font-size: 16px;
}

.ag-publicity__item p {
	font-size: 12px;
}

.post-type-archive-publicita .page-content .container article {
	border-bottom: 1px solid grey;
}

.post-type-archive-publicita .page-content .container article:last-child {
	border-bottom: 0;
}

.sam-banner {
	margin-block: 3rem;
}

@media screen and (max-width: 991px) {
	.sam-banner {
		display: none;
	}
}
