@media (min-width: 992px) {
		.navbar .nav-item .dropdown-menu {
		width: auto !important;
		max-height: 400px;
		overflow: auto;
	}
	
	.navbar .nav-item .dropdown-menu .dropdown-item {
		padding: 8px 20px;
	}
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background-color: #64f4ab !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #39b577 !important;
}

/*
#scroll-top.active {
	top: 90%;
} */

.footer-contact-content a {
	transition: none;
}

.footer-contact-content h2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-contact-content h2:hover {
	color: #64f4ab !important;
}

/* .portfolio-content h4, a: presunuté do css/style.css (dlaždice referencií) */

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-list-item input {
	margin-right: 6px;
}

.contact-form h5,
.contact-form h3.jh-pole-nadpis {
	font-size: 20px;
	margin-bottom: 16px;
}

/* Kontakt a Cenová ponuka: nadpisy kariet sú h3 kvôli poradiu nadpisov, vzhľad ako h5. */
.contact-info h3 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #fff;
	overflow-wrap: break-word;
	hyphens: auto;
}

/* Bez toho sa text karty nezúži pod najdlhšie slovo a karta ho oreže
   ("Korešpondenčná" pri šírke 992 až 1199 px). */
.contact-info-content {
	min-width: 0;
}

.wpcf7 .wpcf7-submit:disabled {
	pointer-events: none;
	user-select: none;
	opacity: .75;
}

#cenova-ponuka ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: #64f4ab;
}

.portfolio-details {
	color: #fff;
}

.portfolio-details p {
	margin-bottom: 20px;
}

.portfolio-details a {
	color: #64f4ab;
	text-decoration: underline;
}

.portfolio-details h2,
.portfolio-details h3,
.portfolio-details h4,
.portfolio-details h5,
.portfolio-details h6 {
	margin-bottom: 16px;
}

.career-single-list {
	
}

.career-single-list i,
.career-single-list li span {
	color: #64F4AB;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 22px;
}

.job-overview {
	position: sticky;
	top: 0;
	height: 420px;
	-webkit-box-shadow: 0 0 35px 0 hsla(0,0%,51%,.2);
	box-shadow: 0 0 35px 0 hsla(0,0%,71%,.2);
	border-radius: 10px;
}

.job-overview .career-title {
	font-size: 24px;
	padding: 15px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-weight: 500;
	background-color: #64f4ab;
	background: linear-gradient(to left, #5adb9a 0%, #419f70 100%);
}

.job-overview .overview-bottom {
	padding: 35px;
}

.job-overview .job-detail ul {
	margin-bottom: 22px;
}

.job-overview .job-detail ul li {
	font-weight: 600;
	margin-bottom: 8px;
}

.job-overview .job-detail ul li i {
	color: #64f4ab;
	font-size: 20px;
	width: 20px;
	text-align: center;
	position: relative;
	top: 1px;
	margin-right: 14px;
}

.job-overview .theme-btn::before {
	width: 400px;
}

/**/

.career-form {
	background: linear-gradient(to left, #5adb9a 0%, #419f70 100%);
	border-radius: 5px;
	padding: 0 16px;
}

.career-form .form-group .form-control {
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	background-color: hsla(0,0%,100%,.2);
	border: 0;
	padding: 10px 15px;
	transition: all .5s ease-in-out;
	font-size: 16px;
	line-height: inherit;
}

/* .career-form .form-group .form-control:focus {
    border-color: #252734 !important;
} */

.career-form .form-group select {
	appearance: auto !important;
	line-height: inherit;
	padding: 14px 15px !important;
}

select {
	cursor: pointer;
}

.career-form ::-webkit-input-placeholder {
	color: #fff !important;
}
.career-form :-moz-placeholder {
	color: #fff !important;
	opacity:  1;
}
.career-form ::-moz-placeholder {
	color: #fff !important;
	opacity:  1;
}
.career-form :-ms-input-placeholder {
	color: #fff !important;
}
.career-form ::-ms-input-placeholder {
	color: #fff !important;
}

.career-form ::placeholder {
	color: #fff !important;
}

.filter-results .job-box {
	-webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
	box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
	border-radius: 10px;
	padding: 10px 35px;
	background-color: #fff;
	color: #252734;
}

.filter-results .job-box .img-holder {
	height: 50px;
	width: 50px;
	background-color: #419f70;
	background-image: linear-gradient(to left, #5adb9a 0%, #419f70 100%);
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 65px;
	margin-right: 20px;
}


.filter-results .job-box .job-right {
	display: flex;
	align-self: center;
}

.filter-results .job-box .job-content h5 {
	margin-bottom: 10px;
	color: #252734;
}

.filter-results .job-box .job-content ul li {
	font-weight: 600;
}

#breadcrumbs li:last-child,
#breadcrumbs li:last-child a {
	color: #64f4ab;
}

.cky-consent-container {
	z-index: 99999999 !important;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container p {
	color: #fff;
}

.container p strong {
	font-weight: 900;
}

.testimonial-single {
	background: #36384a !important;
}

.testimonial-quote {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.testimonial-image {
	padding: 30px;
	border-radius: 10px;
	background: #e1e3ea;
	display: inline-block;
}

.testimonial-image img {
	width: 350px !important;
	display: block;
	margin: 0 auto;
}

.testimonial-author-info a {
  transition: all .3s ease-in-out;
	color: #64f4ab;
}

.testimonial-author-info a:hover {
	color: #0fd773;
}

.page-content a:not(.theme-btn) {
	color: #64f4ab;
}

.page-content a:not(.theme-btn):hover {
	color: #0fd773;
}

/**/

.tags h4 {
	margin-bottom: 20px;
}

.tags-footer {
  width: 100%;
}

.tags-footer span,
.tags-footer a {
	color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 18px 0px 0px;
  position: relative;
}

.tags-footer span::before,
.tags-footer a::before {
  content: "|";
  position: absolute;
  right: 8px;
  height: 16px;
  width: 1px;
	font-size: 16px;
	top: -4px;
	color: #64f4ab;
}

.tags-footer a:last-child,
.tags-footer span:last-child {
  padding-right: 0px;
}

.tags-footer a:last-child::before,
.tags-footer span:last-child::before {
  display: none;
}

/**/

.wpcf7-not-valid {
	border-color: #dc3232;
}

/**/

.list-disk li {
  list-style: disc inside;
  margin-bottom: 12px;
	color: #fff;
	line-height: 1.5;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.list-disk li::marker {
	color: #64f4ab;
	font-size: 20px;
}

.wpcf7-radio label,
.wpcf7-checkbox label {
	color: #fff;
}

/**/

.newsletter-form .form-group input[type=email] {
	margin-bottom: 10px;
}

.newsletter-form .form-group a {
	color: #64f4ab;
	text-decoration: underline;
}

.newsletter-form .form-group a:hover {
	text-decoration: none;
}

/**/

.footer .footer-about .logo {
	padding-left: 0;
	padding-bottom: 20px;
}

.footer .footer-about p {
	margin-bottom: 16px;
}

.footer .footer-about p strong {
	font-weight: 700;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #dddddd;
}

.footer .footer-about h3,
.footer .footer-link h3,
.footer .footer-contact h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #64f4ab;
}

.footer-contact a {
	color: #b7bcc8;
}

.footer-contact a:hover {
	color: #64f4ab;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #dddddd;
    transition: .3s;
}

/* .footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
} */

.footer .footer-link a:hover {
    color: #64f4ab;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
}

.footer .footer-social a i {
    
    font-size: 18px;
    color: #64F4AB;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #dddddd;
}

/* Banner s odkazom na profil na Pretlak.com, pod ikonami sociálnych sietí. */
.footer .footer-pretlak {
    display: inline-block;
    margin-top: 25px;
}

.footer .footer-pretlak img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    transition: opacity .2s;
}

.footer .footer-pretlak:hover img {
    opacity: .85;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a {
    color: #dddddd;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
    color: #64f4ab;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #dddddd;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #0085ff;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 991.98px) {
	.py-120 {
		padding: 80px 0;
	}

	.site-title,
	.newsletter-content h3 {
		font-size: 40px;
	}
}

.expert-item {
	background: #383943;
}

@media (max-width: 767.98px) {
	.py-120 {
		padding: 60px 0;
	}
	
	.expert-item {
		text-align: center;
	}
	
	.expert-item span {
		font-size: 22px;
		font-weight: bold;
	}
	
	.site-title,
	.newsletter-content h3 {
		font-size: 30px;
	}
	
	.footer .copyright p,
	.footer .copyright .col-md-6:last-child p {
			margin: 5px 0;
			text-align: center;
	}
	
	.blog-author {
		margin: 0;
	}
	
	.blog-meta {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.site-title,
	.newsletter-content h3 {
		font-size: 30px;
	}
	
	.site-breadcrumb {
		padding-top: 200px;
	}
	
	.breadcrumb-title,
	.blog-details-title {
		font-size: 24px !important
	}
	
	.footer-wrapper {
		padding: 60px 0;
	}
	
	.newsletter-form .form-group .theme-btn {
		position: static;
	}
	
	.blog-author-img {
		width: auto !important;
		margin: 0 auto;
	}
	
	.blog-author-img img {
		width: 100px;
	}
	
	.author-info {
		padding: 20px 0;
	}
	
	.blog-comments-form {
		padding: 30px 15px;
	}
}

@media (max-width: 480px) {
	.hero-single {
		padding-top: 200px;
		padding-bottom: 290px;
	}
	
	.hero-single .hero-content .hero-btn {
		display: block;
		margin-top: 1.2rem;
	}
	
	.hero-single .hero-content .hero-btn .theme-btn {
		width: 100%;
	}
	
/* 	.hero-img img {
		width: 80% !important;
	} */
	
	.hero-right {
		width: 260px;
		height: 260px;
	}
	
	.hero-icon-img .hero-icon {
		width: 40px;
		height: 40px;
		line-height: 1;
	}
	
	.site-title-tagline {
		line-height: 1.2;
	}
	
	.blog-meta .blog-meta-left ul,
	.blog-meta {
		display: block;
	}
}

.newsletter-content p {
	font-size: 14px;
/* 	margin-bottom: 14px; */
}

.newsletter-content h3 {
	margin-bottom: 20px;
}

.newsletter-content p:last-child {
	margin-bottom: 0;
}

#kontakt i.pulsing::before {
	box-shadow: 0px 0px 1px 1px #0000001a;
	animation: pulse 1.5s infinite;
	border-radius: 50%;
}


@keyframes pulse {
0% {
	box-shadow: 0 0 0 0px rgba(100,244,171, 0.5);
}
100% {
	box-shadow: 0 0 0 15px rgba(100,244,171, 0);
}
}

/**/

.blog-content {
	user-select: none !important;
}

.blog-content blockquote {
	user-select: text;
}

.page-content {
	color: #fff;
}

.page-content h2:not(.site-title) {
	margin: 3.5rem auto 2rem;
}

.page-content h3 {
	margin: 1em 0;
	font-size: 1.5em;
}

.page-content h4 {
	margin: .75em 0;
	font-size: 1.2em;
}

.page-content a:not(.theme-btn) {
	color: #64f4ab;
	text-decoration: underline;
}

.page-content a:not(.theme-btn):hover {
	text-decoration: none;
}

.page-content p {
	margin: 1em 0;
}

.page-content ul:not(.single-list) {
	padding-left: 2rem;
}

.page-content ul:not(.single-list),
.page-content ul:not(.single-list) li,
.blog-content ul:not(.single-list),
.blog-content ul:not(.single-list) li {
	list-style: disc;
}

.page-content ol,
.page-content ol li {
	list-style: decimal;
}

.blog-author-img {
	width: 400px;
}

.blog-author {
	align-items: start;
	background:#383943;
}

.blog-details-title {
	line-height: normal;
	margin: 0 0 1em;
}

.blog-meta {
	margin-bottom: 1.5em;
}

.blog-thumb-img {
	margin-bottom: 40px;
}

.blog-single-content img {
	display: block;
	margin: 0 auto;
}

.blog-content code {
	padding: 2px 4px;
	margin: 0;
	border-radius: 2px;
	color: #0d0d0d;
	background: #ececec;
	font-size: .875em;
	font-weight: 500;
	font-family: monospace !important;
}

.blog-item {
	display: block;
}

.blog-item-img,
.blog-item-img img {
	border-radius: 0 !important;
}

.blog-item:hover .blog-item-img img {
	transform: none;
}

/* .blog-item-img img {
	box-shadow: 20px 1px 40px rgba(100,244,171,.53);
	display: block;
} */

.blog-title a {
	line-height: normal;
}

.blog-item-meta ul {
	border: none;
	margin: 0;
	padding: 0;
}

.syntaxhighlighter.highlighter a,
.syntaxhighlighter.highlighter div,
.syntaxhighlighter.highlighter code,
.syntaxhighlighter.highlighter table,
.syntaxhighlighter.highlighter table td,
.syntaxhighlighter.highlighter table tr,
.syntaxhighlighter.highlighter table tbody,
.syntaxhighlighter.highlighter table thead,
.syntaxhighlighter.highlighter textarea {
	font-family: monospace !important;
}

.syntaxhighlighter.highlighter table caption {
	caption-side: top !important;
	font-size: .75em !important;
	font-style: italic !important;
	margin-bottom: 5px !important;
}

.widget .recent-post-img img {
	max-width: none;
	width: 90px;
}

.brief a:hover {
	text-decoration: none !important;
}

/**/

.tip {
	position: relative;
}

.tip .help {
	display: block;
}

.tip .tip-txt {
	width: 145px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	background: #333;
	padding: 10px;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	transition: .5s ease-in-out;
	box-sizing: border-box;
	text-align: center;
	transition: opacity .3s;
	top: -10px;
	left: 20px;
	z-index: 1000;
}

.help i {
	font-size: 18px;
	transition: .5s ease-in-out;
}

.help i:hover + .tip-txt { 
	visibility: visible;
	opacity: 1;
	font-weight: 600;
}

.contact-notice {
	background: #ffbd47;
	border-radius: 4px;
	padding: 18px 22px;
}

.contact-notice h4 {
	color: #34402d;
}

.reklama ins {
	margin-bottom: 20px;
}

.cky-switch input[type="checkbox"]::before {
	top: initial;
	right: initial;
	border: none;
}


.pes-pdf-scrollable--viewer {
	margin: 0 auto !important;
	box-shadow:0 0 10px #ccc;
}

/**/

.gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin: 20px auto !important;
    clear: both;
}

.gallery-item {
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.gallery-columns-1 .gallery-item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
}

.gallery-columns-2 .gallery-item {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
}

.gallery-columns-3 .gallery-item {
    flex: 1 1 calc(33.333% - 13.4px) !important;
    max-width: calc(33.333% - 13.4px) !important;
}

.gallery-item {
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.gallery-icon a {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    box-shadow: 0px 14px 12px rgba(0,0,0,0.12) !important;
    width: 100% !important;
}

.gallery-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important; 
    display: block !important;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.gallery-icon a::after {
    content: "ZOBRAZIŤ DETAIL";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: white !important;
    font-family: sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gallery-icon a:hover::after {
    opacity: 1 !important;
}

.gallery-icon a:hover img {
    transform: scale(1.05) !important;
    cursor: pointer;
}

/**/

/* .portfolio-item .portfolio-img a :hover: presunuté do css/style.css (dlaždice referencií) */

/**/

.wp-caption .wp-caption-text, .gallery-caption {
	text-align: center;
	font-style: italic;
	line-height: 1.25;
	font-size: 13px;
	padding: 10px 0 5px;
}

/**/

.portfolio-nav {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.portfolio-nav-link {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: inherit;
}

.portfolio-nav-prev { justify-content: flex-start; }
.portfolio-nav-next { justify-content: flex-end; }

.portfolio-nav-text {
	display: flex;
	flex-direction: column;
}

.portfolio-nav-next .portfolio-nav-text {
	align-items: flex-end;
	text-align: right;
}

.portfolio-nav-label {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.portfolio-nav-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #64f4ab;
}

.portfolio-nav-link i {
	font-size: 38px;
	color: #64f4ab;
	transition: transform .2s ease;
}

.portfolio-nav-prev:hover i { transform: translateX(-5px); }
.portfolio-nav-next:hover i { transform: translateX(5px); }

@media (max-width: 575px) {
	.portfolio-nav-title { font-size: 14px; }
	.portfolio-nav-link i { font-size: 22px; }
}

/* Animácie (14. 9. 2026 namiesto animate.css a WOW.js) */

/* Hlavička úvodnej stránky: vysunutie a zjavenie hneď po načítaní, oneskorenie je
   v šablóne v style="animation-delay: ...". Rovnaký priebeh ako fadeInUp a fadeIn
   z animate.css. */
@keyframes jh-vysun {
	from { opacity: 0; transform: translate3d(0, 100%, 0); }
	to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes jh-zjav {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.jh-vysun { animation: jh-vysun 1s both; }
.jh-zjav  { animation: jh-zjav 1s both; }

/* Sekcie pri posúvaní (js/main.js). Triedu pridáva až skript, bez neho sa nič
   neskrýva. Prechod len pri zobrazení, skrytie je okamžité, inak by koniec
   prechodu zo skrývania odobral triedy skôr, než prvok príde na obrazovku. */
.jh-odhal {
	opacity: 0;
	transform: translateY(24px);
}

.jh-odhal.jh-videne {
	opacity: 1;
	transform: none;
	transition: opacity .6s ease-out, transform .6s ease-out;
	transition-delay: var(--jh-oneskorenie, 0s);
}

@media (prefers-reduced-motion: reduce) {
	.jh-vysun, .jh-zjav { animation: none; }
}

/* Stránka Nástroje (page-nastroje.php) */
.jh-nastroje .service-item {
	height: calc(100% - 25px);
}
