<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #555;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #555;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #555;
}

/*
==============================================================
-------------- by Petr Danek ---------------------- */

body {position: relative;background: #fff;}
img {max-width: 100%;}

#ui-datepicker-div { z-index: 999999 !important; }

.borderWrap {min-width: 1280px;max-width: 1280px;margin: auto;position: relative;}
div.mainWrapper {min-width: 1280px;max-width: 1280px;margin: auto;position: relative;}

div.wrapper {position: relative; width: 1280px; margin: 0 auto;}

* {box-sizing: border-box;font-optical-sizing: auto;}
.float-l {float: left;}
.n {display: none;}
a {outline: 0;}
.mainContent h1, .mainContent h2, .mainContent h3 {font-family: 'Oswald', sans-serif;}
.small, .mainContent .main p.small {font-size: 0.8em;}

span.icon {max-width: 26px;max-height: 26px;display: inline-block;position: relative;margin-right: 10px;vertical-align: middle;line-height: 28px;}
	span.icon svg {max-width: 100%; max-height: 100%;}


.external:after, .ext:after {display: inline-block;content: '';background: url(../img/external.svg) no-repeat;width: 15px;height: 15px;position: relative;top: 2px;left: 5px;padding-right: 5px;}
.post .external:after, .post .ext:after {filter: none;}

header .topSection {display: flex;}

:root {
	--menu-bgcolor:#eeeeee;
	--menu-color:#000;
	--menu-hoverbg:#B60707;
	--menu-hover:#fff;
	--text-red:#B60707;
	--text-black:#171717;
	--text-gray:#3D3D3D;
}

body:not(.hp) header {border-bottom: 1px solid #ebebeb;}
header {text-align: left;padding-top: 0px;padding-bottom: 0px;background: #fff;}
	header .topFlex {display: flex;padding-bottom: 30px;z-index: 3;}
	body:not(.hp) header .topFlex {padding-bottom: 20px;}
	header div.logoWrapper {margin-top: 34px;position: relative;z-index: 10;flex-grow: 1;display: flex;width: 25%;}
	header .rightMenu {width: 75%;position: relative;text-align: right;flex-grow: 1;display: flex;justify-content: right;flex-flow: column;margin-top: 5px;}
		header .rightMenu &gt; nav {width: 100%;display: block;}
		header .rightMenu &gt; nav.topSelection {border-bottom: 1px solid #EBEBEB;}

		header .quicknav ul {display: flex;}
		header .quicknav li:not(.fb) a {display: inline-block;background: #1B6545;padding: 5px 25px;color: #fff;text-decoration: none;}
			header .quicknav li a:hover, header .quicknav li a:focus {background: #7E1F1D;}
		header .quicknav {margin-top: 0px;}
		header .quicknav li {margin-left: 10px;}
		header .quicknav li.fb img {height: 37.5px;}

		header .rightMenu .topSelection {width: 100%;}
			header .rightMenu .topSelection ul {display: flex;justify-content: space-between;padding-left: 20px;list-style: none;margin-top: 15px;}
				header .rightMenu .topSelection li {flex-grow: 0;position: relative;padding-left: 30px;color: #3C3C3C;font-size: 15px;font-family: "Inter", sans-serif;font-optical-sizing: auto;font-weight: 300;font-style: normal;line-height: 16px;list-style: none;}
				header .rightMenu .topSelection .pipeAfter:after {content: ' |';position: relative;padding: 0 3px;}
					header .rightMenu .topSelection li.lang:before {content: '';background: url(../img/icons/world.png) no-repeat center center;width: 16px;height: 16px;position: absolute;left: 0;top: 2px;}
					header .rightMenu .topSelection li.email:before {content: '';background: url(../img/icons/email.png) no-repeat center center;width: 20px;height: 16px;position: absolute;left: 0;top: 2px;}
					header .rightMenu .topSelection li.phone:before {content: '';background: url(../img/icons/phone.png) no-repeat center center;width: 16px;height: 16px;position: absolute;left: 0;top: 2px;}
					header .rightMenu .topSelection li.address:before {content: '';background: url(../img/icons/gps.png) no-repeat center center;width: 13px;height: 16px;position: absolute;left: 0;top: 2px;}
				header .rightMenu .topSelection li a {color: #3C3C3C;text-decoration: none;}
					header .rightMenu .topSelection li a:hover {text-decoration: underline;}
		header .rightMenu .mainNav {width: 100%;}
		header .rightMenu ul.mainMenu {display: flex;justify-content: space-between;padding-left: 0px;list-style: none;margin-top: 35px;position: relative;}
		header .rightMenu .mainMenu li {flex-grow: 0;padding-left: 0px;color: #B80707;font-size: 22px;font-family: "Oswald", sans-serif;font-optical-sizing: auto;font-weight: 700;font-style: normal;list-style: none;}
		header .rightMenu .mainMenu li a {color: #B80707;text-decoration: none;text-transform: uppercase;position: relative;}
		header .rightMenu .mainMenu li a:hover {color: var(--text-black);}
		header .rightMenu .mainMenu .hasSubmenu {}
		header .rightMenu .mainMenu .hasSubmenu ul {padding-left: 0;margin-left: 0;}
		header .rightMenu .mainMenu .hasSubmenu .submenuTop {text-align: left; margin-bottom: 30px;border-bottom: 1px solid #ebebeb;padding-bottom: 20px;}
		header .rightMenu .mainMenu .hasSubmenu &gt; a:after {transition: all .35s ease;content: '\25bc';position: absolute;width: 100%;left: 0;bottom: -30px;z-index: 20;font-size: 21px;text-align: center;opacity: 0;visibility: hidden;}
		header .rightMenu .mainMenu .submenu {transition: all .35s ease;position: absolute;width: 100%;background: #fff;left: 0;top: 50px;padding: 40px;z-index: 19;opacity: 0;visibility: hidden;}
			body:not(.hp) header .rightMenu .mainMenu .submenu {border: 1px solid #ebebeb;border-top: 0px;}
			header .rightMenu .mainMenu .submenu ul li {font-size: 16px;line-height: 20px;text-align: left;margin-bottom: 10px;}
			header .rightMenu .mainMenu .submenu .cols {display: flex;}
				header .rightMenu .mainMenu .submenu .cols .col{padding-right: 50px; border-right: solid 1px #ebebeb;flex-grow: 1;}
				header .rightMenu .mainMenu .submenu .cols .col ul {margin-left: 20px;}
				header .rightMenu .mainMenu .submenu .cols .col:first-child ul {margin-left: 0px;}
				header .rightMenu .mainMenu .submenu .cols .col:last-child{padding-right: 0; border-right: none;}

			header .rightMenu .mainMenu .hasSubmenu.active .submenu {visibility: visible; opacity: 1;}
			header .rightMenu .mainMenu .hasSubmenu.active &gt; a:after {visibility: visible; opacity: 1;}


header nav ul li.na{position:absolute;top:-15px;right:0px;z-index:0;min-width:170px;}
header nav ul li.na a{position:absolute;top:-500px;left: 0px;}
header nav ul li.na a:focus, header nav ul li.na a:active{top:15px;left: 0px;color: #fff;background: #1B6545;padding: 10px;min-width: 170px;}

header .mobileNav {position: absolute;right: 20px;top: 20px;z-index: 505;}
header .burgerButton {text-decoration: none;display: block;position: relative;}
header .burgerButton strong {margin-right: 20px; font-family: 'Oswald', sans-serif;text-transform: uppercase;font-weight: 700;color: #1b6545;position: relative;top: -2px;font-size: 20px;}
    header .burgerButton:hover strong {color: #000;}
header .burgerButton span{ display: block;width: 33px;height: 4px;margin-bottom: 5px;position: relative;background: var(--text-red);border-radius: 3px;z-index: 1;transform-origin: 4px 0px;transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),opacity 0.55s ease;z-index: 101;}
header .burgerButton:hover span {background: #000;}
header .burgerButton span:first-child{transform-origin: 0% 0%;}
header .burgerButton span:nth-last-child(2){transform-origin: 0% 100%;}
body.openedNav header .burgerButton span{opacity: 1;transform: rotate(45deg) translate(-2px, -19px);}
body.openedNav header .burgerButton span:nth-last-child(3){opacity: 0;transform: rotate(0deg) scale(0.2, 0.2);}
body.openedNav header .burgerButton span:nth-last-child(2){transform: rotate(-45deg) translate(0, 19px);}

.preFooterPromo {color: #fff;}
.promo {width: 100%;background: url(../img/bg.jpg) no-repeat;background-size: 100%;min-height: 856px;color: #fff;margin-bottom: 120px;}
	.promo .title {padding-top: 160px;text-transform: uppercase;}
		.promo .title span {font-size: 19px;font-family: "Inter", sans-serif;font-optical-sizing: auto;font-weight: 400;}
		.promo .title h1 {font-size: 105px;font-family: "Oswald", sans-serif;font-weight: 700;margin-top: 10px;margin-bottom: 30px;}

	.offer {margin-top: 160px;display: flex;gap: 20px;}
		.mainContent .offer p {font-size: 21px;}
		.offer .red {width: 50%;background: var(--text-red) url(../img/vacuum_thing.png) right bottom no-repeat;padding: 70px 60px;font-size: 21px;font-family: "Inter", sans-serif;font-weight: 300;line-height: 1.5em;}
			.offer .red h2 {font-size: 45px;text-transform: uppercase;font-weight: 700;font-family: "Oswald", sans-serif;margin-top: 0px;color: #fff;}
		.offer .services {width: 50%;display: flex;flex-wrap: wrap;gap: 20px;min-height: 305px;position: relative;}
			.offer .services &gt; a {width: 48%;flex-grow: 1;background-size: cover;display: flex;align-items: center;font-family: "Oswald", sans-serif;font-weight: 700;min-height: 305px;text-decoration: none;font-size: 40px;text-transform: uppercase;position: relative;transition: all .35s ease;border: 0px;}
				.offer .services &gt; a:before {width: 100%;height:100%;content:'';position: absolute;right: 0;bottom: 0;top: 0;left: 0;background: rgba(0,0,0,0.5);transition: all .35s ease;border: 0px;}
					.offer .services &gt; a:hover:before {background: rgba(0,0,0,0.7);}
				.offer .services &gt; a:after {width: 80px;height:80px;content:'';position: absolute;right: 0;bottom: 0;background: #fff url(../img/arrow_red.png) no-repeat center center;transition: all .35s ease;border: 0px;}
					.offer .services &gt; a:hover:after {background: var(--text-red) url(../img/arrow_white.png) no-repeat center center;}
				.offer .services &gt; a span {font-size: 40px;text-align: center;width: 100%;color: #fff;position: relative;z-index: 10;font-family: "Oswald", sans-serif;font-weight: 700;}
			.offer .services &gt; a.sale {background-image: url(../img/sales.jpg);}
			.offer .services &gt; a.development {background-image: url(../img/development.jpg);}
			.offer .services &gt; a.service {background-image: url(../img/service.jpg);}
			.offer .services &gt; a.detectors {background-image: url(../img/detectors.jpg);}

.preHeader {text-transform: uppercase;font-size: 17px;}
	.preHeader.red {color: var(--text-red);}
	h2 {font-family: "Oswald", sans-serif;font-weight: 700;font-size: 45px;margin-top: 20px;margin-bottom: 40px;color: var(--text-black);text-transform: uppercase;}
		h2.bigger {font-size: 60px;}

.redStripe {width: 100%;background: var(--text-red);padding: 50px 0;margin-top: 120px;margin-bottom: 120px;}
	.infoIcons {display: flex;justify-content: space-between;margin: 0;padding: 0;color: #fff;list-style: none;}
		.infoIcons li {width: 25%;flex: 1 1 auto;padding: 30px;padding-top: 150px;text-align: center;}
		.infoIcons li {border-right: solid 1px #C64242;}
		.infoIcons li:last-child {border-right: none;}
		.infoIcons li:nth-child(1) {background: url(../img/icons/clockgear.png) center 30px no-repeat;background-size: 90px;}
		.infoIcons li:nth-child(2) {background: url(../img/icons/business_leader.png) center 30px no-repeat;background-size: 90px;}
		.infoIcons li:nth-child(3) {background: url(../img/icons/thumb_up.png) center 30px no-repeat;background-size: 90px;}
		.infoIcons li:nth-child(4) {background: url(../img/icons/mountains.png) center 30px no-repeat;background-size: 90px;}
	.infoIcons .nl {display: block;margin-top: 10px;}
	.infoIcons strong {font-size: 26px;font-family: "Oswald", sans-serif;font-weight: 700;}
	.infoIcons &gt; span {font-size: 23px;}

.suppliers {display: flex;justify-content: space-between;list-style: none;padding-left: 0px;margin-bottom: 120px;justify-content: space-evenly;gap: 20px; flex-wrap: wrap;}
	.suppliers li {width: 20%;margin-bottom: 20px;}
	.suppliers img {-webkit-filter: none;filter: none;transition: all .35s ease;height: 45px;}
	.suppliers a {transition: all .35s ease;}
	.suppliers a:hover img {-webkit-filter: grayscale(100%);filter: grayscale(100%);}

.twoColsHeading {display: flex;}
	.twoColsHeading .colHeading {width: 70%;}
	.twoColsHeading .colRight {width: 30%;text-align: right;flex-grow: 1;align-self: flex-end;margin-bottom: 40px;text-transform: uppercase;}

.slideNews {display: flex;justify-content: space-between;width: 100%;gap: 55px;}
	.slideNews .newsItem {width: 32%;}
		.slideNews .newsItem .withImg {width: 100%;overflow: hidden;max-height: 270px;display: block;margin-bottom: 40px;}
			.slideNews .newsItem .withImg img {min-width: 100%;min-height: 100%;}
		.slideNews .newsItem .date {color: var(--text-red);font-size: 17px;letter-spacing: 2px;}
		.slideNews .newsItem h3 a {color: var(--text-black);font-size: 32px;font-family: "Oswald", sans-serif;font-weight: 600;text-decoration: none;}
		.slideNews .newsItem p {color: var(--text-gray);font-size: 19px;line-height: 1.5em;}

		.news .slideNews {flex-wrap: wrap;}
		.news .slideNews .newsItem {width: 30%;}

.post table, table.table{margin:15px auto;width:100%;border-collapse: collapse;}
.post table th, .post table td, table.table th, table.table td{padding:10px;vertical-align:top;text-align:left;}
.post table th &gt; p, .post table td &gt; p {margin-top: 0px;margin-bottom: 0px;}
.post table th.center, .post table td.center, table.table th.center, table.table th.center{text-align:center;}
.post table thead th, table.table thead th{background:#ebebeb;font-weight:bold;}
.post tbody tr:nth-child(2n), table.table tbody tr:nth-child(2n){background:#ebebeb;}
.post table p{margin-bottom:0px;}

table.bordered th, table.bordered td{border:1px solid #ccc;}
.zobrazitDetail {display: block; font-weight: normal;text-transform: none;margin-top: 5px;font-size: 90%;}
.quick-navigation {height: 0px; padding: 0px;background: transparent;}
.vypnuta-grafika-info {position: fixed;left: 0;top: 0;width: 98%;padding: 8px 1%;margin: 0;font-size: 0.78em;line-height: normal;font-weight: bold;background-color: #FDFF73;border-bottom: 1px #cccccc solid;}

.filtrText {margin-bottom: 10px;}
span.priloha {font-weight: normal; display: inline; margin-left: 5px;}
.mb {margin-bottom: 20px;}
.attachments{margin-top:20px;}
.attachments ul &gt; li{margin-bottom:5px;padding:3px;}
.attachments ul &gt; li:nth-child(2n){background:#F9F9F9;}
.uredniDeskaDetail &gt; span{display:block;}
.uredniDeskaDetail &gt; span:first-of-type{margin-top:15px;margin-bottom:5px;}
table.soubory{margin-top:20px;}
table.soubory td:nth-of-type(2){width:170px;}
table.soubory td:nth-of-type(3){width:80px;}

img.imageLeft{float:left;margin:0 10px 10px 0px;}
img.imageRight{float:right;margin:0 0 10px 10px;}
.kontaktniFormular {position: relative;}
.kontaktniFormular .form {margin-bottom: 20px;}
.kontaktniFormular .msg {margin:20px auto;padding:20px;padding-left:75px;width:100%;border-radius:5px;background:#3c763d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) no-repeat 30px 50%;color:#dff0d8!important;border:1px solid #dff0d8;}
.kontaktniFormular .msg p {color: #fff;}
.kontaktniFormular .cols-2 {display: flex;gap: 30px;justify-content: space-between;}
.kontaktniFormular .cols-2 &gt; div {width: 50%;}
.kontaktniFormular .input input:not([type="checkbox"]), .kontaktniFormular .input textarea {width:100%;display:block;margin-bottom:15px;border:1px solid #ebebeb;padding:15px;}
.kontaktniFormular .input input:not([type="checkbox"])::placeholder, .kontaktniFormular .input textarea::placeholder {color: #646464;font-family: "Inter", sans-serif;font-weight: 300;}
.kontaktniFormular .input textarea {min-height: 150px;}
.kontaktniFormular .overlay {position: absolute;top:0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.4);display: flex;justify-content: center;text-align: center;display: none;}
.kontaktniFormular.loading .overlay {display: flex;}
.kontaktniFormular .overlay img {display: block;margin: auto;}
.kontaktniFormular .checkbox input {margin-right: 20px;}
.kontaktniFormular .checkbox label {margin-bottom: 10px; font-size: 15px;font-family: "Inter", sans-serif;}
.kontaktniFormular .btn {width: 100%;padding-right: 20px;padding-left: 20px;}
.kontaktniFormular .btn:after {display: none;}


.flashMsg p{margin-bottom:0px !important;margin-top:10px;}
.flashMsg{margin:20px auto;padding:20px;padding-left:75px;width:100%;border-radius:5px;}
.flashMsg.info{background:#3c763d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) no-repeat 30px 50%;color:#dff0d8!important;border:1px solid #dff0d8;}
.flashMsg.error{background:#a94442 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) no-repeat 30px 50%;color:#f2dede!important;border-color:#ebccd1;}
.dispNone, .n{display:none !important;}

.popupForm {position: relative;}
.popupForm .overlay {position: absolute;top:0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.4);display: flex;justify-content: center;text-align: center;display: none;}
.popupForm.loading .overlay {display: flex;}
	.popupForm .overlay img {display: block;margin: auto;}
.contactFormPopup {}
	.contactFormPopup .msg {margin:20px auto;padding:20px;padding-left:75px;width:100%;border-radius:5px;background:#3c763d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) no-repeat 30px 50%;color:#dff0d8!important;border:1px solid #dff0d8;}
	.contactFormPopup h2 {text-align: center;text-transform: none;font-size: 35px;color: var(--text-red);}
	.contactFormPopup p {font-size: 18px;line-height:1.5em; font-family: "Inter", sans-serif;}
	.contactFormPopup .form {border-top: 1px solid #ebebeb;padding-top: 20px;margin-top: 30px;border-bottom: 1px solid #ebebeb;padding-bottom: 20px;margin-bottom: 20px;}
	.contactFormPopup .cols-2 {display: flex;gap: 30px;justify-content: space-between;}
		.contactFormPopup .cols-2 &gt; div {width: 50%;}
	.contactFormPopup .input input:not([type="checkbox"]), .contactFormPopup .input textarea {width:100%;display:block;margin-bottom:15px;border:1px solid #ebebeb;padding:15px;}
	.contactFormPopup .input input:not([type="checkbox"])::placeholder, .contactFormPopup .input textarea::placeholder {color: #646464;font-family: "Inter", sans-serif;font-weight: 300;}
	.contactFormPopup .input textarea {min-height: 150px;}
	.contactFormPopup .input label {margin-bottom: 10px; font-size: 15px;font-family: "Inter", sans-serif;}
	.contactFormPopup .checkbox input {margin-right: 20px;}
	.contactFormPopup .checkbox label {margin-bottom: 10px; font-size: 15px;font-family: "Inter", sans-serif;}
	.contactFormPopup .buttons {display: flex;justify-content: right;gap: 40px;}
		.contactFormPopup .buttons .btn {padding-bottom: 20px;padding-top: 20px;padding-left: 20px;}
		.contactFormPopup .buttons .btn::after {top: 20px;}

.newsLetterUprava label.checkbox {display: block;}
.inlineBlock {display: inline-block;}


.mainContent, .mainContent * {font-family: 'Inter', sans-serif;}
.mainContent {background-size: contain;}
.colContainer {width: 100%;position: relative;display: flex;flex-flow: row-reverse;}
.mainContent .leftSide {width: 25%;position: relative;overflow: hidden;padding-bottom: 50px;flex-grow: 0;}
	.mainContent .leftSide .top {padding: 10px 15px 25px 0px;color: var(--text-black);font-weight: 600;}
	.mainContent .leftSide .top a {color: var(--text-black);font-weight: 600;}
	.mainContent .leftSide img {max-width: 100%;}
.mainContent .rightSide {width: 75%;position: relative; overflow: hidden;padding-bottom: 50px;padding-right: 0px;flex-grow: 1;}
	.mainContent .rightWrapper &gt; .main &gt; .cols-2 {display: flex;flex-wrap: wrap; justify-content: space-between;flex-grow: 1;}
		.mainContent .rightWrapper &gt; .main &gt; .cols-2 .col:first-child {width: 56%;margin-right: 50px;}
		.mainContent .rightWrapper &gt; .main &gt; .cols-2 .col:nth-child(2) {width: 38%;}
	body.hp .mainContent .rightSide {padding-right: 0px;}
	.mainContent .rightSide .top {padding: 10px 15px 20px 20px;}
	.mainContent .rightSide h3 {margin-bottom: 10px;}
	.mainContent .rightSide h2, h2.colored {font-size: 2.6em; font-weight: 700;margin-bottom: 34px;color: var(--text-black);margin-top: 0px;line-height: 1.2em;position: relative; font-family: 'Oswald', sans-serif;}
		body.ms .mainContent .rightSide h2, body.ms h2.colored {color:#B30024;}
		.mainContent .rightSide h2 span, h2.colored span {font-weight: 400; text-transform: none;color: #000; font-family: 'Oswald', sans-serif;}
		.mainContent .rightSide h2:after, h2.colored:after {content: '';width: 207px;height: 24px;background: url(../img/underline.svg);background-repeat: repeat;background-size: auto;position: absolute;left: 0;bottom: -20px;background-size: 200px;background-repeat: no-repeat;}
		/*body.ms .mainContent .rightSide h2:after, body.ms h2.colored:after {background: url(../img/underline_green.svg);}*/
.mainContent p {line-height: 1.5em;font-size: 19px;}
	.mainContent p.bigger {font-size: 1.3em;}
	.mainContent .main p {font-size: 1.2em;}
	.mainContent .main h3 {margin-bottom: 10px;text-transform: uppercase;}

.aktuality .aktualita {padding-bottom: 15px;margin-top: 0px;width: 100%;margin-bottom: 20px;margin-right: 0;padding-top: 0px;display: flex;flex-wrap: wrap;}
.aktuality.fullWidth .aktualita {width: 100%;}
.aktuality .aktualita .infoPart {flex: 1;display: flex;flex-direction: column;}
.aktuality .aktualita h3 a {font-size: 32px;font-weight: 700;color: #000;text-transform: none;text-decoration: none;position: relative;font-family: 'Oswald', sans-serif;}
.aktuality .aktualita h3 a:after {background: none;bottom: 0;content: "";display: block;height: 2px;left: 50%;position: absolute;background: #000;transition: width 0.3s ease 0s, left 0.3s ease 0s;width: 0;}
.aktuality .aktualita h3 a:hover:after, .aktuality .aktualita h3 a:focus:after {width: 100%;left: 0;}
.aktuality .aktualita h3 {margin-bottom: 15px;margin-top: 0px;}
.aktuality .aktualita a.more {color: var(--text-black);margin-top: 25px;display: block;font-size: 14px;text-transform: uppercase;text-decoration: underline;margin-top: auto;margin-bottom: 10px;}
body.ms .aktuality .aktualita a.more {color: #B30024;}
.aktuality .aktualita a.more:after {content: '';display: inline-block;width: 10px;height: 10px;background: url(../img/sipka.png) center center no-repeat;margin-left: 10px;}
.aktuality .aktualita a.more:hover, .aktuality .aktualita a.more:focus {text-decoration: none;}
.aktuality .aktualita p {line-height: 1.5em;font-size: 17px;font-width: 300;}
.aktuality .aktualita:nth-child(2n) {margin-right: 0px;}
.aktuality .aktualita .info {display: inline-block; margin-top: 0px; font-size: 12px;color: #000;font-weight: 300;text-transform: uppercase;margin-bottom: 30px;}
.aktuality .aktualita .info:before {display: inline-block; content: '';height: 1px;width: 30px;background: #b22f2c;margin-right: 15px;position: relative;top: -5px;}
.aktuality .aktualita .imgDiv {width: 370px;margin-right: 15px;margin-bottom: 10px;height: 270px;overflow: hidden;display: block;}
.aktuality .aktualita .imgDiv img {width: 100%;}
.aktuality .dulezite {padding: 15px; background: #d4d8f8;}
.aktuality .dulezite .aktualita h3 a {font-size: 1.5em;}
.aktuality .dulezite .aktualita {border-bottom-color: #fff;}
.aktuality .dulezite .aktualita:last-of-type {border-bottom: 0px; padding-bottom: 0px;}
.aktuality.fotogalerie .fotogalerieContent {}

.rightWrapper {width: 100%;background: #fff;padding-left: 20px;min-height: 500px;}
.withSidebar {width: 100%;border: 1px solid #989898;border-top: 5px solid #1B6545;padding: 10px;background: #fff;}
	.withSidebar .main {width: 65%; float: left;}
	.withSidebar .sidebar {width: 35%; float: right;}

.pl40 {padding-left: 40px;}
.pl30, .mainContent .rightSide.pl30 {padding-left: 30px;}
.justify {text-align: justify;}
.textBtn {display: block;font-size: 1.6em;}
		
.btn {padding: 30px;padding-right: 80px;font-family: "Oswald", sans-serif;font-weight: 700;color:  var(--text-red); text-decoration: none;font-size: 19px;text-transform: uppercase;display: inline-block;position: relative;transition: all .35s ease;border: 0px;cursor: pointer;letter-spacing: 2px;line-height: 1em;}
.btn.bordered {border: 1px solid #fff;}
.btn.onlyBorder {border: 1px solid #DEDEDE;}
.btn.onlyBorder:hover {border: 1px solid var(--text-red);}

.btn.white {background: #fff;}
	.btn:after {content: '';width:20px;height:20px;background: url(../img/arrow_red.png) center center no-repeat;transition: all .35s ease;position: absolute;top: 30px;right: 30px;}
.btn:hover, .btn:focus {color: #fff;background:  var(--text-red);}
.btn:hover:after , .btn:focus:after {filter:  brightness(0) invert(1);}
.btn.dark {color: #fff;background-color: var(--text-black);}
.btn.dark:hover, .btn.dark:focus {background-color: #105135;}
.btn.only-border {border: 2px solid #AAB5C8; color: #0F397E;}
	.btn.only-border:hover {background-color: #AAB5C8;color: #fff;}
.btn.red {color: #fff;background-color: var(--text-red);}
	.btn.red:after {background: url(../img/arrow_white.png) center center no-repeat;}
	.btn.red:hover {background-color: #820606;}

.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.block {display: block;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.pt0, .mainContent .leftSide.pt0, .mainContent .rightSide.pt0 {padding-top: 0px;}


div.mainContent {margin-top: 0px;text-align: left;padding-top: 0px;}
	div.mainContent.noPaddingTop {padding-top: 0px;}
	.mainNav.sectionNav {margin-bottom: 30px;margin-top: 100px;}
	.mainNav.sectionNav h2 {padding-top: 30px;position: relative;}
		.mainNav.sectionNav h2:before {content: '';background-size: 120px;width: 100%;height: 120px;position: absolute;top: -100px;left: 0;right: 0;}	

.content.alarm-clock {padding-top: 130px; background: url(../img/budik.png) no-repeat center 49px;}
.content h2 {text-align: center;font-weight: 400;font-size: 42px;margin-top: 15px;margin-bottom: 25px;}
.content .grey-text {color: #ACB8C9; font-size: 18px;text-align: center; display: block; width: 100%;font-weight: 400;}
.grey-bg {background: #f8f8f8;}
.content.pen {padding-top: 130px; background: url(../img/pen.png) no-repeat center 49px;}

.cols-3 {margin-top: 55px;margin-bottom: 55px;}
	.cols-3 &gt; div {float: left; width: 33%;min-height: 200px;text-align: center;color: #4F5362;line-height: 1.5em;font-size: 16px;}
	.cols-3 &gt; div:nth-of-type(1) {padding-right: 95px;width: 30%;}
	.cols-3 &gt; div:nth-of-type(2) {border-right: 1px solid #e8e8e8;border-left: 1px solid #e8e8e8;padding: 0px 95px;width: 39%;}
	.cols-3 &gt; div:nth-of-type(3) {padding-left: 95px;width: 30%;}
	.cols-3 &gt; div &gt; span {display: block;margin-bottom: 15px;text-transform: uppercase;color: #222328;font-size: 14px;}
	.cols-3 &gt; div &gt; a {color: #F42267; text-decoration: underline; display: block; margin-top: 20px;}

.articles {}
	.articles .article {padding-bottom: 55px;padding-top: 55px;border-bottom: 1px solid #e2e2e2;}
	.articles .article a.img {float: left;width: 35%;}
	.articles .article a.img + div {width: 64%; float: right;}
	.articles .article &gt; div {font-weight: 200;font-size: 16px;color: #747474;}
	.articles .article &gt; div p {line-height: 1.5em;}
	.articles .article &gt; div p a {color: #F42267;}
	.articles .article h3 {margin-bottom: 15px;}
		.articles .article h3 a {font-size: 28px; color: #0F3A7D;text-decoration: underline;font-weight: 400;}
		.articles .article h3 a:hover {text-decoration: none;}
	.articles .article &gt; div .author strong {font-size: 18px; font-weight: 400;display: block;margin-top: 50px;color: #222328;}
	.articles .article &gt; div .author span.date {font-size: 12px; color: #8C8F94;}
	.articles .article &gt; div .author span.red {font-size: 12px; color: #F42267;}

.another-articles {text-align: center;margin-top: 80px;margin-bottom: 80px;}
	
.padding {padding: 0px 4%;}
.margin {margin: 0px 4%;}

div.news {padding: 0;}
	div.news &gt; div .nahled {float: left;margin-right: 15px;margin-top: 15px; box-shadow: 3px 3px 3px #aaa;}
	div.news &gt; div {margin-bottom: 10px;padding-bottom: 10px;clear: both;}
	div.news &gt; div:last-child {border-bottom: 0px; padding-bottom: 0px; margin-bottom: 0px;}
	div.news span.date {background: url(../img/icon-clock.png) no-repeat left 2px;display: block; margin-top: 15px; font-size: 0.9em;color: #333;padding-left: 15px;border-bottom: 1px solid #ccc;padding-bottom: 15px;padding-top: 0px;margin-bottom: 0px;}
	
	div.news &gt; div:last-of-type span.date {border-bottom: 0px;}
	div.news h3 {font-size: 20px;color: #1c4562;text-transform: uppercase;margin-bottom: 15px;margin-top: 13px;}
		div.news h3 a {text-decoration: none;color: #1c4562;}
			div.news h3 a:hover {color: #dd2d00;}
	div.news a.readMore {font-size: 29px; float: right;margin-top: 0px;line-height: 5px;display: block;font-weight: bold;margin-right: 10px;text-decoration: none; color: #c2c2c2;}
		div.news a.readMore:hover {color: #64b772;}
	div.meta {margin-bottom: 10px;}
		
img.postImage {width: 100%;}
div.post-content {}
div.post.contact h3:first-child {margin-top: 0;}
div.post-content.cols-2 {display: flex;gap: 100px;justify-content: space-between;}
	div.post-content.cols-2 &gt; .col {width: 50%;}
div.post {}
	div.post .post-image {margin-top: 50px;margin-bottom: 64px;}
	div.post .post-title {text-align: center;}
		div.post .post-title .pre-heading {text-transform: uppercase;font-size: 17px;color: var(--text-black);font-family: 'Inter', sans-serif;}
		div.post .post-title h1 {text-align: center;font-size: 55px; font-family: 'Oswald', sans-serif;font-weight: 700;margin-bottom: 50px;margin-top: 20px;}
	div.post h1 {color: var(--text-black); text-transform: none;margin-bottom: 40px; display: block; font-size: 55px;font-weight: 700; font-family: 'Oswald', sans-serif;}
	div.post h2 {color: var(--text-black); text-transform: none;margin-bottom: 25px; display: block; font-size: 45px;font-weight: 700;margin-top: 15px; font-family: 'Oswald', sans-serif;}
	div.post h3 {color: var(--text-black); text-transform: none; margin-bottom: 15px; display: block; font-size: 35px;font-weight: 700;margin-top: 15px; font-family: 'Oswald', sans-serif;}
	div.post h4 {color: var(--text-black); text-transform: none; margin-bottom: 10px; display: block; font-size: 25px;font-weight: 700;margin-top: 10px; font-family: 'Oswald', sans-serif;}
	div.post h5 {color: var(--text-black); text-transform: none; margin-bottom: 5px; display: block; font-size: 15px;font-weight: 700;margin-top: 10px; font-family: 'Oswald', sans-serif;}
		body.ms div.post h1, body.ms div.post h2, body.ms div.post h3, body.ms div.post h4, body.ms div.post h5 {color: #B30024}
	div.post p {margin-bottom: 30px;line-height: 1.5em;font-size: 19px;color: var(--text-gray);}
	div.post div.info {margin-top: 20px; padding-top: 15px; border-top: 1px solid #E6E6E6;color: #ADADAD;}
		div.post div.info a {color: #ADADAD;text-decoration: none;}
			div.post div.info a:hover {color: #292929;text-decoration: underline;}
	div.post ul li{list-style:disc;margin-left:15px;line-height:1.5;font-size: 19px;}
	div.post ul {margin-bottom: 15px;color: var(--text-gray);}

.postGallery {display: flex;flex-wrap: wrap;margin-top: 40px;}
.postGallery::after {content: '';flex-grow: 1000000000;}
.postGallery &gt; a {flex: 1 1 auto;display: block;width: 400px;height: 300px;overflow: hidden;margin: 3px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);transition: all 0.3s ease 0s;margin-bottom: 20px;margin-right: 20px;}
.postGallery &gt; a:nth-child(3n) {margin-right: 0px;}
.postGallery &gt; a:hover {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);}
.postGallery &gt; a img {min-width: 100%;max-width: none;width: auto;min-height: 100%;}

ul.gallery {text-align: center;}
	ul.gallery li {list-style: none; width: 160px;text-align: center; height: 107px;overflow: hidden;margin: 3px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);transition: all 0.3s ease 0s;display: inline-block;}
		ul.gallery li:hover {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);}
		ul.gallery li img {width: 100%;}
		
div.paginator {margin-top: 15px; padding-top: 15px;border-top: 1px solid #ccc;}
	div.paginator &gt; span {font-size: 1.1em;display: block; margin-top: 10px;}
	div.paginator &gt; ul {margin-top: 10px;}
ul.paginator {width: 100%;margin: 50px auto 20px auto;text-align: center;}
	.paginator li {display: inline-block;margin: 0 0.2em;}
		.paginator li.prev {float: left;}
			.paginator li.prev a {display:block;width: 19px; height: 32px; background: url(../img/arrow_left.png) no-repeat;}
				.paginator li.prev a:hover {background: url(../img/arrow_left_hover.png) no-repeat;}
		.paginator li.next {float: right;}
			.paginator li.next a {display: block;width: 19px; height: 32px; background: url(../img/arrow_right.png) no-repeat;}
				.paginator li.next a:hover {background: url(../img/arrow_right_hover.png) no-repeat;}
		.paginator li {display: inline-block;margin: 0 1px;}
			.paginator li a {display: inline-block;margin: 0 0;height: 32px; min-width: 32px;padding: 0 2px; text-align: center; color: #fff; background: #1B6545 ;line-height: 32px;text-decoration: none;font-size: 22px;font-weight: 200;}
				body.ms .paginator li a {background: #B30024 ;}
				.paginator li:not(.prev):not(.next) a:hover, .paginator li.active a {background: #ccc; color: #000;}

div.fullWidth div.content {width: 100%;}
div.fullWidth div.sidebar {width: 100%;margin-top: 0px;}

.mb10 {margin-bottom: 10px;}	
.mt20 {margin-top: 20px;}	
.mt30 {margin-top: 30px;}	
.mt40 {margin-top: 40px;}	
.mt50 {margin-top: 50px;}	
.mtb {margin: 20px auto;}
.clear {clear: both;}
.centered {text-align: center;}
.alignLeft {text-align: left;}
.onlyResponsive {display: none !important;}
.onlyDesktop {}

hr.beauty  {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;margin: 50px 0 50px;}

footer {color: #fff;font-weight: 400;text-align: left;padding-bottom: 0px;font-family: 'Inter', sans-serif;margin-top: 120px;}
footer .flex {display: flex;}
footer .flex &gt; .col {width: 25%;}
footer .cols2 {width: 75%;}
footer h3, footer h2 {font-family: 'Inter', sans-serif;}
footer .dark {background: var(--text-red);padding-top: 75px;font-size: 1.1em;line-height: 1.4em;}
footer .dark h3 {font-size: 1.6em; color: #fff;margin: 0px 0px 30px 0px;font-weight: 600;}
footer .dark table th {padding-right: 15px;text-align: left;font-weight: bold;}
footer .footerLogo {text-decoration: none;display: block;}
footer .footerLogo img {display: inline-block;}
footer .footerLogo span {font-size: 22px;font-weight: 600;display: inline-block;width: 58%;}
footer hr {display: block;height: 1px;border: 0;border-top: 1px solid #fff;margin: 1em 0;padding: 0;margin: 50px 0 15px;}
footer h3 {font-size: 2.6em; font-weight: 700;margin-bottom: 25px;color: #fff;margin-top: 0px;line-height: 1.2em;position: relative; font-family: 'Oswald', sans-serif;}
	footer h3 span {font-weight: 400; text-transform: none;color: #000; font-family: 'Oswald', sans-serif;}
	footer h3:after {content: '';width: 116px;height: 24px;background: url(../img/underline_white.svg);background-repeat: repeat;background-size: auto;position: absolute;left: 0;bottom: -22px;background-size: 116px;background-repeat: no-repeat;}

	footer .bottom {border-top: 1px solid #bf2020;padding: 20px 0;font-size: 14px;text-align: center;}
	footer .cols2 {display: flex;}
		footer .cols2 .col {width: 50%;}
		footer .cols2 .col:nth-child(2) {width: 50%;}
		footer .col ul {margin-left: 0px;padding-left: 0px;display: flex;justify-content: space-between;flex-wrap: wrap;margin-left: 20px;}
		footer .col ul li {display: block;width: 50%;}
		footer .col ul li a {text-decoration: underline;position: relative;}
			footer .col ul li a:before {content: '';position: absolute;left: -20px;width: 8px;height: 8px;display: block;background: #fff;top: 7px;}
footer .col ul li a:hover, footer .col ul li a:focus {text-decoration: none;}
		footer .col p {line-height: 1.5em;}
			footer .col p a {display: block; font-weight: bold;}
	footer p {margin-bottom: 15px;margin-top: 0px;}
footer a {color: #fff;}
footer .copy {font-size: 12px; color: rgba(255,255,255,0.8);margin-top: 30px;}
	footer .copy a {color: rgba(255,255,255,0.8);}
footer #isResponsive {width: 1px; height: 1px; display: block;}
footer .bottom {text-align: left;font-size: 11px;color: #fff;margin-top: 20px;margin-bottom: 0px;text-align: center;}

.main form.search{padding-top:0px;margin-bottom:25px;}
.main form.search span{display:block;margin-bottom:5px;font-size:1.1em;}
.main form.search input{padding:10px;border:1px solid #1B6545;display:inline-block;float:left;border-radius:0;border-right: 0;}
body.ms .main form.search input{border:1px solid #B30024;}
.main form.search button{display:inline-block;border:1px solid #202657;padding:10px 20px;background-color:#1B6545;float:left;text-transform:uppercase;border-radius:0;border-left: 0;color:#fff;}
body.ms .main form.search button{background-color:#B30024;}
.main form.search button:hover{background:#277cd1;color:#fff;}
.vyhledavani &gt; p{margin-bottom:25px;}

.categoryProducts {}
	.categoryProduct {border: 1px solid #ebebeb;display: flex;margin-bottom: 60px;}
		.categoryProduct:nth-child(2n) {flex-flow: row-reverse;}
		.categoryProduct .image {padding: 50px; width: 30%;border-right: 1px solid #ebebeb;}
			.categoryProduct .image img {width: 100%;}
		.categoryProduct:nth-child(2n) .image {border-right: 0; border-left: 1px solid #ebebeb;}
		.categoryProduct .content {width: 70%;padding: 50px;flex-grow: 1;}
		.categoryProduct .content h3 {margin-top: 0;}
		.categoryProduct .content h3 a {font-size: 45px;color: var(--text-black);text-decoration: none;}

.productProduct {display: flex;}
	.productLeft {width: 60%;flex-grow: 1;padding-right: 40px;}
		.productButtons {margin-bottom: 40px;display: flex;gap: 40px;justify-content: space-between;}
			.productButtons &gt; a {flex-grow: 1;padding-right: 50px;}
		.productInfo {}
		.productPrice {font-size: 18px;color: var(--text-red);font-family: 'Oswald', sans-serif;font-weight: 700;display: block;margin-bottom: 20px;}
		.productParameters {margin-bottom: 20px;}
	.productRight {width: 40%;}
		.productBorderedImage {border: 1px solid #ebebeb;padding: 20px;text-align: center;}
		.productBorderedImage.onlyResponsive {margin-bottom: 20px;}
			.productBorderedImage img {width: 100%;}
.productBorderedImage + .productGallery {margin-top: 40px;}
		.productGallery {display: flex;gap: 20px;justify-content: space-between;flex-wrap: wrap;}
			.productGallery &gt; a {width: 30%;border: 1px solid #ebebeb;text-align: center;padding: 5px;align-self:flex-start;}
				.productGallery &gt; a img {height: 100%;}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}


a {color: var(--text-red);}
	a:hover, a:focus {text-decoration: none;}
	
.center {text-align: center;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

img + .description {display: block;}
.onlyResponse {display: none;}

.fl {float: left;}
.fr {float: right;}
.center {text-align: center;}

.responsiveTools {display: none;padding: 10px; border-bottom: 1px solid #CCCCCC;text-align: left;}
	.responsiveTools.isDisabled {display: block;} 

.menuName {color: #fff;text-align: left;font-size: 1.5em;padding-bottom: 10px;padding-left: 12px;margin-top: 30px;}
.menuName:first-child {margin-top: 0px;}
.postElements {padding: 0 20px 20px 20px;}
	.postElements #google_translate_element {height: 38px;margin-right: 30px;}
	.postElements .goog-te-gadget-simple {padding: 10px;height: 38px;}

.topMainWrapper {position: relative;padding-top: 0px;}
body:not(.hp) .topMainWrapper {padding-top: 40px;}
#overlay {position: absolute;top: 0px;left: 0;right: 0;bottom: 0;z-index: 2;background: #000;opacity: 0.3;display: none;transition: opacity 0.3s linear 0.1s;}

@media screen and (max-width : 1650px) {
	div.mainWrapper {min-width: 0px;max-width: 95%;}
	div.wrapper {width: 95%;}
	.promo .offer {margin-top: 80px;}
}

@media screen and (max-width : 1348px) {
	.promo .title {padding-top: 100px;}
	.aktuality .aktualita h3 a {font-size: 1.3em;}
	body.responsive div.borderWrap {overflow: hidden;}
	body.responsive footer div.mainWrapper {overflow:visible;}
	.rightWrapper {padding-left: 10px;}
}

@media screen and (max-width : 1250px) {

	header .rightMenu .mainMenu li {font-size: 18px;}
	header .rightMenu .topSelection li {font-size: 13px;}
	.promo .title h1 {font-size: 80px;}
	.promo {margin-bottom: 80px;}
	.redStripe {margin-top: 80px;margin-bottom: 80px;}
	.suppliers {margin-bottom: 80px;}
	footer {margin-top: 80px;}

	body.responsive img {max-width: 100%;}
	body.responsive .cols-3 &gt; div:nth-of-type(1) {padding-right: 20px;}
	body.responsive .cols-3 &gt; div:nth-of-type(2) {padding: 0px 20px;}
	body.responsive .cols-3 &gt; div:nth-of-type(3) {padding-left: 20px;}
	body.responsive footer .mainWrapper {padding: 0 10px;}


	.withSidebar {width: 98%;}
	.btn.big {padding: 14px;font-size: 16px;padding-right: 30px;}
	.btn.arrow::after {top: 5px;right: 12px;}
	.btn.arrow:hover::after {right: 8px;}
	.mainContent .main &gt; .cols-2 .col:first-child {flex: 1;width: 54%;margin-right: 20px;}

	.categoryProduct .image {padding: 20px; padding-top: 50px;}

	.news .slideNews {gap: 30px;}
}

@media screen and (max-width : 1148px) {
	header .topFlex {flex-wrap: wrap;}
	header div.logoWrapper {width: 100%;text-align: center;margin-bottom: 20px;}
	header div.logoWrapper &gt; a {margin: auto;}
	header .rightMenu {width: 100%;}
	.suppliers {flex-wrap: wrap;}
	.suppliers &gt; li {width: 33%;text-align: center;margin-bottom: 50px;}
	.suppliers &gt; li:nth-child(4), .suppliers &gt; li:nth-child(5), .suppliers &gt; li:nth-child(6) {margin-bottom: 0px;}



	.aktuality .aktualita .imgDiv {width: 270px;}
	.aktuality .aktualita {border-bottom: 1px solid #ccc;}
	.aktuality .aktualita:last-child {border-bottom: none;}
	.aktuality .aktualita .info {border-bottom: 15px;}

    .mainContent .main &gt; .cols-2 .col:first-child {flex: 1;width: 100%;margin-right: 20px;}
    .mainContent .main &gt; .cols-2 .col:nth-child(2) {width: 100%;}
	footer .flex &gt; .col {padding-right: 50px;}

	.productButtons {flex-flow: column;}

}
@media screen and (max-width : 1080px) {
	.offer .red {width: 100%;}
	.offer .red p {width: 60%;}
	.offer {flex-wrap: wrap;}
	.offer .services {width: 100%;}
	.productGallery &gt; a {width: 45%;}
}
@media screen and (max-width : 912px) {
	.promo .title {padding-top: 50px;}
	footer .cols2 {flex-wrap: wrap;}
	footer .cols2 .col:nth-child(2), footer .cols2 .col {width: 100%;}
	.offer .red {background-size: 40%;}

	body.responsive header &gt; div.mainWrapper {flex-flow: column;}
	header .rightMenu {width: 100%;}
	header .topInfo {flex-flow: row;justify-content: center;}
	header .search-wrapper {justify-content: center;}
	header form.search {width: 260px;}
	header .topInfo &gt; li {margin-bottom: 0px;margin-right: 20px;}

	.logoWrapper &gt; h1 &gt; a {display: flex;justify-content: center;}
	.logoWrapper &gt; h1 &gt; a &gt; div {}
	.mainContent .rightSide h2, h2.colored {font-size: 1.8em;}
	.aktuality .aktualita &gt; .info {font-size: 22px;width: 96px;}

	table.soubory td:nth-of-type(2) {width: 50px;}

	.uredniDeska table td:first-child {width: 100%;}
	.uredniDeska table thead, .post table thead, .table thead {display: none;}

	.uredniDeska table th[data-title]:before,.post table th[data-title]:before, .table th[data-title]:before,
	.uredniDeska table td[data-title]:before, .post table td[data-title]:before, .table td[data-title]:before {
		content: attr(data-title) ":\00A0";
		font-weight: bold;
		flex-shrink: 0;
		width: 30%;
	}
	.uredniDeska table, .post table, .table {border-bottom: 1px solid #eee;}

	.uredniDeska table th:not([data-title]), .post table th:not([data-title]), .table th:not([data-title]) {
		font-weight: bold;
	}

	.uredniDeska table tbody, .uredniDeska table tr, .uredniDeska table th, .uredniDeska table td,
	.post table tbody, .post table tr, .post table th, .post table td,
	.table tbody, .table tr, .table th, .table td
	{
		border: 0;
		display: block;
		padding: 0;
		text-align: left;
		white-space: normal;
	}

	.uredniDeska table tr, .post table tr, .table tr {
		border-bottom: 3px solid #ccc;
		width: auto !important;
		height: auto !important;
	}

	.uredniDeska table tr:last-child, .post table tr:last-child, .table tr:last-child {
		border-bottom: 0px;
	}

	.uredniDeska table th, .uredniDeska table td ,
	.post table th, .post table td,
	.table th, .table td

	{
		display: flex;vertical-align: top;
		border: 1px solid #eee;
		border-collapse: collapse;
		padding: 10px;
		border-bottom: 0px;
	}

	.uredniDeska table h3, .post table h3, .table h3 {margin-top: 0px;}

	.uredniDeska table th, .uredniDeska table td, .post table th, .post table td, .table th, .table td {
		height: auto !important;
		width: auto !important;
	}

	.categoryProduct .content h3 a {font-size: 35px;}
}

@media screen and (max-width : 830px) {
	header .rightMenu .topSelection ul {flex-wrap: wrap;padding-left: 0px;}
	header .rightMenu .topSelection li {width: 50%;text-align: left;margin-bottom: 20px;}
	header .rightMenu .topSelection li:nth-child(3), header .rightMenu .topSelection li:nth-child(4) {margin-bottom: 0px;}

	div.post-content.cols-2 {flex-wrap: wrap;gap: 30px;flex-flow: column;}
	div.post-content.cols-2 &gt; .col {width: 100%;}
}
@media screen and (max-width : 780px) {
	body, html {overflow-x: hidden;}
	.infoIcons {flex-wrap: wrap;}
	.infoIcons li {width: 50%;}
	.infoIcons li:nth-child(1) {border-bottom: solid 1px #C64242;}
	.infoIcons li:nth-child(2) {border-right: 0px;border-bottom: solid 1px #C64242;}
	h2.bigger {font-size: 50px;}
	h2 {font-size: 35px;}
	.promo .title h1 {font-size: 50px;}
	.slideNews {gap: 30px;flex-wrap: wrap;}
	.slideNews .newsItem {width: 46%;}
	.news .slideNews .newsItem {width: 46%;}
	header .rightMenu &gt; nav.topSelection {border-bottom: 0px;}
	header .topFlex {padding-bottom: 10px;}
	.btn {padding: 20px;font-size: 16px;padding-right: 50px;}
	.btn::after {top: 17px;right: 17px;}

	.mainNav {background: var(--menu-bgcolor);color: #fff;}
	.mainMenu {padding-bottom: 20px;padding-left: 0px;list-style: none;}
	.mainMenu a {display: inline-block;width: 100%;padding: 8px;position: relative;font-size: 1.2em;font-weight: 400;font-family: 'Oswald', sans-serif;}
	.mainMenu &gt; li &gt; a {color: var(--menu-color);font-size: 20px;line-height: 30px;text-decoration: none;padding-right: 60px;text-transform: uppercase;border-bottom: 1px #333 dashed;padding-left: 40px;}
	.mainMenu &gt; li &gt; a:hover, .mainMenu &gt; li &gt; a:focus, .mainMenu &gt; li &gt; a.active, .mainMenu &gt; li.opened &gt; a {background: var(--menu-hoverbg); color: var(--menu-hover);}
	.mainMenu &gt; li &gt; a:hover:before {color: var(--menu-color);}
	.mainMenu &gt; li.hasSubmenu {position: relative;}
	.mainMenu &gt; li.hasSubmenu &gt; a:after {content: '+';font-size: 40px; line-height: 40px; display: block;position:absolute;right: 20px; top: 4px; color: var(--menu-color); transition: .35s ease;}
	.mainMenu &gt; li.hasSubmenu.opened &gt; a:after {transform: rotate(225deg);}
	.mainMenu &gt; li.hasSubmenu &gt; a:hover:after, .mainMenu &gt; li.hasSubmenu &gt; a:focus:after, .mainMenu &gt; li.opened &gt; a:after {color: var(--menu-hover);}
	.mainMenu &gt; li.hasSubmenu .submenu {max-height: 0px;overflow: hidden;opacity: 0;transition: all 0.3s cubic-bezier(0, 1, 0, 1);list-style: none;padding-left: 0px;}
	.mainMenu &gt; li.hasSubmenu.opened .submenu {max-height: 5000px;      transition: all 0.5s ease-in-out;opacity: 1;}
	.mainMenu &gt; li.hasSubmenu .submenu ul li a {padding-left: 30px;padding-right: 20px;font-size: 1.1em;}
	.mainMenu &gt; li.hasSubmenu .submenu .submenuTop a {padding-left: 40px;padding-right: 20px;}
	.mainMenu &gt; li &gt; ul a {padding-left: 60px;color: var(--menu-color);text-decoration: none;font-size: 20px;font-weight: 300;}
	.mainMenu &gt; li &gt; ul a:hover, .mainMenu &gt; li &gt; ul a:focus, .mainMenu &gt; li &gt; ul a.active {background: var(--menu-hoverbg);color: var(--menu-hover);}

	.mainNav {position: absolute;  top: 0px;  right: 0;  z-index: 500;margin: -50px 0 0 -50px;transform-origin: 0% 0%;padding-top: 40px;
		transform: translate(150%, 0);
		transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
	.mainNav {display: block;}
	body.openedNav .mainNav {display: block;transform: none;margin-top: 0;}
	/*body.openedNav #overlay {display: block;opacity: 0.6;}*/
	body .mainContent, body header .mainWrapper, body header .infoSet, body .preFooter, body footer {transition: opacity 0.3s linear 0s;}
	body.openedNav .mainContent, body.openedNav header .mainWrapper, body.openedNav header .infoSet, body.openedNav .preFooter, body.openedNav footer, body.openedNav .topMainWrapper {opacity: 0.2}

	footer .flex {flex-wrap: wrap;}
	footer .flex &gt; .col {width: 100%;margin-bottom: 40px;}
	.onlyResponse {display: block;}
	header .rightMenu .topSelection .pipeAfter:after {display: none;}
	footer .cols2 {width: 100%;}

	.productButtons {gap: 10px;}

}

@media screen and (max-width : 656px) {
	footer .dark {padding-top: 20px;}
	.aktuality .aktualita p {font-size: 1.2em;}
	.offer .red p {width: 100%;}
	.offer .red {background-size: 30%;}

	.categoryProduct, .categoryProduct:nth-child(2n) {flex-flow: column;margin-bottom: 25px;}
	.categoryProduct .image {width: 100%;border-right: 0; border-left: 0;text-align: center;padding: 20px 0;}
		.categoryProduct .image img {width: 80%;}
	.categoryProduct .content {width: 100%;padding: 25px;}

	.productLeft {width: 100%;padding-right: 0;}
	.productRight {width: 100%;}
	.productProduct {flex-flow: column;}
	.onlyResponsive {display: block !important;}
	.onlyDesktop {display: none !important;}
}

@media screen and (max-width : 580px) {
	.suppliers &gt; li {width: 50%;}
	.preFooter .mainWrapper &gt; div {width: 100%;}
	.aktuality .aktualita h3 {line-height: 1.3em;}
	.aktuality .aktualita &gt; .info {margin-right: 12px;padding-top: 20px;}
	body.responsive div.mainWrapper {padding: 0 10px;}

	.aktuality .aktualita .imgDiv {width: 100%;}
	.aktuality .aktualita .infoPart {width: 100%;margin-top: 15px;}
	.news .slideNews .newsItem {width: 100%;}
	.slideNews .newsItem {width: 100%; border-bottom: 1px solid #ebebeb;}
	.slideNews .newsItem:last-child {border-bottom: 0;}
	.twoColsHeading {flex-wrap: wrap;}
	.twoColsHeading .colHeading {width: 100%;}
	.twoColsHeading .colRight {width: 100%;text-align: left;}
	.promo {background-size: 200%;}
}

@media screen and (max-width : 496px) {
	.aktuality .aktualita &gt; .info {width: 78px;font-size: 16px;}
	.aktuality .aktualita &gt; .info &gt; span {font-size: 13px;}
	.aktuality .aktualita .info {margin-bottom: 5px;}
	.aktuality .aktualita h3 a {font-size: 1.8em;margin-top: 15px;}
	.contactFormPopup .buttons {flex-flow: column;}
		.contactFormPopup .buttons .btn {width: 100%;}
	.contactFormPopup .cols-2 {flex-wrap: wrap;gap: 0;}
	.contactFormPopup .cols-2 &gt; div {width: 100%;}
}
@media screen and (max-width : 440px) {
	h2.bigger {font-size: 40px;}
	.infoIcons li {width: 100%;}
	.infoIcons li:nth-child(1) {border-right: 0px;}
	.infoIcons li:nth-child(3) {border-right: 0px;border-bottom: solid 1px #C64242;}
	.offer .red h2 {font-size: 40px;}
	.offer .red {padding: 40px 30px;}
}

@media print{header, header .right, .mainContent .leftSide, footer, .breadCrumb{display:none;}
header .green{display:none;}
body{background:#fff;}
.colContainer{right:auto;width:100%;float:none;border-right:0px;}
.mainContent .rightSide{width:100%;float:none;left:auto;}
.borderWrap{border:0px;}
}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}</pre></body></html>