/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner, html.mm-opened body {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(/core/plugins/jquery.fancybox-2.1.5/img/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/core/plugins/jquery.fancybox-2.1.5/img/fancybox_loading.gif) center center no-repeat
}
.fancybox-close, .fancybox-nav {
	position: absolute;
	cursor: pointer;
	z-index: 8040
}
.fancybox-close {
	right: -18px;
	top: -18px;
	width: 36px;
	height: 36px
}
.fancybox-nav {
	top: 0;
	width: 40%;
	height: 100%;
	text-decoration: none;
	background: url(/core/plugins/jquery.fancybox-2.1.5/img/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	width: auto
}
.fancybox-lock, .fancybox-lock body {
	overflow: hidden!important
}
.fancybox-lock-test {
	overflow-y: hidden!important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/core/plugins/jquery.fancybox-2.1.5/img/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(/core/plugins/jquery.fancybox-2.1.5/img/fancybox_sprite@2x.png);
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url(/core/plugins/jquery.fancybox-2.1.5/img/fancybox_loading@2x.gif);
	background-size: 24px 24px
}
}
.mm-hidden, .site-1-style .content-block.block-products .col.has-contentpreview .content-preview {
	display: none!important
}
.mm-wrapper {
	overflow-x: hidden;
	position: relative
}
.mm-menu, .mm-menu>.mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0
}
.mm-menu>.mm-panel {
	z-index: 0
}
.mm-panel {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	-o-transition: -o-transform .4s ease;
	transition: transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.mm-panel.mm-opened {
	-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)
}
.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}
.mm-panel.mm-highest {
	z-index: 1
}
.mm-menu>.mm-panel {
	background: inherit;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px
}
.mm-menu>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}
.mm-menu>.mm-panel:after, .mm-menu>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}
.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}
.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
	display: block
}
.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}
.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.mm-navbar>* {
	display: block;
	padding: 10px 0
}
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover, a:hover {
	text-decoration: none
}
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1
}
.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0
}
.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0
}
.mm-panel .mm-navbar {
	display: none
}
.mm-panel.mm-hasnavbar .mm-navbar, html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
	display: block
}
.mm-listview, .mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}
.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}
.mm-listview>li, header .header-bottom nav>ul>li>ul>li {
	position: relative
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	border-color: inherit
}
.mm-listview>li>a, .mm-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}
.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
	padding-right: 50px
}
.mm-listview>li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 20px
}
.mm-listview .mm-next {
	background: rgba(3,2,1,0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}
.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span {
	margin-right: 50px
}
.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}
.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}
.mm-menu>.mm-panel>.mm-listview {
	margin: 20px -20px
}
.mm-menu>.mm-panel>.mm-listview:first-child, .mm-menu>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}
.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0
}
.mm-listview .mm-inset>li {
	padding: 5px 0
}
.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}
.mm-listview .mm-spacer {
	padding-top: 40px
}
.mm-listview .mm-spacer>.mm-next {
	top: 40px
}
.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}
.mm-arrow:after, .mm-next:after, .mm-prev:before {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 20px
}
.mm-arrow:after, .mm-next:after {
	border-top: none;
	border-left: none;
	right: 20px
}
.mm-menu {
	background: #f3f3f3;
	color: rgba(0,0,0,.7)
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: rgba(0,0,0,.3)
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
	border-color: rgba(0,0,0,.3)
}
.mm-menu, .mm-menu .mm-listview {
	border-color: rgba(0,0,0,.1)
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255,255,255,.5)
}
.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0,0,0,.05)
}
.mm-page {
	box-sizing: border-box;
	position: relative
}
.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	transition: transform .4s ease
}
html.mm-opened {
	overflow: hidden;
	position: relative
}
html.mm-background .mm-page {
	background: inherit
}
#mm-blocker {
	background: rgba(3,2,1,0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999
}
#mm-blocker, .mm-menu.mm-offcanvas {
	display: none;
	position: fixed
}
.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}
html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0)
}
@media all and (max-width:175px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0)
}
}
@media all and (min-width:550px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(440px, 0);
	-moz-transform: translate(440px, 0);
	-ms-transform: translate(440px, 0);
	-o-transform: translate(440px, 0);
	transform: translate(440px, 0)
}
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, form, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}
body {
	margin: 0
}
body, footer, h1, img {
	border: 0;
	font: inherit
}
body, h1 {
	vertical-align: baseline
}
footer, img {
	font-size: 100%;
	margin: 0
}
body, img {
	padding: 0
}
footer {
	vertical-align: baseline
}
.mm-menu.mm-current, article, aside, details, figcaption, figure, footer, header, header .header-bottom nav>ul>li .navigation-popup.show, header .header-bottom nav>ul>li:hover>ul, hgroup, img, main, menu, nav, section {
	display: block
}
html {
	box-sizing: border-box;
	overflow-y: scroll;
	height: 100%
}
*, :after, :before {
	box-sizing: inherit
}
#fancybox-loading, #fancybox-loading div, #fancybox-overlay, #fancybox-wrap, #fancybox-wrap div {
	box-sizing: content-box
}
ol, ul {
	list-style: none
}
img {
	vertical-align: top
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
body, input, select, textarea {
	font-family: 'Roboto', sans-serif;
	color: #666
}
body {
	min-height: 100%;
	background: #fff;
	line-height: 22px;
	font-size: 15px
}
a {
	color: #d6130d;
	text-decoration: none
}
input, select, textarea {
	font-size: 100%;
	vertical-align: middle
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}
.nizien {
	position: absolute;
	margin-left: -9999px
}
.hidden {
	display: none
}
strong {
	font-weight: 700
}
.left {
	float: left!important
}
.right {
	float: right!important
}
.back, .button, .more {
	text-align: center;
	margin-bottom: 20px
}
.back a, .button a, .more a {
	display: inline-block;
	line-height: 55px;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	color: #fff!important
}
.back a:before, .button a:before, .more a:before, .slider .rslides li .text .button:before, header .header-bottom nav>ul>li .navigation-popup button:before, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #313131;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.back a:hover, .button a:hover, .content-block.block-events .download a:hover, .content-block.block-products .download a:hover, .more a:hover, .slider .rslides li .text .button:hover, header .header-bottom nav>ul>li .navigation-popup button:hover, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a:hover {
	cursor: pointer
}
.back a:hover i:after, .back a:hover img:after, .back a:hover:before, .button a:hover i:after, .button a:hover img:after, .button a:hover:before, .more a:hover i:after, .more a:hover img:after, .more a:hover:before, .slider .rslides li .text .button:hover i:after, .slider .rslides li .text .button:hover img:after, .slider .rslides li .text .button:hover:before, header .header-bottom nav>ul>li .navigation-popup button:hover i:after, header .header-bottom nav>ul>li .navigation-popup button:hover img:after, header .header-bottom nav>ul>li .navigation-popup button:hover:before, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a:hover i:after, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a:hover img:after, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.back a i, .back a img, .button a i, .button a img, .more a i, .more a img, .slider .rslides li .text .button img, header .header-bottom nav>ul>li .navigation-popup button img, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a i, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a img {
	background: #db322c;
	display: inline-block;
	width: 55px;
	line-height: 55px;
	margin-right: 10px;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
.slider .rslides li .text .button i, header .header-bottom nav>ul>li .navigation-popup button i {
	background: #db322c;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
.slider .rslides li .text .button i {
	width: 55px;
	line-height: 55px
}
header .header-bottom nav>ul>li .navigation-popup button i {
	margin-right: 10px
}
.back a i:after, .back a img:after, .button a i:after, .button a img:after, .content-block.block-events .download a i:after, .content-block.block-events .download a img:after, .content-block.block-news .col-newsletter button i:after, .content-block.block-news .col-newsletter button img:after, .content-block.block-products .download a i:after, .content-block.block-products .download a img:after, .more a i:after, .more a img:after, .pages ul li a i:after, .pages ul li a img:after, .shop-actions ul li a i:after, .shop-actions ul li a img:after, .sidebar-block.block-newsletter button i:after, .sidebar-block.block-newsletter button img:after, .slider .rslides li .text .button i:after, .slider .rslides li .text .button img:after, .standard-blocks .download a i:after, .standard-blocks .download a img:after, footer .footer-newsletter button i:after, footer .footer-newsletter button img:after, header .header-bottom nav>ul>li .navigation-popup button i:after, header .header-bottom nav>ul>li .navigation-popup button img:after, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a i:after, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a img:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3a3a3a;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.back a i, .button a i, .more a i {
	color: #fff
}
.error input {
	border: 1px solid #d6130d!important
}
.error-messages, .success-messages {
	border: 1px solid #d6130d;
	padding: 20px;
	margin-bottom: 20px
}
.success-messages {
	border: 1px solid green
}
.rich-content:after, .wrapper:after, header .header-bottom nav>ul:after, header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li:after, header .header-bottom:after, header .header-top .contact-info:after, header .header-top .lang:after, header .header-top .social:after, header .header-top .top-header-pages:after, header .header-top:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.highlighted {
	padding: 20px
}
.highlighted.color {
	background: #d6130d
}
.highlighted.color, .highlighted.color .rc-rte, .highlighted.color h1, .highlighted.color h2, .highlighted.color h3, .highlighted.color h4, .highlighted.color h5, .highlighted.color h6, .highlighted.color label, .highlighted.color.rc-attachments a, header .header-bottom nav>ul>li.login .login-button .login-wrapper .login-links ul li a:hover {
	color: #fff!important
}
.header-top .navigation-search-form input, .highlighted.color.rc-btn a, .highlighted.color.rc-form button[type=submit], .highlighted.color.rc-form input[type=submit] {
	border: 1px solid #fff
}
.highlighted.grey {
	background: #c7c7c7
}
.highlighted.grey, .highlighted.grey .rc-rte, .highlighted.grey h1, .highlighted.grey h2, .highlighted.grey h3, .highlighted.grey h4, .highlighted.grey h5, .highlighted.grey h6, .highlighted.grey label {
	color: #313131!important
}
.highlighted.rc-table table {
	background: #fff!important;
	color: #313131!important
}
.site-31-style .rc-table td {
	max-width: 100px
}
.wrapper {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative
}
.site-1-style header .header-bottom .logo, .site-11-style header .header-bottom .logo, .site-23-style header .header-bottom .logo, .site-31-style header .header-bottom .logo, .site-34-style header .header-bottom .logo {
	flex: 0 0 15%
}
.site-1-style .content-block.block-products .col.has-contentpreview {
	padding-bottom: 0
}
.site-1-style header .header-bottom nav>ul>li a {
	font-size: 20px
}
.responsive-extra-logos {
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.responsive-extra-logos img {
	max-width: 90%;
	margin: 0 auto
}
header .header-top {
	background: #313131;
	font-weight: 600;
	position: relative
}
header .header-top .logo {
	display: inline
}
header .header-top .logo img {
	max-height: 52px;
	display: inline-block
}
header .header-top .contact-info {
	float: left;
	padding: 10px 10px 10px 0
}
header .header-top .contact-info li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #c7c7c7
}
header .header-top .contact-info li:last-child, header .header-top .top-header-pages li:last-child {
	border: none
}
header .header-top .contact-info li a {
	display: block;
	line-height: 30px;
	color: #c7c7c7
}
header .header-top .contact-info li a i {
	padding: 0 10px;
	display: inline-block
}
header .header-top .lang {
	float: right;
	padding: 10px 0 10px 20px
}
header .header-top .lang li, header .header-top .social li {
	float: left;
	padding-left: 10px
}
header .header-top .lang li a, header .header-top .social li a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #c7c7c7;
	border: 1px solid #434343
}
header .header-top .lang li a.active, header .header-top .lang li a:hover, header .header-top .social li a:hover, header .header-top .top-header-pages li a.active, header .header-top .top-header-pages li a:hover {
	background: #434343
}
header .header-top .lang, header .header-top .social {
	border-left: 1px solid #434343
}
header .header-top .social, header .header-top .top-header-pages {
	float: right;
	padding: 10px 20px
}
header .header-top .top-header-pages li {
	float: left;
	border-right: 1px solid #434343
}
header .header-top .top-header-pages li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	color: #c7c7c7
}
header .header-bottom {
	position: absolute;
	width: 100%;
	z-index: 200;
	background: rgba(255,255,255,.95);
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.content-block.block-maps #address, .content-block.block-maps #marker-image, .responsive-nav .responsive-nav-wrapper nav ul li>ul, header .header-bottom .wrapper:after {
	display: none
}
header .header-bottom .extra-logos {
	flex: 0 1 auto;
	padding-right: 30px;
	padding-left: 5px;
	height: 130px;
	display: flex;
	align-items: center
}
header .header-bottom .extra-logos img {
	max-width: 600px;
	width: 100%
}
header .header-bottom .logo {
	flex: 0 0 12%;
	height: 130px;
	position: relative;
	text-align: left;
	font: 0/0 a;
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom .logo:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}
header .header-bottom .logo img {
	max-width: 100%;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom nav {
	flex: 0 0 auto;
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom nav>ul>li {
	float: left;
	max-height: 130px;
	position: relative
}
header .header-bottom nav>ul>li>a {
	display: block;
	font-weight: 700;
	padding: 0 15px;
	color: #313131;
	line-height: 130px;
	font-size: 17px;
	-webkit-transition: all .7s;
	transition: all .7s
}
.content-block.block-about .col:hover h3, .content-block.block-products .col .content-preview ul li a:hover, .content-block.block-products .col>a:hover h3, header .header-bottom nav>ul>li .icon-button>a.active, header .header-bottom nav>ul>li .icon-button>a:hover, header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li .delete:hover, header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li a:hover .description, header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li a:hover h4, header .header-bottom nav>ul>li>a.active, header .header-bottom nav>ul>li>a:hover, header .header-bottom nav>ul>li>ul>li a.active, header .header-bottom nav>ul>li>ul>li a:hover {
	color: #d6130d
}
header .header-bottom nav>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3)
}
header .header-bottom nav>ul>li .icon-button>a, header .header-bottom nav>ul>li>ul>li a {
	display: block;
	font-weight: 700;
	color: #313131;
	font-size: 19px;
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom nav>ul>li>ul>li a {
	white-space: nowrap;
	padding: 0 10px;
	line-height: 40px
}
header .header-bottom nav>ul>li .icon-button>a {
	padding: 0 7px;
	line-height: 130px
}
header .header-bottom nav>ul>li .navigation-popup {
	min-width: 250px;
	display: none;
	position: absolute;
	z-index: 500;
	top: 130px;
	right: 0;
	background: #313131;
	padding: 10px;
	color: #fff;
	-webkit-transition: all .7s;
	transition: all .7s;
	text-align: left
}
header .header-bottom nav>ul>li .navigation-popup h3 {
	text-transform: uppercase;
	text-align: left;
	border-bottom: 2px solid #d6130d;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff
}
.content-block.block-downloads ul.downloads li, header .header-bottom nav>ul>li .navigation-popup .form-row {
	margin-bottom: 15px
}
header .header-bottom nav>ul>li .navigation-popup label {
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	width: 100px
}
header .header-bottom nav>ul>li .navigation-popup input[type=password], header .header-bottom nav>ul>li .navigation-popup input[type=text] {
	border: 1px solid #c7c7c7;
	line-height: 28px;
	padding: 0 10px;
	width: 250px;
	margin-right: 10px;
	vertical-align: top
}
header .header-bottom nav>ul>li .navigation-popup button, header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	line-height: 30px;
	color: #fff!important
}
header .header-bottom nav>ul>li .navigation-popup button i {
	line-height: 30px;
	width: 30px;
	color: #fff
}
header .header-bottom nav>ul>li.login .login-button .login-wrapper .login-links ul li a {
	padding-bottom: 10px;
	display: inline-block
}
header .header-bottom nav>ul>li.favorite i {
	-webkit-transition: transform .5s;
	transition: transform .5s
}
header .header-bottom nav>ul>li.favorite i.clicked {
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2)
}
header .header-bottom nav>ul>li.cart {
	margin-left: 5px
}
header .header-bottom nav>ul>li.cart .cart-button a>.bullet {
	position: absolute;
	top: 50px;
	right: 0;
	background: #d6130d;
	font-size: 12px;
	line-height: 15px;
	width: 15px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .7s;
	transition: all .7s
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content {
	width: 450px
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li {
	position: relative;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #d6130d
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li img {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li h4 {
	color: #fff;
	text-transform: uppercase
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li .description {
	font-size: 14px;
	font-weight: 400;
	color: #fff
}
header .header-bottom nav>ul>li .close, header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li .delete {
	position: absolute;
	display: block;
	border-radius: 20px;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	padding: 0;
	color: #313131
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content ul li .delete {
	background: #fff;
	top: 0;
	right: 0
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout {
	text-align: right
}
header .header-bottom nav>ul>li.cart .cart-button .cart-content .go-to-checkout a {
	padding: 10px
}
header .header-bottom nav>ul>li.cart .cart-button, header .header-bottom nav>ul>li.cart .cart-button>a>i, header .header-bottom nav>ul>li.login .login-button, header .header-bottom nav>ul>li.search {
	position: relative
}
header .header-bottom nav>ul>li .close {
	top: 10px;
	right: 10px;
	background: #d6130d
}
.content-block .print-button a:hover i, header .header-bottom nav>ul>li .close:hover {
	color: #fff
}
header .header-bottom.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1100
}
header .header-bottom.fixed .extra-logos, header .header-bottom.fixed .logo {
	height: 70px
}
header .header-bottom.fixed .logo img {
	max-height: 40px
}
header .header-bottom.fixed nav>ul>li .icon-button>a, header .header-bottom.fixed nav>ul>li>a {
	line-height: 70px
}
header .header-bottom.fixed nav>ul>li .navigation-popup, header .header-bottom.fixed nav>ul>li.cart .cart-button .cart-content {
	top: 70px
}
header .header-bottom.fixed nav>ul>li.cart .cart-button a>.bullet {
	top: 20px
}
#block-customerservice {
	background: url(../images/klantendienst-mubea.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right
}
.homepage .content-block .rc-rte h2 {
	font-weight: 300;
	font-size: 64px!important;
	line-height: 64px;
	text-align: center!important;
	text-transform: uppercase;
	padding-bottom: 60px!important;
	color: #666
}
.shadow-block {
	-webkit-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	height: 5px;
	width: 100%;
	position: absolute;
	z-index: 3
}
.slider-wrapper {
	margin-top: 130px
}
.slider-wrapper.slideshow-background {
	background-image: url(../images/slidehow-background.png);
	background-repeat: repeat
}
.slider-wrapper .wrapper {
	padding: 0;
	max-width: 1600px
}
.slideshow-filler {
	height: 130px
}
.slider {
	position: relative;
	-webkit-transition: margin .7s;
	transition: margin .7s
}
.slider .rslides li .text:after, .slider:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.slider .rslides li {
	width: 100%;
	position: absolute;
	display: none
}
.slider .rslides li:first-child {
	position: relative;
	z-index: 2;
	display: block
}
.slider .rslides li img {
	width: 100%
}
.slider .rslides li .text, .slider .rslides li .text .button {
	color: #fff;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 700
}
.slider .rslides li .text {
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.5);
	position: absolute;
	padding: 20px 50px;
	font-size: 24px
}
.slider .rslides li .text .button {
	margin-left: 20px;
	margin-bottom: 0;
	float: right;
	display: inline-block;
	font-size: 16px;
	background: #d6130d;
	border: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	vertical-align: top;
	padding: 0
}
.slider .rslides li .text .button i {
	margin: 0
}
.slider .rslides li .overlay {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.slider .rslides li .overlay img {
	min-width: 100%;
	min-height: 100%
}
.slider .rslides_nav {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	font-size: 50px;
	display: block;
	z-index: 15;
	padding: 10px 15px 10px 10px;
	background: rgba(0,0,0,.6);
	color: #fff!important
}
.content-block.block-downloads ul.downloads li .download:hover .download-links, .slider .rslides_nav.prev {
	left: 0
}
.slider .rslides_nav.next {
	right: 0
}
.slider .rs-pager-wrapper {
	position: absolute;
	top: 30px;
	right: 60px;
	z-index: 12;
	text-align: center
}
.content-block .social ul, .head-tabs ul, .slider .rs-pager-wrapper .rs-pager, .tabs ul, footer .copy ul {
	display: inline-block
}
.content-block .social ul:after, .slider .rs-pager-wrapper .rs-pager:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.head-tabs ul li, .slider .rs-pager-wrapper .rs-pager li, .tabs ul li {
	float: left
}
.slider .rs-pager-wrapper .rs-pager li a {
	height: 15px;
	width: 15px;
	display: block;
	margin: 0 5px;
	border-radius: 40px;
	border: 2px solid #fff
}
.slider .rs-pager-wrapper .rs-pager li.rslides_here a {
	background: #fff
}
h1 {
	font-weight: 300;
	font-size: 64px;
	line-height: 64px;
	margin: 0 0 0 26%;
	text-transform: uppercase;
	padding: 0 0 60px
}
body:not(.homepage) .page-wrapper>.content-block {
	padding: 20px 0 50px
}
.content-block {
	padding: 90px 0 50px;
	-webkit-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3)
}
.content-block .product-info-subtitle, .content-block h2 {
	font-weight: 300;
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 60px
}
.content-block.no-bpad-block {
	padding-bottom: 0
}
.content-block .print-button {
	position: absolute;
	left: 0;
	top: 10px
}
.content-block .print-button a {
	color: #fff!important;
	border-color: #313131;
	padding: 0;
	line-height: 30px;
	width: 30px
}
.content-block .print-button a i {
	display: block;
	background: #fff;
	color: #313131;
	margin: 0;
	line-height: 30px;
	width: 28px
}
.content-block .social {
	text-align: center;
	margin-top: 50px
}
.content-block .social ul li, .content-block.block-events .col .content-preview ul li, .content-block.block-products .col .content-preview ul li {
	float: left;
	padding: 10px
}
.content-block .social ul li a {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s
}
.content-block .social ul li a:hover, .content-block.block-about .col:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.content-block.has-no-slideshow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.content-block.block-about .col {
	text-align: center
}
.content-block.block-about .col img {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.content-block.block-about .col h3 {
	border-bottom: 3px solid #d6130d;
	display: inline-block;
	font-weight: 800;
	font-size: 22px;
	line-height: 36px;
	padding: 0 20px;
	margin-bottom: 20px;
	color: #6c6c6c
}
.content-block.block-about .col p {
	padding: 0 5px
}
.content-block.block-events, .content-block.block-products {
	background: #f5f5f5
}
.content-block.block-products h2, .standard-blocks h2 {
	text-align: left;
	color: #313131
}
.content-block.block-products .col {
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 0
}
.content-block.block-products .col.has-contentpreview {
	padding-bottom: 60px
}
.content-block.block-products .col.has-contentpreview .content-preview {
	display: block
}
.content-block.block-products .col .img-wrapper {
	position: relative
}
.content-block.block-events .col .img-wrapper img, .content-block.block-gallery .photos .photos-col img, .content-block.block-news .col-news .img-wrapper img, .content-block.block-products .col .img-wrapper img {
	width: 100%
}
.content-block.block-events .col .img-wrapper .angle, .content-block.block-products .col .img-wrapper .angle {
	position: absolute;
	top: -650px;
	background-color: #313131;
	color: #fff;
	padding: 30px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-image: url(../images/angle-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	opacity: .5
}
.content-block.block-products .col .img-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px;
	border-color: transparent transparent #fff transparent
}
.content-block.block-events .col h3, .content-block.block-products .col h3 {
	padding: 20px;
	color: #313131;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
.content-block.block-products .col .text {
	padding: 0 20px 32px;
	color: #313131;
	z-index: 2
}
.content-block.block-products .col .content-preview {
	display: none;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%
}
.content-block.block-products .col .content-preview ul:after, .content-block.block-products .col .content-preview:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.content-block.block-events .col .content-preview ul, .content-block.block-products .col .content-preview ul {
	float: right
}
.content-block.block-events .col .content-preview ul li a, .content-block.block-products .col .content-preview ul li a {
	color: #313131;
	font-size: 22px
}
.content-block.block-events .col>a:hover .img-wrapper .angle, .content-block.block-news .col-news:hover .img-wrapper .angle, .content-block.block-products .col>a:hover .img-wrapper .angle {
	top: 0;
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.content-block.block-products .download {
	text-align: center
}
.content-block.block-events .download a, .content-block.block-products .download a {
	display: inline-block;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
.content-block.block-events .download a:before, .content-block.block-news .col-newsletter button:before, .content-block.block-products .download a:before, .standard-blocks .download a:before, footer .footer-newsletter button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #313131;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.content-block.block-events .download a:hover i:after, .content-block.block-events .download a:hover img:after, .content-block.block-events .download a:hover:before, .content-block.block-news .col-newsletter button:hover i:after, .content-block.block-news .col-newsletter button:hover img:after, .content-block.block-news .col-newsletter button:hover:before, .content-block.block-products .download a:hover i:after, .content-block.block-products .download a:hover img:after, .content-block.block-products .download a:hover:before, .sidebar-block.block-newsletter button:hover i:after, .sidebar-block.block-newsletter button:hover img:after, .sidebar-block.block-newsletter button:hover:before, .standard-blocks .download a:hover i:after, .standard-blocks .download a:hover img:after, .standard-blocks .download a:hover:before, footer .footer-newsletter button:hover i:after, footer .footer-newsletter button:hover img:after, footer .footer-newsletter button:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.content-block.block-events .download a i, .content-block.block-events .download a img {
	width: 55px;
	line-height: 55px
}
.content-block.block-events .download a i, .content-block.block-events .download a img, .content-block.block-news .col-newsletter button i {
	background: #db322c;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
.content-block.block-news .col-newsletter button img, .content-block.block-products .download a i, .content-block.block-products .download a img, .pages ul li a i, .pages ul li a img, .shop-actions ul li a img, .sidebar-block.block-newsletter button i, .sidebar-block.block-newsletter button img, .standard-blocks .download a i, .standard-blocks .download a img, footer .footer-newsletter button img {
	background: #db322c;
	display: inline-block;
	width: 55px;
	line-height: 55px;
	margin-right: 10px;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
.shop-actions ul li a i {
	background: #db322c;
	line-height: 55px;
	text-align: center
}
.content-block.block-news .col-newsletter button, .shop-actions ul li a i, footer .footer-newsletter button i {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
footer .footer-newsletter button i {
	background: #db322c;
	margin-right: 10px;
	text-align: center
}
.content-block.block-events>h2 {
	text-align: center;
	color: #313131
}
.content-block.block-events .col {
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 60px
}
.content-block.block-events .col .img-wrapper {
	position: relative
}
.content-block.block-events .col .img-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px;
	border-color: transparent transparent #fff transparent
}
.content-block.block-events .col .text {
	padding: 0 20px 32px;
	color: #313131;
	z-index: 2
}
.content-block.block-events .col .content-preview ul li a:hover, .content-block.block-events .col .text .date, .content-block.block-events .col>a:hover h3, .sidebar-block.sidebar-block>a:hover h3, .standard-blocks .col>a:hover h3, footer .footer-row .footer-col ul li a:hover {
	color: #d6130d
}
.content-block.block-events .col .content-preview {
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%
}
.content-block.block-downloads ul.downloads li .download .download-links ul:after, .content-block.block-events .col .content-preview ul:after, .content-block.block-events .col .content-preview:after, .content-block.block-gallery .photos:after, .content-block.block-news .col-news:after, .head-tabs ul:after, .tabs ul:after, footer .copy ul:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.content-block.block-events .download {
	text-align: center
}
.content-block.block-news .col-newsletter {
	color: #fff;
	background: #313131;
	padding: 30px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 22px;
	text-align: left
}
.content-block.block-news .col-news .text h3, .content-block.block-news .col-newsletter h3 {
	font-weight: 800;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 20px
}
.content-block.block-news .col-newsletter .text {
	padding-bottom: 30px
}
.content-block.block-news .col-newsletter input[type=text] {
	border: 1px solid #c7c7c7;
	line-height: 28px;
	padding: 0 10px;
	width: 70%;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px
}
.content-block.block-news .col-newsletter button {
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	color: #fff!important;
	line-height: 30px
}
.content-block.block-news .col-newsletter button:hover, .sidebar-block.block-newsletter button:hover, .standard-blocks .download a:hover, footer .footer-newsletter button:hover {
	cursor: pointer
}
.content-block.block-news .col-newsletter button i {
	line-height: 30px;
	width: 30px;
	color: #fff
}
.content-block.block-news .col-news {
	margin-bottom: 25px;
	background: #f5f5f5;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	padding-bottom: 0
}
.content-block.block-news .col-news .img-wrapper {
	width: 50%;
	position: relative;
	overflow: hidden
}
.content-block.block-news .col-news .img-wrapper .angle {
	position: absolute;
	top: -650px;
	background-color: #313131;
	color: #fff;
	padding: 30px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-image: url(../images/angle-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	opacity: .5
}
.content-block.block-news .col-news .img-wrapper:after {
	content: "";
	position: absolute;
	top: 30px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 40px 40px 40px 0
}
.content-block.block-news .col-news .text {
	width: 50%;
	padding: 20px 30px
}
.content-block.block-news .col-news .text h3 {
	color: #313131;
	font-size: 18px
}
.content-block.block-news .col-news .text .date {
	color: #d6130d;
	padding-bottom: 10px
}
.content-block.block-maps a, .content-block.block-maps h2, .content-block.block-news .col-news .text p {
	color: #313131
}
.content-block.block-news .col-news:nth-child(even) .img-wrapper {
	float: right
}
.content-block.block-news .col-news:nth-child(even) .img-wrapper:after {
	border-width: 20px 0 20px 20px;
	left: 0;
	border-color: transparent transparent transparent #f5f5f5
}
.content-block.block-news .col-news:nth-child(even) .text, .content-block.block-news .col-news:nth-child(odd) .img-wrapper {
	float: left
}
.content-block.block-news .col-news:nth-child(odd) .img-wrapper:after {
	border-width: 20px 20px 20px 0;
	right: 0;
	border-color: transparent #f5f5f5 transparent transparent
}
.content-block.block-news .col-news:nth-child(odd) .text {
	float: right
}
.content-block.block-maps {
	padding-top: 0
}
.content-block.block-maps #gmap {
	height: 400px;
	margin-bottom: 50px
}
.content-block.block-maps h3 {
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase
}
.content-block.block-maps .col-contact, .content-block.block-maps .row {
	text-align: center
}
.content-block.block-gallery {
	background: #313131;
	padding: 100px 0;
	text-align: center
}
.content-block.block-gallery h3 {
	font-weight: 300;
	font-size: 64px;
	line-height: 64px;
	text-transform: uppercase;
	padding-bottom: 60px
}
.content-block.block-gallery .tabs-gallery {
	border-bottom: 1px solid #6c6c6c
}
.content-block.block-gallery .tabs-gallery ul {
	display: block;
	padding: 0 20px
}
.content-block.block-gallery .tabs-gallery ul li a {
	border-color: #313131;
	background: #6c6c6c
}
.content-block.block-gallery .tabs-gallery ul li a.active, .content-block.block-gallery .tabs-gallery ul li a:hover, .head-tabs ul li a.active, .tabs ul li a.active {
	background: #d6130d;
	color: #fff
}
.content-block.block-gallery .photos {
	padding-bottom: 50px
}
.content-block.block-gallery .photos .photos-col {
	float: left;
	position: relative
}
.content-block.block-gallery .photos .photos-col-4 {
	width: 25%
}
.content-block.block-gallery .photos .photos-col-2 {
	width: 50%
}
.content-block.block-gallery .photos .photos-col-1, .sidebar-block.sidebar-block .img-wrapper img, .standard-blocks .col .img-wrapper img {
	width: 100%
}
.content-block.block-gallery .photos .photo {
	padding: 0 5px 5px 0
}
.content-block.block-downloads {
	background: #f5f5f5
}
.content-block.block-downloads ul.downloads li .download {
	color: #313131;
	line-height: 55px;
	text-transform: uppercase;
	background: #fff;
	overflow: hidden;
	position: relative;
	font-weight: 700;
	padding-left: 70px
}
.content-block.block-downloads ul.downloads li .download>i {
	background: #db322c;
	display: inline-block;
	width: 55px;
	line-height: 55px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0
}
.content-block.block-downloads ul.downloads li .download .download-links {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-left: 55px;
	top: 0;
	left: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.content-block.block-downloads ul.downloads li .download .download-links ul {
	background: #313131;
	width: 100%
}
.content-block.block-downloads ul.downloads li .download .download-links ul li {
	float: left;
	width: 50%;
	position: relative;
	margin: 0
}
.content-block.block-downloads ul.downloads li .download .download-links ul li a {
	width: 100%;
	line-height: 55px;
	color: #fff;
	text-align: center;
	display: block;
	border-left: 1px solid #c7c7c7
}
.content-block .col-contact-info {
	display: inline-block;
	padding: 20px;
	background: #f5f5f5
}
.standard-blocks .col {
	margin-bottom: 20px;
	background: #fff;
	background: #f5f5f5;
	border: 2px solid transparent
}
.standard-blocks .col .img-wrapper {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto
}
.standard-blocks .col .img-wrapper .angle {
	position: absolute;
	top: -650px;
	background-color: #313131;
	color: #fff;
	padding: 30px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-image: url(../images/angle-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	opacity: .5
}
.sidebar-block.sidebar-block .img-wrapper:after, .standard-blocks .col .img-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px;
	border-color: transparent transparent #f5f5f5 transparent
}
.standard-blocks .col.col-promo {
	border: 2px solid #db301a
}
.standard-blocks .col .promo-img-wrapper {
	position: relative
}
.standard-blocks .col .promo-img-wrapper .promo {
	position: absolute;
	right: -6px;
	bottom: 0;
	color: #fff;
	background: #db301a;
	line-height: 35px;
	padding: 0 25px;
	font-size: 24px;
	-webkit-box-shadow: -1px 1px 5px 0 rgba(50,50,50,.75);
	-moz-box-shadow: -1px 1px 5px 0 rgba(50,50,50,.75);
	box-shadow: -1px 1px 5px 0 rgba(50,50,50,.75)
}
.standard-blocks .col .promo-img-wrapper .promo:after {
	content: '';
	display: block;
	width: 6px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 100%;
	background-image: url(../images/promo-img.png);
	background-repeat: no-repeat;
	background-position: center center
}
.sidebar-block.sidebar-block h3, .standard-blocks .col h3 {
	padding: 20px;
	color: #313131;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
.standard-blocks .col .text {
	padding: 0 20px;
	color: #313131;
	z-index: 2
}
.standard-blocks .col .text .country, .standard-blocks .col .text .date {
	color: #d6130d;
	padding-bottom: 10px
}
.sidebar-block.sidebar-block>a:hover .img-wrapper .angle, .standard-blocks .col>a:hover .img-wrapper .angle {
	top: 0;
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.standard-blocks .download, footer .footer-row {
	text-align: center
}
.standard-blocks .download a, footer .footer-newsletter button {
	display: inline-block;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}
footer {
	background: #313131;
	padding: 50px 0
}
footer .footer-row .footer-col {
	text-align: center;
	padding-bottom: 40px
}
footer .footer-row .footer-col>a {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px
}
.sidebar-block.block-newsletter button i, footer .copy ul li a, footer .footer-row .footer-col>a:hover {
	color: #fff
}
footer .footer-row .footer-col ul li a {
	line-height: 20px;
	color: #fff;
	font-weight: 400
}
footer .footer-newsletter {
	padding: 10px 0 20px;
	text-align: center
}
footer .footer-newsletter h2 {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 15px;
	text-transform: uppercase
}
footer .footer-newsletter input[type=text] {
	border: 1px solid #c7c7c7;
	line-height: 38px;
	padding: 0 10px;
	width: 300px;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px
}
footer .footer-newsletter button {
	color: #fff!important;
	line-height: 40px
}
footer .footer-newsletter button i {
	line-height: 40px;
	width: 40px;
	color: #fff
}
.head-tabs, .tabs, footer .copy {
	text-align: center
}
footer .copy ul li {
	float: left;
	color: #fff;
	padding: 15px
}
.head-tabs, .tabs {
	border-bottom: 1px solid #313131;
	height: 51px;
	margin-bottom: 50px
}
.head-tabs {
	margin-bottom: 10px
}
.head-tabs ul li a, .tabs ul li a {
	position: relative;
	display: block;
	line-height: 50px;
	padding: 0 20px;
	background: #313131;
	color: #c7c7c7;
	text-transform: uppercase;
	border-right: 1px solid #fff
}
.head-tabs ul li a.active:after, .tabs ul li a.active:after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -4px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0;
	border-color: #d6130d transparent transparent transparent;
	z-index: 2
}
.tabs.tabs-1 ul li a {
	border-color: #ef771d;
	color: #ef771d
}
.tabs.tabs-1 ul li a.active {
	background: #ef771d;
	color: #fff
}
.tabs.tabs-1 ul li a.active:after {
	border-color: #ef771d transparent transparent transparent;
	z-index: 2
}
.tabs.tabs-2 ul li a {
	border-color: #53a247;
	color: #53a247
}
.tabs.tabs-2 ul li a.active {
	background: #53a247;
	color: #fff
}
.tabs.tabs-2 ul li a.active:after {
	border-color: #53a247 transparent transparent transparent;
	z-index: 2
}
.head-tabs ul li:nth-of-type(2) a {
	border-color: #ef771d;
	color: #ef771d
}
.head-tabs ul li:nth-of-type(2) a.active {
	background: #ef771d;
	color: #fff
}
.head-tabs ul li:nth-of-type(2) a.active:after {
	border-color: #ef771d transparent transparent transparent;
	z-index: 2
}
.head-tabs ul li:nth-of-type(3) a {
	border-color: #53a247;
	color: #53a247
}
.head-tabs ul li:nth-of-type(3) a.active {
	background: #53a247;
	color: #fff
}
.head-tabs ul li:nth-of-type(3) a.active:after {
	border-color: #53a247 transparent transparent transparent;
	z-index: 2
}
.sidebar-block.sidebar-block {
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	background: #f5f5f5
}
.sidebar-block.sidebar-block .img-wrapper {
	position: relative
}
.sidebar-block.sidebar-block .img-wrapper .angle {
	position: absolute;
	top: -650px;
	background-color: #313131;
	color: #fff;
	padding: 30px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-image: url(../images/angle-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	opacity: .5
}
.sidebar-block.sidebar-block .text {
	padding: 0 20px;
	color: #313131;
	z-index: 2;
	margin-bottom: 20px
}
.sidebar-block.sidebar-block .text .country, .sidebar-block.sidebar-block .text .date {
	color: #d6130d;
	padding-bottom: 10px
}
.sidebar-block.block-newsletter {
	color: #fff;
	background: #313131;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 22px;
	text-align: left
}
.sidebar-block.block-newsletter h3 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: 600;
	color: #d6130d
}
.sidebar-block.block-newsletter .text {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #fff
}
.sidebar-block.block-newsletter input[type=text] {
	border: 1px solid #c7c7c7;
	line-height: 28px;
	padding: 5px 10px;
	width: 100%;
	margin-right: 10px
}
.sidebar-block.block-newsletter button {
	line-height: 55px;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	padding: 0 10px 0 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	color: #fff!important;
	margin: 0 auto 20px;
	display: block
}
.pages ul li a:before, .shop-actions ul li a:before, .sidebar-block.block-newsletter button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #313131;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.breadcrumb-overview {
	text-transform: uppercase;
	position: absolute;
	bottom: -50px;
	width: 100%
}
.breadcrumb-overview .extra-buttons ul:after, .breadcrumb-overview:after, .breadcrumbs ul:after, .extra-rc-tabs ul:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.breadcrumb-overview .extra-buttons ul li, .breadcrumb-overview .page-anchors, .extra-rc-tabs ul li {
	float: left
}
.breadcrumb-overview .page-anchors>a {
	display: block;
	background: #d6130d;
	color: #fff;
	padding-right: 20px
}
.breadcrumb-overview .extra-buttons ul li a i, .breadcrumb-overview .page-anchors>a i {
	width: 50px;
	line-height: 50px;
	text-align: center
}
.breadcrumb-overview .page-anchors .dropdown {
	display: none;
	position: absolute;
	z-index: 250;
	max-height: 500px;
	overflow-y: scroll
}
.breadcrumb-overview .page-anchors .dropdown>ul {
	padding: 10px 10px 30px!important
}
.breadcrumb-overview .page-anchors .dropdown ul {
	background: #313131;
	min-width: 300px;
	padding: 10px 0 0 10px
}
.breadcrumb-overview .page-anchors .dropdown ul li {
	padding: 5px
}
.breadcrumb-overview .page-anchors .dropdown ul li a {
	display: block;
	color: #fff
}
.breadcrumb-overview .extra-buttons ul li a:hover, .breadcrumb-overview .page-anchors .dropdown ul li a.active, .breadcrumb-overview .page-anchors .dropdown ul li a:hover {
	color: #d6130d
}
.breadcrumb-overview .page-anchors:hover>a {
	background: #f5f5f5;
	color: #d6130d
}
.breadcrumb-overview .page-anchors:hover .dropdown, .responsive-header .responsive-lang:hover ul {
	display: block
}
.breadcrumb-overview .extra-buttons ul li a {
	display: block;
	color: #313131;
	padding: 0 10px 0 0;
	background: #c7c7c7
}
.breadcrumb-overview.fixed {
	position: fixed;
	z-index: 1000;
	top: 70px;
	margin-top: 0;
	width: 100%
}
.extra-rc-tabs {
	border-bottom: 1px solid #d6130d;
	margin-bottom: 20px
}
.extra-rc-tabs ul li a {
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	border-bottom: 5px solid #fff
}
.extra-rc-tabs ul li a.active {
	border-bottom: 5px solid #d6130d
}
@media only screen and (max-width:1024px) {
.extra-rc-tabs {
	border-bottom: 0!important
}
.extra-rc-tabs ul li {
	width: 100%;
	border-bottom: 1px solid #d6130d
}
.extra-rc-tabs ul li a {
	display: block
}
}
.breadcrumbs {
	margin-top: 50px;
	padding: 10px 0
}
.breadcrumbs.has-slideshow {
	-webkit-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.3);
	margin-top: 0
}
.breadcrumbs ul li, .responsive-header .responsive-lang ul li, .responsive-nav .responsive-social ul li {
	float: left
}
.breadcrumbs ul li:after {
	content: '>';
	margin: 0 10px
}
.breadcrumbs ul li:last-child:after {
	display: none
}
.breadcrumbs ul li a, .cart-data .cart-overview ul li .link a:hover, .shop-notifications .notification-list li h4, .super-menu .super-menu__list .super-menu__listitem.active .super-menu__listitem-link, .super-menu .super-menu__list .super-menu__listitem:hover .super-menu__listitem-link {
	color: #d6130d
}
.breadcrumbs ul li a:hover {
	color: #3a3a3a
}
#sitemap-overview {
	background: #3a3a3a;
	color: #fff
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
	border-color: #fff
}
.mm-menu, .mm-menu .mm-listview {
	border-color: #434343
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*, .shop-notifications .notification-list li h5 {
	color: #fff
}
.sitemap-button {
	position: fixed;
	left: 0;
	top: 30%;
	background: #434343;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	line-height: 40px;
	margin-left: -23px;
	padding: 0 15px 0 10px;
	z-index: 99999
}
.sitemap-button i, .worldwide-button i {
	position: relative;
	left: 5px
}
.mm-menu {
	z-index: 99999999
}
.row {
	text-align: justify;
	font-size: .1px
}
.col, .row:after {
	display: inline-block
}
.row:after {
	content: '';
	width: 100%;
	font-size: .1px
}
.col {
	font-size: 15px;
	line-height: 22px;
	vertical-align: top;
	color: #313131;
	position: relative;
	text-align: left;
	padding-bottom: 30px
}
.col.col-1, .col.col-contact-photo img, .question-pu-form .form-wrapper .image img {
	width: 100%
}
.col.col-2 {
	width: 49%
}
.col.col-3 {
	width: 32%
}
.col.col-4 {
	width: 33%
}
.col.col-5 {
	width: 19%
}
.col.col-small {
	width: 23%
}
.col.col-big {
	width: 74%
}
.col.col-contact-info {
	width: 44%
}
.col.col-contact-photo {
	width: 54%
}
.col.placeholder {
	height: 0!important;
	padding: 0!important;
	margin: 0!important;
	background: #fff!important
}
.responsive-header, .scrolltotop {
	display: none;
	background: #313131;
	color: #fff;
	position: fixed
}
.scrolltotop {
	bottom: 10px;
	right: 10px;
	line-height: 50px;
	font-size: 40px;
	text-align: center;
	opacity: .9;
	z-index: 99999;
	width: 50px
}
.responsive-header {
	top: 0;
	width: 100%;
	z-index: 9999
}
.filter-bar:after, .responsive-header:after, .responsive-nav .responsive-social ul:after, .responsive-nav .responsive-top-nav:after, .shop-notifications .notification-list li:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.responsive-header .site-title {
	text-align: left;
	font-size: 24px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 70px
}
.responsive-header .responsive-btn {
	float: left;
	font-size: 30px;
	color: #fff;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #d6130d;
	display: block
}
.responsive-header .responsive-btn i, .responsive-nav .responsive-top-nav li a i {
	line-height: 50px
}
.responsive-header .responsive-lang { width:17%;
	float: right
}
.responsive-header .responsive-lang ul li a, .responsive-header .responsive-lang>a {
	display: block;
	font-size: 24px;
	color: #fff;
	width: 50px;
	line-height: 50px;
	text-align: center
}
.responsive-header .responsive-lang>a {
	border-left: 1px solid #c7c7c7
}
.responsive-header .responsive-lang>a:hover {
	background: #fff;
	color: #313131
}
.responsive-header .responsive-lang ul {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 150
}
.responsive-header .responsive-lang ul li a {
	background: #313131
}
.responsive-nav, .responsive-scroll, .responsive-social {
	left: -300px;
	-webkit-transition: left .3s;
	transition: left .3s
}
.responsive-nav.show, .responsive-scroll.show, .responsive-social.show {
	left: 0
}
.responsive-nav {
	display: none;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 300px
}
.responsive-nav .responsive-nav-hide {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	font-size: 30px;
	color: #d6130d;
	z-index: 10003;
	background: #fff
}
.responsive-nav .responsive-scroll {
	position: fixed;
	top: 0;
	bottom: 50px;
	width: 300px;
	overflow: scroll;
	z-index: 999;
	background: #fff;
	padding-top: 50px
}
.responsive-nav .responsive-scroll .responsive-contact-data {
	color: #313131;
	text-align: center;
	padding-bottom: 20px
}
.cart-data .cart-overview ul li .link a, .responsive-nav .responsive-scroll .responsive-contact-data a {
	color: #313131
}
.responsive-nav .responsive-top-nav li a {
	display: block;
	color: #fff;
	background: #313131;
	line-height: 50px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 25%;
	float: left
}
.responsive-nav .responsive-top-nav li a .bullet {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 5px;
	background: #d6130d;
	font-size: 12px;
	line-height: 15px;
	width: 15px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .7s;
	transition: all .7s
}
.responsive-nav .responsive-top-nav li:first-child a {
	border-left: none
}
.responsive-nav .responsive-nav-wrapper nav ul li {
	position: relative
}
.responsive-nav .responsive-nav-wrapper nav ul li a {
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #313131
}
.responsive-nav .responsive-nav-wrapper nav ul li a.dropdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
	padding: 0
}
.responsive-nav .responsive-nav-wrapper nav ul li a.dropdown i {
	line-height: 49px
}
.responsive-nav .responsive-nav-wrapper nav ul li.active>a, .responsive-nav .responsive-nav-wrapper nav ul li.active>a.dropdown {
	background: #d6130d;
	color: #fff
}
.responsive-nav .responsive-nav-wrapper nav ul li>ul>li a {
	color: #313131;
	background: #fff
}
.responsive-nav .responsive-nav-wrapper nav ul li>ul>li>ul>li a {
	color: #fff;
	background: #313131
}
.responsive-nav .responsive-social {
	position: fixed;
	bottom: 0;
	height: 50px;
	background: #313131;
	width: 300px;
	text-align: center
}
.pages ul, .pages ul li, .pages ul li a, .responsive-nav .responsive-social ul {
	display: inline-block
}
.responsive-nav .responsive-social ul li a {
	padding: 12px;
	color: #fff;
	line-height: 50px
}
.filter-bar {
	padding-bottom: 30px
}
.filter-bar .page-info {
	float: left
}
.filter-bar .sort-list, .shop-notifications .notification-list, .social-sharing ul {
	float: right
}
.filter-bar .sort-list li span {
	padding: 0 3px
}
.shop-notifications {
	position: fixed;
	right: 1%;
	bottom: 20px
}
.shop-notifications .notification-list li {
	width: 300px;
	background: #313131;
	padding: 10px 20px;
	margin-top: 20px;
	display: none
}
.shop-notifications .notification-list li .icon {
	float: left;
	color: #fff;
	font-size: 44px;
	width: 20%
}
.shop-notifications .notification-list li .text {
	float: right;
	width: 80%
}
.cart-data .cart-overview {
	padding-bottom: 40px
}
.cart-data .cart-overview ul li {
	position: relative;
	border-bottom: 1px solid #d6130d;
	padding: 5px
}
.cart-data .cart-overview ul li .link:after, .cart-data .cart-overview ul li:after, .shop-actions ul:after, .shop-actions-wrapper .text .price-wrapper:after, .shop-actions-wrapper .text .promo-wrapper:after, .shop-actions-wrapper .text:after, .social-sharing ul:after, .used-filter-list:after, .webshop-blocks .col .price-wrapper:after, .webshop-blocks .col .promo-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.cart-data .cart-overview ul li .link {
	float: left;
	width: 70%;
	position: relative
}
.cart-data .cart-overview ul li .link img {
	float: left;
	max-width: 30%;
	max-height: 44px;
	padding-right: 10px
}
.cart-data .cart-overview ul li .link .text {
	float: left;
	width: 70%
}
.cart-data .cart-overview ul li .amount {
	float: right;
	width: 30%;
	padding-right: 30px
}
.cart-data .cart-overview ul li .amount input {
	width: 40px;
	line-height: 20px;
	margin-top: 10px
}
.cart-data .cart-overview ul li .delete {
	position: absolute;
	top: 15px;
	right: 10px
}
.cart-data .cart-overview ul li.title-row {
	background: #313131;
	color: #fff;
	font-weight: 700;
	padding: 20px 10px
}
.cart-data h2 {
	font-size: 28px!important;
	margin: 0 0 20px!important;
	color: #313131;
	padding: 0!important;
	text-align: left!important
}
.cart-data .data-overview, .webshop-blocks .col .code, .webshop-blocks .col .desc {
	padding-bottom: 20px
}
.cart-data .data-overview li {
	padding-bottom: 10px
}
.cart-data .data-overview label {
	font-weight: 700;
	min-width: 150px
}
.pages {
	padding: 0 20px;
	text-align: center
}
.pages ul li {
	margin: 0 5px
}
.pages ul li.active a {
	font-weight: 700;
	background: #313131
}
.pages ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #d6130d;
	border: none;
	font-weight: 700;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	padding: 0 15px;
	line-height: 40px
}
.pages ul li a:hover, .shop-actions ul li a:hover, .social-sharing ul li a:hover {
	cursor: pointer
}
.pages ul li a:hover i:after, .pages ul li a:hover img:after, .pages ul li a:hover:before, .shop-actions ul li a:hover i:after, .shop-actions ul li a:hover img:after, .shop-actions ul li a:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.form-error-msg {
	display: none
}
.webshop-blocks .col {
	padding-bottom: 70px
}
.webshop-blocks .col .price-wrapper .price, .webshop-blocks .col .promo-wrapper .price {
	float: right;
	font-weight: 700
}
.webshop-blocks .col .price-wrapper .haspromo, .webshop-blocks .col .promo-wrapper .haspromo {
	text-decoration: line-through
}
.webshop-blocks .col .promo-wrapper {
	font-size: 18px;
	color: #d6130d;
	padding-top: 10px 0 20px
}
.shop-actions-wrapper {
	background: #f5f5f5;
	position: relative;
	padding: 10px 0 60px;
	margin: 0 auto
}
.shop-actions-wrapper h3 {
	font-weight: 700;
	padding: 10px
}
.shop-actions-wrapper .text {
	padding: 0 10px;
	color: #313131
}
.shop-actions-wrapper .text .code, .shop-actions-wrapper .text .desc, .sitemap li {
	padding-bottom: 10px
}
.shop-actions-wrapper .text .price-wrapper .price, .shop-actions-wrapper .text .promo-wrapper .price {
	float: right;
	font-weight: 700
}
.shop-actions-wrapper .text .price-wrapper .haspromo, .shop-actions-wrapper .text .promo-wrapper .haspromo {
	text-decoration: line-through
}
.shop-actions-wrapper .text .promo-wrapper {
	font-size: 18px;
	color: #d6130d;
	padding-top: 5px 0 10px
}
.shop-actions {
	position: absolute;
	bottom: 0;
	width: 100%
}
.shop-actions ul li {
	float: left;
	width: 50%;
	position: relative;
	border-left: 1px solid #f5f5f5
}
.shop-actions ul li:first-child {
	border: none
}
.navigation-search-form button, .shop-actions ul li a {
	padding: 0;
	background: #d6130d;
	color: #fff;
	font-size: 16px
}
.shop-actions ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	line-height: 55px;
	border: none;
	width: 100%
}
.shop-actions ul li a i {
	margin-right: 0;
	width: 100%
}
.shop-actions.shop-actions-overview li {
	width: 33.333333%
}
.login-errors .login-error {
	color: #d6130d;
	display: none;
	padding: 10px 0
}
.super-menu .super-menu__list {
	margin-bottom: 20px;
	display: block;
	background: #d6130d;
	border-top: 1px solid #d6130d;
	border-left: 1px solid #d6130d;
	border-right: 1px solid #d6130d
}
.super-menu .super-menu__list .super-menu__listitem {
	position: relative;
	float: left
}
.super-menu .super-menu__list .super-menu__listitem .super-menu__listitem-link {
	padding: 15px;
	display: block;
	color: #fff;
	text-transform: uppercase
}
.super-menu .super-menu__list .super-menu__listitem.active {
	background: #fff;
	border-bottom: 1px solid #d6130d
}
.super-menu .super-menu__list .super-menu__listitem:hover {
	background: #fff;
	border-bottom: 1px solid #fff
}
.super-menu .super-menu__list .super-menu__listitem:hover .super-menu__sublist {
	display: flex
}
.super-menu .super-menu__list::after {
	content: '';
	display: block;
	clear: both
}
.super-menu .super-menu__sublist {
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	background-color: #fff;
	z-index: 5;
	padding: 25px 30px 25px 10px;
	border: 1px solid #d6130d;
	border-top: none
}
.searchresult .map li h3, .super-menu .super-menu__sublistitem.active .super-menu__sublistitem-link {
	font-weight: 700
}
.super-menu .super-menu__sublistitem-link {
	white-space: nowrap;
	display: block;
	margin-bottom: 10px;
	color: #000
}
.cookie-pop-up a, .super-menu .super-menu__sublistitem-link:hover {
	text-decoration: underline
}
.super-menu .super-menu__sublist-col {
	float: left;
	margin-left: 20px
}
.super-menu .super-menu__sublist-image {
	max-height: 150px
}
.super-menu .super-menu__sublist-imagetitle {
	color: #000;
	margin-bottom: 15px;
	display: block
}
.searchresult h2 {
	padding-top: 30px!important
}
.searchresult .map li {
	border-bottom: 1px solid #313131;
	padding: 20px 0
}
.searchresult .map li .text {
	padding-left: 10px
}
.searchresult .map li a {
	color: #313131
}
.searchresult .map li a:hover {
	color: #d6130d
}
.searchresult .search-highlight {
	background: #f7ca18
}
.sitemap ul>li>ul, .sitemap ul>li>ul>li>ul {
	padding-left: 20px
}
.navigation-search-form {
	-webkit-transition: all .7s;
	transition: all .7s;
	display: flex;
	align-items: center;
	height: 130px;
	margin-left: 5px
}
.navigation-search-form input {
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	border-radius: 0;
	border: 1px solid #3a3a3a;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	width: 150px
}
.navigation-search-form button {
	height: 30px;
	line-height: 30px;
	margin: 0;
	float: left;
	border-radius: 0;
	border: 1px solid #d6130d;
	border-left: 0;
	width: 30px
}
.navigation-search-form button i {
	position: relative;
	top: -2px
}
.navigation-search-form button:hover {
	color: #d6130d;
	background: #fff
}
.fixed .navigation-search-form {
	height: 70px
}
.header-top .navigation-search-form {
	height: 52px;
	float: right;
	margin-left: 20px
}
.worldwide-wrapper {
	position: fixed;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 90%;
	max-width: 600px;
	background: #3a3a3a;
	z-index: 999999;
	padding: 20px
}
.worldwide-wrapper.show {
	left: 0;
	right: auto
}
.worldwide-wrapper .worldwide {
	position: relative
}
.worldwide-wrapper .worldwide h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px
}
.worldwide-wrapper .worldwide select {
	width: 100%;
	margin-bottom: 20px
}
.worldwide-wrapper .worldwide #worldwide-map {
	width: 100%;
	padding-bottom: 60%;
	background: #434343
}
.worldwide-button {
	position: fixed;
	left: 0;
	top: 50%;
	background: #434343;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	line-height: 40px;
	margin-left: -45px;
	padding: 0 15px 0 10px;
	z-index: 99999;
	-webkit-transform-origin: 50% 51%
}
.wwlocation-info {
	padding: 20px
}
.wwlocation-info h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px
}
.wwlocation-info p {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 2px
}
.filter select {
	margin-bottom: 30px
}
.social-sharing {
	border: 1px solid #c7c7c7;
	line-height: 40px;
	padding: 10px 20px;
	margin: 20px 0
}
.cookie-pop-up p, .social-sharing ul li, .social-sharing ul li a {
	display: inline-block
}
.social-sharing ul li a img {
	width: 40px
}
.social-sharing ul li a:hover img {
	opacity: .7
}
.used-filter-list {
	background: #c7c7c7;
	color: #3a3a3a;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 30px
}
.used-filter-list h3 {
	float: left;
	font-weight: 700
}
.used-filter-list select {
	float: right;
	margin-left: 10px
}
.rc-form .upload {
	margin-bottom: 20px
}
.questions-pu {
	padding: 20px 0 0;
	margin: 40px 0;
	text-align: center
}
.questions-pu .text {
	font-size: 20px;
	margin-bottom: 20px
}
.question-pu-form {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,.6);
	z-index: 9999999;
	overflow-y: scroll;
	padding: 10px
}
.question-pu-form .form-wrapper {
	width: 800px;
	max-width: 90%;
	padding: 10px;
	background: #fff;
	margin: 40px auto;
	position: relative;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75)
}
.question-pu-form .form-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.question-pu-form .form-wrapper .product {
	float: left;
	width: 49%
}
.question-pu-form .form-wrapper .rc-form {
	float: right;
	width: 49%
}
.question-pu-form .form-wrapper h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	margin: 20px 0
}
.question-pu-form .form-wrapper .title {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 10px
}
.question-pu-form .form-wrapper .subtitle {
	font-size: 24px;
	margin-bottom: 20px
}
.question-pu-form .form-wrapper .image {
	margin-bottom: 20px
}
.question-pu-form .form-wrapper .close {
	position: absolute;
	top: -5px;
	right: -5px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 100%;
	background: #3a3a3a;
	color: #fff;
	display: inline-block;
	cursor: pointer
}
.responsive-logo {
	padding-top: 70px;
	text-align: center;
	vertical-align: top;
	justify-content: center;
	align-items: center;
	display: none;
	flex-wrap: wrap
}
.responsive-logo .logo img {
	max-width: 250px;
	max-height: 100px;
	margin: 0 auto
}
.responsive-logo .logo, .responsive-logo .responsive-contact-data {
	padding: 0 10px;
	margin-bottom: 20px
}
@media only screen and (max-width:1200px) {
.slider .rslides li .text {
	font-size: 20px;
	line-height: 55px
}
}
@media only screen and (max-width:1024px) {
.wrapper {
	padding: 0 1%
}
.breadcrumbs, .slideshow-filler {
	display: none
}
.content-block.has-no-slideshow, .content-block.has-slideshow {
	margin-top: 50px
}
.block-maps #gmap, .header-bottom, .header-top {
	display: none!important
}
.responsive-header, .responsive-nav {
	display: block
}
.slider-wrapper {
	margin-top: 0
}
.breadcrumb-overview .wrapper {
	padding: 0
}
.breadcrumb-overview.fixed {
	top: 50px
}
.content-block h2 {
	font-size: 44px
}
#block-news, .col.col-small, .print-button, .sitemap-button {
	display: none
}
.col.col-big {
	width: 100%
}
h1 {
	margin: 0
}
.block-maps {
	padding-top: 30px!important
}
.show-on-map {
	display: none
}
.responsive-logo {
	display: flex
}
}
@media only screen and (max-width:1023px) {
.slider .rs-pager-wrapper {
	bottom: 110px
}
.col.col-2, .col.col-3, .col.col-4, .col.col-5 {
	width: 49%
}
.block-downloads .col.col-2, .block-news .col.col-2 {
	width: 100%
}
.content-block.block-gallery .photos .photos-col-4 {
	width: 50%
}
}
@media only screen and (max-width:767px) {
.slider .rslides li .text {
	display: none
}
.block-products h2 {
	font-size: 24px;
	line-height: 30px
}
.content-block.block-news .col-newsletter input[type=text] {
	width: 100%;
	line-height: 40px
}
.content-block.block-news .col-newsletter button {
	line-height: 55px
}
.content-block.block-news .col-newsletter button i {
	width: 55px;
	line-height: 55px
}
.content-block.block-downloads ul.downloads li .download {
	font-weight: 500
}
.breadcrumb-overview .page-anchors {
	float: none;
	font-size: 14px!important;
	text-transform: none!important
}
h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 0
}
.tabs-gallery {
	height: auto;
	border: none
}
.tabs-gallery ul {
	display: block
}
.tabs-gallery ul li {
	float: none
}
.tabs-gallery ul li a.active:after {
	border: none
}
footer .footer-col {
	text-align: center;
	width: 50%
}
.question-pu-form {
	padding-left: 0;
	padding-right: 0
}
.question-pu-form .form-wrapper {
	max-width: 98%;
	width: 400px
}
.question-pu-form .form-wrapper .product, .question-pu-form .form-wrapper .rc-form {
	width: 100%
}
}
@media only screen and (max-width:550px) {
.content-block .rc-rte h2 {
	font-size: 40px!important;
	padding-bottom: 0!important
}
.content-block .rc-rte p {
	padding: 0 10px
}
.col.col-contact-info, .col.col-contact-photo {
	width: 100%
}
.worldwide-wrapper .worldwide #worldwide-map {
	padding-bottom: 100%
}
}
@media only screen and (max-width:479px) {
.content-block, .homepage .content-block {
	padding: 30px 0 20px
}
.content-block .rc-rte h2, .content-block h2, .homepage .content-block .rc-rte h2, .homepage .content-block h2 {
	padding-bottom: 20px!important
}
.responsive-logo+.slider-wrapper+.content-block.has-slideshow {
	margin-top: 0;
	padding-top: 0
}
.rc-cta {
	padding-bottom: 20px
}
.content-block.block-news .col-news .img-wrapper:after, .slider-wrapper {
	display: none
}
.content-block.has-slideshow {
	padding-top: 20px
}
.content-block.block-news .col-news .img-wrapper, .content-block.block-news .col-news .text {
	float: none!important;
	width: 100%
}
.content-block.block-gallery .photos .photos-col-4 {
	width: 100%
}
.rc-form .field.checkbox, .rc-form .field.dropdown, .rc-form .field.radiobutton, .rc-form .field.text {
	width: 100%;
	margin: 0
}
.rc-article-image-left .image, .rc-article-image-right .image {
	width: 100%;
	margin-bottom: 20px
}
.rc-article-image-left .desc, .rc-article-image-right .desc {
	margin: 0;
	border: none
}
.col.col-2, .col.col-3, .col.col-4, .col.col-5 {
	width: 100%
}
footer .footer-col {
	float: left;
	width: 100%
}
}


.chanp_bg{ background:#000;}
.chanp{ padding-top:100px; padding-bottom:100px;}
.wapper{ width:1400px; margin:0 auto;}
.chanp ul li{ float:left; margin-left:80px; margin-top:60px; width:350px;}
.chanp ul li img{ width:100%; height:350px;}
.chanp ul li:hover img{-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
display: block;
}
.chanp ul li span{ display: block; font-size:16px; margin-top:20px; color:#fff; text-align:center;}
.liuliu{ margin-top:30px; margin-bottom:40px;}
.liuliu h2{ display:block; background:url(../images/liu.png) left center no-repeat; padding-left:30px; font-size:16px; color:#000;margin-left:5%;}
.liuliu ul li{ margin-top:15px; height:50px; line-height:50px;}
.input_text{ border:1px solid #ccc; height:50px; line-height:50px; padding-left:10px; color:#000; font-size:14px; width:90%; margin-left:5%;}
.dakuang{border:1px solid #ccc;  height:150px;padding-left:10px; color:#000; font-size:14px;width:90%; margin-left:5%;}
.tijiao{ margin-top:20px; width:150px; height:45px; line-height:45px; background:#ffc300;margin-left:5%;}
.tijiao a{ display: block; font-size:14px; text-align:center; color:#000;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
@media only screen and (max-width: 1180px) {
	.chanp ul li{ float:none; width:94%; margin-left:3%;}
	.wapper{ width:100%;}
	
	}
#block-retrofits-service, #block-serwis {
	background: url(../images/klantendienst-vip-tools.png);
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: top right!important
}
#block-retrofits-service .rich-content, #block-serwis .rich-content {
	background: 0 0
}
.cookie-pop-up {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 20px 5%;
	background: #313131;
	color: #fff
}
.cookie-pop-up p {
	margin-bottom: 0;
	margin-right: 20px
}
.cookie-pop-up a {
	color: #fff
}
.cookie-pop-up .cookie-accept, .cookie-pop-up .cookie-decline {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 5px
}
.cookie-pop-up .cookie-accept {
	background: #2ecc71
}
.cookie-pop-up .cookie-decline {
	background: #f22613
}
@media print {
.breadcrumbs, .sitemap-button, .slider-wrapper, aside, footer, header {
	display: none!important
}
.has-no-slideshow {
	margin-top: 0!important;
	padding-top: 30px!important
}
.col.col-big {
	width: 100%
}
.print-btn {
	display: none!important
}
.content-block {
	padding: 15px 0!important
}
.content-block h2, h1 {
	font-size: 18px;
	padding-bottom: 15px
}
.rc-article-image-right .desc {
	font-size: 12px
}
.rc-rte h1, .rc-rte h2 {
	font-size: 16px
}
.rc-rte h3, .rc-rte h4 {
	font-size: 15px
}
.rc-rte h5, .rc-rte h6 {
	font-size: 14px
}
}
