@charset "UTF-8";

:root { --roth-red:#E81E41;}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	height: inherit;
	display: block;
}

.visible-sm {
	display: block;
}
@media (min-width: 768px) {
	.visible-sm {
		display: none;
	}
}

.clearfix {
	clear: both;
}

/*--------------------------------------------------------------
Header Styles
--------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	z-index: 99;
}
header .header-logo {
	position: absolute;
	background: #fff;
	width: 230px;
	padding: 20px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	z-index: 100;
	transition: all 0.3s;
}
header .header-logo .site-branding img {
	width: 100%;
}
header .header-top {
	position: relative;
	height: 35px;
	background: #f71f3b;
}
header .header-top .top-navigation {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
header .header-top .top-navigation > div {
	float: left;
}
header .header-top .top-navigation .top-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
header .header-top .top-navigation .top-menu .menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
	margin-left: 25px;
	vertical-align: 5px;
}
header .header-top .top-navigation .top-menu .menu-item:last-of-type {
	margin-right: 5px;
}
@media (max-width: 768px) {
	header .header-top .top-navigation .top-menu .menu-item:last-of-type {
		margin-right: 2px;
	}
}
header .header-top .top-navigation .top-menu .menu-item .sub-menu {
	position: absolute;
	top: 30px;
	left: -10px;
	padding: 10px;
	opacity: 0;
	text-align: left;
	background: #fff;
	transition: all 0.3s;
	visibility: hidden;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
header .header-top .top-navigation .top-menu .menu-item .sub-menu li {
	margin: 0;
	margin-top: 10px;
}
header .header-top .top-navigation .top-menu .menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
header .header-top .top-navigation .top-menu .menu-item a {
	position: relative;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
header .header-top .top-navigation .top-menu .menu-item a:before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	transition: all 0.3s;
}
header .header-top .top-navigation .top-menu .menu-item a:hover {
	opacity: 1;
}
header .header-top .top-navigation .top-menu .menu-item a:hover:before {
	width: 100%;
	left: 0;
	background: #fff;
}

header .header-top .top-navigation .top-menu .menu-flag {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: 7px;
}
@media (max-width: 768px) {
	header .header-top .top-navigation .top-menu .menu-item.wpml-ls-item {
		margin-left: 5px;
		vertical-align: -5px;
	}
}
header .header-top .top-navigation .top-menu #menu-item-wpml-ls-13-de {
	margin-left: 25px;
}
@media (max-width: 768px) {
	header .header-top .top-navigation .top-menu #menu-item-wpml-ls-13-de {
		margin-left: 5px;
	}
}
header .header-top .top-navigation .other-lang-page {
	position: relative;
	margin-left: 10px;
	vertical-align: -5px;
}
@media (max-width: 768px) {
	header .header-top .top-navigation .other-lang-page {
		float: left;
		margin-top: 4px;
		margin-left: 8px;
	}
}
header .header-top .top-navigation .other-lang-page:before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	transition: all 0.3s;
}
header .header-top .top-navigation .other-lang-page:hover {
	opacity: 1;
}
header .header-top .top-navigation .other-lang-page:hover:before {
	width: 100%;
	left: 0;
	background: #fff;
}
header .header-top .top-navigation .other-lang-page img {
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
@media (max-width: 768px) {
	header .header-top .top-navigation .menu-item-object-page {
		display: none !important;
	}
}

header .header-bot {
	position: relative;
	height: 65px;
	background: #fff;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
header .header-bot .primary-navigation {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
header .header-bot .primary-navigation .primary-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
header .header-bot .primary-navigation .primary-menu .menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
	margin-left: 25px;
}

header .header-bot .primary-navigation .primary-menu .menu-item.katalog { background: #E81E41; padding: 0.4em 0.6em; margin-right: 3.0em}
header .header-bot .primary-navigation .primary-menu .menu-item.katalog:hover { background: #001a43}
header .header-bot .primary-navigation .primary-menu .menu-item.katalog a { color: #ffffff; }
header .header-bot .primary-navigation .primary-menu .menu-item.katalog a:hover { color: #ffffff; }

header .header-bot .primary-navigation .primary-menu .menu-item:last-of-type {
	margin-right: 0px;
}
header .header-bot .primary-navigation .primary-menu .menu-item .sub-menu {
	position: absolute;
	top: 30px;
	left: -10px;
	padding: 10px;
	opacity: 0;
	text-align: left;
	background: #fff;
	transition: all 0.3s;
	visibility: hidden;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
header .header-bot .primary-navigation .primary-menu .menu-item .sub-menu li {
	display: block;
	margin: 0;
	margin-top: 10px;
	white-space: nowrap;
}
header .header-bot .primary-navigation .primary-menu .menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
header .header-bot .primary-navigation .primary-menu .menu-item a {
	position: relative;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	color: #001a43;
}
header .header-bot .primary-navigation .primary-menu .menu-item a:before {
	content: "";
	width: 0;
	height: 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #001a43;
	transition: all 0.3s;
}
header .header-bot .primary-navigation .primary-menu .menu-item a:hover { opacity: 1; color: #f81f3c }
header .header-bot .primary-navigation .primary-menu .menu-item a:hover:before {
	width: 100%;
	left: 0;
	background: #001a43;
}
@media (max-width: 1260px) {
	header .header-bot .primary-navigation {
		display: none;
	}
}

header.shrink .header-logo {width: 170px;}
@media (max-width: 768px) {
	header.shrink .header-logo {width: 120px;	}
}

#menu-toggle { position: fixed; top: 55px; }
#mp-menu .mp-has-childs { padding: 11px 14px !important; }

/*--------------------------------------------------------------
Footer Styles
--------------------------------------------------------------*/
footer a { color: #f8e1e4; text-decoration: none; transition: all 0.3s }
footer p a:hover { color: #ffffff; text-decoration: underline }
footer p { color: #f8e1e4; font-size: 12px; margin: 0 0 0 0.8em;}
footer img { max-width: 170px; display: block; margin: 0 auto; }
footer .links { text-align: center}
footer ul {	padding: 0 }
footer ul li { list-style: none }
footer ul li a { color: #f8e1e4; text-decoration: none; transition: all 0.3s }
footer ul li a:hover { color: #ffffff;; text-decoration: underline }
footer .gallery-inner {	margin-top: 20px; max-width: 300px; }
footer .gallery-inner .denka { display: block; width: 67%; float: left; }
footer .gallery-inner .denka img { width: 99%; }
footer .gallery-inner .ipaf { display: block; width: 32.5%;	float: left; }
footer .gallery-inner .ipaf img { width: 99%; }
footer .gallery-inner .copyright { text-align: right; font-size: 14px; }
@media (max-width: 1199px) { #EU a { float: left !important }	}
@media (max-width: 768px) {	footer .gallery-inner {	margin: 20px auto;	}	}
footer .close-line {position: relative;	bottom: 0; left: 0; width: 100%; height: 1px; background: #fa8494; margin: 10px 0 30px; }

#EU a {
    background-image: url(/img/eu_logo-footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 42px;
    width: 210px;
	float: right;
	margin: 10px 0 0 10px;
}
#EU:hover a { background-position: center bottom; }

#FB a {
    background-image: url(/img/icon_fb.png);
    background-repeat: no-repeat;
    background-position: center top;
	display: block;
	height: 42px;
	width: 42px;
	float: left;
	margin: 10px 0 0 10px;
}
#FB a:hover { background-position: center bottom }

#YT a {
    background-image: url(/img/icon_yt.png);
    background-repeat: no-repeat;
    background-position: center top;
	display: block;
	height: 42px;
	width: 42px;
	float: left;
	margin: 10px 0 0 10px;
}
#YT a:hover { background-position: center bottom }

/*--------------------------------------------------------------
News Slider Styles
--------------------------------------------------------------*/
.news-slider-wrapper {
	margin-top: 20px;
	margin-bottom: 100px;
}
.news-slider-wrapper .news-slider-item .news-img {
	display: block;
	width: 50%;
	float: left;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.news-slider-wrapper .news-slider-item .news-img {
		width: 100%;
		height: 300px;
	}
}
.news-slider-wrapper .news-slider-item .news-info {
	display: block;
	width: 50%;
	float: left;
	padding: 80px 60px 80px 120px;
	background: #F6F6F6;
}
.news-slider-wrapper .news-slider-item .news-info .date {
	margin-bottom: 10px;
}
.news-slider-wrapper .news-slider-item .news-info .title {
	margin-top: 0;
}
.news-slider-wrapper .news-slider-item .news-info .content {
	margin-bottom: 20px;
}
@media (max-width: 1100px) {
	.news-slider-wrapper .news-slider-item .news-info {
		padding: 40px;
	}
}
@media (max-width: 768px) {
	.news-slider-wrapper .news-slider-item .news-info {
		width: 100%;
		padding: 40px 20px 40px 40px;
	}
}

/*--------------------------------------------------------------
News Listing Styles
--------------------------------------------------------------*/
.news-listing-wrapper {
	margin: 0 -20px;
}
.news-listing-wrapper .news-listing-item {
	position: relative;
	display: block;
	width: calc(25% - 40px);
	font-size: 14px;
	margin: 0 20px;
	margin-bottom: 40px;
	float: left;
	border: 3px solid #9B9B9B;
	border-radius: 11px;
	padding: 10px 10px 10px 10px;
	color: #001841;
}
.news-listing-wrapper .news-listing-item .news-link {
	text-decoration: none;
	color: #001841;
}
.news-listing-wrapper .news-listing-item .news-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1300px) {
	.news-listing-wrapper .news-listing-item .news-img {
		height: 250px;
	}
}
@media (max-width: 768px) {
	.news-listing-wrapper .news-listing-item .news-img {
		height: 300px;
	}
}
.news-listing-wrapper .news-listing-item .news-info .title {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
}
.news-listing-wrapper .news-listing-item .news-info .title:after {
	bottom: -10px;
}
@media (max-width: 1300px) {
	.news-listing-wrapper .news-listing-item {
		width: calc(50% - 40px);
	}
}
@media (max-width: 768px) {
	.news-listing-wrapper .news-listing-item {
		width: calc(100% - 40px);
	}
}

.load-more-wrapper {
	text-align: center;
}
.load-more-wrapper.loading {
	background-image: url("/img/loading.html");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	min-height: 60px;
}
.load-more-wrapper.loading .load-more {
	display: none;
}

/*--------------------------------------------------------------
Product Category Listing Styles
--------------------------------------------------------------*/
.product-cat-listing {
	margin-top: 20px;
	margin-bottom: 40px;
}
.product-cat-listing .product-cat-listing-item {
	display: block;
	width: 25%;
	float: left;
	padding: 9px;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper {
	overflow: hidden;
	width: 100%;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url {
	text-decoration: none;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-title {
	position: relative;
	text-align: center;
	background: linear-gradient(180deg, #0F2A49 10.55%, rgba(25, 29, 46, 0.986441) 167.34%);
	color: #fff;
	padding: 21px 0 15px 0;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-title:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	background: #E81E41;
	width: 100%;
	height: 6px;
}
.product-cat-listing .product-cat-listing-item:hover .product-cat-img {
	transform: scale(1.1);
}
@media (max-width: 1200px) {
	.product-cat-listing .product-cat-listing-item {
		width: 33.33%;
	}
}
@media (max-width: 1000px) {
	.product-cat-listing .product-cat-listing-item {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.product-cat-listing .product-cat-listing-item {
		width: 100%;
	}
}

.cat-info {
	margin-top: 300px;
}



/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html, body {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #4A4A4A;
	line-height: 23px;
}

#page {	overflow: hidden;}
.site-content {	/*margin-top: 200px;*/	min-height: calc(100vh - 457px);}
.header-image {	display: none;}

.btn {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	background: #001841;
	border: 1px solid #001841;
	transition: all 0.3s;
	line-height: 60px;
	outline: none;
	cursor: pointer;
}
.btn:hover {
	color: #001841;
	background: transparent;
}

.site-content h1, .h1 {	position: relative;	font-size: 40px; font-weight: 400; text-transform: uppercase; margin-bottom: 40px; color: #001841; line-height: 40px;}
h2, .h2 { font-size: 25px; font-weight: 700; margin-bottom: 40px; color: #f81f3c; line-height: 30px; }
h3, .h3 { font-size: 20px; font-weight: 700; margin-bottom: 40px !important; color: #f81f3c; line-height: 30px; }
#product h3, #product.h3 { margin-bottom: 0px !important; }
a:hover h2 { color: #001841 }
a:hover .description { color: #494949 }
a .description { color: #494949; margin-bottom: 15px; }
.header {	min-height: 60px }

h2[style="text-align: center;"]:after, .h2[style="text-align: center;"]:after {	display: none; }


.slick-prev {
	width: 30px;
	height: 60px;
	z-index: 9;
	left: -55px;
}

.slick-prev:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 60px;
	background-image: url("/img/arrow_back.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slick-next {
	right: -55px;
	width: 30px;
	height: 60px;
	z-index: 9;
}
.slick-next:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 60px;
	background-image: url("/img/arrow.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1259px) {
	.slick-prev { left: -35px	}
	.slick-next { right: -35px	}
}


.breadcrumb {
	text-align: center;
}
.breadcrumb a {
	color: #4A4A4A;
	text-decoration: none;
}
.breadcrumb a:last-of-type {
	font-weight: 500;
}

/*# sourceMappingURL=style.css.map */






/*
========================
      BUTTON THREE
========================
*/
.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.01);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}


/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/

.formular { width: 30% !important; border-top: 8px solid #001c44 !important; border: 1px solid rgba(0,0,0,0.15); margin: auto !important; background: white; padding: 2em 1em 2em 2em !important; 
	margin-top: -50px !important; margin-bottom: -50px !important; z-index: 10; position: relative; }
@media (max-width: 1200px) { .formular { width: 50% !important }	}

.formular h3.header { margin-bottom: 0px !important; margin-top: 0px !important; }
.formular p { margin-bottom: -10px !important; margin-top: 20px !important; padding: 0 !important; }
.formular p a:hover { text-decoration: underline; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
	position: relative;
	height: 50px;
	line-height: auto;
	border-bottom: 1px solid  rgba(0,0,0,0.25);
	border-top: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	background-color: transparent;
	width: 100%;
	margin-bottom: -20px;
	padding: 0;
	color:rgba(0,22,71,0.75);
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out; }

textarea#comment {
	height: 100px;
	padding: 25px 0 0 0;
	line-height: 20px;
	margin-bottom: 25px; }

.call2action input[type="text"],
.call2action input[type="password"],
.call2action input[type="email"],
.call2action input[type="url"],
.call2action input[type="tel"],
.call2action input[type="number"],
.call2action input[type="date"],
.call2action input[type="search"],
.call2action textarea {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 0px;
	padding-left: 1em;
	color: #494949;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #858383;
	outline: none;
	box-shadow: none; }

textarea {
	height: 150px;
	padding: 15px 16px; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #858383; }

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #858383;
	opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #858383;
	opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #858383; }

select {
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer; }

select::-ms-expand {
	display: none; }

.select {
	position: relative;
	cursor: pointer; }
.select i {
    position: absolute;
    top: 14px;
    right: 18px;
    pointer-events: none;
    font-size: 18px; }

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
	display: none; }

input[type="checkbox"] + label:before {
	width: 22px;
	height: 22px;
	background-color: #e3e3e3;
	content: "";
	display: inline-block;
	font-size: 13px;
	margin: -4px 12px 0 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer; }

input[type="checkbox"]:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #111; }

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	letter-spacing: normal;
	color: #7a7a7a;
	font-size: 15px; }

.radio-buttons > li,
.checkboxes > li {
	padding: 7px 0; }

input[type="radio"] {
	display: none; }

input[type="radio"] + label:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	background-color: #e3e3e3;
	border-radius: 40px;
	margin: -3px 10px 0 0;
	outline: none;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0; }

input[type="radio"]:checked + label:before {
	width: 22px;
	height: 22px;
	background-color: #111;
	border: 6px solid #e3e3e3; }

input[type="radio"]:focus {
	outline: none; }

label {
	font-weight: normal;
	color: #111;
	font-size: 12px;
	font-family: museo-sans, sans-serif;;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	vertical-align: middle; }


.socials.footer-socials a { margin: 0 15px; }
.socials.footer-socials a:hover i { color: #00aeef; border: 1px solid #00aeef; background-color: #ffffff; }

.socials.footer-socials i {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	color: #a3a6b2;
	border: 1px solid #a3a6b2;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }


/*-------------------------------------------------------*/
/* Mansonry grid
/*-------------------------------------------------------*/

* { box-sizing: border-box; }

.grid { margin: 0 auto }
.grid:after {content: ''; display: block; clear: both;}

.grid-item {
	width: 300px;
	min-height: 200px;
	float: left;
	margin-bottom: 0px;
}

.grid-item div {
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/*-------------------------------------------------------*/
/* Novinka
/*-------------------------------------------------------*/
.novinka { padding: 30px 20px; margin-bottom:30px;
		   background: -moz-linear-gradient(top,  rgba(0,174,239,0.1) 0%, rgba(0,174,239,0.2) 25%, rgba(0,174,239,0.9) 100%); /* FF3.6-15 */
		   background: -webkit-linear-gradient(top,  rgba(0,174,239,0.1) 0%,rgba(0,174,239,0.2) 25%,rgba(0,174,239,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
		   background: linear-gradient(to bottom,  rgba(0,174,239,0.1) 0%,rgba(0,174,239,0.2) 25%,rgba(0,174,239,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a00aeef', endColorstr='#e600aeef',GradientType=0 ); /* IE6-9 */
}

.novinka:hover {
	background: -moz-linear-gradient(top,  rgba(0,174,239,0.3) 0%, rgba(0,174,239,0.7) 25%, rgba(0,174,239,0.99) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,174,239,0.3) 0%,rgba(0,174,239,0.7) 25%,rgba(0,174,239,0.99) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,174,239,0.3) 0%,rgba(0,174,239,0.7) 25%,rgba(0,174,239,0.99) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a00aeef', endColorstr='#e600aeef',GradientType=0 ); /* IE6-9 */
}

.novinka p { color:#FFFFFF; line-height:18px}
.novinka p.big { font-weight: 100; margin-bottom: 200px}


/*-------------------------------------------------------*/
/* breadcrumb
/*-------------------------------------------------------*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}

.breadcrumb a { color:#FFFFFF}
.breadcrumb a:hover { color:#00aeef}
.breadcrumb .active { color:#00aeef}


/*-------------------------------------------------------*/
/* katalog grid
/*-------------------------------------------------------*/
.card { background-color: #fff; border: 1px solid transparent; border-radius: 0px; }
.card > .card-link{ color: #333; }
.card > .card-link:hover{  text-decoration: none; }
.card > .card-link .card-img img{ border-radius: 0; }
.card .card-img{ position: relative; padding: 0; display: table; margin: 0 auto; width: 100%; min-height: 350px; height: 350px; background-size: cover; background-position: center }

.cover {object-fit: cover;}

.card .card-body{ display: table; width: 100%; padding: 20px 10px 10px; }
.card .card-header{ border-radius: 6px 6px 0 0; padding: 8px; }
.card .card-footer{ border-radius: 0 0 6px 6px; padding: 8px; }
.card .card-left{ position: relative; float: left; padding: 0 0 8px 0; }
.card .card-right{ position: relative; float: left; padding: 8px 0 0 0; }
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4{ margin-top: 0; }
.card .card-body .heading{ display: block;  }
.card .card-body .heading:last-child{ margin-bottom: 0; }

#product_page { margin-top: 2em; }

#product_page .ui.cards > .card { border: 1px solid rgba(0,0,0,0.15); border-top: 8px solid #001c44; margin-bottom: 1.5em; padding-bottom: 1em; cursor: pointer; }
#product_page .ui.cards > .card:hover {	box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px !important;  }
#product_page .ui.cards > .card:hover h3 { color: #f81f3c; }
#product_page .ui.cards > .card .detail { text-align: justify; }

@media( min-width: 768px ){
	.card .card-left{ float: left; padding: 0 8px 0 0; }
	.card .card-right{ float: left; padding: 0 0 0 8px; }

	.card .card-4-8 .card-left{ width: 33.33333333%; }
	.card .card-4-8 .card-right{ width: 66.66666667%; }

	.card .card-5-7 .card-left{ width: 41.66666667%; }
	.card .card-5-7 .card-right{ width: 58.33333333%; }

	.card .card-6-6 .card-left{ width: 50%; }
	.card .card-6-6 .card-right{ width: 50%; }

	.card .card-7-5 .card-left{ width: 58.33333333%; }
	.card .card-7-5 .card-right{ width: 41.66666667%; }

	.card .card-8-4 .card-left{ width: 66.66666667%; }
	.card .card-8-4 .card-right{ width: 33.33333333%; }
}

/* -- katalog theme ------ */
.card-katalog                    { border-color: #e0e6ee; background-color: #ffffff; margin-bottom: 3em; padding-bottom: 20px; border: none; box-shadow: none; }
.card-katalog:hover              { -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
                                   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
								   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); }
.card-katalog > .card-heading,
.card-katalog > .card-footer     { color: #333; background-color: #fdfdfd; }
.card-katalog > .card-heading    { border-bottom: 1px solid #ddd; padding: 8px; }
.card-katalog > .card-footer     { border-top: 1px solid #ddd; padding: 8px; }
.card-katalog > .card-img:first-child img{ border-radius: 0; }
.card-katalog > .card-left       { padding-right: 4px; }
.card-katalog > .card-right      { padding-left: 4px; }
.card-katalog .card-caption      { color: #fff; text-align: center; text-transform: uppercase; }
.card-katalog p:last-child       { margin-bottom: 0; }

.card-katalog .btn               { margin: 5px }
.card-katalog .details           { list-style: none; margin-bottom: 20px; padding: 0 10px; min-height: 90px}
.card-katalog .details li        { text-align: center; margin-bottom: 8px; color:#7a7a7a }
.card-katalog .table             { margin-bottom: 10px }
.card-katalog .table td          { padding: 0px; border:none}
.card-katalog table .parametr    { font-size: 30px; font-weight: bold; text-align: center; color: #ed1c24}
.card-katalog table .note        { color: #001841; font-size: 11px; text-transform: uppercase; font-weight: 900 }
.card-katalog table .jednotka    { color: #001841; font-size: 15px; text-transform:none; font-weight: 300 }


/* -- read more ------ */
#more {display: none;}
#moreN {display: none;}
#moreV {display: none;}

/* -- obrazky v katalogu / detail  ------ */
.img-katalog                    { background-size: cover; height: 370px; border: 10px solid white;}
@media( max-width: 1199px )     { .img-katalog { height: 300px } }
@media( max-width: 991px )      { .img-katalog { height: 230px } }
@media( max-width: 767px )      { .img-katalog { height: 600px } }
@media( max-width: 425px )      { .img-katalog { height: 360px } }

/* -- responsivni header pro subpage  ------ */
@media( min-width: 992px )     { .container-header-height { height: 700px } }
@media( max-width: 991px )     { .container-header-height { height: 600px } }

.owl-theme {
    .custom-nav {
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;

		.owl-prev,
		.owl-next {
			position: absolute;
			height: 100px;
			color: inherit;
			background: none;
			border: none;
			z-index: 100;

			i {
				font-size: 2.5rem;
				color: #cecece;
			}
		}

		.owl-prev {
			left: 0;
		}

		.owl-next {
			right: 0;
		}
	}
}

div.cards#categoryItemsList { margin-top: 30px;}
div.cards#categoryItemsList .card {	border: 1px solid rgba(0,0,0,0.15); border-top: 8px solid #E81E41; margin-bottom: 1.5em; padding-bottom: 1em; cursor: pointer; }
div.cards#categoryItemsList .card:hover { box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px !important;  }
div.cards#categoryItemsList .card .header { color: #001841; font-size: 25px; }
div.cards#categoryItemsList .card .description { padding: 1em 2em 0 2em; z-index: 9; background: white; min-height: 390px; }
div.cards#categoryItemsList .card .description table { margin: 0em !important; font-size: 1em; }
div.cards#categoryItemsList .card .description table td:nth-child(2) { text-align: right;}
div.cards#categoryItemsList .card .item_buttons { margin: 0 2em 1em 2em; text-align:  center; }
div.cards#categoryItemsList .card .image { width: 100%;	height: 350px; background-position: center;	background-size: cover;	background-repeat: no-repeat; transition: all 0.3s;	overflow: hidden; }
div.cards#categoryItemsList .card:hover .image { /*transform: scale(1.1);*/}
div.cards#categoryItemsList .card .header { margin-top: 10px; margin-bottom: 10px;}
div.cards#categoryItemsList .card:hover .header { color: #E81E41; }

div#product div.column {
	padding-top: 0px;
	padding-right: 10px;
}

.gallery_img {
	border-radius: 0px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	min-height: 150px;
}

@media only screen and (max-width: 1259px) {
	.ui.button.button_question { width: 45%; }
	.ui.button.button_gallery { width:  45%; }
	.ui.button.button_prospect { width:  45%; margin-top:  2em;	}
	#mobile_title .button {	width: 100%; margin-top: 0.5em;	}
}

.youtube_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parr_title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #001841;
	line-height: 40px;
}

.parr_title::after {
	text-align: left;
	background-image: url("/img/heading_line.svg");
	background-repeat: no-repeat;
}

.ui .button.button_question {
	min-width: 12em;
	border: 2px #001841 solid;
}

.ui.button.button_gallery {
	border: 2px #001841 solid;
	background: white;
	color: #001841;
}

.ui.button.button_prospect {
	border: 2px #E81E41 solid;
	background: #E81E41;
	color: white;
}

/*Go to Top*/
#back-to-top {
	display: block;
	z-index: 500;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	position: fixed;
	bottom: -40px;
	right: 65px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 0%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.0), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.0); }
	#back-to-top i {
	  -webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -ms-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out; }
	#back-to-top a {
	  width: 40px;
	  height: 40px;
	  display: block;
	  color: #494949; }
	#back-to-top.show {
	  bottom: 20px; }
	#back-to-top:hover {
	  background-color:#E81E41 }
	#back-to-top:hover i {
	  color: #fff; }
  
  /*-------------------------------------------------------*/
/* Home Video Bg
/*-------------------------------------------------------*/
.video-wrap {
	position: absolute;
	width: 100%;
	height: 100.2%;
	top: 0px;
	left: 0px;
	background: #FFFFFF;    
	z-index: 0; }
  
  .video-overlay {
	background: -moz-linear-gradient(top,  rgba(17,48,94,0.65) 0%, rgba(10,29,56,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(17,48,94,0.65) 0%,rgba(10,29,56,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(17,48,94,0.65) 0%,rgba(10,29,56,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a611305e', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	/*background-color: rgba(40, 40, 40, 0.5);*/
	height: 100%;
	width: 100%; }
  
  .video-overlay-subpage {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001841+0,001841+50,001841+100&0.8+0,0.5+50,0.2+100 */
  background: -moz-linear-gradient(top,  rgba(0,22,71,0.8) 0%, rgba(0,22,71,0.5) 50%, rgba(0,22,71,0.2) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,22,71,0.8) 0%,rgba(0,22,71,0.5) 50%,rgba(0,22,71,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,22,71,0.8) 0%,rgba(0,22,71,0.5) 50%,rgba(0,22,71,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc001841', endColorstr='#33001841',GradientType=0 ); /* IE6-9 */
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%; }
  
  .video-overlay-yt {
	background: rgba(255,255,255,0.001);
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%; }
  
  .video-img {
	background: url(../video/video.jpg) center center no-repeat;
	background-size: cover;
	z-index: -101;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%; }

@media( min-width: 1921px )		{ .container-full-height { height: 1000px; } }
@media( max-width: 1920px )		{ .container-full-height { height: 865px;  } }
@media( max-width: 1600px )		{ .container-full-height { height: 700px;  } }
@media( max-width: 1260px )		{ .container-full-height { height: 550px;  } }
@media( max-width: 1024px )		{ .container-full-height { height: 430px;  } }
@media( max-width: 767px )		{ .container-full-height { height: 320px;  } }
@media( max-width: 560px )		{ .container-full-height { height: 210px;  } }


#nastavby_page div.cards#nastavby .card {
	border-top: 8px solid #001841  !important;
    border: 1px solid rgba(0,0,0,0.15);
    min-height: 590px;
	cursor: pointer;
}

#nastavby_page div.cards#nastavby .card:hover { box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px !important }

#nastavby_page div.cards#nastavby .card .header { color: #ed1c24;}
#nastavby_page div.cards#nastavby .card:hover .header { color: #001841  !important;}

#nastavby_page div.cards#nastavby .card .description { padding: 15px 20px 0; z-index: 9;	background: white;}

#nastavby_page div.cards#nastavby .card .image {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
	overflow: hidden;
}

#nastavby_page div.cards#nastavby .card:hover .image { /*transform: scale(1.0);*/}
#nastavby_page div.cards#nastavby .card .header {margin-top: 10px;	margin-bottom: 0px; font-size: 20px;}
#nastavby_page div.cards#nastavby .card:hover .header {	color: #4A4A4A;}
#nastavby_page div.styled.ui.accordion div.title { color: #4A4A4A;}
#nastavby_page div.ui.accordion i.plus { color: #0091ff;}
#nastavby_page div.styled.ui.accordion div.title { color: #4A4A4A;}
#nastavby_page div.ui.accordion .title { text-decoration: none;	clear: both; margin-bottom: -1px; padding: 15px 0; border-top: 1px solid #a0a0a0; }
#nastavby_page div.ui.accordion .title .title_content {}
#nastavby_page div.ui.accordion .title img {}
#nastavby_page div.ui.accordion .title i {text-decoration: none;}

.big.red { color: #ed1c24;	font-size: 4em;	line-height: normal;}

.card .block p.link { color: #ed1c24; text-decoration: underline;}
.card .block p.link:hover { color: #001c44}
#kontakt .column .block  { padding: 30px 30px;}
.column .block p  { margin: 0em 0em 0.2em !important }
#kontakt .column .block p  { margin: 0em 0em 0.2em }
#kontakt .column .block p.link { color: #ed1c24; text-decoration: underline;}
#kontakt .column .block p.link.white a { color: #ffffff !important; text-decoration: underline;}
#kontakt .column.text-white .block  { color:#ffffff }
#kontakt .column.text-white .block h2  { color:#ffffff }
.ui.content.text-white .block h2 { color:#ffffff !important }

#nedavne-realizace { padding: 0px 0 100px; margin-bottom: -85px;}
#nedavne-realizace h2.site.header { color:#ffffff; text-align: center; padding-top: 40px;}