/* CSS temp_01 */
* {
	box-sizing: border-box;
}

html,
body {
	font-size: 17px;
}

/* Typography */
body {

	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	margin: 0;
	text-align: center;
	background: #F6F6F6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
address,
blockquote,
table,
.separ {
	margin: 1em 0;
}


/* Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #df8519; */ 
	font-family: "Bebas Neue", 'Helvetica', 'Arial', sans-serif;;
	letter-spacing: 0.1em;

	color: #3C55AF;
	position: relative;
	line-height: 1.2;
	font-weight: 400;
}

h1 {
	font-size: 2.3em;
	/*letter-spacing: -1px;*/
}

h2 {
	font-size: 1.8em;
	/*padding-top: 20px;*/
	font-weight: 400;
}

h3 {
	font-size: 1.5em;
	/* padding-bottom: 10px;  ;*/
	clear: both;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}


/* Text elements
-------------------------------------------------------------- */

p {
	line-height: 140%;
	margin: 20px 0px 15px 0;
	position: relative;
}

a {
	text-decoration: underline;
	color: #365CD4;
	transition: all ease 0.3s
}

a:visited {
	color: #365CD4;
}

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

blockquote {
	padding: 1em 3em;
	border-left: 2px solid #b2ca1e;
}

strong {
	font-weight: bold;
}

sup,
sub {
	line-height: 0;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.8em;
}

/* Lists
-------------------------------------------------------------- */

ul,
ol {
	padding: 0;
	margin-left: 35px;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: square;
}

ul.extra {
	list-style: none;
	position: relative;
}

ul.extra li {
	background: url(../img/li_extra.jpg) no-repeat 0 6px;
	padding: 0 0 0 20px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li p {
	margin: 0;
	padding: 0;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin: 20px 0;
	border: none;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}

table th {
	padding: 1em;
	text-align: left;
	background: none;
	font-size: 1em;
	font-weight: 500;
	border-bottom: 1px solid #999;
}

table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
}

table td.nowrap {
	white-space: nowrap;
}

table td p {
	margin: 0;
	padding: 0;
}

table.table td {
	padding: 0;

}


/* Misc classes
-------------------------------------------------------------- */

.hide {
	display: none;
}

.noborder {
	border: none;
}

.bold {
	font-weight: bold;
}

/* Body Elements
-------------------------------------------------------------- */

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

hr {
	margin: 50px 0;
	border: none;
	border-bottom: 1px dotted #ddd;
}

.foto {}

/* Form fields
-------------------------------------------------------------- */

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

div.formular {
	width: 548px;
	margin: 20px 0;
	padding: 0 10px 10px 10px;
	border: none;
	background: #eee;
}

table.form {
	margin: 0;
	border: 0;
}

table.form td {
	border: 0;
	padding-left: 0;
}

ul.form {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

ul.form li {
	padding: 5px 20px 0 0;
	float: left;
	width: 242px;
}

ul.form li.textarea,
ul.form li.submit {
	width: 505px;
}

h3.form_nazev {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 20px;
	color: black;
}

h3.form_nazev span {
	border: 1px solid #BDBBB7;
	background: #fff url(../img/bg_inputs.gif) no-repeat;
	padding: 3px 20px;
}

input,
textarea,
select {
	font-family:  'Helvetica', 'Arial', sans-serif;
	border: 1px solid #BDBBB7;
	padding: 3px 5px;
	border-radius: 3px;
}

label {
	font-weight: normal;
}

input {
	font-size: 1.0em;
}

textarea {
	font-size: 1.0em;
	font-family:  'Helvetica', 'Arial', sans-serif;
	width: 30em;
	height: 8em;
}

select {
	font-size: 1.0em;
}


input.submit {
	font-weight: bold;
	padding: 10px 20px;
	position: relative;
	background: #365CD4;
	color: white;
	border: none;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.1em;
	border-radius: 3px;
}

label.check {
	float: left;
	margin: 0px 15px 0px 0;
	font-weight: normal
}

input.check {
	background: none;
	border: none;
	display: inline;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	width: auto;
}

label.radio {
	float: left;
	margin: 0px 15px 0px 0;
	font-weight: normal
}

input.radio {
	background: none;
	border: none;
	display: inline;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	width: auto;
}


/*  ID  */
#page {
	text-align: left;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 0 0;
	/*border-top: 6px solid ;*/
    border-image: url('/frontend/img/bg_header.jpg') 1;
    border-width: 10px;
    border-top-style: inset;
	border-bottom-style: inset;
}




#page.index {}

#header {
	/*height: 100px;*/
	/* box-shadow: 0px 10px 40px -20px black; */
	box-shadow: 0px 15px 60px -30px #303030;
	position: relative;
	z-index: 99;
	/* margin-bottom: -1px; */
	margin-bottom: 10px;
	/*background: #000;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

#header h1 {
	margin: auto 0;
	font-weight: bold;
	font-size: 2.5rem;
	letter-spacing: -1px;
	border: none;

	max-width: 58%;
}

#header h1 a {
	display: block;
	text-decoration: none;
	width: 750px;
	max-width: 100%;
	aspect-ratio: 3 / 1;
	height: auto;

	/*line-height: 100px;
  height: 100px;*/
	/*text-align: center;   */
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 9999;
	margin: 0;
	/*text-transform: uppercase;*/
	text-indent: -99999px;
}

#header h1 a span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../img/steelsim2025_logo.png?t=3) no-repeat left center;
	background-size: auto 100%;
}

#header .date {
	margin-left: auto;
	margin-right: 20px;
	text-align: right;
	font-family: "Bebas Neue", 'Helvetica', 'Arial', sans-serif;;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	color: #666666;
	line-height: 1.3;
}



#main-grid {
	display: grid;
	grid-template-columns: 20% 1fr;
	gap: 2rem;
	position: relative;

	/*background-color: #fafafa;*/

}


/*  navigation */
#navigation {
	order: -1;

	/*position: absolute;*/
	top: 0;
	left: 290px;
	right: 50px;
	z-index: 1000;

	/*display:flex;*/
	align-items: center;
	justify-content: space-around;
	/*padding-right: 100px;*/

}

#navigation>ul {
	display: flex;
	flex-direction: column;
	/*justify-content: flex-end;*/
	justify-content: center;
	align-items: baseline;
	margin: 20px auto;
	padding: 0 0 0 0;
	list-style: none;

}

#navigation>ul>li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;

	/*font-size: .9em; */
}

#navigation>ul>li>a {


	display: block;
	/*text-transform:uppercase; */
	/*line-height: 100px ;
  height: 100px;*/
	text-decoration: none;
	padding: 0.3em 20px;
	text-align: left;
	/*letter-spacing: -1px;*/
	border-bottom: 1px solid #eee;
	transition: all ease 0.3s;
	/*color: #fff;*/

	font-family: "Bebas Neue", 'Helvetica', 'Arial', sans-serif;;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	font-weight: 300;

}

#navigation>ul>li>a:hover {
	/*color: #365CD4;*/
	border-color: #365CD4;
	;
	/*background-color: #F6F6F6; */
	background-image: none;
	padding-left: 30px;
}


#navigation>ul>li>a.current-link {
	color: #365CD4;
	border-color: #c9c3b2;
	background-color: #eee;
}


#navigation>ul>li ul {
	/*display: none;*/
}

#navigation>ul>li:hover>ul {
/*	display: block;*/
}

#navigation>ul>li>a:hover {
	border-color: #365CD4;
	;
}

#navigation>ul ul>li:hover>ul {
	display: block;
}

/*
#navigation > ul > li:last-of-type:hover  {
  background: transparent;
}
*/

#navigation li.sub ul {
    border-bottom: 1px solid #bbb;
}

#navigation ul ul {
/*	position: absolute;
	margin: 0 0 0;
	padding: 15px 0;*/
	list-style: none;
	background: #fff;
	margin: 0 ;
	/*box-shadow: 0px 10px 40px -20px black;*/
}

#navigation ul ul li {
	 border-bottom: 1px solid #eee; 
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#navigation ul ul li a:before {
	content: "— ";
	opacity: .5;
}


#navigation ul ul a {
	/*line-height: 45px;
	min-height: 50px;*/
	color: #000;
	padding: .6rem 10px 0.6rem 30px;
	text-decoration: none;
	text-transform: none;
	display: block;
	display: flex;
	justify-content: start;
	gap: .5rem;
	align-items: center;
	font-size: .9rem;
}

#navigation>ul>li>ul>li>a.dropdown:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	padding-right: 0.7em;
	background: url(../img/ico_ar_r.svg) no-repeat right center;
	filter: grayscale(100%);
}

#navigation ul ul a:hover,
#navigation ul ul li:hover {
	color: #365CD4;
}
#navigation ul ul a:hover {
	padding-left: 35px;
}

#navigation ul ul li:hover a.dropdown:after {
	filter: none;
}

.sub ul{
	display: none;
}
.sub:has(.active) ul{
	display: block;
}


#navigation ul ul ul {
	display: none;

	position: absolute;
	left: 300px;
	top: -10px;
	margin: 0 0 0;
	list-style: none;
	background: #fff;
	min-width: 300px;
	box-shadow: 0px 10px 40px -20px black;

}


.socials {
	margin-right: 1em;
	margin-left: 1em;
}


.socials a {
	padding: 0.4em;
	vertical-align: middle;
	display: inline-flex;
}


.lang {
	cursor: pointer;
	/*position: absolute;*/
	top: 25px;
	right: 0px;
}


.lang ul {
	margin: 0;
	padding: 10px 25px;
	border: 1px solid #365CD4;
	border-radius: 5px;
	background: #FFF;
}

.lang ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.lang ul li:not(:first-of-type) {
	display: none;
	margin-top: 10px;
}

.lang li:first-child {
	background: url(../img/ico_ar_soft_b.svg) no-repeat right center;
	padding-right: 1.3em;

}

.lang a {
	display: inline-block;
	text-decoration: none;

}

.contact {
	padding: 20px 0 0 30px;
	margin: 50px 20px 0px 40px;
	color: #666;
	font-size: 0.9em;
	line-height: 160%;
}

.contact a {
	color: #666;
}



/* content */
#content {

	/*padding-top: 110px;   */
	margin: 0;
	position: relative;
	z-index: 10;
	min-height: 550px;
	overflow-x: hidden;

}

#content.section {}

.container {
	padding: 0 50px;
	max-width: 1400px;
	margin: 0 auto;
}

.container-reset {
	margin-left: -50px;
	margin-right: -50px;
}




/**/

/*  owl   */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 45%;
	font-size: 80px;
}

.owl-theme .owl-nav [class*=owl-] {
	/*
	color: #f2e748 !important;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	border-radius: 3px
  
  */
	display: inline-block;
	cursor: pointer;

}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav button:focus,
.owl-theme .owl-nav span:focus {
	outline: 0;
}

.owl-theme .owl-nav span {
	display: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 4px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

/**/

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	border: none;
	border-left: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	width: 60px;
	height: 60px;
	border-radius: 0;
	outline: 0;
	transform: rotate(45deg);
	border-radius: 0;
	font-size: 0;
}

.owl-theme .owl-nav .owl-next {
	border: none !important;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: rotate(-45deg);
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
	border-color: #000 !important;
}


.owl-dots {
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 30px;
}


.owl-prev {
	position: absolute;
	left: 2.5vw;

}

.owl-next {
	position: absolute;
	right: 2.5vw;
}

.slider {
	/*margin-bottom: 50px;   */
	/*background: #365CD4;*/
	animation: show-opacity .5s;
}

@keyframes show-opacity {
	from {
		opacity: 0;
	}

	top {
		opacity: 1;
	}

}

.owl-carousel .title {
	position: absolute;
	top: auto;
	bottom: 5rem;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 70%;
	color: #fff;
	font-size: 1.6em;
	/* font-weight: 500; */
	text-align: center;
	ext-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	z-index: 9;
}

.owl-carousel .owl-item {
	background-color: #365CD4;
	/*background: linear-gradient(135deg, #365CD4, #5c0000);*/
	background: linear-gradient(135deg, #2c2c2c, #8d0707e6);

}

.owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	max-height: 55vh;
	filter: blur(1px);
	opacity: 0.9;
	/*mix-blend-mode: overlay;*/
}

.owl-carousel .title p {
	margin: 0;
}

.owl-carousel .title .button {
	background: #fff;
	color: #365CD4;
	line-height: 1.8;
	font-size: 1rem;

}

.owl-carousel .title .button:hover {
	background: #fff;
	color: #000;
}



/**/


.maincontent {
	padding: 10px 0px 20px 0px;
	background: url(../img/fade1.jpg) no-repeat left top;
	position: relative;
}

.extra {
	font-size: 1.35em;
	line-height: 140%;
	position: relative;
	z-index: 110;
}

p strong {}





/* card */
.card {
	display: flex;
	margin-bottom: 50px;
	gap: 2rem;

}

.card .card-item {
	flex: 1 30%;
	margin: 0;
	padding: 0 0 2rem 0;
	display: flex;
	flex-flow: column;
	min-width: 260px;
	overflow: hidden;
	transition: all ease 0.3s;
}

.card .card-item:hover {
}

.card .card-item>a:first-of-type {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin-bottom: 1rem;
}

.card .card-item img {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: all ease 0.3s;
	object-fit: cover;
	aspect-ratio: 3/2;
	margin-bottom: 1rem;
}

.card .card-item:hover img {
	opacity: .8;
	transform: scale(1.05);
}


.card .card-item h3 {
	margin: .75em 0;
	font-size: 1.3em;
}

.card .card-item p {
	margin: 0 0 2em 0;
}

.card .card-item div.silent {
	margin: 0;
}

.card .card-item h3 a {
	color: #000;
	text-decoration: none;
}

.card .card-item a:hover {
	color: #365CD4;
}

.card .card-item .button {
	margin: 0;
	width: fit-content;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.card .card-item.center .button {
	margin: auto;
}



/**/

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex>div {
	flex: 1 25%;
}

.aic {
	align-items: center;
}

.jca {
	justify-content: space-around;
}

.jcc {
	justify-content: center;
}

.jce {
	justify-content: end;
}



/**/

.articles,
.gallery,
.flexbox {
	/*margin-bottom: 3rem;*/

}

.flexbox {
	display: flex;
	flex-wrap: wrap;
	/* border-bottom: 1px solid #eee ;*/

	/*background: #fff;*/
	/*margin: 2% auto;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}

.flexbox-fluid {
	max-width: none;
}


.flexbox--item {
	flex: 1 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.two_cols .flexbox--item {
	flex: 1 45%;
}

.three_cols .flexbox--item {
	flex: 1 30%;
}

.four_cols .flexbox--item {
	flex: 1 20%;
}

.two_cols_image .flexbox--item {
	flex: 1 50%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.two_cols_image .flexbox--item:first-of-type {
	padding-right: 40px;
}

.two_cols_image .flexbox--item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.two_cols_4-8 .flexbox--item:first-of-type {
	flex: 1 33%;
}

.two_cols_4-8 .flexbox--item:last-of-type {
	flex: 1 66%;
}


.ait {
	align-items: start;
}


.box {
	/*padding: 8% 15% 10% 15% ;*/
	/*padding: 4vmax 4vmax 5vmax 6vmax ;
            padding: 4vmax 4vmax 5vmax 4vmax ;  */
	width: 100%;
}

.py3 {
	padding-top: 30px;
	padding-bottom: 30px;
}



.two_cols_image+.two_cols_image:nth-of-type(odd) .flexbox--item:first-of-type {
	order: 2;
	padding-right: 0;
	padding-left: 40px;
}

.two_cols {
	gap: 2rem;
}

.three_cols {
	gap: 2rem;
}

.four_cols {
	gap: 2rem;
}



/**/

.products,
.media {
	padding: 1em 0;
	/* padding-bottom: 50px; */
}

.products {
	background: #ffffff;
}

.products .card .card-item img {
	display: block;
	height: 100%;
	transition: all ease 0.3s;
	object-fit: cover;
}

.products .card .card-item>a:first-of-type {
	aspect-ratio: 1;
}


.media {
	background: #f3f1eb;
}

.stats {
	padding-bottom: 50px;
}

.stats-item {
	min-width: 300px;
}

.stats-item h2 {
	font-weight: 400;
	color: #365CD4;
	font-size: 5em;
	margin-top: 1em;
}

.partners {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 1em 0;
	justify-content: center;
}

/*
.partners-item:nth-child(-n+3){
  width: 26%;
    max-width: 26%;
}  */

.partners-item {
	width: 25%;
	min-height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	border: 1px solid #eee;
	margin: 0 -1px -1px 0;
	transition: all ease 0.3s;
}

.partners-item:hover {
	border-color: #999;
	z-index: 9999;
}

/*  category*/

.category {
	display: flex;
	justify-content: space-between;
}

.category h4 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 300;
}

.category-productlist {
	/* width: 75%; */
}


.category .card {
	/*flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  */
	display: grid;
	grid-template-columns: repeat(3, 32%);
	grid-gap: 15px;
	justify-content: space-between;
	margin: 1.5em 0;

}

.category .card .card-item {
	/* flex: 1 27%;  */
	margin: 0;
	width: auto;
	min-width: unset;
	/* margin-right: 1em;*/
	margin-bottom: 0;
}

.product-category-7 .category .card .card-item .button {
	display: none;
}

.product-category-7 .category-filter {
	display: none;
}

.product-category-7 .category-productlist {
	width: 100%;
}

.product-category-7 .category .card {
	grid-template-columns: repeat(4, 25%);
}

.product-category-7 .product-count {
	display: none;
}






.category-filter {
	display: none;

	width: 25%;
	order: -1;
	margin-right: 1em;
}

.filter-box {
	border: 1px solid #ccc;
	margin: 1.5em 0;
	padding-bottom: 1em;
}

.filter-box-head label {
	display: block;
	padding: .7em 1em;
}

.filter-item {
	padding: 0.1em 1em;
	display: flex;
	align-items: center;
}

.filter-item label {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0.25em;
}

.filter-item .checkbox-count {
	opacity: 0.4;
}

.button.mobile-only {
	display: none;
}



.pagination {
	margin: 30px 1em;
	text-align: right;
}

.pagination a {
	display: inline-block;
	padding: .3em 0.75em;
	margin: 0 0 0 0.3em;
	background: #ddd;
	text-align: center;
	text-decoration: none;
}

.pagination a:hover {
	background: #aaa;
}

.pagination a.active {
	background: #365CD4;
	color: #fff;
}


/*  product-detail  */


.tooltip {
	display: none;
	position: absolute;
	background: #365CD4;
	color: #fff;
	border-radius: 5px;
	padding: .7em 1em;
	left: 0;
	bottom: 107px;
	line-height: 1.4;
	width: 200px;
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.7);
	z-index: 250;

}

.tooltip:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 27px;


	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #365CD4;
}




/* Style the tab */
.tab {
	overflow: hidden;
	/*background-color: #f1f1f1;*/
	border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: #fff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0.7em 2em;
	transition: 0.3s;
	border: 1px solid #ccc;
	border-bottom: none;
	font-family:  'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin-right: -1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 1em 2em;
	/**/
	border: 1px solid #ccc;
	border-top: none;
}



/**/

.form-group {
	margin: 1em 0;
	display: flex;
}

.form-group label {
	width: 7em;
}

.g-recaptcha {
	margin: 1em 0 1em 7em;
}

.send {
	margin-left: 7em;
}

.send button {
	border: none;
	border-radius: 2px;
	padding: 0.4em 2em 0.4em 2em;
	display: inline-block;
	transition: all ease 0.2s;
	color: #fff;
	text-decoration: none;
	background: #365CD4;
	text-transform: uppercase;
	font-family:  'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
}


/**/

.download {
	display: flex;
	flex-flow: column;
	margin: 20px 0;
}

.download a {
	padding: 0.75em;
	padding-left: 2em;
	background: url(../img/file_download_black_24dp.svg) left center no-repeat;
	border-bottom: 1px solid #ccc;
	text-decoration: none;

}




/**/

a.button {
	/*margin: 20px 0;*/
	border-radius: 2px;
	padding: 0.4em 1.5em 0.4em 1.5em;
	display: inline-block;
	transition: all ease 0.2s;
	color: #fff;
	text-decoration: none;
	/*font-size: .9em;*/
	background: #365CD4;
}

a.button:hover {
	background-color: #333;
	color: #e0e0d1 !important;
	background-position: 92% center;
}


/* footer */
#footer {
	/*background: #365CD4;*/
	background: #EDEDF3;
	background: #D8D8DA;
	clear: both;
	font-size: 1em;
	/*color: #fff;*/
	margin: 100px 0 0 0;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 0.9rem;

}

#footer p {
	margin: 15px 0;
}

#footer ul {
	list-style: none;
	margin-left: 0;
}

#footer li {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	/*color: #fff;*/
}

#footer a:hover {

	/*color: #ffffff;*/
	text-decoration: underline;
}

#footer h4 {
	color: #111;
	margin-bottom: 2em;
}

.footer-socials {
	display: flex;
	/**/
	justify-content: end;
}

.footer-socials li a {
	margin: 0 1px;
	mix-blend-mode: luminosity;
}

#footer .line {
	border-top: 1px solid #7c7c7c3f;
	padding-top: 1em;
}

#footer .creactive a {
	font-size: .8em;
	text-decoration: none;
	color: #666;
	opacity: .5;
}

.move-top {
	text-decoration: none;
	text-align: right;
	display: block;
	/*margin-top: 5em;*/
}


.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 999999;
}

.modal.active {
	display: block;
}

.modal:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(1px);
}

.modal-content {
	text-align: left;
	max-width: 800px;
	height: auto;
	padding: 1em 4em 3em 4em;
	margin: 10% auto;
	background: #fff;
	box-shadow: 0 0 50px -20px black;
	position: relative;
}


.modal-close {
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 0.3em 0.6em 0.5em 0.6em;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	background: #eee;
	cursor: pointer;
}

.modal-close:hover {
	background: #666;
	color: #fff;
}





/*  class   */
.noscreen,
.none {
	display: none;
}

.separ {
	border-bottom: 1px dotted #ccc;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 20px 100px 30px 0;
}

.break {
	clear: both;
	line-height: 0px;
	font-size: 1px;
	height: 0px;
	margin: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.fl {
	float: left;
	position: relative;
}

.fr {
	float: right;
	position: relative;
}

.loud {}

.silent {
	color: #929294;
}

.bg_silent {
	background: #eef6fa;
}

.bg_loud {}

.colborder {
	border: 1px solid #BDBBB7;
}

.partneri {
	margin: 5px 7px;
	float: left;
}


.messages button {
	display: none;
}

.alert {
	padding: 2em;
	border-radius: 2px;
	font-weight: bold;
}

.alert-success {
	background: #ceedd5;
}

.alert-danger {
	background: #ffd0d0;
}

iframe {
	max-width: 100%;
}

img[style*="float: left"] {
	margin: 30px 50px 50px 0px;
}

img[style*="float: right"] {
	margin: 30px 0px 50px 50px;
}

.my-5 {
	margin-top: 5em;
	margin-bottom: 5em;
}

.mt-5 {
	margin-top: 5em;
}

.mb-5 {
	margin-bottom: 5em;
}

.py-3 {
	margin-top: 3em;
	margin-bottom: 3em;
}

.py {
	padding-top: 50px;
	padding-bottom: 50px;

}




a.more {
	background: #ababab url(../img/a_more.gif) no-repeat top right;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	position: relative;
	top: 10px;
	text-decoration: none;
	padding: 3px 95px 3px 10px;
}

a.more:hover {
	background: #7f7f7f url(../img/a_more.gif) no-repeat top right;
}




/* Tisknout a nahoru  */
.c2a {
	background-color: #eee;
	padding: 1px 20px;
}

.meta {
	text-align: right;
	padding-top: 10px;
	margin: 100px 50px;
	border-top: 1px dotted #ccc;
}

.meta a {
	padding: 2px 0px 5px 22px;
	color: #666666;
	font-size: 0.9em;
}

.meta a:hover {
	color: #cd0000;
}

/*  ico  */
.ico {
	padding-left: 22px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.up {
	background-image: url(../img/ico/go_home.gif);
}

.print {
	background-image: url(../img/ico/printer.gif);
}





#header button {
	display: none;
}


.gallery-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;

	/*margin-right: -15px;
	margin-left: -15px;*/
}

.gallery-item {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 25%;

	position: relative;
	width: 100%;
	/*padding-right: 10px;*/
	/*padding-left: 15px;*/
}

.gallery-item img {
	display: block;
}














/*                                       RESPONSIVE                                     */


/*  */
@media screen and (max-width:1480px) {
	body {
		font-size: 16px;
	}

	.container {
		padding: 0 50px;
	}

	.container-reset {
		margin-left: -50px;
		margin-right: -50px;
	}

	/*
    #navigation {
        right: 20px
      }     
    #navigation > ul{
        lex-flow: column;
      }  
    #navigation > ul > li > a {
      padding: 0em 1em ;
      
    } 
	
	   */

}


/*  */
@media screen and (max-width:1200px) {


	.owl-theme .owl-nav {
		top: 2.5em;
	}

	.owl-dots {
		bottom: 30px;
	}

}


/*  */
@media screen and (max-width:1100px) {
	body {
		font-size: 15px;
	}

	#main-grid {
		grid-template-columns: 1fr;
	}

	.container {
		padding: 0 20px;
	}

	.container-reset {
		margin-left: -20px;
		margin-right: -20px;
	}

	#header {
		/*height: 80px;*/
	}

	#header h1 a {
		/*
		height: 80px;
   		left: 10px;
  		right: 0;
		width: auto;
		*/
	}

	#navigation {
		display: none;
		top: -9px;
		right: 0;
		left: 0;
		background: #fff;
		padding: 0 1em 1em 1em;
		/* border-bottom: 2px solid #000; */
		box-shadow: 0px 15px 40px -40px black;
		flex-flow: column;
		position: absolute;
	}

	#navigation>ul {
		flex-flow: column;
		align-items: inherit;
	}

	#navigation>ul>li {
		display: block;
		width: 100%;
	}

	#navigation>ul>li>a {
		/*line-height: 60px ;
    height: 60px;*/
		/*text-align: center;*/
		width: 100%;
		border-bottom: 1px solid #eee;
		font-size: 1.3em;
		color: #000;
	}

	#navigation ul ul,
	#navigation ul ul ul {
		position: static;
		width: auto;
	}

	.socials {
		margin: 1em auto;
		text-align: center;
	}

	.lang {
		text-align: center;
		position: unset;
	}

	.lang ul {
		margin: 0 auto;
		display: inline-block;
	}

	.card {
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.card .card-item {
		width: 50%;
	}

	img {
		max-width: 100%;
	}

	#header button {
		display: block;
		position: relative;
		right: 0px;
		/*top: 20px;*/

		padding: 2px 10px;
		/*       background-color: transparent; */
		border: 2px solid #000;
		border-radius: 5px;
		font-size: 1.5em;
		z-index: 99999;
	}



}


/**/
@media screen and (max-width:1000px) {

	.lang {
		margin-top: 15px;
	}
	#header .date {
		font-size: 1rem;
		line-height: 1.3;
	}
	

	.owl-carousel .title {
		max-width: 70%;
		font-size: 2em;
	}

	.owl-theme .owl-nav {
		top: 2em;
	}

	.owl-dots {
		bottom: 30px;
	}

	.card .card-item h3 {
		margin-bottom: 1em;
	}

}


/**/
@media screen and (max-width:800px) {


	#header h1 a span {
		/*background-size: auto 80%;*/
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 20px;
	}



	.owl-carousel .title {
		max-width: 80%;
		font-size: 1.6em;
	}

	.owl-theme .owl-nav {
		top: calc(50% - 20px);
	}

	.owl-dots {
		bottom: 10px;
	}


	.category {
		flex-flow: column;
	}

	.category-filter {
		width: auto;
	}

	.category-productlist {
		width: auto;
	}

	.card .card-item {
		margin: 0.5em 0;
		/* padding: 0 0.5rem 2rem 0.5rem; */
		padding: 0 0 2rem 0;
	}

	.category .card {
		grid-template-columns: repeat(2, 49%) !important;
		grid-gap: 1%;
		margin: 1.5em 0;
	}

	.product-media {
		max-width: unset;
		margin-bottom: 1em;
	}

	.product-thumbs {
		order: 2;
		margin-right: 0;
		margin-left: 1em;
	}

	.four_cols .flexbox--item {
		flex: 1 50%;
	}

	.flex>div {
		flex: 1 50%;
	}

	#footer .flex>div {
		padding-right: 1em;
	}

	.two_cols_4-8 .flexbox--item:first-of-type {
		flex: 1 100%;
	}

	.two_cols_image .flexbox--item {
		flex: 1 100%;
	}

	/*
.partners-item:nth-child(-n+3){
  width: 33%;
    max-width: 33%;
}  
*/
	.partners-item {
		max-width: 33%;
		min-width: 200px;
	}



}


/**/
@media screen and (max-width:540px) {

	h2 {
		margin: 1em 0;
	}

	h4 {
		margin: 1em 0;
	}

	#header h1 {
		font-size: 1.5rem;
		max-width: 75%;
	}

	#header h1 a  {
		left: 0;
	}


	#header .date {
		display: none;
	}

	.owl-carousel .owl-item img {
		height: 40vh;
	}

	.owl-carousel .title {
		font-size: 18px;
		max-width: 90%;
	}

	.owl-dots {
		bottom: 10px;
	}

	.gallery-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}


	.product-media {
		max-width: unset;
		margin: 0 0 1em 0;
		flex-flow: column;
	}

	.product-thumbs {
		width: auto;
		order: 2;
		display: flex;
		margin: 0 -10px 0 0;
	}

	.product-thumbs a {
		margin-right: 10px;
	}

	.two_cols,
	.three_cols,
	.four_cols {
		flex-flow: column;
	}


	.form-group {
		flex-flow: column;
	}

	.g-recaptcha,
	.send {
		margin-left: 0;
	}

	textarea {
		width: 100%;
	}

	/*
.partners-item:nth-child(-n+3){
  width: 50%;
    max-width: 50%;
}      
*/
	.partners-item {
		max-width: 50%;
		min-width: 160px;
	}

	.stats-item h2 {
		margin-bottom: 0;
	}


}








/**/
div#ajax-spinner {
	height: 50px;
	width: 50px;
	background: url("/frontend/img/loading.gif") no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000;
}