/*
Theme Name: jurgensen 
Theme URI: jurgensen 
Author: jurgensen 
Description: jurgensen 
*/

/* GoldPlayAlt */

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Medium.otf");
	font-weight: 500;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-SemiBold.otf");
	font-weight: 600;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-SemiBold-It.otf");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Bold.otf");
	font-weight: 700;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Black.otf");
	font-weight: 900;
}

/* GoldPlay */

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Medium.otf");
	font-weight: 500;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-SemiBold.otf");
	font-weight: 600;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Bold.otf");
	font-weight: 700;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Black.otf");
	font-weight: 900;
}

@font-face{
	font-family: Blacker;
	src: url('fonts/blackerregular.otf'),url('fonts/blackerregular.ttf'),url('fonts/blackerregular.woff'),
	url('fonts/blackerregular.woff2');
	font-weight: 400;
}
@font-face {
    font-family: "Brandon";
    font-weight: 400;
    src: url("fonts/BrandonText-Regular.eot"),
    url("fonts/BrandonText-Regular.otf") format("opentype");
}

/*************/
/* CSS Reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],input[type="email"],input[type="submit"],textarea,.contact--fields select,input[type="tel"]{
	-webkit-appearance:none;
	border-radius:0;
	outline: none !important;
}
body {
	line-height: 1.2;
	font-family: "GoldPlay";
	background-color: #fff;
}
input,button,textarea,select{
	font-family: "GoldPlay";
}
*{
	box-sizing:border-box;
}
ol, ul {
	list-style: none;
}
img{
	max-width:100%;
	height:auto;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:hover{
	text-decoration:none;
}
*{
	box-sizing:border-box !important;
}
.transition,.menu .sub-menu,.site-header,.menu a, a::before,a::after, .fixed-menu-container, .website--logo .st0, .sub-menu-wrap-outer, .fixed-menu-container::after,
.fixed-menu-contact a, .fixed-menu-contact a svg .st14, .fixed-menu-contact a svg .st15, .fixed-main-menu .menu > li.menu-item-has-children > a > span::after,
.page-info-button .button, .button span::before, .button span::after, .services-phone-number,.button, .button span, .button span::before, .button span::after,
.content-info-links a .st14, .content-info-links a .st15, .content-info-links a, .content-info-links a span, .content-info-links a span:before, .content-info-links a span:after,
.button .st15, .button .st14, .simple-button, button, input[type="submit"],.product-topseller-items,.product-list-by-model,.product-faq-content,.product-faq-title:before,
.product-filters-list, .website--logo .cls-3,.services-phone-number span .st14 {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.responsive-menu-text{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.container{
	margin: 0 auto;
	width: 1280px;
	max-width: 1280px;
}
.site-content-center {
	margin: 0 auto;
	width: 1280px;
	max-width: 1280px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "GoldPlay";
}
.page-info-box {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.page-info-box::before {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	display: block;
	background-color: #A3B0CB;
	mix-blend-mode: multiply;
}
.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	font-size: 0;
	padding: 35px 0;
}
.site-header.notification-active {
	padding: 70px 0 35px;
}
body:not(.home){
	background-color: #fff;
}
.site-header.fixed {
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
}
.site-header.notification-active.fixed{
	padding: 52px 0 30px;
}
.site-header.fixed .website--logo .st0,
body:not(.home) .website--logo .st0 {
	fill: #1d3454;
}
.site-header.fixed .top-menu-inner .menu > li > a,
body:not(.home) .top-menu-inner .menu > li > a{
	color: #00305b;
}
.site-header.fixed .stripes > span,
body:not(.home) .stripes > span{
	background-color: #00305b;
}
.site-header.fixed .highlighted-button a,
body:not(.home) .highlighted-button a{
	border-color: #00305b;
}
.main-website-content {
	overflow: hidden;
}
.website--logo.header-column {
	width: 185px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
}
.header-section.left-menu {
	width: calc(100% - 185px);
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-top: 35px;
}
.admin-bar .site-header{
	top:32px;
}
.top-menu-inner .menu > li > a {
	color: #fff;
	font-size: 18px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	display: block;
	position: relative;
	z-index: 1;
}
.top-menu-inner .menu > li{
	display: inline-block;
	vertical-align:middle;
	margin-left:45px;
}
.highlighted-button a {
	border: 2px solid #00305b;
	border-radius: 5px;
	padding: 4px 11px;
	background-color: #00305b;
	color: #fff !important;
}
.site-header.fixed .highlighted-button a {
	color: #fff !important;
}
.header-menu-container,
.menu-toggle-button{
	display: inline-block;
	vertical-align: middle;
}
.stripes {
	cursor: pointer;
	float: right;
	margin-left: auto;
	position: relative;
	width: 60px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	z-index: 99999999 !important;
}
.stripes > span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 17px 0;
	width: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) rotate(0deg);
	-ms-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	border-radius: 2px;
}
.activeclose {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.activeclose span:nth-child(2){  
	width: 0px;
}
.stripes span:nth-child(1),.stripes span:nth-child(3){  
	-webkit-transition-delay: 0.3s;  
	-o-transition-delay: 0.3s;  
	transition-delay: 0.3s;
}
.activeclose span:nth-child(1){  
	-webkit-transform: translateY(19px);  
	-ms-transform: translateY(19px);
	-o-transform: translateY(19px);  
	transform: translateY(19px);
}
.activeclose span:nth-child(3){  
	-webkit-transform: translateY(-19px) rotate(120deg);  
	-ms-transform: translateY(-19px) rotate(120deg);
	-o-transform: translateY(-19px) rotate(120deg);  
	transform: translateY(-19px) rotate(120deg);
}
.stripes > span:first-child {
	margin-top:0;
}
.stripes > span:last-child {
	margin-bottom:0;
}
.menu-toggle-button {
	position: relative;
	margin-left: 80px;
}
.page-info-box > .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.page-main-box-content-inner h1 {
	font-size: 92px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
.page-main-box-content-inner p {
	color: #fff;
	font-size: 23px;
	line-height: 1.6;
}
.stripes.activeclose > span:first-child,
.stripes.activeclose > span:last-child{
	background-color: #fff;
}
.fixed-menu-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,48,91,0.85);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.activeover .fixed-menu-container{
	opacity: 1;
	visibility: visible;
}
.activeover .website--logo .st0,
.activeover .fixed .website--logo .st0 {
	fill: #1d3454;
}
.fixed-menu-inner {
	position: absolute;
	width: 1280px;
	height: calc(100% - 330px);
	left: 50%;
	margin-left: -640px;
	top: 250px;
	padding-right: 640px;
	padding-bottom: 80px;
}
.fixed-main-menu .menu > li > a {
	font-size: 50px;
	font-family: "GoldPlayAlt";
	color: #fff;
	display: block;
}
.fixed-main-menu .menu > li.highlighted-button > a{
	border:0;
	padding:0;
	border-radius: 0;
	font-weight: 600;
	text-transform: lowercase;
}
.fixed-main-menu .menu > li.highlighted-button > a::before {
	content: 'Online';
	text-transform: capitalize;
}
.fixed-menu-container .menu > li {
	margin-bottom: 25px;
}
.fixed-menu-container::after {
	position: absolute;
	content: "";
	width: 50%;
	right: 0;
	height: 100%;
	background-color: rgba(0,48,91,1);
	display: block;
	opacity: 0;
	visibility: hidden;
}
.fixed-menu-container.open-sub-menu::after{
	opacity: 1;
	visibility: visible;
}
.sub-menu-wrap-outer {
	position: absolute;
	font-size: 24px;
	top: -30px;
	left: 50%;
	z-index: 2;
	padding-left: 30px;
	width: 50%;
	font-family: "GoldPlayAlt";
	opacity: 0;
	visibility: hidden;
}
.fixed-main-menu .menu > li.menu-item-has-children > a{
	position: relative;
}
.fixed-main-menu .menu > li.menu-item-has-children > a::after {
	content: '';
	width: 25px;
	height: 25px;
	top: 16px;
	right: 35px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	display: block;
	transform: rotate(-45deg);
}
.sub-menu-wrap-outer li a {
	color: #ffffff;
	font-weight: 300;
}
.sub-menu-wrap-outer li{
	margin-bottom: 18px;
}
.active-right-menu .sub-menu-wrap-outer {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.responsive-menu-text {
	position: absolute;
	font-size: 20px;
	right: 100%;
	font-family: "GoldPlayAlt";
	color: #fff;
	z-index: 1000;
	padding-right: 20px;
	width: 175px;
	text-align: left;
	top: 7px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.activeover .responsive-menu-text {
	opacity: 1;
	visibility: visible;
}
.fixed-menu-contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding-right: 20px;
}
.fixed-menu-contact a svg {
	width: 36px;
	height: 36px;
}
.fixed-menu-contact a {
	display: block;
	font-size: 20px;
}
.fixed-menu-contact a {
	display: block;
	font-size: 18px;
	color: #fff;
	width: 47%;
	float: left;
	border: 2px solid;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 500;
}
.fixed-menu-contact a:nth-child(2) {
	float: right;
}
.fixed-menu-contact a span {
	display: inline-block;
	vertical-align: middle;
}
.fixed-menu-contact a svg {
	width: 27px;
	height: 27px;
}
.fixed-menu-contact a svg .st14,
.fixed-menu-contact a svg .st15{
	stroke: #fff;
}
.fixed-menu-contact a span:first-child {
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.fixed-menu-contact a:hover{
	color:#fff;
	border-color:#fff;
}
.fixed-menu-contact a:hover svg .st14,
.fixed-menu-contact a:hover svg .st15{
	stroke: #fff;
}
.fixed-main-menu .menu > li.menu-item-has-children > a > span{
	position: relative;
}
.fixed-main-menu .menu > li.menu-item-has-children > a > span::after{
	content:'';
	width:100%;
	height:3px;
	position: absolute;
	top:100%;
	left:0;
	opacity: 0;
	visibility: hidden;
	background-color:#1d3454;
	display: block;
}
.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after{
	top: calc(100% + 5px);
	opacity: 1;
	visibility: visible;
}
.page-info-button .button {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 13px 94px 13px 20px;
	display: inline-block;
	position: relative;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	font-size: 24px;
}
.page-info-button {
	padding-top: 35px;
}
.page-info-button .button span {
	width: 55px;
	position: absolute;
	height: 10px;
	top: 25px;
	right: 14px;
}
.page-info-button .button span::before{
	content:'';
	width:100%;
	height:2px;
	background-color:#fff;
	position: absolute;
	top:4px;
	left:0;
	display: block;
}
.page-info-button .button span::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	top: -2px;
	right: 0;
	transform: rotate(-45deg);
	position: absolute;
}
.page-info-button .button:hover{
	border-color: #1d3454;
	color: #1d3454;
}
.page-info-button .button:hover span::before{
	background-color: #1d3454;
}
.page-info-button .button:hover span::after{
	border-color: #1d3454;
}
.top-menu-inner .sub-menu {
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
	top: 100%;
	left: -10px;
	font-size: 18px;
	width: 320px;
	text-align: left;
	padding: 20px 20px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.2);
}
.top-menu-inner .sub-menu li a{
	color: #00305b;
}
.top-menu-inner .sub-menu li{
	margin-bottom: 15px;
}
.top-menu-inner .sub-menu li:last-child{
	margin-bottom: 0;
}
.top-menu-inner .menu > li.menu-item-has-children {
	position: relative;
}
.top-menu-inner .menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: calc(100% + 20px);
}
.top-menu-inner .sub-menu::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -8px;
	left: 20px;
	border-radius: 5px;
	transform: rotate(45deg);
	display: block;
	background-color: #fff;
}
.top-menu-inner .sub-menu::after {
	content: '';
	width: 100%;
	top: -30px;
	height: 30px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	left: 0;
}
.top-menu-inner .menu-item-has-children:hover .sub-menu::after{
	opacity: 1;
	visibility: visible;
}
.step-item {
	width: 25%;
	float: left;
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.step-item-image {
	display: block;
	margin: 0 auto 10px;
	width: 110px;
	height: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.step-item-description {
	font-size: 19px;
	color: #00305b;
	font-weight: 400;
	line-height: 1.6;
}
.step-item::after {
	content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
	color: #00305b;
	font-size: 5px;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	word-break: break-all;
	line-height: 0.8;
}
.step-item:nth-child(4n)::after {
	display: none;
}
.steps-module-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.steps-module {
	padding: 45px 0 40px;
}
.clearfix:after,
.technical-date-row:after{
	content:'';
	display: table;
	clear: both;
}
.services-phone-number {
	background-color: #1d3454;
	position: absolute;
	right: 0;
	width: 24%;
	bottom: 100%;
	z-index: 9;
	font-size: 21px;
	padding: 17px 50px 14px 104px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}
.vc_row.steps-module-box_row {
	overflow: visible !important;
}
.services-phone-number span {
	position: absolute;
}
.services-phone-number svg{
	width:30px;
	height:30px;
}
.services-phone-number span {
	position: absolute;
	left: 62px;
	top: 14px;
}
.services-phone-number span .st14{
	stroke: #fff;
}
.services-phone-number:hover {
	background-color: #fff;
	color: #1d3454;
}
.services-phone-number:hover span .st14{
	stroke: #1d3454;
}
.vc_row.image-text-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.image-text-section {
	padding: 100px 0;
}
.media-section-column {
	float: left;
	width: 48%;
}
.text-section-column{
	float:right;
	width: 48%;
}
.image-background {
	height: 614px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.before_title {
	font-size: 20px;
	color: #00305b;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 3px;
	font-family: "GoldPlayAlt";
	margin-bottom: 15px;
}
.section-title-container h2,
.product-title-container h2,
.contact-box-column h2,
.contact-form-container h2,
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 35px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 20px;
}
.wpb_text_column h1{
	font-size: 42px;
}
.wpb_text_column h3{
	font-size: 32px;
}
.wpb_text_column h4{
	font-size: 28px;
}
.wpb_text_column h5{
	font-size: 25px;
}
.wpb_text_column h6{
	font-size: 22px;
}
.wpb_text_column a{
	color:#00305b;
	font-weight: 600;
	text-decoration: underline;
}
.page-template-simple-page .content-area {
	padding: 40px 0 80px;
}
.wpb_text_column p + ul, .wpb_text_column p + ol {
	margin-top: -20px;
}
.wpb_text_column ul, .wpb_text_column ol {
	margin-bottom: 25px;
}
.textcontent-container p,
.content-info-description,
.content-info-description p,
.widget_nav_menu li a,
.widget_text li,
.widget_text p,
.product-description-inner p,
.blog-post-content p, .blog-post-content, .post-link,
.contact-description p, .address-column.main-address,
.extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 500;
	color: #00305b;
}
.wpb_text_column li{
	margin-bottom: 0;
}
.content-info-description, 
.content-info-description p {
	margin-bottom: 42px;
}
.textcontent-container p a{
	font-weight: 600;
	text-decoration: underline;
	color:inherit;
}
.button_border_container {
	clear: both;
	padding-top: 55px;
}
.button_column {
	width: 48%;
	float: left;
	text-align: right;
}
.button_column:last-child {
	float: right;
	text-align: left;
}
.button_column .button{
	color: #00305b;
	border: 1px solid #00305b;
	border-radius: 4px;
	padding: 13px 94px 13px 20px;
	display: inline-block;
	position: relative;
	font-family: "GoldPlayAlt";
	font-weight: 400;
	font-size: 24px;
	min-width: 350px;
}
.button_column .button span {
	width: 55px;
	position: absolute;
	height: 10px;
	top: 24px;
	right: 14px;
}
.button_column .button span::before{
	content:'';
	width:100%;
	height:1px;
	background-color:#00305b;
	position: absolute;
	top:4px;
	left:0;
	display: block;
}
.button_column .button span::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	display: block;
	top: -2px;
	right: 1px;
	transform: rotate(-45deg);
	position: absolute;
}
.button_column .button:hover{
	border-color: #1d3454;
	color: #1d3454;
}
.button_column .button:hover span::before{
	background-color: #1d3454;
}
.button_column .button:hover span::after{
	border-color: #1d3454;
}
.image-right .media-section-column {
	float: right;
}
.image-right .text-section-column{
	float: left;
}
.image-right .button_column:last-child {
	float: left;
	text-align: right;
}
.image-right .button_column:first-child {
	float: right;
	text-align: left;
}
.button_column:first-child .button span::before{
	background-color:#00305b;
}
.button_column:first-child .button span::after{
	border-color:#00305b;
}
.button_column:last-child .button{
	color:#fff;
	border-color:#1d3454;
	background-color:#1d3454;
}
.image-right .button_column:last-child .button {
	text-align: left;
}
.button_column:last-child .button span::before{
	background-color:#fff;
}
.button_column:last-child .button span::after{
	border-color:#fff;
}
.button_column:last-child .button:hover{
	border-color:#00305b;
	background-color:#00305b;
}
.button_column:first-child .button:hover{
	border-color:#00305b;
	background-color:#00305b;
	color:#fff;
}
.button_column:first-child .button:hover span::before{
	background-color:#fff;
}
.button_column:first-child .button:hover span::after{
	border-color:#fff;
}
.content-info-image {
	height: 290px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.content-info-title h2 {
	font-size: 28px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 20px;
}
.content-info-links a {
	display: block;
	color: #B87510;
	border: 1px solid #B87510;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 12px 80px 12px 15px;
}
.content-info-links .phone_icon svg, 
.content-info-links .email_icon svg {
	width: 29px;
}
.vc_row.wpb_row.content-info-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.content-info-box {
	padding: 100px 0;
}
.content-info-links li {
	margin-bottom: 25px;
}
.content-info-links li:last-child {
	margin-bottom: 0;
}
.content-info-links a span {
	position: absolute;
	top: 9px;
	left: 12px;
}
.content-info-links .phone_icon a, 
.content-info-links .email_icon a{
	padding-left:50px;
}
.content-info-links .email_icon a span {
	top: 14px;
}
.content-info-links .arrow_icon a span {
	width: 45px;
	height: 5px;
	top: 20px;
	left: auto;
	right: 18px;
}
.content-info-links .arrow_icon a span::before{
	content:'';
	width:100%;
	height:1px;
	background-color: #B87510;
	position: absolute;
	top:2px;
	left: 0;
	display: block;
}
.content-info-links .arrow_icon a span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #B87510;
	border-bottom: 1px solid #B87510;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	top: -3px;
	right: 1px;
}
.content-info-links a:hover {
	color: #fff;
	background-color: #B87510;
}
.content-info-links a:hover span:before{
	background-color: #fff;
}
.content-info-links a:hover span:after{
	border-color: #fff;
}
.content-info-links a:hover .st14,
.content-info-links a:hover .st15 {
	stroke: #ffffff;
}
.site-footer {
	background-color: #d5d8db;
	padding: 40px 0 30px;
}
.site-footer-culumn.widget-area {
	width: 25%;
	float: left;
	padding-right: 20px;
}
.site-footer h6 {
	font-size: 24px;
	font-family: "GoldPlay";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 8px;
}
.widget-area:first-child .textwidget img {
	width: 72px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
span.copyright,
.copyright-section .legal-menu,
.legal-menu li {
	display: inline-block;
	vertical-align: middle;
}
.legal-menu li{
	margin-left:28px;
}
.legal-menu li a,
span.copyright{
	color: #00305b;
	font-size:16px;
}
.site-footer-columns {
	margin-bottom: 90px;
}
.widget_nav_menu li a, .widget_text li, .widget_text p{
	margin-bottom: 0;
	line-height: 1.95;
}
.widget-area:first-child .textwidget p {
	margin-bottom: 0;
	display: table;
	width: 100%;
	padding-top: 7px;
}
.widget_text li a,
.widget_text p a{
	color:inherit;
}
.widget_text li {
	position: relative;
	padding-left: 35px;
}
.widget_text li::before {
	content: '';
	width: 18px;
	height: 10px;
	top: 8px;
	left: 0;
	border-left: 2px solid #00305b;
	border-bottom: 2px solid #00305b;
	position: absolute;
	display: block;
	transform: rotate(-45deg);
}
.widget_nav_menu li a, .widget_text li, .widget_text p{
	font-size: 18px;
}
body:not(.home) .main-website-content {
	padding-top: 172px;
}
.top-menu-inner .menu > li.current-menu-item > a {
	font-style: italic;
}
.page-title-box {
	position: relative;
}
.container.page-title-image {
	height: calc(100vh - 380px);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.container.page-title-image::before{
	content:'';
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	display: block;
	background-color: rgba(0,46,94,0.4);
	mix-blend-mode: multiply;
}
.page-title-image-inner {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 50px;
	text-align: center;
}
.page-title-container {
	text-align: center;
	padding: 80px 0;
	background-color: #a8c0d7;
	position: relative;
}
.page-title-container::after{
	content:'';
	width:100%;
	height:calc( (100vh - 380px) / 2 );
	top: 100%;
	left: 0;
	background-color: inherit;
	display: block;
	position: absolute;
}
.page-title-container h1 {
	font-family: "GoldPlayAlt";
	color: #1d3454;
	letter-spacing: 7px;
	font-size: 40px;
	display: inline-block;
	position: relative;
}
.page-title-container h1::after {
	content: "";
	width: 100%;
	top: calc(100% + 10px);
	left: 0;
	height: 3px;
	background-color: #00305b;
	position: absolute;
	display: block;
}
.page-title-image-inner > h2 {
	color: #fff;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	font-size: 78px;
}
.textcontent-container .button_border_container {
	padding-top: 0;
}
.textcontent-container .button_border_container .button_column .button span{
	top: 20px;
}
.textcontent-container .button_border_container .button_column {
	width: auto;
	float: none;
}
.textcontent-container .button_border_container .button {
	text-align: left;
	font-size: 19px;
	color: #fff;
	border-color: #1d3454;
	background-color: #1d3454;
}
.textcontent-container .button_border_container .button span::before{
	background-color: #fff;
}
.textcontent-container .button_border_container .button span::after{
	border-color: #fff;
}
.image-text-section.contact_options .button_column {
	width: 48.5%;
	float: left;
}
.image-text-section.contact_options .button_column:nth-child(2){
	float: right;
}
.image-text-section.contact_options .button_column .button {
	width: 100% !important;
	min-width: 100% !important;
	background-color: #fff;
	color: #B87510;
	border: 1px solid #B87510;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 12px 15px 12px 50px;
}
.image-text-section.contact_options .button_column .button span::before,
.image-text-section.contact_options .button_column .button span::after{
	display: none !important;
}
.image-text-section.contact_options .button_column .button svg{
	width: 29px;
}
.image-text-section.contact_options .button_column .button span {
	position: absolute;
	left: 12px;
	top: 8px;
	width: 29px;
	height: auto;
}
.image-text-section.contact_options .button_column:nth-child(2) .button span {
	top: 14px;
}
.contact_options .text-column-inner {
	position: relative;
	height: 100%;
	padding-bottom: 65px;
}
.contact_options .button_border_container {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.image-text-section.contact_options .button_column .button:hover{
	color: #ffffff;
	background-color: #B87510;
}
.image-text-section.contact_options .button_column .button:hover .st14,
.image-text-section.contact_options .button_column .button:hover .st15{
	stroke: #fff;
}
body:not(.home) .step-item::after {
	display: none;
}
body:not(.home) .steps-module {
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: -30px;
}
.page-title-box.gradient_bg .page-title-container,
.page-title-box.gradient_bg .page-title-container::after{
	background: -moz-linear-gradient(left, rgba(252,185,23,0.3) 0%, rgba(131,89,63,0.3) 25%, rgba(61,67,68,0.3) 50%, rgba(0,169,142,0.3) 75%, rgba(0,143,196,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(252,185,23,0.3) 0%,rgba(131,89,63,0.3) 25%,rgba(61,67,68,0.3) 50%,rgba(0,169,142,0.3) 75%,rgba(0,143,196,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(252,185,23,0.3) 0%,rgba(131,89,63,0.3) 25%,rgba(61,67,68,0.3) 50%,rgba(0,169,142,0.3) 75%,rgba(0,143,196,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.simple-button {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 47%;
	float: left;
	margin-bottom: 22px;
	font-size: 20px;
	padding: 12px 4px;
}
.simple-button:hover{
	background-color: #fff;
	color: #00305b;
}
.simple-button:nth-child(2n){
	float:right;
}
.page-title-buttons {
	max-width: 680px;
	margin: 0 auto;
	padding-top: 40px;
}
.gradient_bg .page-title-image-inner {
	padding-top: 80px;
}
.title-image-column {
	width: 48.5%;
	float: left;
}
.product-description-column{
	width: 48.5%;
	float: right;
}
.products-description-box {
	padding: 160px 0 70px;
	position: relative;
}
.product-title-container h2,
.contact-form-container h2{
	text-align: center;
	margin-bottom: 0;
	font-size: 38px;
}
.product-image {
	width: 100%;
	height: 370px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-title-container {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
	width: 48.5%;
}
.products-description-box::before,
.products-description-box::after {
	content: "";
	width: 76.7%;
	height: 355px;
	display: block;
	position: absolute;
	background-color: #a8c0d7;
	top: 0;
	left: 0;
}
.products-description-box::after{
	width:3000px;
	left: auto;
	right: 100%;
}
.product-description-column,
.product-image{
	position: relative;
}
.product-description-inner p:last-child{
	margin-bottom: 0;
}
.product-description-column {
	padding-bottom: 80px;
	position: relative;
}
.product-button .button {
	color: #fff;
	background-color: #1d3454;
	display: block;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	padding: 11px 18px;
}
.product-button{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}
.products-description-box.brown_product::before,
.products-description-box.brown_product::after{
	background-color: #e7dbd3;
}
.brown_product .product-button .button{
	background-color: #8b6243;
}
.products-description-box.gray_product::before,
.products-description-box.gray_product::after{
	background-color: #e6e6e6;
}
.gray_product .product-button .button{
	background-color: #999999;
}
.products-description-box.green_product::before,
.products-description-box.green_product::after{
	background-color: #a8c0d7;
}
.green_product .product-button .button{
	background-color: #1d3454;
}
.products-description-box.blue_product::before,
.products-description-box.blue_product::after{
	background-color: #d4e5f4;
}
.blue_product .product-button .button{
	background-color: #0085c0;
}
.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {
	padding-top: 110px !important;
}
.small-contact-box {
	padding: 80px 0 130px;
	text-align: center;
}
.contact-box-icon {
	width: 100px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 25px;
}
.contact-box-text p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 600;
	color: #00305b;
	font-family: "GoldPlayAlt";
}
.contact-box-text p:last-child {
	margin-bottom: 0;
}
.contact-box-buttons svg,
.address-column svg {
	width: 30px;
}
.contact-box-buttons svg .st14,
.contact-box-buttons svg .st15,
.address-column svg .st14,
.address-column svg .st15{
	stroke: #00305b;
}
.contact-box-buttons .button,
.address-column .button {
	color: #00305b;
	border: 1px solid #00305b;
	font-size: 20px;
	padding: 13px 15px 13px 55px;
	position: relative;
	border-radius: 5px;
	margin: 0 20px;
	min-width: 300px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
}
.contact-box-buttons .button span,
.address-column .button span{
	position: absolute;
	top:0;
	left:0;
}
.contact-box-buttons .button span,
.address-column .button span {
	position: absolute;
	top: 10px;
	left: 12px;
}
.contact-box-buttons .button.email-button span,
.address-column.email_url .button span {
	top: 16px;
}
.contact-box-text {
	margin-bottom: 45px;
}
.contact-box-buttons .button:hover,
.address-column .button:hover{
	color:#fff;
	background-color: #00305b;
}
.contact-box-buttons .button:hover .st14,
.contact-box-buttons .button:hover .st15,
.address-column .button:hover .st14,
.address-column .button:hover .st15{
	stroke: #fff;
}
.blog-post-image {
	width: 48%;
	height: 615px;
	background-size: cover;
	background-position: center center;
	float: left;
}
.blog-post-info {
	width: 48%;
	float: right;
}
.blog-post:nth-child(2n) .blog-post-image {
	float: right;
}
.blog-post:nth-child(2n) .blog-post-info {
	float: left;
}
.blog-post {
	padding: 100px 0;
}
.blog-post:nth-child(2n){
	background-color: #e9e9e9;
}
.post-date {
	font-size: 20px;
	font-family: "GoldPlayAlt";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #00305b;
	margin-bottom: 22px;
}
h2.post-title {
	color: #00305b;
	font-family: "GoldPlayAlt";
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 25px;
}
.post-link {
	font-style: italic;
	position: relative;
	padding-right: 62px;
	display: inline-block;
	cursor: pointer;
}
.post-link span {
	width: 45px;
	position: absolute;
	height: 10px;
	top: 9px;
	right: 0;
}
.post-link span::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #00305b;
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
}
.post-link span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	display: block;
	top: -1px;
	right: 1px;
	transform: rotate(-45deg);
	position: absolute;
}
.blog-pagination {
	text-align: center;
	padding: 20px 0 120px;
}
.button.load_more_posts_button {
	font-size: 20px;
	color: #00305b;
	font-weight: 500;
	letter-spacing: 0.3px;
	display: inline-block;
	border: 1px solid #00305b;
	border-radius: 5px;
	padding: 12px 55px;
	cursor: pointer;
}
.button.load_more_posts_button:hover{
	color:#fff;
	background-color: #00305b;
}
.button.load_more_posts_button.disabled {
	opacity: 0.35;
	pointer-events: none;
}
.contact_box {
	position: relative;
	padding: 100px 0;
}
.contact-box-column {
	width: 48%;
	float: left;
}
.contact-box-column:nth-child(2){
	float: right;
}
.contact-box-column h2{
	font-size: 37px;
}
.contact-description {
	margin-bottom: 65px;
}
.contact-description p:last-child, .address-column.main-address {
	margin-bottom: 0;
}
strong{
	font-weight: 600;
}
em{
	font-style: italic;
}
.address-column {
	width: 47%;
	float: left;
	clear: left;
	margin-bottom: 40px !important;
}
.address-column:nth-child(2n){
	float: right;
	clear: right;
}
.maps_url .button {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.address-column .button {
	width: 100%;
	min-width: 100%;
	margin: 0;
	font-size: 19px;
}
.address-column-icon {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 15px;
	background-position: center;
}
.address-column.main-address {
	line-height: 1.7;
	padding-top: 10px;
}
.address-column.email_url, .address-column.phone_url {
	margin-bottom: 0 !important;
}
.contact-box-embed iframe {
	display: block;
	width: 100%;
}
.visible-more .extended--content {
	display: block !important;
}
.visible-more .more--link.post-link {
	display: none;
}
.contact-form-top-fields .form-field, .bottom-column {
	width: 100%;
	float: left;
	margin-bottom: 28px;
	clear: left;
}
.contact-form-top-fields .form-field:nth-child(2n), .bottom-column:nth-child(2n){
	float:right;
	clear: right;
}
.form-field input, .form-field textarea {
	color: #00305b;
	border: 1px solid #00305b;
	font-size: 20px;
	padding: 11px 15px;
	position: relative;
	border-radius: 5px;
	background-color: transparent;
	display: block;
	width: 100%;
	font-weight: 500;
}
.form-field input::-webkit-input-placeholder
.form-field textarea::-webkit-input-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input:-moz-placeholder,
.form-field textarea:-moz-placeholder {
	color: #00305b;
	opacity: 1;
}
.contact-form-container h2 {
	margin-bottom: 40px;
}
.wpcf7 {
	padding: 75px 0 110px;
}
.form-field textarea {
	height: 200px;
	resize: none;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	position: relative;
	font-size: 18px;
	color: #00305b;
	padding-left: 75px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.5;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	border: 1px solid #00305b;
	display: block;
	top: 2px;
	left: 0;
	border-radius: 5px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	width: 30px;
	height: 18px;
	border-left: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	top: 11px;
	left: 9px;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
	visibility: visible;
}
label a{
	color: inherit;
	text-decoration: underline;
}
.bottom-column {
	margin-bottom: 28px;
	position: relative;
}
.bottom-column:nth-child(2n){
	padding-bottom: 50px;
}
.form-submit {
	position: relative;
	bottom: 0;
	right: 0;
	display: table;
	width: 100%;
}
.ajax-loader {
	margin: 0 !important;
	right: -40px;
	position: absolute !important;
	top: 12;
}
.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	background-color: #00305b;
	border: 1px solid #00305b;
	border-radius: 5px;
	font-family: "GoldPlay";
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	letter-spacing: 3px;
	font-size: 19px;
	padding: 12px 20px;
	min-width: 300px;
	cursor: pointer;
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background-color:#fff;
	color: #00305b;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #c40000 !important;
}
.wpcf7-response-output {
	font-size: 17px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center;
	padding: 13px 20px !important;
}
.header-notification-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 19px;
	background-color: #1d3454;
	font-family: "GoldPlayAlt";
	padding: 7px 0;
	height: 37px;
}
.close-notification {
	font-size: 35px;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
.page-box-scroller {
	width: 40px;
	height: 20px;
	position: absolute;
	bottom: 37px;
	left: 50%;
	cursor: pointer;
	margin-left: -20px;
}
.page-box-scroller::before, .page-box-scroller::after {
	content: '';
	width: 25px;
	height: 1px;
	background-color: #fff;
	top: 8px;
	left: -3px;
	display: block;
	position: absolute;
	transform: rotate(35deg);
}
.page-box-scroller::after {
	transform: rotate(145deg);
	right: -3px;
	left: auto;
}
.product-button .button:hover {
	background-color: #00305b !important;
}
.not-found#primary {
	padding: 165px 0;
	text-align: center;
}
.not-found#primary h1 {
	font-size: 40px;
	font-weight: 900;
	padding: 20px 0;
	color: #1d3454;
}
.not-found#primary h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5;
}
.not-found#primary h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #00305b;
}
.not-found#primary h3 a {
	text-decoration: underline;
	color: inherit;
}

/* filters */
.product-filters-logo img {
	display: block;
	width: 100%;
}
.product-filters-list-item {
	width: 16.6%;
	float: left;
	margin-right: 4.25%;
}
.product-filters-list-item:last-child{
	margin-right: 0;
}
.product-filters-title {
	color: #fff;
	background-color: #00305b;
	text-align: center;
	font-size: 20px;
	padding: 7px 3px;
	font-weight: 500;
	margin-bottom: 15px;
}
.product-filters-radio-item {
	color: #00305b;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	font-family: Blacker;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin-bottom: 25px;
}
.product-filters-logo {
	margin: 0 auto;
	max-width: 295px;
	margin-bottom: 30px;
}
.top-filters-area {
	background-color: #fafafa;
	margin-top: 30px;
	padding: 30px 0 5px;
	margin-bottom: 30px;
}
.product-filters-radio-item::before {
	content: "";
	width: 30px;
	height: 30px;
	top: -6px;
	left: 0;
	position: absolute;
	display: block;
	background-image: url(images/circle.svg);
}
.product-filters-radio-item::after {
	content: "";
	width: 12px;
	height: 12px;
	top: 3px;
	left: 9px;
	background-color: #00305b;
	position: absolute;
	display: block;
	border-radius: 100%;
	opacity: 0;
}
.product-filters-radio-item.active::after{
	opacity: 1;
}
.product-filters-radio-list {
	padding: 10px;
}
.filters-column{
	width: 50%;
	float: left;
}
.product-massageplatze .product-filters-radio-list {
	padding-left: 15px;
}
.product-massageplatze .product-filters-radio-item {
	padding-left: 50px;
}
.product-category-items h2 {
	color: #00305b;
	font-family: "GoldPlay";
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 25px;
}
.product-view-image {
	height: 427px;
	background: rgb(137,137,137);
	background: -moz-linear-gradient(left, rgba(137,137,137,1) 0%, rgba(221,215,215,1) 100%);
	background: -webkit-linear-gradient(left, rgba(137,137,137,1) 0%,rgba(221,215,215,1) 100%);
	background: linear-gradient(to right, rgba(137,137,137,1) 0%,rgba(221,215,215,1) 100%);
	position: relative;
}
.product-topseller-carousel .slick-slide > div {
	padding: 0 12px;
}
.product-topseller-carousel {
	margin-left: -12px;
	margin-right: -12px;
}
.product-view-item {
	background-color: #00305b;
}
.product-inner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-arrow {
	position: absolute;
	top: 330px;
	left: -77px;
	width: 90px;
	height: 90px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	font-size: 0;
	padding: 0;
	z-index: 2;
}
.slick-arrow.slick-next{
	left: auto;
	right: -77px;
}
.slick-arrow::before {
	content: "";
	width: 60px;
	height: 60px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	position: absolute;
	transform: rotate(-45deg);
	top: 15px;
	left: 40px;
	display: block;
}
.slick-arrow.slick-next::before {
	transform: rotate(135deg);
	left: -10px;
}
.product-view-info {
	padding: 20px 20px 30px 40px;
	color:#fff;
}
.product-view-info a{
	color:#fff;
}
.product-view-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 18px;
}
.product-view-total {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #fff;
	font-size: 22px;
	font-weight: 600;
}
.product-total-label,
.meta-item-title {
	float: left;
}
.product-total-value,
.meta-item-value {
	float: right;
}
.product-meta-item {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
}
.product-meta-item:last-child{
	margin-bottom: 0;
}
.meta-item-title span {
	display: block;
	font-size: 10px;
}
.product-list-by-model .product-view-item {
	width: 32.2%;
	float: left;
	margin-right: 1.7%;
	margin-bottom: 45px;
}
.product-list-by-model .product-view-item:nth-child(3n){
	margin-right: 0;
}
.product-topseller-items.product-category-items {
	margin-bottom: 90px;
	max-height: 1400px;
}
.anchor_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
}
.no_page_title .container.page-title-image::before {
	display: none;
}
.product-list-module.hide_top_seller .product-topseller-items {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
}
.lds-ring {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 0;
	border: 4px solid #00305b;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #00305b transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.top-filters-area .container {
	position: relative;
}
.product-filters-loader {
	position: absolute;
	left: calc(100% + 35px);
	top: 94px;
	display: none;
}
.loading .product-list-by-model {
	filter: blur(4px);
}
.product-list-by-model {
	padding-bottom: 70px;
}
.container.not_found h2 {
	font-family: Blacker;
	color: #00305b;
	font-size: 20px;
	padding-top: 40px;
}
.product-description-cont {
	width: 40%;
	float: right;
	position: relative;
	padding-bottom: 165px;
}
.product-image-gallery-container {
	width: 55%;
	float:left;
}
.product-image-gallery {
	width: calc(100% - 125px);
	float: right;
}
.product-image-thumbnails {
	width: 100px;
	float: left;
	margin-bottom: -30px !important;
}
.product-image-thumbnail-item {
	width: 100%;
	height: 100px;
	display: block !important;
	cursor: pointer;
	margin-bottom: 25px;
	position: relative;
}
.product-image-thumbnail-item > div{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
.slick-vertical .slick-slide {
	border: 0;
}
.vc_row.product-header-box_row.product_style_row {
	border-top: 2px solid #adbfd5;
	padding-top: 170px;
}
.vc_row.product-header-box_row.product_style_row::before {
	content: "";
	width: 76vw;
	height: 400px;
	background-color: #fafafa;
	position: absolute;
	left: 0;
	top: 52px;
	display: block;
}
.product-image-thumbnails .slick-arrow {
	top: -50px;
	left: 0;
	width: 100px;
	height: 50px;
}
.product-image-thumbnails .slick-arrow::before {
	width: 25px;
	height: 25px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	transform: rotate(45deg);
	top: 22px;
	left: 35px;
}
.product-image-thumbnails .slick-arrow.slick-next {
	top: calc(100% - 30px);
}
.product-image-thumbnails .slick-arrow.slick-next::before {
	transform: rotate(-135deg);
	top: 6px;
	left: 32px;
}
.product-image-gallery-item {
	display: block !important;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-description-cont h1 {
	position: absolute;
	bottom: 100%;
	left: 0;
	font-size: 32px;
	font-weight: 600;
	color: #00305b;
	padding-bottom: 20px;
}
.description-container p {
	font-size: 21px;
	color: #00305b;
	margin-bottom: 20px;
}
.description-container p:last-child{
	margin-bottom: 0;
}
.product-cotact-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.contact-button {
	display: block;
	color: #fff;
	background-color: #b0866e;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
	padding: 30px 15px;
}
.product-header-box {
	padding-bottom: 100px;
}
.product-header-box {
	padding-bottom: 100px;
}
.product-technical-box h2, 
.product-long-description-box h2, 
.product-faq-section h2 {
	font-size: 46px;
	font-family: "Brandon";
	color: #00305b;
	line-height: 1;
	margin-bottom: 22px;
}
.product-technical-box,
.product-long-description-box,
.product-faq-section {
	padding: 0 40px;
}
.small-container {
	padding: 0 85px;
}
.technical-dates-table {
	color: #fff;
	background-color: #00305b;
	padding: 60px;
	font-size:25px;
}
.technical-label {
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
}
.technical-value {
	float: left;
	width: 50%;
	padding-left: 40px;
}
.technical-label,
.technical-value{
	padding-top:13px;
	padding-bottom:13px;
}
.vc_row.product-technical-box_row.product_style_row::before,
.vc_row.product-long-description-box_row.product_style_row::before,
.vc_row.product-faq-section_row.product_style_row::before {
	content: "";
	width: 69vw;
	height: 400px;
	background-color: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.vc_row.product-technical-box_row.product_style_row,
.vc_row.product-long-description-box_row.product_style_row,
.vc_row.product-faq-section_row.product_style_row{
	padding-top: 20px;
	padding-bottom: 100px;
}
.product_long_description p,
.product_long_description h3,
.product-faq-content p {
	font-size: 21px;
	color: #00305b;
	margin-bottom: 30px;
}
.product-faq-content p strong{
	font-weight: 700;
	color: #000;
}
.product_long_description h3{
	font-weight: 600;
}
.product-long-description-box h2 {
	margin-bottom: 50px;
}
.product-faq-items {
	padding-right: 50%;
	position: relative;
}
.product-faq-content {
	position: absolute;
	width: 60%;
	left: calc(40% + 130px);
	top: -30px;
	opacity:0;
}
.active .product-faq-content {
	opacity:1;
	top: 0;
}
.product-faq-items {
	padding-right: 60%;
	position: relative;
}
.product-faq-title {
	color: #00305b;
	font-size: 22px;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	font-family: Blacker;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-bottom: 12px;
}
.product-faq-title::before {
	content: ">";
	font-style: normal;
	right: 0;
	position: absolute;
	top: -1px;
	display: block;
}
.vc_row.product-faq-section_row.product_style_row::before{
	height:100%;
}
.active .product-faq-title::before {
	transform: rotate(90deg);
}
.vc_row.product-faq-section_row.product_style_row {
    padding-bottom: 25px;
}
.home .site-header:not(.fixed) .website--logo .cls-3 {
	fill: #fff;
}

.contact_in_form {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.contact-form-outer {
	width: 90vw;
	max-width: 600px;
	max-height: 90vh;
	background-color: #1d3454;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 40px 30px 10px;
	overflow: auto;
}
.contact-form-close_button {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 35px;
	line-height: 1;
	width: 35px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.contact-form-outer .wpcf7 {
	padding: 0;
	color: #fff;
	margin-bottom: 30px;
}
.contact_in_form .contact-form-container h2 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 25px;
	text-align: left;
}
.contact_in_form .contact-form-top-fields .form-field {
	width: 100%;
	margin-bottom: 15px;
}
.contact_in_form .contact-form-top-fields .form-field.col33 {
	width: 48.5%;
	float: left;
	display: block;
	padding: 0;
	clear: none !important;
	margin-right: 3%;
}
.contact_in_form .contact-form-top-fields .form-field.col50{
	width: 48.5%;
	margin-right: 3%;
}
.contact_in_form .contact-form-top-fields .form-field.col33.last-col, 
.contact_in_form .contact-form-top-fields .form-field.col50.last-col {
	margin-right: 0;
	clear: right !important;
}
.contact_in_form .contact-form-top-fields .form-field.col33.first-col, 
.contact_in_form .contact-form-top-fields .form-field.col50.first-col {
	clear: left !important;
	float: left;
}
.contact_in_form .contact-form-top-fields .form-field input, 
.contact_in_form .contact-form-top-fields .form-field textarea {
	border-radius: 0;
	background-color: #fff;
	color: #ccc;
	font-size: 16px;
	padding: 10px;
	border-color: #fff !important;
}
.form-field span, .form-field input[type="text"] {
	display: block;
}
.contact_in_form .contact-form-top-fields .form-field textarea {
	height: 90px;
}
.contact_in_form .form-submit {
	position: relative;
	text-align: center;
	padding-top: 20px;
}
.contact_in_form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 15px;
	color: #fff;
	padding-left: 35px;
}
.contact_in_form  .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	top: -1px;
}
.contact_in_form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
	width: 14px;
	height: 7px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 4px;
	left: 4px;
}
.contact_in_form .wpcf7-form-control.wpcf7-submit {
	background-color: #B87510;
	border-color: #B87510;
	margin: 0 auto;
}
.contact_in_form .wpcf7-form-control.wpcf7-submit:hover{
	color: #B87510;
	background-color: #fff;
	border-color: #fff;
}
.contact_in_form .ajax-loader {
	display: none !important;
}
.contact_in_form .contact-form-top-fields .form-field input.wpcf7-not-valid, 
.contact_in_form .contact-form-top-fields .form-field textarea.wpcf7-not-valid{
	border-color: #ff3a3a !important;
}
.contact_in_form .wpcf7-response-output {
	font-size: 14px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}
.contact-form-close_in {
	cursor: pointer;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
}
.contact_in_form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label::before{
	border-color: #ff3a3a !important;
}
.notification-message a{
	color:#fff;
	margin-right: 12px;
}
body:not(.home) .has-contact-icons .steps-module {
	margin-top: 0;
	padding: 30px 0 40px !important;
}
/*Pop-up style*/
.home--popup {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pop-up--bg {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	position: absolute;
	overflow: auto;
}
.home--popup.active--popup {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.home--popup--inner {
	width: 40%;
	max-height: 100%;
	top: 50%;
	left: 30%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 999999999;
	overflow: auto;
	padding-top: 20px;
}
.popup--logo {
	display: table;
	width: 100%;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.popup--inner {
	background-color: #fff;
}
.popup--image {
	display: table;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.popup--content {
	display: table;
	width: 100%;
	padding: 30px 60px;
}
.popup--logo svg {
	max-width: 200px;
	margin: auto;
	display: table;
	float: none;
}
.popup--content h2 {
	font-size: 30px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 30px;
	text-align: center;
}
.each--info {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.each--info h3 {
	display: table;
	float: left;
	font-size: 25px;
	width: 20%;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
}
.each--cont {
	display: table;
	width: 80%;
	float: right;
	font-size: 23px;
	font-family: "GoldPlayAlt";
	font-weight: 400;
	color: #00305b;
}
.bot--info {
	display: table;
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	font-family: "GoldPlayAlt";
	font-weight: 400;
	color: #00305b;
}
.popup--logo span {
	position: absolute;
	padding: 4px 7px;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	border: ;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.contact-form-top-fields.clearfix, .contact-form-bottom-fields.clearfix {
	width: 600px;
	margin: auto;
}
.acceptance-container {
	margin-bottom: 28px;
}
.pop--up--form .contact-form-top-fields.clearfix, .pop--up--form .contact-form-bottom-fields.clearfix {
	width: auto;
}
.notification-message a:first-child {
	margin-right: 4px;
}
.button--left .button_column {
	text-align: left;
}
/*SVG page*/
.style1 .container.page-title-image {
	height: calc(100vh - 220px);
}
.style1 .page-title-image-inner {
	top: 80%;
}
.style1 .page-title-image-inner > h2 {
	font-weight: 900;
}
.new-style .image-background {
	height: 850px;
}
.under--cont--img img {
	width: 90%;
	margin: auto;
	display: block;
}
.svg--contact .form-field input::placeholder, .svg--contact .form-field textarea::placeholder, .bf--contact .form-field input::placeholder, .bf--contact .form-field textarea::placeholder {
	color: #8a8a8a;
}
.svg--contact .form-field input, .svg--contact .form-field textarea {
	background-color: #fff;
}
.svg--contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
	background-color: #fff;
}
.image-background.lazy-background.form--mobil {
	display: none;
}
.bf--top .vc_column-inner {
	padding: 0 !important;
}
.bf--top .wpb_text_column.wpb_content_element {
	margin-bottom: 0 !important;
	padding: 200px 0 100px;
}
.bf--top h1 {
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 90px;
}
.bf--product .wpb_text_column h2 {
	font-weight: 700;
}
.bf--product {
	padding:60px 0 60px;
}
.bf--product .button_column a {
	padding: 18px 40px !important;
	width: auto !important;
	text-align: center !important;
	min-width: 100px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 24px !important;
}
.bf--product .button_column a span {
	display: none;
}
.image-background.lazy-background.bf {
	display: none;
}
.bld-el.popup--title span strong {
	line-height: 1;
	font-weight: 800 !important;
}
.bld-el.popup--title span {
	font-family: "GoldPlayAlt";
	font-weight: 900 !important;
	font-size: 70px !important;
	line-height: 1 !important;
}
.bf--popup button {
	font-family: "GoldPlayAlt" !important;
}
.snp-overlay {
	z-index: 9999;
}
.snp-bld-step-cont.snp-bld-step-cont-1.snp-bld-center {
	z-index: 99999;
}

/* Responsive */
@media(max-height:900px){
	.page-main-box-content-inner h1 {font-size: 75px;}
	.page-main-box-content {padding-top: 100px;}
	.gradient_bg .container.page-title-image{height: auto;}
	.gradient_bg .page-title-image-inner {padding-top: 70px;top: 0;transform: none;-moz-transform: none;-webkit-transform: none;padding-bottom: 20px;}
}
@media(max-width:1750px){
	.page-main-box-content-inner h1 {font-size: 65px;}
	.page-main-box-content-inner p {font-size: 20px;}
	.fixed-main-menu .menu > li > a {font-size: 35px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 20px;height: 20px;top: 10px;}
	.sub-menu-wrap-outer {font-size: 22px;}
	
	.home--popup--inner {width: 50%;left: 25%;}
	.popup--image {height: 300px;}
	.popup--content {padding: 20px 60px;}
	.popup--content h2 {font-size: 27px;margin-bottom: 20px;}
	.each--info h3 {font-size: 23px;}
	.each--cont {font-size: 21px;}
	.each--info {margin-bottom: 15px;}
	.popup--logo svg {max-width: 150px;}
	.popup--logo {padding: 15px 0;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 180px 0 90px;}
	.bf--product {padding: 60px 0 50px;}
	.bf--product .button_column a {padding: 16px 34px !important;font-size: 23px !important;}
}
@media(max-width:1600px){
	.page-main-box-content-inner h1 {font-size: 50px;}
	.page-main-box-content-inner p {font-size: 18px;}
	.page-info-button {padding-top: 25px;}
	.page-info-button .button {font-size: 20px;}
	.page-info-button .button span {top: 20px;}
	.page-main-box-content {padding-top: 150px;}
	.fixed-menu-inner {height: calc(100% - 260px);top: 210px;}
	.fixed-menu-container .menu > li {margin-bottom: 20px;}
	.fixed-main-menu .menu > li > a {font-size: 30px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 16px;height: 16px;top: 10px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;}
	.sub-menu-wrap-outer {font-size: 18px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after {top: calc(100% + 3px);}
	.website--logo.header-column {width: 150px;}
	.top-menu-inner .menu > li > a {font-size: 16px;}
	.header-section.left-menu {padding-top: 25px;}
	.fixed .website--logo.header-column {width: 135px;}
	.site-header.notification-active.fixed {padding: 52px 0 20px;}
	.fixed .header-section.left-menu {padding-top: 8px;}
	.header-notification-message {font-size: 16px;height: 33px;}
	.close-notification {font-size: 30px;line-height: 33px;right: 9px;height: 100%;width: 33px;}
	.header-section.left-menu {width: calc(100% - 150px);}
	body:not(.home) .main-website-content {padding-top: 153px;}
	.page-title-container {padding: 60px 0;}
	.page-title-container h1 {font-size: 36px;}
	.page-title-container h1::after {top: calc(100% + 5px);}
	.container.page-title-image {height: calc(100vh - 315px);}
	.page-title-image-inner > h2 {font-size: 60px;}
	.page-title-container::after {height: calc( (100vh - 315px) / 2 );}
	.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {padding-top: 80px !important;}
	h2.post-title {font-size: 32px;}
	.less--link.post-link {margin-bottom: 0;}

	.description-container p, .product_long_description p, .product_long_description h3, .product-faq-content p  {font-size: 18px;}
	.vc_row.product-header-box_row.product_style_row {padding-top: 150px;}
	.product-technical-box h2, .product-long-description-box h2, .product-faq-section h2 {font-size: 40px;}
	.technical-dates-table {font-size: 19px;}
	.product-long-description-box h2 {margin-bottom: 50px;}
	.vc_row.product-header-box_row.product_style_row::before {top: 35px;}
	.product-filters-loader {left: calc(100% + 8px);}
	.vc_row.product-technical-box_row.product_style_row, .vc_row.product-long-description-box_row.product_style_row, .vc_row.product-faq-section_row.product_style_row {padding-bottom: 75px;}
	.product-faq-title {font-size: 20px;}
	
	.popup--logo svg {max-width: 120px;}
	.popup--logo {padding: 10px 0;}
	.popup--logo span {padding: 3px 5px;font-size: 12px;}
	.popup--image {height: 240px;}
	.popup--content {padding: 15px 50px;}
	.popup--content h2 {font-size: 23px;margin-bottom: 15px;}
	.each--info {margin-bottom: 10px;}
	.each--info h3 {font-size: 20px;}
	.each--cont {font-size: 19px;}
	.bot--info {font-size: 16px;margin-top: 20px;}

	.style1 .container.page-title-image {height: calc(100vh - 280px);}
	.new-style .image-background {height: 800px;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 160px 0 80px;}
	.bf--product {padding: 55px 0 40px;}
	.bf--product .button_column a {padding: 15px 30px !important;font-size: 22px !important;}
}
@media(max-width:1399px){
	.container, .site-content-center {width: 90%;max-width: 90%;}
	.step-item-description {font-size: 15px;}
	.steps-module {padding: 30px 0;}
	.step-item-image {width: 65px;height: 65px;}
	.before_title {font-size: 18px;}
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 32px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 17px;}
	.button_column .button {font-size: 20px;}
	.button_column .button span {top: 20px;}
	.image-text-section, .content-info-box {padding: 70px 0;}
	.fixed-menu-inner {width: 90%;left: 5%;margin-left: 0;padding-right: 45%;}
	.services-phone-number {font-size: 18px;padding: 17px 35px 14px 94px;}
	.services-phone-number svg {width: 28px;height: 28px;}
	.services-phone-number span {left: 57px;top: 14px;}

	.site-header {padding: 20px 0;}
	body:not(.home) .main-website-content {padding-top: 123px;}
	.page-title-container h1 {font-size: 30px;}
	.page-title-container {padding: 32px 0 45px;}
	.container.page-title-image {height: calc(100vh - 235px);}
	.page-title-image-inner > h2 {font-size: 50px;}
	.page-title-container::after {height: calc( (100vh - 236px) / 2 );}
	.image-text-section.contact_options .button_column .button {font-size: 16px;}
	.image-text-section.contact_options .button_column:nth-child(2) .button span {top: 13px;}
	body:not(.home) .steps-module {padding-top: 0;padding-bottom: 60px;margin-top: -15px;}
	.products-description-box .container {width: 100%;max-width: 100%;}
	h2.post-title {font-size: 30px;margin-bottom: 20px;}
	.post-date {font-size: 17px;margin-bottom: 12px;}
	.blog-post {padding: 60px 0;}
	.blog-pagination {padding: 10px 0 70px;}
	.button.load_more_posts_button {font-size: 18px;}
	.address-column .button {font-size: 16px;}
	.contact_box {padding: 60px 0;}
	.address-column.main-address {padding-top: 20px;}
	.address-column svg {width: 28px;}
	.address-column.email_url .button span {top: 14px;}
	.contact-description {margin-bottom: 70px;}
	.wpcf7 {padding: 35px 0 60px;}
	.form-field input, .form-field textarea {font-size: 17px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {width: 44px;height: 44px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {width: 26px;height: 12px;left: 9px;transform: rotate(-42deg);}

	.product-description-cont h1 {font-size: 28px;}
	.description-container p, .product_long_description p, .product_long_description h3, .product-faq-content p {font-size: 17px;line-height: 1.6;}
	.product-image-thumbnails {width: 90px;}
	.product-image-thumbnail-item {height: 90px;margin-bottom: 20px;}
	.product-image-gallery {width: calc(100% - 110px);}
	.product-image-gallery-item {height: 41.4vw;}
	.contact-button {font-size: 20px;padding: 23px 15px;}
	.product-image-thumbnails .slick-arrow {width: 90px;}
	.product-image-thumbnails .slick-arrow::before {width: 25px;left: 31px;}
	.product-header-box {padding-bottom: 80px;}
	.product-technical-box h2, .product-long-description-box h2, .product-faq-section h2 {font-size: 40px;}
	.technical-dates-table {padding: 40px;}
	.vc_row.product-technical-box_row.product_style_row, .vc_row.product-long-description-box_row.product_style_row, .vc_row.product-faq-section_row.product_style_row {padding-bottom: 40px;}
	.product-long-description-box h2 {margin-bottom: 25px;}
	.product_long_description p, .product_long_description h3, .product-faq-content p {margin-bottom: 25px;}
	.product-faq-title {font-size: 18px;}
	.product-filters-list-item {width: 18.4%;margin-right: 2%;}
	.product-filters-list-item:last-child{margin-right: 0;}
	.product-category-items h2 {font-size: 35px;margin-bottom: 20px;}
	.product-topseller-items.product-category-items {margin-bottom: 60px;}
	.product-filters-loader {left: 50%;top: 94px;margin-left: -32px;z-index: 99;top: 423px;}
	
	.popup--logo svg {max-width: 90px;}
	.popup--logo {padding: 7px 0;}
	.popup--image {height: 220px;}
	.popup--content {padding: 10px 50px 15px;}
	.popup--content h2 {font-size: 21px;margin-bottom: 13px;}
	.each--info {margin-bottom: 8px;}
	.each--info h3 {font-size: 19px;}
	.each--cont {font-size: 18px;}
	.bot--info {font-size: 15px;margin-top: 16px;}

	.style1 .container.page-title-image {height: calc(100vh - 340px);}
	.new-style .image-background {height: 750px;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 140px 0 70px;}
	.bf--product {padding: 50px 0 35px;}
	.bf--product .button_column a {padding: 14px 28px !important;font-size: 22px !important;}
}
@media(max-width:1279px){
	.stripes > span {margin: 14px 0;}
	.menu-toggle-button {margin-left: 60px;}
	.top-menu-inner .menu > li {display: none;}
	.top-menu-inner .menu > li.highlighted-button {display: block;}
	.step-item-description br {display: none;}
	.button_border_container {padding-top: 35px;}
	.content-info-image {margin-bottom: 20px;height: 29vh;}
	.services-phone-number {font-size: 18px;padding: 17px 25px 14px 60px;}
	.services-phone-number span {left: 27px;}
	.fixed-menu-contact a {font-size: 18px;width: 100%;padding: 6px 10px;margin-bottom: 10px;}
	.fixed-menu-contact a:last-child{margin-bottom: 0;}
	.fixed-main-menu .menu > li > a {font-size: 26px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 15px;height: 15px;top: 8px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after {top: calc(100% + 2px);height: 2px;}
	.fixed-menu-container .menu > li {margin-bottom: 16px;}
	.fixed-menu-inner {padding-bottom: 140px;}
	.content-info-title h2 {font-size: 24px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 15px;}
	.content-info-links a {padding: 12px 15px 12px 15px;font-size: 17px;}
	.content-info-description, .content-info-description p {margin-bottom: 35px;}
	.button_column .button {font-size: 18px;text-align: left;}
	.button_column .button span {top: 19px;}
	.site-footer-culumn.widget-area {padding-right: 15px;}
	.legal-menu li a, span.copyright {font-size: 14px;}
	.widget-area:first-child .textwidget img {width: 60px;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.image-text-section.contact_options .button_column {width: 100%;float: left;}
	.image-text-section.contact_options .button_column:first-child{margin-bottom: 15px;}
	.contact_options .text-column-inner {padding-bottom: 130px;}
	.contact-box-text p {font-size: 18px;}
	.contact-box-text {margin-bottom: 35px;}
	.small-contact-box {padding: 20px 0 70px;}
	.product-title-container h2 {font-size: 25px;}
	.products-description-box {padding: 120px 0 70px;}
	.product-title-container {top: 48px;}
	.simple-button {width: 48%;	margin-bottom: 15px;font-size: 19px;padding: 10px 4px;}
	.product-button .button {font-size: 17px;}
	h2.post-title {font-size: 25px;}
	.button.load_more_posts_button {font-size: 16px;}
	.post-date {font-size: 15px;}

	.contact-box-column h2 {margin-bottom: 12px;}
	.contact-description {margin-bottom: 25px;}
	.address-column-icon {width: 52px;height: 55px;margin: 0 auto 10px;}
	.address-column {width: 100%;margin-bottom: 20px !important;}
	.address-column-icon {display: none;}
	.address-column.phone_url {margin-bottom: 20px !important;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {font-size: 15px;padding-left: 65px;}

	.product-image-gallery {width: 100%;}
	.product-image-gallery-item {height: 49.5vw;}
	.vc_row.product-header-box_row.product_style_row {padding-top: 72px;}
	.product-description-cont h1 {position: static;padding-bottom: 15px;}
	.product-description-cont {padding-bottom: 0;height: auto !important;}
	.contact-button {font-size: 18px;padding: 18px 15px;}
	.product-cotact-button {position: relative;padding-top: 30px;}
	.product-image-thumbnails {width: 100%;}
	.product-image-thumbnail-item {height: 10vw;margin-bottom: 0;border: 2px solid #fff;border-top: 4px solid #fff;}
	.product-image-thumbnails {width: calc(100% + 2px);margin-left: -2px;}
	.product-technical-box, .product-long-description-box, .product-faq-section {padding: 0;}
	.technical-label, .technical-value {padding-top: 10px;padding-bottom: 10px;}
	.technical-dates-table {font-size: 18px;font-weight: 500;}
	.product-faq-content {left: calc(40% + 70px);}
	.product-faq-items {padding-right: 55%;}

	.product-filters-title {font-size: 16px;}
	.product-filters-radio-list {padding: 5px 0;}
	.product-filters-radio-item,.product-massageplatze .product-filters-radio-item {font-size: 15px;padding-left: 38px;}
	.product-category-items h2 {font-size: 30px;}
	.product-view-title {font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;}
	.product-view-image {height: 28.5vw;}
	.product-meta-item {margin-bottom: 16px;font-size: 15px;}
	.product-view-total {padding-top: 15px;margin-top: 15px;font-size: 18px;}
	.slick-arrow {top: 250px;left: -8px;width: 20px;height: 50px;}
	.slick-arrow::before {width: 22px;height: 22px;top: 15px;left: 4px;}
	.product-view-info {padding: 20px;}

	.address-column {height: auto !important;}
	.style1 .container.page-title-image {height: calc(100vh - 380px);}
	.new-style .image-background {height: 650px;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 120px 0 60px;}
	.bf--product {padding: 45px 0 30px;}
	.bf--product .button_column a {padding: 14px 28px !important;font-size: 22px !important;}
}
@media(max-width:1023px){
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 26px;}
	.image-background {height: 46vw;}
	.button_column .button {font-size: 16px;}
	.image-text-section, .content-info-box {padding: 60px 0;}
	.content-info-box_row .vc_col-sm-4 {width: 100%;}
	.content-info-image {height: 47vh;width: 48%;float:right;}
	.content-info-title, .content-info-description, .content-info-links {width: 48%;float: left;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-image{float: left;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-title, 
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-description, 
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-links{float: right;}
	.content-info-box {padding: 40px 0 0 0;}
	.content-info-box_row .vc_col-sm-4:last-child .content-info-box{padding-bottom: 20px;}
	.step-item {width: 50%;}
	.step-item:nth-child(2n)::after {display: none;}
	.step-item:nth-child(1)::before, .step-item:nth-child(2)::before {
	content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
	width: 100%;height: 7px;position: absolute;overflow: hidden;word-break: break-all;left: 0;top: calc(100% - 6px);font-size: 5px;letter-spacing: 2px;}
	.step-item-description {font-size: 18px;}
	.step-item:nth-child(1), .step-item:nth-child(2){padding-bottom: 20px;}
	.step-item:nth-child(3), .step-item:nth-child(4){padding-top: 20px;}
	.steps-module {padding: 30px 0 75px;}
	.services-phone-number {width: 100%;bottom: 0;text-align: center;padding: 8px 20px;}
	.services-phone-number svg {width: 24px;height: 24px;}
	.services-phone-number span {left: calc(50% - 93px);top: 7px;}
	.site-header.notification-active {padding: 52px 0 20px;}
	.site-footer-culumn.widget-area {width: 50%;margin-bottom: 25px;}
	.widget-area:first-child .textwidget img:nth-child(3){clear: right;}
	.widget-area:first-child .textwidget img:nth-child(4){clear: left;}
	.copyright {width: 100%;text-align: center;font-size: 18px !important;}
	.site-footer-columns {margin-bottom: 60px;}
	.copyright-section {position: relative;padding-top: 40px;}
	.legal-menu {width: 100%;text-align: center;position: absolute;display: block !important;left: 0;top: 0;}
	.legal-menu li a {font-size: 16px;}
	.widget_text li::before {top: 5px;}
	.legal-menu li {margin-left: 12px;margin-right: 12px;}
	.title-image-column {width: 100%;height: auto !important;margin-bottom: 30px;}
	.product-description-column {width: 100%;float: none;height: auto !important;}
	.product-title-container {width: 76.5%;padding-right: 20px;}
	.contact-box-text p {font-size: 16px;}
	.more--link.post-link {margin-bottom: 0;}
	.blog-post .blog-post-image {width: 100% !important;margin-bottom: 30px !important;}
	.blog-post-info {width: 100%;}
	.blog-post-content {margin-bottom: 0;}

	.contact-box-column {width: 100%;}
	.contact-box-column:nth-child(2) {padding-top: 30px;}
	.contact-form-top-fields .form-field, .bottom-column {width: 100%;}
	.bottom-column {height: auto !important;padding: 0 !important;}
	.bottom-column:nth-child(2n) {padding-bottom: 0;padding-top: 25px;}
	.form-submit {position: relative;padding-top: 0px;}
	.acceptance-container {position: relative;z-index: 1;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {width: 28px;height: 28px;top: -4px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {width: 18px;height: 9px;left: 5px;transform: rotate(-45deg);top: 2px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {padding-left: 40px;}
	.ajax-loader {margin: 0 !important;right: 0;position: absolute !important;top: auto;bottom: 14px;}

	.product-image-gallery-container {width: 100%;float: left;height: auto !important;margin-bottom: 30px;}
	.product-image-gallery-item {height: 90vw;}
	.product-image-thumbnail-item {height: 18vw;}
	.product-description-cont {width: 100%;}
	.vc_row.product-header-box_row.product_style_row {padding-top: 38px;}
	.vc_row.product-header-box_row.product_style_row::before {top: 17px;width: 87%;}
	.product-image-thumbnails {margin-bottom: 0 !important;}
	.product-header-box {padding-bottom: 40px;}
	.small-container {padding: 0 45px;}
	.product-faq-items {padding-right: 0;}
	.product-faq-content {left: 0;width: 100%;position: relative;max-height: 0;overflow: hidden;top:0;}
	.active .product-faq-content{max-height: 1000px;}
	.product-faq-title {font-size: 20px;}
	.vc_row.product-technical-box_row.product_style_row::before, .vc_row.product-long-description-box_row.product_style_row::before, .vc_row.product-faq-section_row.product_style_row::before {width: 85%;}

	.slick-arrow.slick-next {left: auto;right: -13px;}
	.product-filters-list-item {width: 31%;margin-right: 3.5%;margin-bottom: 20px;}
	.product-filters-list-item:nth-child(3){margin-right: 0;}
	.product-filters-list-item:nth-child(4), .product-filters-list-item:nth-child(5) {width: 48.25%;}
	.product-list-by-model .product-view-item,.product-list-by-model .product-view-item:nth-child(3n) {width: 48.4%;margin-right: 3.2%;}
	.product-list-by-model .product-view-item:nth-child(2n){margin-right: 0;}
	.slick-arrow {top: 20vw;}
	.product-filters-logo {max-width: 200px;margin-bottom: 10px;}
	.top-filters-area {margin-top: 15px;padding: 15px 0 5px;margin-bottom: 15px;}
	.product-filters-loader {top: 520px;}
	.product-list-by-model {padding-bottom: 30px;}
	
	.home--popup--inner {width: 70%;left: 15%;}
	.style1 .container.page-title-image {height: calc(100vh - 460px);}
	.new-style .image-background {height: 590px;}
	.style1 .container.page-title-image {height: 350px;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 90px 0 50px;}
	.bf--product {padding: 40px 0 25px;}
	.bf--product .button_column a {padding: 13px 26px !important;font-size: 21px !important;}
}
@media(max-width:767px){
	.header-notification-message {display: table;font-size: 14px !important;}
	.site-header.notification-active {padding: 60px 0 20px !important;}
	.site-header.notification-active.fixed {padding: 60px 0 20px !important;}
	.notification-message {padding-right: 20px;}
	
	.site-header.notification-active, .site-header{padding: 20px 0;}
	.media-section-column {width: 100%;margin-bottom: 24px;}
	.image-background {height: 67vw;}
	.text-section-column {width: 100%;}
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2{font-size: 30px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 17px;}
	.button_column {width: 100%;text-align: left;}
	.button_column:nth-child(2) {padding-top: 35px;}
	.button_column .button {min-width: 100%;}
	.button_border_container {padding-top: 0;}
	.content-info-description, .content-info-links {display: block;width: 100%;clear: both;}
	.content-info-title h2 {font-size: 30px;margin-bottom: 0;top: 50%;position: relative;transform: translateY(-50%);}
	.content-info-title h2 br{display: none;}
	.content-info-image {min-height: 43vw;}
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 48%;float: left;}
	.content-info-links .email_icon{float:right;}
	.content-info-box {padding: 40px 30px;margin-left: -30px;margin-right: -30px;}
	.container, .site-content-center {width: 100%;max-width: 100%;padding: 0 30px;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-box{background-color: #e9e9e9;}
	.content-info-links li {margin-bottom: 0;}
	.content-info-image {margin-bottom: 35px;}
	.content-info-box_row .vc_col-sm-4:last-child .content-info-box {padding-bottom: 40px;}

	.site-footer-culumn.widget-area {width: 100%;margin-bottom: 0;padding: 10px 0;border-top: 1px solid #00305b;}
	.site-footer h6 {font-size: 20px;margin-bottom: 0;position: relative;cursor: pointer;}
	.widget .widgettitle + div {max-height: 0;overflow: hidden;}

	.site-footer h6::before {content: '';width: 25px;height: 1px;background-color: #00305b;position: absolute;top: 11px;right: 0;display: block;}

	.site-footer h6::after{content: '';width: 10px;height: 10px;border-right: 1px solid #00305b;border-bottom: 1px solid #00305b;display: block;
	position: absolute;	transform: rotate(-45deg);top: 6px;right: 1px;}
	.site-footer-culumn.widget-area:nth-child(4) {width: 50%;border: 0;padding: 65px 15px 0 0;}
	.site-footer-culumn.widget-area:nth-child(3) {border-bottom: 1px solid #00305b;}
	.site-footer-culumn.widget-area:nth-child(4) h6:before, .site-footer-culumn.widget-area:nth-child(4) h6:after{display: none !important;}
	.site-footer-culumn.widget-area:nth-child(4) .textwidget{max-height: none;}
	.site-footer-culumn.widget-area:nth-child(4) h6{margin-bottom: 6px;}
	.site-footer-culumn.widget-area:nth-child(4) p{font-size: 0;}
	.site-footer-culumn.widget-area:nth-child(4) p a{font-size: 17px;}
	.legal-menu li a {font-size: 17px;line-height: 1.95;}
	.legal-menu li {margin-left: 0;margin-right: 0;display: block;text-align: left;}
	.legal-menu {width: 50%;text-align: center;position: absolute;display: block !important;left: auto;top: auto;right: 0;bottom: calc(100% + 29px);}
	.active .widget .widgettitle + div {max-height: 400px;padding-top: 10px;}

	.widget .widgettitle + div, .site-footer h6::after, .site-footer h6::before {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.site-footer .active h6::after {transform: rotate(45deg);top: 13px;right: 2px;}
	.site-footer .active h6::before {top: 12px;right: -5px;transform: rotate(90deg);}
	.page-info-box {height: 480px;}
	.page-main-box-content-inner p, .page-info-button, .page-box-scroller {display: none;}
	.home .steps-module {padding-top: 40px;position: relative;}
	.site-header.notification-active.fixed {padding: 15px 0;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.responsive-menu-text {font-size: 17px;width: 154px;top: 6px;}
	.container.page-title-image {width: calc(100% - 60px);}
	.text-section-column, .media-section-column {height: auto !important;}
	.contact_options .button_border_container {position: relative;}
	.contact_options .text-column-inner {padding-bottom: 0;}
	.container.page-title-image {padding: 0;}
	.page-title-image-inner > h2 {font-size: 42px;}
	.simple-button {width: 100%;}
	.products-description-box::before{width: calc(100% + 30px);}
	.product-title-container {width: 100%;padding-right: 20px;padding-left: 20px;}
	.products-description-box .container {padding: 0;}
	.product-title-container h2{font-size: 25px;}
	.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {padding-top: 50px !important;}
	.contact-box-text p br {display: none;}
	.contact-box-buttons .button.phone-button {margin-bottom: 20px;}

	.small-container {padding: 0;}
	.product-technical-box h2, .product-long-description-box h2, .product-faq-section h2 {font-size: 35px;}
	.technical-dates-table {padding: 25px;}
	.technical-dates-table {font-size: 16px;}
	.technical-value {width: 45%;padding-left: 18px;}
	.technical-label {width: 55%;padding-right: 10px;}
	.fixed-main-menu .menu > li.highlighted-button > a::before {display: none;}
	
	.popup--image {height: 160px;}
	.popup--content h2 {font-size: 19px;margin-bottom: 10px;}
	.each--info h3 {font-size: 17px;}
	.each--cont {font-size: 16px;}
	.popup--content {padding: 10px 30px 13px;}
	
	.contact-form-top-fields.clearfix, .contact-form-bottom-fields.clearfix {width: 100%;}

	.new-style .img-text-container .image-background {display: none;}
	.image-background.lazy-background.form--mobil {display: block;}
	.style1 .container.page-title-image {height: calc(100vh - 540px);}
	.under--cont--img img {width: 70%;}
	.style1 .container.page-title-image {height: 330px;}

	.bf--product .image-background.lazy-background {display: none;}
	.bf--product .image-background.lazy-background.bf {display: block;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 70px 0 40px;}
	.bf--product {padding: 35px 0 20px;}
	.bf--product .button_column a {padding: 12px 24px !important;font-size: 20px !important;}
	.bf--product .wpb_text_column.wpb_content_element {margin: 0 !important;}
	.image-background.lazy-background.bf {margin-top: 30px;}
}
@media(max-width:639px){
	.step-item-description {font-size: 16px;}
	.home .steps-module::before {font-size: 18px;}
	.content-info-links a span {display: none;}
	.content-info-title h2 {font-size: 28px;}
	.content-info-links a {font-size: 15px;text-align: center;padding-left: 12px;padding-right: 12px;}
	.content-info-links .phone_icon a, .content-info-links .email_icon a {padding-left: 12px;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.fixed-menu-inner {
		padding-bottom: 0;
		padding-right: 0;
		height: calc(100% - 175px);
		top: 175px;
		overflow: auto;
	}
	.fixed-menu-contact {width: 100%;padding-right: 0;}
	.fixed-main-menu .menu > li > a {font-size: 34px;}

	.sub-menu-wrap-outer {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.fixed-menu-container::after {display: none;}
	.sub-menu-wrap-outer {position: relative;top: 0;left: 0;z-index: 2;padding-left: 0;width: 100%;font-family: "GoldPlayAlt";opacity: 1;visibility: visible;max-height: 0;overflow: hidden;}
	.sub-menu-wrap {padding: 35px 0 0;}
	.active-right-menu .sub-menu-wrap-outer {max-height: 600px;}
	.responsive-menu-text {font-size: 15px;width: 135px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 18px;height: 18px;top: 11px;right: 15px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a::after{transform: rotate(45deg);}
	.fixed-menu-contact a {float: none !important;text-align: center;}
	.fixed-menu-contact {margin-bottom: 0;}
	.fixed-menu-contact a:first-child {margin-bottom: 45px;}
	.fixed-menu-contact {margin-bottom: 0;position: relative;padding-top: 85px;}
	.fixed-menu-contact a:last-child {
		margin-bottom: 0;
		background-color: #fff;
		color: #00305b;
		border-color: #fff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.fixed-menu-contact a svg .st15{stroke: #00305b;}
	.fixed-menu-contact a:last-child:hover{background-color:#fff;border-color:#fff;}
	.fixed-menu-contact a:last-child:hover svg .st15{stroke: #00305b;}
	.header-section.left-menu {padding-top: 5px;vertical-align: top;}
	.menu-toggle-button {margin-left: 35px;}
	.page-title-image-inner > h2 {font-size: 30px;}
	.page-title-container h1 {font-size: 24px;}
	.button_column:nth-child(2) {padding-top: 0;}
	.container.page-title-image {height: 300px;}
	.page-title-container::after {height: 150px;}
	.home .image-text-section .button_column:first-child {margin-bottom: 10px;}

	.product-filters-list-item,.product-filters-list-item:nth-child(3n) {width: 48.25%;margin-right: 3.5%;}
	.product-filters-list-item:nth-child(2n) {margin-right: 0;}
	.product-filters-list-item:nth-child(2n+1) {clear: left;}
	
	.contact_in_form .contact-form-container h2 {margin-bottom: 10px;font-size: 20px;}
	.contact-form-outer{padding-left:15px;padding-right:15px;}
	.contact_in_form .contact-form-top-fields .form-field input, 
	.contact_in_form .contact-form-top-fields .form-field textarea {font-size: 14px;padding: 5px;}
	.contact-form-outer {width: calc(100% - 30px);max-height: calc(100% - 30px);}

	.stripes {width: 40px;}
	.stripes > span {margin: 8px 0;width: 32px;}
	.activeclose span:nth-child(1) {-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
	.activeclose span:nth-child(3) {-webkit-transform: translateY(-10px) rotate(120deg);-ms-transform: translateY(-10px) rotate(120deg);-o-transform: translateY(-10px) rotate(120deg);
	transform: translateY(-10px) rotate(120deg);}
	.responsive-menu-text {top: 0px;}
	.header-menu-container {position: absolute;right: 30px;bottom: 21px;}
	.style1 .container.page-title-image {height: 300px;}

	.bf--top .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;padding: 50px 0 30px;}
	.bf--product {padding: 30px 0 15px;}
	.bf--product .button_column a {padding: 12px 24px !important;font-size: 20px !important;}
	.bf--product .wpb_text_column h2 {	font-size: 19px;}
	.bf--product .image-text-section {padding-top: 20px;}
	.bf--product .button_column a {padding: 10px 20px !important;font-size: 18px !important;}
	.bf--contact h4 {font-size: 21px;}
}
@media(max-width:540px){
	.product-list-by-model .product-view-item, .product-list-by-model .product-view-item:nth-child(3n) {width: 100%;margin-right: 0 !important;}
	.product-view-image {height: 86vw;}
	.slick-arrow {top: 50vw;}
	.product-view-title,.product-view-meta {height: auto !important;}
	
	.popup--content {padding: 10px 20px 13px;}
	.popup--image {height: 130px;}
	.popup--content h2 {font-size: 18px;margin-bottom: 10px;}
	.bot--info {font-size: 14px;margin-top: 13px;}
	.home--popup--inner {width: 80%;left: 10%;}
	
	body:not(.home) .main-website-content {padding-top: 140px;}
	.new-style .image-background {height: 550px;}
	.style1 .container.page-title-image {height: 280px;}
	.bf--contact h4 {font-size: 19px;}
	.image-background.lazy-background.bf {height: 420px;}
}
@media(max-width:479px){
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 100%;}

	.description-container p, .product_long_description p, .product_long_description h3, .product-faq-content p {font-size: 15px;}
	.contact-button {font-size: 15px;}
	.technical-label {width: 100%;padding-right: 0;border: 0;padding: 0;}
	.technical-value {width: 100%;padding-left: 0;padding: 0;}
	.technical-date-row {border-bottom: 1px solid #fff;margin-bottom: 10px;padding-bottom: 10px;}
	.technical-date-row:last-child {border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
	.vc_row.product-header-box_row.product_style_row::before {	height: 300px;}
	.product-technical-box h2, .product-long-description-box h2, .product-faq-section h2 {font-size: 30px;}
	.product-faq-title {font-size: 18px;font-style: normal;line-height: 1.5;}

	.technical-label {float: left;width: auto;}
	.technical-value {float: right !important;width: auto;}
	.loading .product-filters-list {filter: blur(4px);}
	.product-filters-loader {top: 200px;}

	.fixed-main-menu .menu > li.highlighted-button > a {text-transform: none;}
	
	.home--popup--inner {width: 94%;left: 3%;}
	.popup--content h2 {font-size: 16px;margin-bottom: 8px;}
	.each--info h3 {font-size: 15px;}
	.each--cont {font-size: 14px;}
	.bot--info {font-size: 13px;margin-top: 13px;}
	.new-style .image-background {height: 500px;}
	.under--cont--img img {width: 60%;}
	.style1 .page-title-image-inner {top: 80%;padding: 0 20px;}
	.style1 .container.page-title-image {height: 250px;}
	.image-background.lazy-background.bf {height: 360px;}
}
@media(max-width:420px){
	.container, .site-content-center {padding: 0 15px;}
	.page-main-box-content-inner h1 {font-size: 35px;}
	.step-item {width: 100% !important;padding-left: 0 !important;padding-right: 0 !important;height: auto !important;padding-top: 20px !important;padding-bottom: 20px !important;}
	.page-info-box {height: 370px;}
	.step-item::after {display: none;}
	.step-item:nth-child(3)::before{
		content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
		width: 100%;
		height: 7px;
		position: absolute;
		overflow: hidden;
		word-break: break-all;
		left: 0;
		top: calc(100% - 6px);
		font-size: 5px;
		letter-spacing: 2px;
	}
	.section-title-container h2 br {display: none !important;}
	.section-title-container h2{font-size: 23px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 16px;}
	.content-info-title, .content-info-description, .content-info-links {width: 100%;float: none;height: auto !important;}
	.content-info-title h2 {top: 0;transform: none;}
	.content-info-image {min-height: 70vw;float: none !important;width: 100% !important;}
	.content-info-title h2 {font-size: 23px;margin-bottom: 20px;}
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 100%;float: left;}
	.content-info-links .phone_icon{margin-bottom:10px;}
	.image-text-section{padding: 50px 0;}
	.before_title {font-size: 16px;margin-bottom: 12px;}
	.content-info-box {padding: 40px 15px;margin-left: -15px;margin-right: -15px;}
	.site-footer-culumn.widget-area:nth-child(4) {width: 100%;padding: 6=45px 0 0 0;text-align: center;}
	.legal-menu {width: 100%;position: absolute;display: block !important;left: auto;right: 0;bottom: auto;top: 0;}
	.copyright-section {position: relative;padding-top: 160px;}
	.legal-menu li {text-align: center;}
	.site-footer-columns {margin-bottom: 40px;}
	.legal-menu li a,.site-footer-culumn.widget-area:nth-child(4) p a {font-size: 15px;}
	.website--logo.header-column {width: 135px;}
	.header-section.left-menu {width: calc(100% - 135px);}
	.menu-toggle-button {margin-left: 20px;}
	.top-menu-inner .menu > li.highlighted-button {margin: 0;}
	.top-menu-inner .menu > li > a {font-size: 15px;}
	.highlighted-button a {padding: 4px 7px;}
	.activeover .responsive-menu-text {display: none;}
	.fixed-main-menu .menu > li > a {font-size: 28px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 16px;height: 16px;top: 8px;right: 15px;}
	.fixed-menu-inner {height: calc(100% - 140px);top: 140px;}
	.page-title-container h1 {font-size: 20px;letter-spacing: 4px;}
	.container.page-title-image {width: calc(100% - 30px);padding: 0;}
	.page-title-image-inner {padding: 0 20px;}
	.page-title-image-inner > h2 {font-size: 26px;}
	.container.page-title-image {height: 240px;}
	.page-title-container::after {height: 120px;}
	.gradient_bg .page-title-image-inner > h2 {font-size: 24px;}
	.simple-button {margin-bottom: 10px;font-size: 15px;padding: 10px 4px;}
	.product-title-container h2 {font-size: 23px;}
	.product-title-container {top: 47px;}
	.product-image {height: 67vw;}
	.products-description-box {padding: 110px 0 50px;}
	.contact-box-buttons .button{font-size: 17px;min-width: 100%;margin-left: 0;margin-right: 0;}
	.products-description-box::before, .products-description-box::after {height: 70vw;}
	.wpcf7-form-control.wpcf7-submit {min-width: auto;}
	.wpcf7 {padding: 15px 0 45px;}
	.slick-arrow {display: none !important;}

	.technical-label, .technical-value {width: 100%;}
	.contact-form-outer {padding-top: 15px;}
	.contact_in_form .contact-form-container h2 {padding-right: 15px;}
	.contact_in_form .contact-form-top-fields .form-field {margin-bottom: 10px;}
	.contact_in_form .contact-form-top-fields .form-field.col33,
	.contact_in_form .contact-form-top-fields .form-field.col50 {width: 100%;margin-right: 0;}
	.header-menu-container {position: absolute;right: 20px;bottom: 10px;}
	.top-menu-inner .menu > li > a {font-size: 12px;}
	.new-style .image-background {height: 450px;}
	.image-background.lazy-background.bf {height: 330px;}
}
@media(max-width:1200px) and (max-height: 400px){
	.fixed-menu-inner {
		padding-bottom: 0;
		padding-right: 0;
		height: calc(100% - 175px);
		top: 175px;
		overflow: auto;
	}
	.fixed-menu-contact {width: 100%;padding-right: 0;}
	.fixed-main-menu .menu > li > a {font-size: 34px;}

	.sub-menu-wrap-outer {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.fixed-menu-container::after {display: none;}
	.sub-menu-wrap-outer {position: relative;top: 0;left: 0;z-index: 2;padding-left: 0;width: 100%;font-family: "GoldPlayAlt";opacity: 1;visibility: visible;max-height: 0;overflow: hidden;}
	.sub-menu-wrap {padding: 35px 0 0;}
	.active-right-menu .sub-menu-wrap-outer {max-height: 600px;}
	.responsive-menu-text {font-size: 15px;width: 135px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 18px;height: 18px;top: 11px;right: 15px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a::after{transform: rotate(45deg);}
	.fixed-menu-contact a {float: none !important;text-align: center;}
	.fixed-menu-contact {margin-bottom: 0;}
	.fixed-menu-contact a:first-child {margin-bottom: 45px;}
	.fixed-menu-contact {margin-bottom: 0;position: relative;padding-top: 85px;}
	.fixed-menu-contact a:last-child {
		margin-bottom: 0;
		background-color: #1d3454;
		color: #00305b;
		border-color: #1d3454;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.fixed-menu-contact a svg .st15{stroke: #00305b;}
	.fixed-menu-contact a:last-child:hover{background-color:#fff;border-color:#fff;}
	.fixed-menu-contact a:last-child:hover svg .st15{stroke: #00305b;}
}