/* GLOBAL */

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
}

h1,
h2 {
	border-left: 6px solid #008f65;
	padding-left: 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

p {
	text-align: justify;
	line-height: 22px;
}

a {
	color: #008f64;
}

a:active {
	outline: none;
}

/* NAVIGATION */
#menu-hlavni-menu {
	padding-top: 48px;
}

.navbar-default {
	background: transparent;
	border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #008f64;
	background: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #008f64;
}

.navbar-brand {
	float: none;
	margin-bottom: 60px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #008f64;
}

/* CONTENT */
#main-container {
	margin-top: 20px;
}

/* AKTUALITY */
#aktuality ul {
	padding-left: 0px;
}

#aktuality li {
	list-style-type: none;
	margin-top: 15px;
}

#aktuality a,
#aktuality time {
	color: #000;
}

#aktuality a:hover,
#aktuality a:focus {
	color: #333;
	text-decoration: none;
}

#aktuality h4,
#aktuality time {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#aktuality h4 {
	margin: 0;
}

#aktuality h4:before {
	content: '|';
	margin: 0 5px;
}

#aktuality img,
.novinka img,
.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

a#all-news {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #008f64;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}

a#all-news:hover,
a#all-news:focus {
	color: white;
	background-color: rgba(0, 143, 101, .8);
}


/* IMAGE HOLDERS */
.parallax-window-container,
.picture-container {
	-webkit-box-shadow: 0 5px 15px 1px #6D7A67;
	box-shadow: 0 5px 15px 1px #6D7A67;
	border-bottom-color: #007b4a;
	border-bottom-style: solid;
}

.parallax-window-container {
	border-bottom-width: 405px;
}

.picture-container {
	border-bottom-width: 5px;
}

/* FOOTER */
footer {
	border-top: 1px solid #000;
}

.site-footer {
	padding: 0px;
	color: #000;
}

footer h4 {
	margin-top: 20px;
}

#partneri p,
#partneri li {
	display: inline-block;
}

#partneri p {
	padding-right: 20px;
}

.site-footer .textwidget p {
	text-align: left;
}

footer i {
	padding-right: 10px;
}

#copyright {
	margin: 0;
	padding: 20px 0;
	background: #000;
	color: #7d7d7d;
}

.site-sub-footer a:hover,
.site-sub-footer a:focus {
	color: white;
	text-decoration: none;
}

.textwidget a:hover,
.textwidget a:focus {
	color: #333;
	text-decoration: none;
}

/* SLUZBY SLIDER */
#sluzby {
	margin-top: 20px;
}

#sluzby h1 {
	margin-bottom: 40px;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
	font-family: "Font Awesome";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 48px;
}

.owl-nav .owl-prev:before {
	content: "\f104";
}

.owl-nav .owl-next:before {
	content: "\f105";
}

.owl-controls .owl-nav [class*=owl-] {
	background: transparent !important;
	color: #000 !important
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent !important;
	color: #008F65 !important;
}

.owl-controls {
	position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	bottom: 85px;
}

.owl-nav .owl-prev {
	left: -40px;
}

.owl-nav .owl-next {
	right: -40px;
}

.owl-caption {
	background: transparent !important;
}

.owl-caption h4 {
	text-transform: none;
	text-align: center !important;
	position: absolute;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.6);
	height: 45px;
	line-height: 45px;
	width: 100% !important;
	color: #000 !important;
}

.foo-item:hover .owl-caption h4 {
	background-color: rgba(0, 143, 101, .7);
	color: #fff !important;
}

/* KONTAKTY */

.gmaps {
	margin-top: 20px;
}

/* FOOTER */

#copyright .site-sub-footer:first-child p {
	text-align: left;
}

#copyright .site-sub-footer:last-child p {
	text-align: right;
}

@media (max-width: 767px) {

	#copyright .site-sub-footer:first-child p,
	#copyright .site-sub-footer:last-child p {
		text-align: center;
	}
}

#content a:hover {
	color: #333;
	text-decoration: none;
}



/* owl gallery fix */

.ss-owl-link {
	display: block !important;
}


/* responsivní menu nahore */
@media (max-width: 1199px) {
	.navbar-brand {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.navbar-brand>img {
		display: inline-block;
		padding: 20px 0;
	}

	.navbar-header {
		float: none;
		text-align: center;
	}

	#menu-hlavni-menu {
		padding-top: 0px;
		float: none !important;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}

.navbar-toggle {
	margin: 0 auto;
	float: none;
	display: block;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}


@media (max-width: 991px) {

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar-nav>li {
		float: none;
	}
}

@media (max-width: 767px) {

	.site-footer .col-sm-6,
	.site-footer .textwidget p {
		text-align: center;
	}
}


/* owl carousel responsive fix */
@media (max-width: 991px) {
	.owl-caption h4 {
		font-size: 18px;
		line-height: normal;
	}
}

.owl-dots {
	display: none !important;
}

.cookies.row:before,
.cookies.row:after {
	clear: both;
}

.cookies.row:after {
	clear: both;
}

.cookies.row {
	overflow: hidden;
	position: relative;
	padding: 10px 15px 0 !important;
	background-color: #008f64;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	width: 100%;
	max-width: 100% !important;
}

.col-md-1 {
	width: 8.33333%;
	float: left;
}

.col-md-10 {
	width: 83.3333%;
	float: left;
}

@media(max-width: 767px) {
	.col-md-1 {
		width: 100%;
	}

	.col-md-10 {
		width: 100%;
	}
}

.cookies {
	margin: 0 auto;
	padding: 0;
}

.cookies .cookies-ok {
	margin-bottom: 10px;
}

.cookies .cookies-ok i {
	margin: 16px;
	font-size: 20px;
	cursor: pointer;
}

.cookies p a,
.cookies p a:hover,
.cookies p a:focus {
	color: #fff;
}

.pt-cv-readmore {
	display: none;
}

/* nejnovější aktualita */
.relative-wrapper {
	position: relative;
}

#news-no-one {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#news-no-one p {
	background: #ff0000;
	padding: 10px;
	color: #fff;
}

#news-no-one a {
	color: #fff;
	text-decoration: underline;
}

.parallax-header,
.pt-cv-readmore {
	display: none;
}

.pt-cv-wrapper .btn {
	display: none;
}

.relative-wrapper {
	height: 405px;
}


.topbar {
	padding: 10px 0;
	text-align: right;
	border-bottom: 1px solid #e4e4e4;
}

.topbar a {
	display: inline-block;
	margin-left: 18px;
}

.zdv-certificates {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	row-gap: 24px;
}

.zdv-certificates .wp-block-image {
	margin-bottom: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}

.zdv-certificates .wp-block-column {
	margin: 0;
	justify-content: center;
	display: flex;
}

@media screen and (min-width: 768px) {
	.zdv-certificates {
		grid-template-columns: repeat(3, minmax(0, max-content));
		column-gap: 24px;
	}
}

/* Služby grid */
.sluzba-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-decoration: none;
}

.sluzba-img {
	line-height: 0;
}

.sluzba-img img {
	width: 100%;
	block-size: 180px;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.sluzba-item:hover .sluzba-img img,
.sluzba-item:focus .sluzba-img img {
	transform: scale(1.05);
}

.sluzba-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 16px;
	background: rgba(255, 255, 255, .75);
	color: #333;
	font-size: 18px;
	text-align: center;
	transition: background .3s ease, color .3s ease;
}

.sluzba-item:hover .sluzba-title,
.sluzba-item:focus .sluzba-title {
	background: rgba(46, 139, 86, 0.812);
	color: #fff;
}
/* News sidebar section */
.news-sidebar-section h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 12px;
	border-left: 4px solid #2e8b57;
	margin-bottom: 20px;
}

.news-item {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.news-thumb {
	flex: 0 0 180px;
}

.news-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.news-content {
	flex: 1;
}

.news-date {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
}

.news-content h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.news-content h3 a {
	color: #333;
	text-decoration: none;
}

.news-content p {
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	margin: 0;
}

.btn-aktuality {
	display: block;
	text-align: center;
	background: #2e8b57;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	text-decoration: none;
	margin-block-end: 2rem;
}

.btn-aktuality:hover,
.btn-aktuality:focus {
	background: #256e46;
	color: #fff;
	text-decoration: none;
}