/*
	Theme Name: Portella
	Theme URI: http://aarontgrogg.com/boilerplate/
	Description: Default Workhorse Digital Boilerplate Theme
	Author: Workhorse Digital
	Author URI: http://www.workhorse-digital.com/
	Version: 1.0
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
	outline-width: 0;
}

body {
	margin: 0 auto !important;
	font-size: 1em;
	line-height: 1.4;
	max-width: 1920px;
	
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #778692;
	color: #fff;
	text-shadow: none;
}

a {
	color: #64889C;
}

a:focus {
	outline: 0;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

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

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

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

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

input {
	border-radius: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:focus {
	position: static;
	width: auto;
	height: auto;
}


.sidebar .gform_wrapper.gravity-theme .gform_fields{display: block;}
.sidebar .gform_wrapper.gravity-theme #field_submit input{width: auto!important; margin-top: 14px  !important;}
.sidebar .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{display:block;}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster: h5bp.com/s */
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	/* h5bp.com/t */
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

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


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

li#theme-switcher {
	background: #fff;
	border: 10px solid red;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}

.alert {
	background: red;
	color: white;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


/** WORKHORSE **/

#content a:not(.btn-style-one):hover {
	color: #263746;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4d4d4d;
	font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #4d4d4d;
	font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #4d4d4d;
	font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #4d4d4d;
	font-family: 'Roboto', sans-serif;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

body {
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	padding-top: 104px;
	-webkit-font-smoothing: antialiased;
}

.slider-top {
	margin-top: -87px;
}

a {
	text-decoration: none;
}

#all {
	max-width: 1920px;
	margin: 0px auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner.typical,
.inner.wide {
	max-width: 1320px;
}

.inner-container .inner.wide {
	max-width: 100%;
}

.inner.thin {
	max-width: 630px;
}

.align-left .hdr.underline:after {
	left: 0;
	margin-left: 0;
}

.align-left .hdr.underline {
	text-align: left;
}

.align-left.inner {
	margin-left: 0;
	margin-right: 0;
}

.index-right-title--mobile {
	display: none;
}

/*.full-width-image + .inner-container {*/
/*    margin-top: 70px;*/
/*}*/

.inner.medium {
	max-width: 830px;
}

.inner.medium .hdr-style-one {
	max-width: 480px;
}

.extra-padding {
	padding-left: 4%;
	padding-right: 4%;
}

.header--fix-padding {
	padding-left: 75px;
	padding-right: 75px;
}

.small-padding {
	padding-top: 46px;
	padding-bottom: 23px;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.mobile-search-btn {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.white-font {
	color: #ffffff;
}

.entry-content p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

.entry-content a,
.text-size-one a {
	text-decoration: underline;
}

.entry-content ul,
.entry-content ol {
	padding-left: 22px;
	margin-bottom: 1em;
}

.blocks-gallery-grid, .wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
}

#blog-single {
	margin-top: 60px;
}

.size-post-thumbnail {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/** Header **/

#header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, .95);
	z-index: 1000;
	border-bottom: 1px solid #f2f2f2;
}

.header--fix-padding .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}

#header #site-title {
	text-indent: -8000px;
	background-size: contain;
	width: 246px;
	height: 44px;
	position: static;
	z-index: 1;
	backgrond-size: 100% auto;
	margin: 0;
	background-repeat: no-repeat;
}

.header--light-text #site-title {
	background-image: url("_images/global/portella-logo.svg");
	background-repeat: no-repeat;
}

.scrolled #site-title, .header--dark-text #site-title {
	background-image: url('_images/global/logo-portella-reg-steel-doors-and-windows.svg');
	background-repeat: no-repeat;
}
header .small-padding {
	padding: 30px 0;
}

#site-title a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu-search a {
	display: block;
	position: absolute;
	margin-top: -18px;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
}

#submenu-holder {
	display: none;
}

#access {
	font-family: 'Lato', sans-serif;
	width: 100%;
	text-align: right;
	z-index: 5;
	width: calc(100% - 250px);
}

#access .dInline {
	display: inline-block !important;
}

#access .marginLeftDoors {
    margin-left: 18px;
}

#access ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#access ul>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 1.48%;
	padding-right: 1.48%;
	text-align: center;
}

#access ul>li.fa-search {
	width: 23px;
	padding-left: 2.5%;
	font-size: 23px;
	font-weight: 100;
	margin-top: -2px;
	margin-right: 3px;
}

#access ul>li:last-child {
	padding-right: 0px;
}

#access ul>li a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	white-space: nowrap;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
}

.open-mobile #access ul>li a {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 1em;
	white-space: nowrap;
	font-weight: 600;
	display: block;
	padding-bottom: 10px;
}

.open-mobile .menu-item:before {
	color: #4d4d4d;
}

.open-mobile  #access ul>li.fa-search {
	font-weight: bold;
}

.header--dark-text #access ul>li a,
.scrolled #access ul>li a,
.header--dark-text .menu-item:before,
.scrolled .menu-item:before {
	color: #4d4d4d;
}

#access ul>li.current-menu-item a,
#access ul>li:hover a,
#access ul>li.selected a {
	opacity: 0.65;
}

#access ul li ul.sub-menu {
	display: none;
}

#access>div>ul>li.menu-item-has-children:hover>ul.sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	z-index: -1;
	padding: 15px 0 10px;
	text-align: center;
	background: #ffffff;
	opacity: .95;
}

.header--fix-padding #access>div>ul>li.menu-item-has-children:hover>ul.sub-menu {
	/*top: 63px;*/
}

#access ul>li.menu-item-has-children.mega-mega:hover>ul.sub-menu {
	padding: 15px 30px 10px 30px;
	margin-left: 0;
	transform: translateX(-55%);
	width: auto;
	text-align: left;
	box-sizing: border-box;
}

#access ul li ul.sub-menu ul.sub-menu {
	display: block;
}

#access ul li:not(#menu-item-2091) ul.sub-menu ul.sub-menu {
	display: none;
	top: 0;
	left: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0 10px;
	text-align: center;
	background: #ffffff;
	opacity: .95;
}

#access ul li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
	display:  block !important;
}

#access ul li#menu-item-2091 ul.sub-menu ul.sub-menu {
	/*        left: 0 !important;
            margin-left: 0 !important;
            padding-bottom: 0 !important;
            position: relative !important;*/
}

#access ul li.mega-mega ul li {
}

#access ul li.mega-mega ul.sub-menu li {
	text-align: center;
	padding-right: 0;
}

#access ul li ul.sub-menu li {
	display: block;
	padding: 5px 10px;
	height: auto;
}

#access ul li.mega-mega ul.sub-menu ul.sub-menu {
	padding-top: 15px;
	border-top: 1px solid #4d4d4d;
}

#access ul li.mega-mega ul.sub-menu li {
	padding-left: 0px;
}

#access ul li ul.sub-menu li a {
	border-bottom: none;
	color: #4d4d4d;
}

#access ul li ul.sub-menu li a:hover {
	color: #778692;
}

#access ul>li.current-menu-parent a {
	color: #fff;
}

.open-mobile #access ul>li.current-menu-parent a {
	opacity: 0.7;
	color: #4d4d4d;
}
.header--dark-text #access ul>li.current-menu-parent a {
	opacity: 0.8;
	color: #4d4d4d;
}

.gform_wrapper form li, .gform_wrapper li {
	padding-left: 0 !important;
}

.scrolled #access ul>li.current-menu-parent a {
	color: #4d4d4d;
	opacity: 0.8;
}

#header-search {
	background-color: transparent;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	display: none;
	padding-top: 7px;
}

#searchform {
	width: 100%;
}
#header-search-input {
	width: 100%;
	min-width: 280px;
	padding: 10px 10px 10px 27px;
	display: block;
	border: none;
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1em;
	box-sizing: border-box;
}

#header-search-input:focus {
	outline: none;
}

#header-search-input::-moz-placeholder,
#header-search-input::-webkit-input-placeholder,
#header-search-input::-ms-input-placeholder,
#header-search-input::placeholder{
	color: #707988;
}

#header-search .search_input_bg {
	position: relative;
}

#header-search input[type=submit] {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	padding: 0;
	height: 14px;
	border: none;
	background: url("_images/global/search-icon-new.svg") no-repeat center transparent;
}

.search-close {
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url("_images/global/close-new.svg") no-repeat center transparent;
	cursor: pointer;
}

#header-search input[type=submit]:hover {
	color: #778692;
}

.mega-menu {
	background-color: rgba(255, 255, 255, .95);
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	display: none;
}

.mega-menu:hover {
	display: block;
}

.mega-menu .mega-menu-inner {
	padding: 30px 35px 0px 35px;
}

.mega-menu .mm-group {
	display: inline-block;
	width: 21%;
	margin-right: 4%;
	vertical-align: top;
	margin-bottom: 40px;
}

.mega-menu .mm-group .mm-header a {
	color: #4d4d4d;
	display: block;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

.mega-menu .mm-group .sub-items a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.full-width-image {
	height: 530px;
	position: relative;
}

.cover-holder {
	position: relative;
	background-image: none !important;
}

.cover-holder-inner-table {
	position: relative;
	width: 100%;
	height: 100%;
}

.cover {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	color: transparent;
}

.full-width-ie {
	background-size: cover;
	background-position: center;
}

.full-width-ie img {
	display: none;
}

.typical-vertical-padding {
	padding-top: 25px;
	padding-bottom: 70px;
}

.typical-vertical-padding.vertical-top-gap--one {
	padding-top: 0;
}

.typical-vertical-padding .full-width-image {
	margin-top: 45px;
}

.small-vertical-padding {
	padding-top: 25px;
	padding-bottom: 30px;
}

.category .small-vertical-padding {
	padding-top: 25px;
	padding-bottom: 0px !important;
}

.center,
.align-centered {
	text-align: center;
}

.hdr-style-one {
	font-size: 36px;
	line-height: 1.4em;
	font-family: 'Marcellus';
	font-weight: 400;
	margin: 0;

}

.blog-post-title {
	font-size: 28px;
}

.hdr-style-two {
	font-size: 24px;
	line-height: 1.4em;
	font-family: 'Marcellus';
	font-weight: 400;
	margin: 0;
}

.hdr-style-three {
	font-size: 18px;
	line-height: 1.4em;
	font-family: 'Marcellus';
	font-weight: 400;
}

.hdr-style-three.darker {
	font-weight: 600;
}

.hdr a {
	color: inherit;
}

.hdr-style-three a:hover {
	color: #263746;
}

.hdr.natural-underline {
	text-decoration: underline;
}

.light-color {
	color: #778692;
}

a.light-color:hover {
	color: #263746
}

.margin-bottom-big {
	margin-bottom: 38px;
}

.margin-bottom-medium {
	margin-bottom: 15px;
}

.margin-bottom-small {
	margin-bottom: 12px;
}

.hdr.underline {
	position: relative;
	padding-bottom: 35px;
}

.hdr.underline:after {
	content: ' ';
	width: 60px;
	height: 2px;
	background-color: #C4C4C4;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.hdr.underline:not(.center, .align-centered .hdr):after {
	left: 0;
	margin-left: 0;
}

#all .center .hdr.underline:after, #all .align-centered .hdr.underline:after {
	left: 50%;
	margin-left: -30px;
}

.underline {
	margin-bottom: 40px;
}
.title--dealer + .text-size-one {
	padding: 0 4%;
}.video-gallery--subtitle {	margin-bottom: 60px;	margin-top: 15px;}.video-gallery--list {	display: flex;	flex-wrap: wrap;	margin-left: -15px;	margin-right: -15px;	margin-top: -15px;}.video-gallery--list .video-button-play span {	margin-top: 15px;}.video-gallery--item {	width: calc(33.33% - 30px);	margin: 15px;	position: relative;	background-size: cover;	background-position: center center;	background-repeat: no-repeat;}video[poster]{	height:100%;	width:100%;	object-fit: cover;}.video-gallery--item:nth-of-type(1) {	width: calc(50% - 30px);}.video-gallery--item:nth-of-type(2) {	width: calc(50% - 30px);}
@media (min-width: 1080px) {
	.gallery--container .underline {
		margin-bottom: 55px;
	}
}

@media (min-width: 1250px) {
	.archive-portella-product {
		margin-top: 60px;
	}
}

.gallery--container .grid-item-not-masonry .cover-holder:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(
			180deg , rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	top: 0;
	left: 0;
}

.video-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 850px;
}

.video-block video {
	object-fit: cover;
}

.video-block:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(180deg , rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
	background: linear-gradient(180deg , rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	top: 0;
	left: 0;
}

.video-block--title {
	position: absolute;
	z-index: 9;
	bottom: 115px;
	color: #fff;
	left: 160px;
	max-width: 745px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.gallery--container .grid-item-not-masonry .project-name {
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 40px;
	background: none;
	bottom: 0;
	box-sizing: border-box;
	top: auto;
	position: absolute;
	z-index: 9;
}

.gallery--container .grid-item-not-masonry:hover span.project-name {
	background-color: transparent;
	color: #FFFFFF;
}

/*.archive-post .underline {*/
/*	margin-bottom: 35px;*/
/*}*/

/*.archive-post .hdr.underline {*/
/*	padding-bottom: 25px;*/
/*}*/

.hdr.underline.left:after {
	left: 0px;
	margin-left: 0px;
}

ul.callouts li {
	display: inline-block;
	width: 21%;
	vertical-align: top;
	margin: 0px 1.5% 45px 1.5%;
	min-width: 250px;
}

ul.callouts li .text-size-one {
	max-width: 200px;
	margin: 0px auto;
}

.callouts .btn {
	margin-top: 1.8em;
}

.text-size-one {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 27px;
}

.grid--3-columns-content-same .text-size-one {
	column-count: 3;
	column-gap: 50px

}
.grid--3-columns-content-same.avoid-column .text-size-one p {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}

.text-size-one.content-2-column {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-2-column .left-text-column {
	max-width: 671px;
}

.grid--3-columns-content-same .center,.grid--3-columns-content-same .align-centered {
	text-align: left;
	margin-top: 60px;
}

.content-2-column .links-list {
	width: 325px;
	margin-left: auto;
	padding: 45px 55px 40px;
	box-sizing: border-box;
}
.text-size-one h1, .text-size-one h2, .text-size-one h3 {
	margin-bottom: 1em;
	margin-top: 2em;
}
.links-list {
	list-style: none;
	background: #F2F2F2;
}



.wrapper .content-2-column .links-list li {
	font-size: 16px;
	padding-left: 0;
	line-height: 120%;
}

.content-2-column .links-list  li {
	margin-bottom: 20px;
}

.links-list li:before {
	display: none;
}

.links-list li a,
.text-size-one li {
	color: #707988;
}

.text-size-one p {
	margin-bottom: 1.1em;
	color: #707988;
}

.flex-headline-and-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex-headline-and-content .hdr {
	width: calc(50% - 60px);
	padding-right: 70px;
	box-sizing: border-box;
}

.flex-headline-and-content .text-size-one {
	width: calc(50% + 60px);
}

.btn-style-one,
.btn-style-one:visited,
.btn-style-one-no-hover {
	/*border: 1px solid #c6c6c6;*/
	/*outline: 1px solid #4d4d4d;*/
	/*font-family: 'Titillium Web', sans-serif;*/
	/*padding: 5px 10px;*/
	/*color: #4d4d4d;*/
	/*display: inline-block;*/
	/*min-width: 95px;*/
	/*text-align: center;*/
}

.btn-style-one:hover {
	background-color: #253746;
	color: #ffffff;
	border: 1px solid #253746;
}


.inch-me-down {
	margin-top: 8px;
}

.make-more-prominent {
	font-size: 1.2em;
	font-weight: 500;
}

.content-with-image .content-cell {
	width: 35%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.grid-columns--50 .content-cell {
	width: 50%;
	padding: 0;
}

.table {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.table-cell.vat {
	vertical-align: top;
}

.content-with-image .image-cell {
	height: 530px;
	width: 65%;
	padding-bottom: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.grid-columns--50 .image-cell {
	width: 50%;
}

.grid-columns--50 .image-cell .cover {
	left: auto;
	width: calc(100% - 90px);
}

.with-image--floating {
	display: flex;
	width: 100%;
}
.with-image--floating .image-cell {
	width: calc(50% - 20px);
	max-width: 714px;
	max-height: 100%;
	display: block;
	transform: translateY(-100px);
	position: absolute;
	height: auto;
}

.with-image--floating {
	background: none;
	position: relative;
}
.content-with-image .content-cell {
	width: 35%;
	padding-top: 60px;
	padding-bottom: 40px;
}

.with-image--floating .content-cell {
	width: 75%;
	display: block;
	margin-left: auto;
	background: #f2f2f2;
}

.with-image--floating .floating-title {
	max-width: 450px;
	transform: translateY(-70%);
}

@media (min-width: 801px) {
	.with-image--floating .floating-title.custom-floating {
		transform: translateY(-100%);
	}
	.with-image--floating .floating-title.custom-floating2 {
		transform: translateY(-100%);
	}
}

.with-image--floating  .text-size-one {
	margin-top: -140px;
}

.with-image--floating .image-cell .cover {
	position: static;
}

.content-with-image .image-cell.img-thirds {
	width: 32.5%;
}

.content-with-image .cover-holder.but-contain {
	height: auto !important;
	vertical-align: top;
	padding-bottom: 0px !important;
}

.content-with-image .cover-holder.but-contain .cover {
	/* object-fit: none; */
	width: 100%;
	height: auto;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
}

.image-cell.img-thirds h2 {
	font-weight: 700;
}

.image-cell.img-thirds {
	position: relative;
}

.image-cell.img-thirds .overlay {
	background-color: #263746;
	opacity: .75;
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.default-content-2-columns {
	column-count: 2;
	column-gap: 55px;
}
a.table-cell.image-cell.img-thirds:hover .overlay {
	display: block;
}

a.table-cell.image-cell.img-thirds:hover h2 {
	position: relative;
	z-index: 999;
}

.products-li {}

.tech-specs.content-with-image .content-cell {
	width: 65%;
}

.tech-specs.content-with-image .image-cell {
	width: 35%;
}

.tech-specs.content-with-image .content-cell-inner {
	max-width: 100%;
	font-size: 0;
}

.tech-specs .content-cell-inner .inline-block {
	width: 44%;
	font-size: 15px;
	margin-right: 6%;
}

.tech-specs .content-cell-inner .right.inline-block {
	width: 50%;
	margin-right: 0%;
}

.tech-specs .content-cell-inner ul {
	/*
    column-count: 2;
	-webkit-column-count: 2;
    -moz-column-count: 2;
	*/
	padding-left: 18px;
	margin-bottom: 20px;
	margin-left: 2px;
}

.tech-specs .content-cell-inner ul ul {
	margin-bottom: 0px;
	margin-top: 5px;
}

.tech-specs .content-cell-inner ul li {
	line-height: 1.4em;
	padding-bottom: 5px;
}

.tech-specs .content-cell-inner ul li span {
	position: relative;
}

ul.product-line-sub-types li {
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 12px;
}

ul.product-line-sub-types li:after {}

.fifty-fifty .table-cell {
	width: 50%;
}

.bkg-style-one {
	background-color: #F2F2F2;
}

.bkg-style-two {
	background-color:  #F2F2F2;
	color: #707988;
}

.content-with-image .content-cell-inner {
	max-width: 400px;
	margin: 0px auto;
	padding: 0px 6%;
}

.grid-columns--50 .content-cell-inner {
	max-width: 100%;
	padding: 0;
}

.with-image--floating .content-cell-inner {
	max-width: 495px;
	margin: 0px 0 0 auto;
	padding: 0px 160px 0 160px;
}

.bkg-style-three:not(.grid-columns--50) .content-cell-inner {
	padding: 0px 12% 0px 0px;
	margin: 0;
}

.home .content-with-image .content-cell-inner {
	max-width: 300px;
	padding-bottom: 30px;
}

.content-with-image.with-image--floating .content-cell-inner {
	max-width: 495px;
	margin: 0px 0 0 470px;
	padding: 0px 160px 130px 0px;
}

.align-Right .image-cell-1,
.align-Right .image-cell-1a {
	display: none;
}

.align-Left .image-cell-2,
.align-Left .image-cell-2a {
	display: none;
}

.wsp-container {
	display: inline-block;
	vertical-align: top;
	max-width: 240px;
	width: 100%;
	padding: 0px 40px 40px 40px;
	text-align: left;
}

.wsp-container h2 {
	margin-bottom: 1em;
}

#map-section {
	position: relative;
	text-align: left;

}


#map-details {
	padding: 12px;
	z-index: 1;
	position: relative;
}

#map_canvas {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 700px;
}

.map-holder-hider {
	position: relative;
}

.map-cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.map-holder-hider.show .map-cover {
	display: none;
}

#map_canvas_single {
	position: relative;
	z-index: 0;
}

.dealer-list .dl-item {
	margin-left: 40px;
	margin-right: 40px;
}

#mobile-holder {
	position: static;
	top: 20px;
	right: 0px;
	display: none;
	z-index: 500;
}

#mobile-menu {
	cursor: pointer;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#mobile-menu span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333333;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.header--light-text #mobile-menu span {
	background: #f2f2f2;
}

.scrolled .header--light-text #mobile-menu span {
	background: #333333;
}

/* Icon 3 */

#mobile-menu span:nth-child(1) {
	top: 0px;
}

#mobile-menu span:nth-child(2),
#mobile-menu span:nth-child(3) {
	top: 8px;
}

#mobile-menu span:nth-child(4) {
	top: 16px;
}

.open-mobile #mobile-menu span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.open-mobile #mobile-menu span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open-mobile #mobile-menu span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open-mobile #mobile-menu span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.open-mobile #mobile-menu span {
	background: #4d4d4d;
}

.latest-news .content-cell-inner {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 600px;
	margin: 0px auto;
}

.latest-news .excerpt {
	line-height: 1.8em;
}

.location-item address {
	font-style: normal;
	padding-right: 20px;
	min-width: 150px;
}

.location-item {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 20px;
}

.location-item .name {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 2px;
}

.right-foot {
	float: right;
	text-align: right;
	max-width: 240px;
	clear: both;
	width: 20%;
}

#contact-page .gform_wrapper {
	margin: 40px 0;
}


/* Blog Landing */

.home .archive-post-inner .entry-content {
	padding: 30px 30px 80px 30px;
}

.inline-block-container {
	font-size: 0;
}

.archive-post {
	background: #f2f2f2;
}

.archive-post-inner {
	font-size: 15px;
	padding-top: 0;
}

.archive-post:nth-child(3n+3) {
	margin-right: 0%;
}

.post-image-thumb {
	height: 250px;
	background-size: cover;
	background-position: center center;
}

.archive-post-inner .entry-content {
	padding: 30px 30px 60px 30px;
}

.archive-post-inner {
	/*position: relative;*/
}

.archive-post-inner .text-size-one {
	margin-bottom: 40px;
}

.page-navi {
	padding-bottom: 20px;
}

.page-navi span,
.page-navi a {
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	padding: 0 10px;
}

.page-navi span.current,
.page-navi a:hover {
	color: #263746;
	font-weight: 600;
}


/* Blog Single Post */

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
	top: 150px !important;
}


/* Contact Page */

.contact-section .left,
.contact-section .right {
	font-size: 15px;
}

.contact-section .left {
	width: 35%;
	margin-right: 5%;
}

.contact-section .right {
	width: 60%;
}

.contact-section .location-item {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 2em;
}

.contact-section .location-item address {
	padding-right: 0;
}

.contact-section .left .hdr-style-one {
	font-size: 30px;
	width: 100%;
}

.contact-section .directions-link {
	margin-top: 20px;
	display: block;
}

.hdr.underline .email {
	font-weight: 400;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
}

.contact-content {
	max-width: 185px;
}

.wider-left .contact-content {
	max-width: 415px;
}

.gform_wrapper {
	margin: 0 auto;
}

.gform_wrapper input {
	line-height: 30px;
	font-size: 15px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 20px;
	width: auto;
	margin: 0 16px 0 0;
	border: 1px solid #4d4d4d;
	font-family: 'Titillium Web', sans-serif;
	padding: 5px 30px;
	color: #4d4d4d;
	display: inline-block;
	background: none;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #4d4d4d;
	color: #ffffff;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.gform_wrapper input,
.gform_wrapper textarea {
	border: 1px solid #4d4d4d;
}

.gform_wrapper input[type=file] {
	border: none;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}

.grid * {
	box-sizing: border-box;
}


/* force scrollbar
html { overflow-y: scroll; }

body { font-family: sans-serif; }
 */

form.photo-filter {
	padding: 36px 0 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

span.fliter-class {
	margin-right: 30px;
}

.checkbox_wrapper {
	display: inline-block;
	vertical-align: top;
	margin-right: 46px;
	margin-bottom: 20px;
}

.checkbox_wrapper:last-child {
	margin-right: 0;
}

.checkbox_wrapper label {
	padding-left: 30px;
	display: block;
	position: relative;
}

.checkbox_wrapper input[type="checkbox"] {
	opacity: 0;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.checkbox_wrapper input[type="checkbox"]+.fake-checkbox {
	background-image: url('_images/global/checkbox.png');
	background-size: contain;
	height: 22px;
	width: 22px;
	display: inline-block;
	padding: 0 0 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

input[type="checkbox"]:checked+.fake-checkbox {
	background-image: url('_images/global/checkbox-active.png');
	background-size: contain;
	height: 22px;
	width: 22px;
	display: inline-block;
	padding: 0 0 0 0px;
}

span.label-text {
	margin-left: 30px;
}


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


/* clear fix */

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

.grid-item-not-masonry {
	width: 31%;
	margin: 0px 1% 2% 1%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.grid-item-not-masonry .cover-holder {
	height: 376px;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
	width: 50%;
}

.lo-rez {
	text-align: center;
}

.lo-rez .grid-item {
	padding-bottom: 30px;
}

.lo-rez .grid-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

#gallery-page.lo-rez {
	max-width: 800px;
	margin: 0px auto 50px auto;
}

.grid-item {
	float: left;
}

.grid-item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

span.project-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 25px 5%;
	font-family: 'Lato', sans-serif;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: left;
}

.grid-item-not-masonry:hover span.project-name {
	background-color: rgba(255, 255, 255, .8);
	color: #4d4d4d;
}

#products-left {
	width: 250px;
	vertical-align: top;
	font-family: 'Titillium Web', sans-serif;
}

#products-left>ul>li {
	padding-bottom: 5px;
}

#products-left>ul>li .checkbox_wrapper {
	margin-bottom: 10px;
}

#products-left ul ul {
	padding-left: 20px;
	display: none;
	padding-bottom: 10px;
}

#products-left ul {
	list-style: none;
}

#products-right {
	vertical-align: top;
	padding-left: 40px;
}

.sub-terms {
	font-size: .9em;
}

.sub-terms li .checkbox_wrapper {
	margin-bottom: 10px;
}

.sub-terms li.title {
	margin-bottom: 10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.archive-product-item {
	width: 20%;
	margin-right: 2%;
	position: relative;
	padding: 0px 1% 20px 1%;
	margin-bottom: 40px;
	display: none;
	vertical-align: top;
}

.show.archive-product-item {
	display: inline-block;
}

a.archive-product-item:hover {
	color: inherit;
}

.archive-product-item .featured-image {
	padding-bottom: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.product-archive-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	border: 2px solid #d6d6d6;
	display: none;
}

a.archive-product-item:hover .product-archive-overlay {
	display: block;
}

.product-archive-overlay .table {
	width: 100%;
	height: 100%;
}

.product-archive-search-form {
	width: 100%;
}

.product-archive-search-form input {
	display: block;
	padding: 5px 2%;
	width: 96%;
	margin-bottom: 40px;
}

#btn-product-filter {
	display: none;
}

.open-products-filter {
	overflow: hidden;
}

#previewDesign {
	display: none;
}

.show-design-opacity #previewDesign {
	display: block;
	opacity: .5;
}

.show-design #previewDesign {
	display: block;
}

.hide-until-load {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.loaded .hide-until-load {
	opacity: 1;
}

.product-diagram {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	max-height: 400px;
	width: auto;
}

.wysiwyg ol {
	text-align: left;
	padding-left: 20px;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.wysiwyg ol li {
	margin-bottom: .5em;
}

.wysiwyg ul {
	text-align: left;
	padding-left: 20px;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.wysiwyg ul li {
	margin-bottom: .5em;
}

.style-num {
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 168.75%;
	color: #ffffff;
}

.product-style {
	margin: 30px 0;
}

.product-button-row a {
	font-family: Lato;
	font-size: 16px;
	line-height: 19px;
}

.product .headline--container {
	bottom: 100px;
}

#product-single .product-line-intro .margin-bottom-big,
#product-single .tech-specs .margin-bottom-big {
	margin-bottom: 10px;
}

#custom-features .inner {
	max-width: 1160px;
}

#custom-features h2 {
	margin-bottom: 20px;
}

#custom-features .subtitle {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 168.75%;
	color: #4D4D4D;
	margin-bottom: 0px;
}

#custom-features .custom-title {
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	font-family: Marcellus;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #4D4D4D;
}

#custom-features li.inline-block {
	width: 31%;
	padding: 0;
	font-size: 15px;
	margin-bottom: 20px;
}

#custom-features .slick-list {
	padding: 0 !important;
	overflow: visible;
}

#custom-features ul.feature-set {
	overflow: hidden;
	margin-right: -160px;
	padding-right: 160px !important;
}

#custom-features .custom-img {
	width: 100%;
	max-width: 200px;
}

.feature-set--slider2 .slick-track {
	margin-left: 0;
}

#custom-features .custom-content {
	width: 70%;
	font-size: 15px;
}

#custom-features .custom-content .custom-content-inner {
	padding-right: 30%;
	padding-left: 10%;
}

.mimic-two-column .left {
	width: 50.4%;
}

.button-list {
	list-style: none;
	text-align: center !important;
	padding: 0px !important;
	margin: 30px auto 0px auto !important;
}

.button-list.product-category-list {
	display: flex;
	flex-wrap: wrap;
}

.button-list li {
	display: inline-block;
	padding: 0px 15px 20px 15px;
}

.small-gallery {
	text-align: left !important;
	margin-bottom: 5px !important;
	padding-left: 0px !important;
}

.small-gallery li {
	display: inline-block;
	max-width: 105px;
	margin: 5px;
	vertical-align: top;
	line-height: 1.2em;
}

.small-gallery li img {
	max-width: 100%;
	height: auto;
}

.product-cards--container {
	position: relative;
	width: calc(100% - 160px);
	height: 1495px;
	margin-top: 60px;
}

.product-types-cards--container {
	height: 1100px;
}



.card--floating {
	position: absolute;
	z-index: 3;
}


.card--floating:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.card--floating.position-main:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
}

.card--floating .hdr {
	color: #fff;
	text-align: left;
}

.card--floating__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	overflow: hidden;
}

.card--floating__content {
	color: #fff;
	position: absolute;
	z-index: 9;
	left: 60px;
	bottom: 60px;
}

.card--floating__content p {
	color: #fff;
}

.card--floating__content .btn-style-one,
.card--floating__content .btn-style-one:visited {
	color: #fff;
	border-color: #fff;
}

.card--floating.position-main {
	width: 100%;
	height: 753px;
	left: 0;
	top: 0;
	z-index: 1;
}

.card--floating.position-main .card--floating__content {
	left: 105px;
	top: 95px;
}

.card--floating .text-size-one {
	max-width: 70%;
}

.card--floating.position-top {
	width: 583px;
	height: 408px;
	right: -108px;
	top: -80px;
}

.card--floating.position-middle {
	width: 575px;
	height: 682px;
	left: 160px;
	top: 528px;
}

.card--floating.position-bottom {
	width: 634px;
	height: 668px;
	right: -160px;
	bottom: 0;
}

/* .specs-list,
.fake-two-col {
	padding-left: 22px !important;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 40px;
}

.specs-list li {
	margin-bottom: 4px;
}

.specs-list.one-column {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	column-gap: 0px;
	-moz-column-gap: 0px;
} */

#swipebox-top-bar {
	-webkit-transform: translate3d(0, 50px, 0) !important;
	transform: translate3d(0, 50px, 0) !important;
}

#swipebox-bottom-bar {
	-transform: translate3d(0, -50px, 0) !important;
	transform: translate3d(0, -50px, 0) !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 1px !important;
}


/* testimonials */

.testimonials {
	position: relative;
	margin-bottom: 260px;
	margin-top: 110px;
}

.testimonials .bx-viewport {
	overflow: visible !important;
}

#testimonial-slider {
	list-style: none;
	height: 100%;
}

#testimonial-slider li {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.testimonial {
	display: flex;
	width: 100%;
	height: 100%;
}

.testimonial-left {
	width: calc(50% - 50px);
	top: -100px;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.testimonial-right {
	width: 75%;
	height: calc(100% + 80px);
	padding: 50px 4% 80px 4%;
	padding-left: calc(25% + 100px);
	box-sizing: border-box;
	margin-left: auto;
}

.testimonial-right .quote {
	font-style: italic;
	font-family: Lato;
	line-height: 169%;
	max-width: 490px;
	padding-right: 40px;
	margin-top: -70px;
	color: #707988;
	margin-bottom: 40px;
	font-size: 16px;
}

.testimonial-right .quote span {
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	display: block;
	margin-top: 25px;
	color: #4D4D4D;
	font-family: Marcellus;
	font-size: 24px;
	margin-bottom: 32px;
}

.testimonials .bx-controls {
	position: absolute;
	bottom: 0px;
	right: calc(50% + 50px);
	z-index: 50;
	width: calc(25% - 50px);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.slider-loaded .bx-controls {
	opacity: 1;
}

.testimonials .bx-pager {
	font-family: Marcellus;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -2px;
}

.testimonials .bx-controls .bx-prev:before {
	content: "\f177";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-left: 10px;
	position: relative;
	bottom: 0;
}

.testimonials .bx-next:before {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-left: 10px;
	position: relative;
	bottom:0px;
}

.testimonials .bx-prev:before,
.testimonials .bx-next:before {
	font-size: 25px;
	line-height: 1;
}

.testimonials .bx-next,
.testimonials .bx-prev {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #253746;
	font-size: 0px;
	line-height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.testimonials .bx-next {
	right: 60px;
}

.testimonials .bx-prev {
	left: 60px;
}
/*!* footer sign up *!*/

/*.sign-up-footer {*/
/*	color: #707988;*/
/*	padding-top: 90px;*/
/*	padding-bottom: 0px;*/
/*}*/

/*.sign-up-footer--inner {*/
/*	padding-bottom: 70px;*/
/*	border-bottom: 1px solid #C4C4C4;*/
/*}*/

/*.bkg-style-three {*/
/*	background-color:  #FFF;*/
/*}*/

/*.sign-up-footer .left {*/
/*	width: 50%;*/
/*}*/

/*.signup-title {*/
/*	font-family: "Marcellus";*/
/*	font-size: 24px;*/
/*	line-height: 30px;*/
/*	font-weight: 400;*/
/*	margin-bottom: 20px;*/
/*	color: #4D4D4D;*/
/*}*/

/*.signup-description {*/
/*	font-family: Lato;*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-size: 16px;*/
/*	line-height: 168.75%;*/
/*}*/

/*.sign-up-footer .right {*/
/*	display: flex;*/
/*	justify-content: flex-end;*/
/*}*/

.flex-row {
	display: flex;
}

.ai-center {
	align-items: center;
}

.jc-center {
	justify-content: center;
}

.jc-between {
	justify-content: space-between;
}

.jc-end {
	justify-content: flex-end;
}
.sign-up-footer .right label {
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
}

/** /WORKHORSE **/


.comment-form label {
	display: block;
}

.commentlist {
	list-style: none;
	padding-left: 0 !important;
}

.commentlist li {
	margin: 7px 0 10px;
}

.commentlist li .comment-author img {
	display: none;
}

.commentlist li .comment-body,
.comment-respond {
	margin-left: 20px;
}

.commentlist li .comment-body .comment-author,
.comment-respond .comment-reply-title,
.comment-respond .comment-form .comment-notes {
	margin-left: -20px;
}

#lightbox.lightbox .lb-image {
	border: 0;
	border-radius: 0;
}

#lightbox .lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	position: absolute;
	top: -22px;
	left: calc(50% + 61px);
	transform: translateX(-50%);
}

#lightbox  .lb-data .lb-number {
	opacity: 0;
}

#lightbox {
	position: fixed;
	height: 100%;
	top: 0 !important;
	transform: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
}

#lightbox  .lb-data .lb-close {
	display: block;
	float: right;
	width: 36px;
	border-radius: 36px;
	height: 36px;
	text-align: right;
	background-position: center 7px;
	outline: none;
	border: 2px solid #fff;
	display: flex;
	box-sizing: border-box;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	background-size: 50%;
	justify-content: center;
	opacity: 1;
	align-items: center;
	transition: all 0.3s;
}
#lightbox  .lb-outerContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 0;
	background-color: white;
}

#lightbox .lb-nav a.lb-next {
	right: -57px;
	top: 50%;
	width: 32px;
	transform: translateY(-50%);
	position: absolute;
	height: 36px;
	background: url("_images/global/next.svg") no-repeat;
	opacity: 1;
	transition: all 0.3s;
}

#lightbox .lb-nav a.lb-prev {
	width: auto;
	left: -57px;
	top: 50%;
	width: 32px;
	transform: translateY(-50%);
	position: absolute;
	height: 36px;
	background: url("_images/global/prev.svg") no-repeat;
	opacity: 1;
	transition: all 0.3s;
}

#lightbox .lb-nav a.lb-prev:hover,
#lightbox .lb-nav a.lb-next:hover,
#lightbox  .lb-data .lb-close:hover {
	opacity: 0.5;
}


/** Testimonials **/

.testimonial-page-title {
	font-size: 36px;
	margin-bottom: 55px;
}

.testimonial-main {
	padding: 250px 100px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 75px;
}

.testimonial-main img.testimonial-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 200px);
	z-index: -1;
	object-fit: cover;
}

.testimonial-main .testimonial-card {
	padding: 40px 60px;
	background: #fff;
}

.testimonial-main .testimonial-quotes img {
	margin-bottom: 20px;
}

.testimonial-main .testimonial-card .testimonial-title {
	font: 400 36px/1.5 'Roboot', sans-serif;
	color: #4D4D4D;
	margin-bottom: 20px;
}

.testimonial-main .testimonial-card .testimonial-body {
	margin-bottom: 40px;
}

.testimonial-main .testimonial-card .testimonial-body p {
	font: 300 18px/1.5 'Titillium Web', sans-serif;
	color: #707988;
	margin-bottom: 20px;
}

.testimonial-main .testimonial-card .testimonial-by {
	font: bold 18px/1.5 'Titillium Web', sans-serif;
	color: #707988;
}

.testimonial-secondary {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.testimonial-secondary > div {
	width: calc(50% - 15px);
	background: #758592;
	margin-bottom: 45px;
}

.testimonial-secondary .testimonial-card {
	padding: 0 55px 60px;
	display: inline-block;
	color: #fff;
}

.testimonial-secondary .testimonial-card .testimonial-quotes img {
	margin-top: -5px;
	padding: 0 30px 30px;
	background: #fff;
	margin-bottom: 50px;
}

.testimonial-secondary .testimonial-card .testimonial-body {
	margin-bottom: 40px;
}

.testimonial-secondary .testimonial-card .testimonial-body p {
	font: 300 18px/1.5 'Titillium Web', sans-serif;
	margin-bottom: 20px;
}

.testimonial-secondary .testimonial-card .testimonial-by {
	font: bold 18px/1.5 'Titillium Web', sans-serif;
}
/*************************** Update 07.03.2020 ***************************/

.posts-slider {
	margin-top: 30px;
}
.posts-slider .slick-slider,
.posts-slider .slick-slider.slick-dotted {
	margin: 55px 0 0;
}
.blog-archive-container {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 4%;
}

.archive-post  {
	margin-bottom: 50px;
	position: relative;
}

.posts-slider .slick-track {
	display: flex;
}
.posts-slider img {
	padding: 0;
}
.posts-slider article.post {
	display: flex;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
}
.posts-slider article.post .entry-content {
	display: flex;
	flex: 1;
}
.posts-slider article.post .entry-content a {
	display: flex;
	width: 100%;
}
.posts-slider article.post .entry-content img {
	width: 100%;
	object-fit: cover;
}

.posts-slider article.post .entry-header {
	flex: 1;
	max-width: 457px;
	padding: 80px 50px;
	background: #F2F2F2;
	box-sizing: border-box;
}
.posts-slider article.post .entry-header .rltdpstsplgn_posts_title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 1.4em;
	font-family: 'Marcellus';
	font-weight: 400;
	color: #4D4D4D;
}
.posts-slider article.post .entry-header .rltdpstsplgn_posts_title:after {
	content: '';
	width: 45px;
	height: 1px;
	background-color: #4d4d4d;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.posts-slider article.post .entry-header .rltdpstsplgn_posts_title a {
	color: #4D4D4D;
}
.posts-slider article.post .entry-header p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
	color: #4D4D4D;
}
.posts-slider article.post .entry-header p a {
	color: #4D4D4D;
}
.posts-slider article.post .entry-header .more-btn {
	display: inline-block;
	margin-top: 30px;
	padding: 6px 24px;
	font-family: 'Titillium Web', sans-serif;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.posts-slider .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}
.posts-slider .slick-dots li {
	width: 60px;
	height: 10px;
	margin: 0 10px;
}
.posts-slider .slick-dots li button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	padding: 0;
	background: #F2F2F2;
}
.posts-slider .slick-dots li.slick-active button {
	background: #778692;
}
.posts-slider .slick-dots li button:before {
	display: none;
}


/***/

.contact-block-wrap {
	margin-top: 70px;
}
.contact-block {
	display: flex;
	margin: -54px 0 0 -54px;
}
.contact-block-item {
	flex: 1;
	max-width: calc(50% - 54px);
	margin: 54px 0 0 54px;
}
.contact-block .request-block {
	height: 100%;
	padding: 60px;
	background-size: cover;
	box-sizing: border-box;
}
.contact-block .request-block .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 40px 30px 30px;
	text-align: center;
	box-sizing: border-box;
}
.contact-block .request-block .wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #263746;
	opacity: 0.8;
	z-index: 1;
}
.contact-block .request-block .title {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
	line-height: 140%;
	text-transform: capitalize;
	z-index: 4;
}
.contact-block .request-block .sub-title {
	position: relative;
	max-width: 200px;
	margin: 30px auto 0;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 160%;
	z-index: 4;
}
.contact-block .request-block a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	max-width: 210px;
	line-height: 50px;
	margin-top: 40px;
	background: none;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	z-index: 4;
}
#content .contact-block .request-block a:hover {
	color: #ffffff;
	opacity: 0.7;
}

.contact-block .subscribe-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}
.contact-block .subscribe-block .title {
	max-width: none;
}
.contact-block .subscribe-block .sub-title {
	max-width: 355px;
	margin-top: 40px;
}
.contact-block .subscribe-block p {
	max-width: 355px;
}
.contact-block .subscribe-block form {
	display: flex;
	width: 100%;
	max-width: 450px;
	margin-top: 47px;
}
.contact-block .subscribe-block input {
	flex: 1;
	margin: 0;
	box-sizing: border-box;
}
.contact-block .subscribe-block button {
	flex: 1;
	max-width: calc(50% - 15px);
	margin: 0 0 0 30px;
	box-sizing: border-box;
}


/***/

.blog .request-block.wide {
	margin: 60px 0 140px;
	padding: 30px;
	background-size: cover;
}
.blog .request-block.wide .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 36px 60px;
}
.blog .request-block.wide .wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #263746;
	opacity: 0.8;
	z-index: 1;
}
.blog .request-block.wide .left-block {
	flex: 1;
	padding-right: 20px;
}
.blog .request-block.wide .right-block {
	flex: 1;
	max-width: 210px;
}
.blog .request-block.wide .title {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
	line-height: 140%;
	text-transform: capitalize;
	z-index: 4;
}
.blog .request-block.wide .sub-title {
	position: relative;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 160%;
	z-index: 4;
}
.blog .request-block.wide a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	background: none;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 4;
}
.blog #content .request-block.wide a:hover {
	color: #ffffff;
	opacity: 0.7;
}


/*** One post ***/

#blog-single.inner {
	max-width: 1200px;
}
.blog-post-wrap {
	display: flex;
	margin-top: 10px;
}
.blog-post-wrap .post-body {
	flex: 1;
}
.blog-post-wrap .sidebar {
	flex: 1;
}

/*** Post request block ***/

.post-body .request-block {
	margin-top: 55px;
	padding: 30px;
	background-size: cover;
}
.post-body .request-block .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 36px 60px;
}
.post-body .request-block .wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #263746;
	opacity: 0.8;
	z-index: 1;
}
.post-body .request-block .left-block {
	flex: 1;
	padding-right: 20px;
}
.post-body .request-block .right-block {
	flex: 1;
	max-width: 210px;
}
.post-body .request-block .title {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
	line-height: 140%;
	text-transform: capitalize;
	z-index: 4;
}
.post-body .request-block .sub-title {
	position: relative;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 160%;
	z-index: 4;
}
.post-body .request-block a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	background: none;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 4;
}
#content .post-body .request-block a:hover {
	color: #ffffff;
	opacity: 0.7;
}

/*** Sidebar ***/

.sidebar {
	flex: 1;
	max-width: 360px;
	padding: 0 0 0 40px;
}
.sidebar .section {
	margin-top: 40px;
}
.sidebar .section:first-child {
	margin-top: 0;
}

.subscribe-block {
	padding: 50px 50px 60px;
	background: #263746;
	color: #ffffff;
	text-align: center;
}
.subscribe-block .title {
	max-width: 180px;
	margin: 0 auto;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 140%;
	text-transform: capitalize;
}
.subscribe-block .sub-title {
	max-width: 355px;
	margin: 30px auto 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
}
.subscribe-block form {
	max-width: 355px;
	margin: 0 auto;
}
.subscribe-block input {
	width: 100%;
	height: 50px;
	margin-top: 30px;
	line-height: 50px;
	background: #FFFFFF;
	text-align: center;
	border: none;
	box-sizing: border-box;
}
.subscribe-block button {
	width: 100%;
	max-width: 180px;
	height: 50px;
	margin-top: 30px;
	background: none;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	line-height: 140%;
	text-transform: capitalize;
	border: 1px solid #ffffff;
}

.sidebar .posts {
	padding: 50px;
	background: #F2F2F2;
}
.sidebar .rltdpstsplgn-popular-title,
.sidebar .rltdpstsplgn-latest-title {
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1.4em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.sidebar .rltdpstsplgn-popular-title:after,
.sidebar .rltdpstsplgn-latest-title:after {
	width: 45px;
	height: 1px;
	background-color: #4d4d4d;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
}
.sidebar .rltdpstsplgn-popular-posts,
.sidebar .rltdpstsplgn-related-posts {
	margin-top: 30px;
}
#blog-single .sidebar .rltdpstsplgn-popular-posts .post,
#blog-single .sidebar .rltdpstsplgn-related-posts .post {
	margin-top: 30px;
	padding: 0;
}
.sidebar .rltdpstsplgn-popular-posts .post h3,
.sidebar .rltdpstsplgn-popular-posts .post h3 a,
.sidebar .rltdpstsplgn-related-posts .post h3,
.sidebar .rltdpstsplgn-related-posts .post h3 a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	color: #4D4D4D;
}


.sidebar .request-block {
	padding: 30px;
	background-size: cover;
}
.sidebar .request-block .wrap {
	position: relative;
	padding: 76px 30px;
	text-align: center;
}
.sidebar .request-block .wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #263746;
	opacity: 0.8;
	z-index: 1;
}
.sidebar .request-block .title {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
	line-height: 140%;
	text-transform: capitalize;
	z-index: 4;
}
.sidebar .request-block .sub-title {
	position: relative;
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 160%;
	z-index: 4;
}
.sidebar .request-block a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	max-width: 330px;
	line-height: 50px;
	margin: 40px auto 0;
	background: none;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	z-index: 4;
}
#content .sidebar .request-block a:hover {
	color: #ffffff;
	opacity: 0.7;
}


/*** Comments ****/

#comments {
	position: relative;
	margin: 40px 0 0;
	padding: 0 0 10px;
	font-size: 30px;
	line-height: 1.4em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
#comments:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 1px;
	margin-left: 0;
	background: #4D4D4D;
	content: ' ';
}
ol.commentlist,
.entry-content ol.commentlist {
	margin: 30px 0 0;
}
.commentlist li {
	margin: 10px 0 0;
	padding: 23px;
	background: #F2F2F2;
}
.commentlist li:first-child {
	margin: 0;
}
.commentlist li .comment-body {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.commentlist li .comment-body .comment-author {
	width: 50%;
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #171F4F;
}
.commentlist li .comment-body .comment-author cite {
	font-style: normal;
}
.commentlist li .comment-body .comment-meta {
	width: 50%;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-align: right;
}
.commentlist li .comment-body .comment-meta a {
	color: #171F4F;
}
.commentlist li .reply,
.commentlist li .comment-body .comment-author .says,
.commentlist li .comment-body .comment-meta .comment-edit-link {
	display: none;
}
.commentlist p {
	flex: 100%;
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 160%;
}

.comment-respond {
	margin: 50px 0 0;
}
.comment-respond .comment-reply-title {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	font-size: 30px;
	line-height: 1.4em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.comment-respond .comment-reply-title:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 1px;
	margin-left: 0;
	background: #4D4D4D;
	content: ' ';
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
}
.comment-form-comment,
.form-submit {
	flex: 100%;
	margin-left: 1em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	flex: 50%;
	max-width: calc(50% - 1em);
	margin-left: 1em;
}

.logged-in-as,
.comment-notes,
.comment-respond .comment-form .comment-notes {
	margin: 10px 0 40px 1em;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	color: #4D4D4D;
}
.comment-notes span,
.comment-notes a,
.logged-in-as a,
.logged-in-as span{
	color: #4D4D4D;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
	max-width: 100%;
	padding: 23px;
	background: #ffffff;
	border: 1px solid #263746;
	box-sizing: border-box;
}
.comment-form input {
	height: 50px;
	line-height: 50px;
	padding: 0 23px;
}
.comment-respond .submit {
	width: auto;
	height: auto;
	line-height: normal;
	padding: 5px 32px;
	background: #263746;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #263746;
}

/* new spoilers */

.spoiler-block-item:first-child {
	margin: 0;
}
.spoiler-block-item {
	margin-top: 10px;
}

.image-height--auto .image-cell{
	height: auto;
	min-height: 301px;
}
.image-height--auto .center {
	text-align: left;
}
.image-height--auto .content-cell {
	padding-top: 15px;
	padding-bottom: 30px;
}

.spoiler-block .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 9px 20px 9px 30px;
	background: #758592;;
	color: #fff;
	line-height: normal;
	overflow: hidden;
	transition: 0.5s;
	cursor: pointer;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 152.34%;
	/* or 27px */


	color: #FFFFFF;
}
.spoiler-block .head:hover{
	opacity: 0.7;
}
.spoiler-block .head span {
	white-space: nowrap;
	overflow: hidden;
}
.spoiler-block .head span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.spoiler-block .head .icon {
	padding-left: 20px;
	color: #fff;
	font-family: icomoon!important;
	font-weight: 400;
	font-style: normal;
}
.spoiler-block .body {
	margin-top: -5px;
	padding: 25px 30px 15px;
	display: none;
}
.spoiler-block-item.active .body, .tabs-body-item.active {
	display: block;
}
.spoiler-block .head .icon:before {
	content: "";
	background-image: url(_images/global/plus.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
}
.spoiler-block-item.active .head .icon:before {
	content: "";
	background-image: url(_images/global/minus.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.list-item {
	display: block;
	font-size: 14px;
	color: #707988 !important;
	padding: 9px 28px;
	transition: 0.5s;
}
.list-item:nth-child(2n+1) {
	background: #F6F8FB;
}
.list-item:hover{
	opacity: 0.7;
}
.list .icon.right {
	margin-left: 15px;
}
.icon-download:before {
	content: "";
	color: #707988;
	background-image: url(_images/global/download.svg);
	width: 18px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.spoiler-block-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 152.34%;
	/* or 37px */
	margin-bottom: 19px;
	color: #4D4D4D;
	margin-top: 60px;
}
.text-center{
	text-align: center;
}
.reg-forms{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}
form .div_text{
	margin-top: 10px!important;
	width: 100% !important;
}
form .div_text input{
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
	border: 1px solid #4d4d4d!important;
	line-height: 30px;
	font-size: 15px!important;
	color: #222;
}
#wpmem_register_form, #wpmem_login_form{

}
#wpmem_register_form label, #wpmem_login_form label{
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	display: inline-block;
	line-height: 1.3;
	clear: both;
	margin-bottom: 10px;
}
#wpmem_login .button_div, #wpmem_reg .button_div{
	width: 100% !important;
	text-align: left !important;
}
#wpmem_login .button_div .buttons, #wpmem_reg .button_div .buttons{
	font-size: 16px;
	width: auto;
	margin: 0 0px 0 0;
	border: 1px solid #4d4d4d;
	font-family: 'Titillium Web',sans-serif;
	padding: 5px 30px;
	color: #fff;
	display: block;
	background: #4d4d4d;
	transition: 0.5s;
}
#wpmem_login .button_div .buttons:hover, #wpmem_reg .button_div .buttons:hover{

	opacity: 0.7;
}
#wpmem_login label[for="rememberme"]{
	display: none;
}
#wpmem_login #rememberme{

	display: none;
}
#wpmem_login legend, #wpmem_reg legend {

	margin-bottom: 40px !important;
	width: 100% !important;
}
.tabs-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 24px;
	color: #000000;
	justify-content: center;
}
.authorize-page .tabs-head-item, .authorize-page .tabs-head .delimiter {
	font-size: 60px;
	line-height: 58px;
}
.tabs-head-item.active {
	color: #000000;
	text-decoration: none;
	border: 0;
}
.tabs-head-item {
	padding-bottom: 10px;
	color: #778692;

	font-size: 45px;
	line-height: 40px;
	text-align: left;
	text-decoration: none;

	cursor: pointer;
}
.authorize-page .tabs-head-item, .authorize-page .tabs-head .delimiter {
	font-size: 48px;
	line-height: 58px;
}
.tabs-head .delimiter {
	padding: 0 30px;
	font-size: 45px;
	line-height: 40px;
}
.tabs-body {
	width: 50%;
	margin: 100px auto;
}

.tabs-body-item.active {
	display: block;
}
.tabs-body-item {
	display: none;
}
.authorize-page{
	margin-top: 60px;
}
.wpmem_msg {
	width: calc(100% - 60px) !important;
	padding: 40px !important;
}
#regnewform #wpmem_login_form {
	display: none;
}
.plash-logout{
	width: calc(100% - 10px);
	height: 40px;
	background-color: #778692;
	padding: 5px;
}
.plash-logout-btn{
	background: transparent;
	height: 100%;
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 39px;
	float: right;
	transition: 0.5s;
}
.plash-logout-btn:hover{
	opacity: 0.7;
	color:  #fff !important;
}

/*new dealers */
.dealer-list .dl-item{
	margin-left: 0px;
	margin-right: 0px;
}
.dealer-list .dl-itemBox{
	background: #F2F2F2;
	text-align: left;
	padding: 40px;
	margin-left: 0px;
	margin-right: 0px;
	transition: 0.5s;
	cursor: pointer;
	position: relative;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
}
.dealer-list .dl-itemBox:hover{
	background: #263746;
	color: #fff;
}
.dealer-list .dl-itemBox:before{
	content: "";
	background-image: url('_images/global/dealers-search1.svg');
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top:30px;
	right: 30px;
}
.dealer-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}
.dealers-nav{
	margin-bottom: 50px;
}
.dealers-nav_item{
	display:inline-block;
	margin-left: 12px;
	margin-right: 12px;
}
.dealers-nav_link{
	border: 1px solid #4D4D4D;
	box-sizing: border-box;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	/* or 25px */
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	color: #4D4D4D;
	padding: 7px 21px;
	transition: 0.5s;
	cursor: pointer;
}
.dealers-nav_link:hover{
	background: #263746;
	color: #fff !important;
}
.dealers-nav_link.active{
	background: #263746;
	color: #fff;
}
.inline-block.dl-item .hdr-style-four{
	font-family: 'LATO';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
}
.inline-block.dl-item .address{
	margin-top:15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}
.inline-block.dl-item:hover .address{
	color: #778692;
}

.dl-item_modal{
	background-color: #fff;
	position: fixed;
	width: 80%;
	max-width: 980px;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px -5px 22px rgba(0, 0, 0, 0.25);
	padding: 60px;
	display: none;
}
.dl-item_modal.active{
	display: block;
}
.modal-overlay{
	z-index: 9;
	background: #263746;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
}
.modal-overlay.active{
	display: block;
}
.dl-item_modalGrid{
	display: grid;
	grid-template-columns: 40% calc(60% - 30px);
	grid-gap: 30px;
}
.dl-item_modalItem{
	text-align: left;
}
.dl-item_modalTitle{
	font-family: 'Lato';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 140%;
	/* or 50px */
	display: flex;
	align-items: center;
	color: #263746;
}
.dl-item_modalCity{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #778692;
	margin-top: 20px;
}
.dl-item_modalAdr{
	margin-top: 25px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	/* or 32px */
	color: #263746;
}
.dl-item_modalPhone{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	color: #263746;
}
.dl-item_modalWeb{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	/* or 32px */
	color: #778692;
}
.dl-item_modalEmail{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	/* or 32px */
	color: #778692;
}
.modal-close{
	margin-top:70px;
}
.modal-close_btn{
	background: #263746;
	width: 186px;
	height: 57px;
	display: block;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	/* or 34px */
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.5s;
}
.modal-close_btn:hover{
	opacity: 0.5;
}
.mt-70{
	margin-top: 70px;
}
.cluster img{
	width: 53x;
	height: 53px;
	color: #fff;
}
.cluster div{
	color: #fff !important;
	font-size: 16px !important;
	font-family: Titillium Web !important;
	font-style: normal !important;
	font-weight: bold ;
}
.modal-close_mobile{
	display: none;
}
.mt-0{
	margin-top:0px;
}
.page-template-newIndex{
	/*padding-top: 104px;*/
}
#header{
	background-color: unset;
	border-bottom: none;
}

#header.header--light-text {
	background-color: #000000;
}

.scrolled #header {
	background-color: rgba(255,255,255,.95);
	z-index: 1000;
	border-bottom: 1px solid #f2f2f2;
}

.scrolled #searchform,
.header--dark-text #searchform {
	border: 1px solid #E9E9E9;
}

.menu-item a {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'Lato';
}

.menu-item:before{
	color: #fff;
}
.fa-search:before {
	left: 0;
	width: 23px;
	display: inline-block;
}
.slider-top .slick-prev {
	left: unset;
	right: 80px;
	bottom: -40px;
	height: 77px;
	background-color: #fff;
	top: unset;
	max-width: 80px;
	width: 100%;
}
.slider-top .slick-next {
	right: 0;
	top: unset;
	bottom: -40px;
	height: 77px;
	max-width: 80px;
	width: 100%;
}
.slider-top .slick-arrow:before{
	color: #000;
}
.slider-top .slick-arrow:after{
	background: #fff;
	opacity: 1;
}
.slider-top .slick-list {
	padding: 0px !important;
	max-height: 727px;
}
.slider-top .slick-slide {
	padding: 0px;
	height: 727px;
	overflow: hidden;
}
.slider-top .slick-slide img {
	width: 100%;
	max-height: 727px;
	height: 100%;
	object-fit: cover;
	transition: all 11s;
}

.ready-for-animation .slider-top .slick-active img {
	transform: scale(1.2);
}

.block-position--Hero .cover {
	transition: all 11s;
}
.loaded .block-position--Hero .cover {
	transform: scale(1.2);
}

.slider-top .slick-slide:after {
	padding: 0px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
			180deg
			, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.slider-top .text-wrap {
	position: absolute;
	z-index: 9999;
	bottom: 115px;
	color: #fff;
	left: 160px;
	max-width: 685px;
}

.difference-ul {
	margin-top: 35px;
}

.difference-ul li {
	font-family: Lato, sans-serif;
	list-style: none;
	padding-left: 18px;
	position: relative;
	line-height: 27px;
}

.difference-ul li:before {
	content: '.';
	font-family: Roboto, sans-serif;
	font-size: 26px;
	color: #707988;
	position: absolute;
	left: 0;
	top: -7px;
	line-height: 1;
}

.slider-top .text-wrap a {
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	display: inline-block;
}

.slider-top .text-wrap .title {
	font-family: Marcellus;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	margin: 0;
}

.slider-top .text-wrap .title span, .video-block--title span, .block-position--Hero .full-image--title span {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.slider-top .text-wrap .title em, .video-block--title em, .block-position--Hero .full-image--title em {
	font-style: normal;
	transition: transform 1s ease-in-out;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	display: block;
}

.slider-top .slick-active .title em, .block-position--Hero .full-image--title em {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
.slider-top .title, .block-position--Hero .full-image--title {
	opacity: 0;
}

.ready-for-animation .title,
.ready-for-animation .block-position--Hero .full-image--title {
	opacity: 1;
}
.ready-for-animation .slider-top .slick-active .title em,
.loaded .video-block--title em,
.ready-for-animation .block-position--Hero .full-image--title em {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0,0,0);
	transition: transform 1s ease-in-out;
}

.ready-for-animation .slider-top .slick-active   .title .row-1 em,
.ready-for-animation .block-position--Hero .full-image--title .row-1 em {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ready-for-animation .slider-top .slick-active  .title .row-2 em,
.ready-for-animation .block-position--Hero .full-image--title .row-2 em {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.ready-for-animation .slider-top .slick-active .title .row-3 em,
.ready-for-animation .block-position--Hero .full-image--title .row-3 em{
	transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
}

.ready-for-animation .slider-top .slick-active .title .row-4 em,
.ready-for-animation .block-position--Hero .full-image--title .row-4 em{
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.ready-for-animation .slider-top .slick-active .title .row-5 em,
.ready-for-animation .block-position--Hero .full-image--title .row-5 em{
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

/* .bgc-liner{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.32) 100%);
} */
.grey-block {
	position: relative;
	max-width: calc(100% - 160px);
	width: 100%;
	height: 971px;
	background-color: #f2f2f2;
}

.grey-block.slider-position--Bottom {
	background-color: transparent;
	height: auto;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.full-video-block > div{
	position: relative;
}

.full-video-block--with-text video {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.full-video-block--with-text.vertical-bottom-gap--one {
	margin-bottom: 320px;
}

.full-video-block--with-text {
	position: relative;
}

.full-video-block--with-text .video-block--text {
	position: absolute;
	width: calc(100% - 320px);
	top: 88px;
	background: #f2f2f2;
	padding-bottom: 66px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: calc(100% + 10px);
}

.video-button-play {
	position: absolute;
	left: 50%;
	top: calc(50%);
	transform: translate3d(-50%, -50%, 0);
	z-index: 9;
	border-radius: 96px;
	max-height: 96px;
	transition: all 0.3s;
	visibility: visible;
	opacity: 1;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	color: #FFFFFF;
	align-items: center;
	justify-content: flex-start;
}
.video-button-play span {
	margin-top: 33px;
}
.video-desc {
	margin-bottom: 60px;
}

.video-button-play.playing {
	visibility: hidden;
	opacity: 0;
}
.video-button-play img {
	display: block;
}

.video-button-play:hover {
	opacity: 0.7;
}
.grey-block.slider-position--Bottom:after {
	content: "";
	width: 100%;
	height: calc(100% + 400px);
	position: absolute;
	top: 75px;
	background-color: #f2f2f2;
	z-index: -1;
}

.slider-position--Bottom .grey-text {
	margin-bottom: 120px;
}

.slider-position--Bottom .grey-text p {
	margin-bottom: 35px;
}

.grey-title {
	margin-left: 160px;
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	color: #4D4D4D;
	max-width: 480px;
}

.floating-title {
	transform: translateY(-75%);
}

.has-top-horizont-line:before {
	content: "";
	height: 2px;
	display: block;
	background-color: #c4c4c4;
	border: none;
	max-width: 59px;
	margin-bottom: 30px;
	position: static;
}

.has-top-horizont-line {
	margin-top: 40px;
}

.floating-title + .has-top-horizont-line {
	margin-top: -20px;
}

.grey-text {
	position: relative;
	left: 160px;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
	max-width: 806px;
}

.grey-carousel{
	top: 10%;
	left: 160px !important;
}

.has-post-thumbnail > img {
	width: 100%;
	margin-bottom: 40px;
}

.slider-position--Top {
	padding-top: 130px;
}

.content-lines-list {
	padding-left: 20px;
}

.content-lines-list li {
	line-height: 27px;
	font-size: 16px;
	font-family: 'Lato';
}

.slider-position--Top .grey-carousel {
	top: 0;
	margin: 0px 0 90px;
}
.contact-block-wrap-new {
	width: 100%;
	display: block;
	margin-top: 140px;
}

.contact-block-new {
	width: 100%;
	display: flex;
	align-items: center;
}

.contact-block-item-new {
	box-sizing: border-box;
}

.index-types {
	margin-top: 0;
	display: flex;
	align-items: center;
}

.contact-block-item-new:first-child {
	padding-left: 40px;
}

.contact-block-item-new:last-child {
	margin-left: auto;
	width: 55.4%;
	overflow: hidden;
}

.index-right-wrap-new {
	padding: 0px 0px 0px 58px;
	display: flex;
	justify-content: space-between;
}
.index-details .index-right-title{
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #4D4D4D;
	margin-top: 50px;
	margin-bottom: 35px;
}

.index-details .btn {
	margin-bottom: 50px;
}

.s201_slides {
	width: 100%;
}

.s201_holder > img, .s201_holder > a > img {
	width: 100%;
}

.ba-slider {
	margin-top: 100px;
}

.s201_slider>.s201_top_line:after, .s201_slider>.s201_bottom_line:after {
	width: 5px;
	background: #000000;
}

.s201_slider.s201_style_1>.s201_top_line {
	margin-bottom: -12px;
}

.s201_slider.s201_style_1>.s201_bottom_line {
	margin-top: -12px;
}

.s201_slider .s201_handle {
	border: 0;
	width: 53px;
	height: 24px;
	background: url("_images/global/handle.svg") no-repeat center;
}

.s201_slider.s201_style_1 .s201_handle {
	transform: none;
}

.s201_slider.s201_style_1 .s201_handle>.s201_left_arrow {
	display: none;
}

.s201_slider .s201_handle>.s201_right_arrow {
	display: none;
}

.s201_slider {
	width: 52px;
	height: 24px;
}

.s201_label_text {
	top: 25px;
	right: 35px;
}

.s201_label_text2 {
	transform: translateX(calc(100% + 38px));
}

.index-right-phone-new {
	margin-top: 14px;
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
}
.index-types .index-right-p {
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 239.75%;
	color: #707988;
}
.wrap-new {
	display: flex;
	flex-direction: column;
}

.wrap-new .title {
	font-family: "Marcellus";
	font-size: 24px;
	line-height: 30px;
	color: #4D4D4D;
}
.wrap-new .sub-title{
	margin-top: 14px;
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
}
.wrap-new a {
	padding: 11px 0px;
	margin-top: 26px;
	max-width: 200px;
	background-color: #253746;
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.4s;
	border: 1px solid  transparent;
	box-sizing: border-box;
}

#content .wrap-new a:hover {
	background: #ffffff;
	color: #778692;
	border: 1px solid  #778692;
}
.wrap-new a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-left: 8px;
	position: relative;
	bottom: -2px;
}
.slider-text{
	margin-top: 162px;
	position: relative;
	left: 160px;
}
.slider-text .horizont-line{
	left: unset;
	margin-top: 36px;
	margin-bottom: 36px;
}
.slider-text-title{
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	text-transform: capitalize;
	color: #4D4D4D;
}
.slider-text-about{
	font-family:"Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
	max-width: 806px;
}
.slider-projects--item {
	position: relative;
	width: 78vw;
	height: 638px;
	max-width: 100%;
}
.slider-projects--desc {
	background: #ffffff;
	max-width: 384px;
	padding: 30px;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 37px;
	color: #4D4D4D;
	position: absolute;
	left: 68px;
	bottom: 50px;
	display: none;
}
.slick-active .slider-projects--desc {
	display: block;
}
.slider-projects .slick-slide:not(.slick-active):after {
	content: "";
	position: absolute;
	width: calc(100% - 36px);
	height: 100%;
	top: 0;
	left: 18px;
	background: rgba(0,0,0,0.4);
	cursor: pointer;
}

.slider-projects  .slick-prev, .slider-projects  .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	bottom: 60px;
	height: auto;
	background: none;
	/* left: 50%; */
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	width: calc(11vw - 8px - 36px);
	max-width: none;
	text-align: center;
	transition: all 0.3s;
}

.slider-projects  .slick-prev:hover, .slider-projects  .slick-next:hover {
	opacity: 0.8;
}

.slider-projects  .slick-prev:after, .slider-projects  .slick-next:after {
	display: none;
}
.slider-projects  .slick-next {
	right: 0;
	transform: translate(0,0);
}
.slider-projects  .slick-prev {
	left: 0;
	transform: translate(0,0);
}
.slider-projects--item > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slider-projects--desc a {
	font-size: 18px;
	font-family: Roboto;
	color: #4D4D4D;
	line-height: 21px;
	margin-top: 28px;
	display: flex;
	align-items: center;
	transition: all 0.4s;
}

.slider-projects--desc a:hover {
	opacity: 0.75;
}

.slider-projects--desc a i {
	margin-left: 13px;
	font-size: 24px;
}
.slider-home-padding{
	margin-top: 100px;
}
.visit-block {
	display: flex;
	justify-content: center;
}
.visit-block .wrapper {
	width: 100%;
	background-color: #F2F2F2;
	padding: 65px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper.inner-container {
	width: 100%;
	padding-left: 160px;
	box-sizing: border-box;
	padding-right: 160px;
}

.visit-block .wrapper .title{
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #4D4D4D;
	margin: 0;
}
.visit-block .wrapper .color-gray{
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	text-align: center;
	color: #707988;
}

.btn-style-one {
	border: 1px solid #253746;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #253746;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-style-one:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}
.product-button-row a:last-child:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}

#content .product-button-row a:last-child:hover {
	color: #fff;
	opacity: 60%;
}

.btn-style-one.btn-style-one--dark,
.btn-style-one.btn-style-one--dark:visited {
	background: #253746;
	color: #ffffff;
	border-color: transparent;
}

.btn-style-one.btn-style-one--dark:hover {
	background: #ffffff;
	color: #778692;
	border: 1px solid #778692;
}

.classic-box {
	display: flex;
	margin-top: 160px;
	justify-content: center;
}
.perfomance,
.floating-content {
	width: 100%;
	position: relative;
}

.perfomance-img,
.floating-content--img {
	position: relative;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	height: 600px;
}
.perfomance-about,
.floating-content--description {
	position: relative;
	margin-top: -16%;
	z-index: 9;
	width: 66.66%;
	background-color: #f2f2f2;
	padding: 55px 68px 90px 87px;
	box-sizing: border-box;
	z-index: 11;
}

.perfomance-about img,
.floating-content--description img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.content-only-text {
	padding: 70px 70px 70px 90px;
}

.perfomance-title,
.floating-content--title {
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	color: #4D4D4D;
}
.perfomance-about .horizont-line{
	left: unset;
	margin-top: 36px;
	margin-bottom: 36px;
}
.perfomance-text,
.floating-content--text {
	font-family: "Lato";
	font-size: 16px;
	font-weight: 400;
	line-height: 168.75%;
	color: #707988;
}
.perfomance-liner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.53%, rgba(0, 0, 0, 0.68) 88.31%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.floating-content--img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.53%, rgba(0, 0, 0, 0.68) 88.31%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}

.img-gallery-container {
	margin-top: 130px;
}

.has-gray-bg-rect {
	position: relative;
}

.has-gray-bg-rect:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 78.5%;
	height: 100%;
	top: 195px;
	background: #F2F2F2;
	z-index: -1;
}

.img-gallery-container.has-gray-bg-rect:after {
	margin-top: 195px;
	margin-bottom: 400px;
	height: calc(100% - 595px);
	top: 0;
}

.difference-right .text {
	max-width: 344px;
}

.product .has-gray-bg-rect:after {
	content: "";
	top: 90px;
	width: calc(100% - 400px);
}

.img-gallery {
	display: flex;
	justify-content: space-between;
	max-height: 700px;
	height: 700px;
}

.img-gallery-left {
	width: 100%;
	flex-shrink: 1;
	margin-right: 30px;
	height: 100%;
	overflow: hidden;
}

.img-gallery-left img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
	max-height: 700px;
}

.img-gallery-right {
	width: calc(50% - 36px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.img-gallery-right div:first-child {
	height: calc(60% - 15px);
}

.img-gallery-right div:last-child {
	height: calc(40% - 15px);
}

.img-gallery-right div {
	overflow: hidden;
}

.img-gallery-right div img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.grey-box-right {
	position: relative;
	left: 311px;
	width: 100%;
	height: 1223px;
	background-color: #f2f2f2;
}
.grey-right-text{
	width: 100%;
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}
.grey-right-text .title{
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	color: #4D4D4D;
	width: calc(33.3% - 25px);
}

.grey-right-text .text {
	font-family: "Lato";
	font-weight: 400;
	line-height: 168.75%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	width: calc(66.6% - 25px);
	color: #707988;
	column-count: 2;
	column-gap: 57px;
}
.img-gallery-container--with-content .grey-right-text .text {
	column-count: 3;
	width: 100%;
}
.img-gallery-container--with-content {
	margin-bottom: 250px;
}
.img-gallery-container--with-content.has-gray-bg-rect:after {
	content: "";
	height: calc(100% - 95px);
}

.lightbox-gallery--subtitle {
	margin-bottom: 55px;
}

.lightbox-gallery--list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 11px;
	row-gap: 27px;
}
.lightbox-gallery--list a {
	position: relative;
}

.lightbox-gallery--list.lightbox-gallery--list_style-1 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

.lightbox-gallery--list.lightbox-gallery--list_style-1 a {
	position: relative;
	/*padding: 15px 30px;*/
	/*border: 1px solid #f5f5f5;*/
	/* background: #f5f5f5; */
}

.lightbox-gallery--list.lightbox-gallery--list_style-1 a img{
	/*object-fit: contain;*/
}

.processes {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.process-item {
	border-top: 2px solid #C4C4C4;
	border-bottom: 2px solid #C4C4C4;
	padding: 15px 0;
	width: calc(33.3% - 40px);
}

.process-item--title {
	font-family: Marcellus;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #4D4D4D;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.process-item--title:after {
	content: "";
	width: 21px;
	height: 24px;
	position: absolute;
	right: 0;
	transform: rotate(180deg);
	top: calc(50% - 12px);
	background: url("_images/global/gray-arrow.svg") center no-repeat;
}

.open .process-item--title:after {
	transform: rotate(0);
}

.process-item--list {
	margin: 23px 0 7px;
	background: linear-gradient(to top, #949293, #363032);
	display: block;
}

/*.process-item--list.open {*/
/*  height: auto;*/
/*  overflow: visible;*/
/*}*/

.process-item--list div {
	border-bottom: 10px solid #fff;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	height: 40px;
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 1;
	display: flex;
	align-items: center;
}
.process-item--list div:last-child {
	border-bottom: 0;
}

.paint-finishes--list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 107px;
	row-gap: 70px;
	margin-top: 35px;
}

.paint-finishes--list div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 200px;
}

.paint-finishes--list div p {
	font-family: Marcellus;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #4D4D4D;
	margin: 20px 0 0;
}

.lightbox-gallery--list a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("_images/global/zoom.svg") no-repeat center rgba(0,0,0,0.4);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.lightbox-gallery--list a:hover:after {
	content:"";
	visibility: visible;
	opacity: 1;
}
.lightbox-gallery--list a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.difference {
	width: 100%;
	display: flex;
	margin-top: 230px;
}
.difference-left {
	width: 100%;
	flex-shrink: 1;
	margin-right: 30px;
}

.difference-left .img-container {
	max-width: calc(100% - 60px);
	width: 100%;
	overflow: hidden;
	max-height: 720px;
}

.difference-left img {
	width: 100%;
	display: block;
}

.difference-right {
	width: calc(50% - 36px);
}

.difference-right .title{
	font-family: "Marcellus";
	font-weight: 400;
	line-height: 45px;
	color: #4D4D4D;
}
.difference-right .horizont-line{
	margin-top: 36px;
	margin-bottom: 36px;
}
.text{
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
}

.blog-slider-container {
	margin-top: 140px;
	margin-bottom: 200px;
}

.blog-slider-container .has-top-horizont-line:before {
	margin-bottom: 47px;
}

.blog-slider{
	flex-direction: column;
	width: 100%;
}
.blog-slider .title{
	font-family: "Marcellus";
	font-weight: 400;
	line-height: 45px;
	color: #4D4D4D;

}
.blog-slider .horizont-line {
	margin-top: 36px;
	margin-bottom: 36px;
	left: 0px;
}

.blog-slider-slides {
	display: flex;
	justify-content: space-between;
}

.blog-slider-slides .image {
	width: calc(33.3% - 30px);
	height: 376px;
	display: flex;
	align-items: flex-end;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-slider-slides .image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.71) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	top: 0;
	left: 0;
}

.blog-slider-slides .image .title {
	font-family: "Marcellus";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 40px 40px 10px;
	position: relative;
	z-index: 2;
}

.blog-slider-slides .image .title a {
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#content .blog-slider-slides .image .title a:hover {
	color: #FFFFFF;
}

.img--full-width {
	width: 100%;
	display: block;
}

.clients-us {
	margin: 150px 0;
}
.row-logotypes span {
	margin: 0 45px;
}

.row-logotypes span img {
	width: 100%;
}

.custom-features--headline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

/* .page-template-homepagenew {
    padding-top: 125px;
}
.page-template-homepagenew #header {
	border: 0;
}
.page-template-homepagenew .small-padding {
	padding: 42px 0 41px;
}
.page-template-homepagenew #access {
    top: 54px;
} */

body {
	overflow-x: hidden;
}

.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-120 {
	margin-top: 120px;
}
.mt-160 {
	margin-top: 160px;
}

.max-800 {
	max-width: 800px;
}
.pt-30 {
	padding-top: 30px;
}
.content-block {
	padding-left: 160px;
	padding-right: 160px;
}
.press-right {
	padding-left: 160px;
	box-sizing: border-box;
}


h1 {
	font-size: 44px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}

.full-width-image {
	height: 635px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}

.full-width-image:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.32) 100%);*/
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.full-width-image.block-position--Content {
	margin-top: 0;
	height: auto;
	position: relative;
	padding: 0 160px;
}

.full-width-image.block-position--Content:after {
	display: none;
}

.image-container {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.image-container:after {
	content: '';
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.32) 100%);*/
	position: absolute;
	top: 0;
	left: 0;
}

.full-width-image.block-position--Content .cover {
	position: static;
	height: auto;
	display: block;
}

.headline--container {
	position: absolute;
	bottom: 75px;
	z-index: 9;
}

.full-image--title {
	font-family: Marcellus, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	max-width: 671px;
	margin: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.full-image--title + a {
	margin-top: 34px;
}

.image-height--narrow {
	max-height: 400px;
}

.wysiwyg ul {
	padding: 0;
}
.wysiwyg ul:not(.button-list, .product-line-sub-types, .small-gallery) li {
	position: relative;
	padding-left: 23px;
	list-style: none;
}
.wysiwyg ul:not(.button-list, .product-line-sub-types, .gform_fields, .small-gallery) li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 4px;
	width: 4px;
	height: 4px;
	background: #4d4d4d;
	border-radius: 50%;
}
.wysiwyg .product-line-sub-types {
	margin-top: 30px;
}
.wysiwyg ul.color-gray li:before {
	background: #707988;
}

.vertical-top-gap--one {
	margin-top: 120px;
}

.vertical-top-gap--two {
	margin-top: 110px;
}

.vertical-bottom-gap--one {
	margin-bottom: 120px;
}

.vertical-bottom-gap--two {
	margin-bottom: 110px;
}

.vertical-top-gap--three {
	margin-top: 210px;
}

.vertical-bottom-gap--three {
	margin-bottom: 210px;
}

.vertical-top-gap--four {
	margin-top: 100px;
}

.vertical-bottom-gap--four {
	margin-bottom: 100px;
}

.color-gray {
	color: #707988;
}

.product-desc-row {
	position: relative;
}

.product-diagram--container {
	background: #F2F2F2;
	padding: 60px 110px 30px;
	width: calc(50% - 60px);
	margin-left: auto;
	box-sizing: border-box;
	transform: translateY(-130px);
	position: absolute;
	right: 0;
}

.product-diagram--container a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 168.75%;
	color: #707988;
	margin-top: 20px;
}

.product-diagram--container a i {
	margin-right: 10px;
	font-size: 19px;
}

.product-desc-row .text-size-one {
	width: calc(50% - 60px);
	margin-right: 60px;
	padding: 60px 0 90px;
}

.product-details-row {
	margin-bottom: 110px;
}

.product-details-row .left-image {
	width: calc(50% - 60px);
	overflow: hidden;
}

.product-details-row .left-image img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.product-details-row .right-list-content {
	width: calc(50% - 220px);
	padding-right: 160px;
	margin-left: auto;
}

.right-list-content .products-li {
	padding-left: 20px;
}

.btn-style-one,
.btn-style-one:visited,
.btn-style-one-no-hover {
	min-width: 96px;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 18px;
	outline: none;
	display: inline-block;
}

.archive-post-inner .btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.product-button-row {
	margin-top: 30px;
}

.product-button-row .btn {
	margin-right: 35px;
}

.product-button-row a {
	color: #ffffff;
}

.btn-style-one.btn-style-one--light {
	color: #fff;
	border-color: #ffff;
}

.btn-style-one.btn-style-one--light:hover {
	background: #253746;
	border-color: #253746;
}

.underline-title {
	position: relative;
	padding-bottom: 25px;
}
.underline-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #C4C4C4;
}
.underline-title.left:after {
	left: 0;
	margin: 0;
}

.slider-center {
	overflow: hidden;
}
.slider-center img {
	height: 635px;
	min-width: 700px;
	margin: 0 auto;
	object-fit: cover;
}
.slick-slide {
	position: relative;
	padding: 0 18px;
}

.slider-center .text-wrap {
	position: absolute;
	bottom: 50px;
	left: 68px;
	max-width: 385px;
	padding: 30px;
	background: #fff;
	color: #4D4D4D;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.3s;
}
.slick-slide.slick-center .text-wrap {
	opacity: 1;
}

.slider-center .text-wrap .title {
	margin-bottom: 30px;
	font-weight: normal;
	line-height: normal;
}
.slider-center .text-wrap a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #4D4D4D;
}
.slider-center .text-wrap i {
	margin-left: 12px;
	font-size: 22px;
}
.slider-center .text-wrap i:before {
	color: #4D4D4D;
}

.slick-arrow {
	width: 10%;
	height: 100%;
	max-width: 123px;
	font-family: "Font Awesome 5 Pro";
	z-index: 9;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow:before {
	position: relative;
	font-size: 32px;
	font-weight: 200;
	color: #fff;
	opacity: 1;
	z-index: 9;
}
.slick-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 5;
}
.slick-next:before {
	content: "\f061";
}
.slick-prev:before {
	content: "\f060";
}


.carousel {
	margin-left: -20px;
	margin-right: -20px;
	cursor: grab;

}
.carousel .carousel-item {
	display: inline-block;
	padding: 0 20px;
	width: 20%;
}
@media(max-width: 1925px) and (min-width: 1910px) {
	.carousel .carousel-item {
		width: 25%;
	}
}
.carousel-left{
	left:160px;
	transition:0.5s;
	width: calc(100vw - 160px + 40px);
}


.carousel .image {
	margin-bottom: 34px;
}

.content-and-slider .carousel .image {
	max-height: 558px;
	height: 558px;
	display: block;
	overflow: hidden;
}

.content-and-slider .carousel .image a {
	height: 100%;
}

.content-and-slider .carousel .image a img {
	height: 100%;
	width :100%;
	object-fit: cover;
}
.carousel a {
	display: flex;
	align-items: baseline;
	font-family: 'Marcellus';
	font-size: 24px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 1.3;
}

.custom-select select {
	padding: 5px 4px;
	line-height: 30px;
	font-size: 15px !important;
	height: 42px;
}
#callouts {
	padding-top: 60px;
}
.carousel a i {
	margin-left: 10px;
	line-height: 15px;
	position: relative;
	bottom: -2px;
}


/*** News block ***/

.news-block {
	display: flex;
	margin-left: -35px;
	margin-right: -35px;
	padding-bottom: 140px;
}
.news-block-item {
	flex: 1;
	padding: 0 35px;
}
.news-block-item .image {
	background-size: cover;
	padding-bottom: 70%;
	margin-bottom: 50px;
}
.news-block-item .title {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: normal;
	color: #4D4D4D;
}
.news-block-item p {
	margin-bottom: 40px;
	color: #707988;
	font-size: 16px;
	line-height: 27px;
}


footer .social-icons a {
	font-family: FontAwesome;
	font-weight: normal;
}

#access ul li:not(#menu-item-2091) ul.sub-menu ul.sub-menu {
	display: none;
	top: 0;
	left: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0 10px;
	text-align: center;
	background: #ffffff;
	opacity: .95;
}

#access ul li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
	display:  block !important;
}


.bg-light-gray{
	background-color: #f2f2f2;
}


.bg-light-gray50{
	width: 100%;
	background-color: #f2f2f2;
	padding: 50px;
}
.max-80{
	max-width: 80%;
	margin: 0 auto;
}
.index-right-wrap{
	text-align: center;
	padding: 60px;
}
.index-right-title{
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #4D4D4D;
}
.index-right-p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 240%;
	color: #4D4D4D;
}

.index-right-phone{
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	color: #4D4D4D;
}
.pt-20{
	padding-top: 20px;
}
.pt-25{
	padding-top: 25px;
}
.press-center {
	text-align: center;
}
.margin-center{
	text-align: center;
	margin: 0 auto;
}
.d-flex{
	display: flex;
}
.wm100{
	width: 100%;
	max-width: 100%;
}
.padding210{
	padding-left: 210px;
	padding-right: 160px;
	justify-content: center;
}
.padding160{
	padding-left: 160px;
	padding-right: 160px;

}
h1, h2, h3 {
	font-family: 'Marcellus';
	/*margin-bottom: 1em;*/
	/*margin-top: 2em;*/
	font-weight: normal;
	line-height: normal;
	color: #4D4D4D;
}

.slide-cell {
	width: 100%;
	height: 700px;
}

.bg-contain-cell{
	width: 100%;
	height: 700px;
	background-position: center center;
	background-size: cover;
}
.slide-cell-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.slide-cell-box{
	background: #263746;
	opacity: 0.8;
	width: 520px;
	padding: 60px 80px;
	text-align: center;
}
.slide-cell-title{
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 44px;
	line-height: 140%;
	color: #FFFFFF;
}
.slide-cell-text{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.slide-cell-link a{
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
}
.slide-cell-link a:hover{
	color: #FFFFFF !important;
	opacity: 0.8;
}
.button-group{
	margin-top: -90px;
	position: relative;
	text-align: center;
}
.button-group .button{
	font-family: Titillium Web;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px;
	opacity: 0.5;
	margin-left: 15px;
	margin-right: 15px;
}
.button-group .button.active{
	opacity: 1;
}

.technical-information {
	width: 34%;
}

.technical-information .hdr {
	max-width: 300px;
	margin-bottom: 40px;
}

.files-list li, .download-link {
	list-style: none;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 168.75%;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.files-list li a, .download-link {
	color: #707988;
}

.files-list a i, .download-link i {
	margin-right: 10px;
	font-size: 19px;
	display: inline-block;
}


.warranty-block {
	width: 66%;
}

.warranty-block .hdr {
	margin-bottom: 40px;
}

.warranty-block .text-size-one {
	column-count: 2;
	column-gap: 60px;
}

/* media queries */

/* footer sign up */

.sign-up-footer {
	text-align: center;
	color: #fff;
	padding-top: 50px;
}

.bkg-style-three.sign-up-footer {
	background-color: #758592;
}

.bkg-style-three {
	background-color: #fff;
}

.sign-up-footer .left {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	line-height: 1.2em;
	padding: 10px 25px;
}

.sign-up-footer .right {
	width: 90%;
	max-width: 655px;
	padding: 12px 5px;
}

.sign-up-footer .right label {
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
}

.sign-up-footer .right input[type=email] {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 455px;
	border: 0px;
	background-color: #fff;
	height: 46px;
	color: #444444;
	display: inline-block;
}

.sign-up-footer .right input[type=submit] {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	height: 48px;
	padding: 0px 20px;
}

.sign-up-footer .right input[type=submit]:hover {
	background-color: #fff;
	color: #4d4d4d;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sign-up-footer .right input[type=email]::-webkit-input-placeholder {
	color: #444444;
}

.sign-up-footer .right input[type=email]::-moz-placeholder {
	color: #444444;
}

.sign-up-footer .right input[type=email]:-ms-input-placeholder {
	color: #444444;
}

.sign-up-footer .right input[type=email]:-moz-placeholder {
	color: #444444;
}

#fixed-footer {
	background-color: #fbb03b;
	color: #fff;
	padding: 1% 0px;
	position: fixed;
	bottom: -120px;
	left: 0px;
	width: 100%;
	font-size: 28px;
	line-height: 1.2em;
	font-style: italic;
	font-weight: 100;
	font-family: 'Titillium Web', sans-serif;
	transition: bottom .5s ease-in-out
}

.scrolled #fixed-footer {
	bottom: 0px;
}

#fixed-footer strong {
	font-style: normal;
}

.btn-footer {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 12px;
	border: 2px solid #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	margin-left: 20px;
	transform: translateY(-4px);
}

.btn-footer {
	font-style: normal;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.btn-footer:hover {
	background-color: #fff;
	color: #fbb03b;
}

@media (max-width: 1100px) {
	.btn-footer {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(-0px);
		transform: translateY(-0px);
		padding: 8px 10px;
	}
	#fixed-footer {
		font-size: 25px;
	}
	#footer .col1 {
		width: 100%;
		max-width: 400px;
		margin: 0px auto;
		float: none;
		text-align: center;
	}
	.grey-block.slider-position--Bottom:after {
		height: calc(100% + 400px);
	}
}

footer .copyright,
footer .right-foot .small-text {
	font-size: 13px;
}

div#right-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer .copyright {
	width: 50%;
}

#footer-logo {
	width: 223px;
	height: 42px
}

#footer-logo-2 {
	width: 116px;
	height: 42px;
}

div#right-2 {
	margin-top: -85px;
}

#footer-access {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 20px;
}

#footer-access ul li {
	display: inline-block;
	padding: 0 25px 20px;
}

#footer-access ul li a {
	color: #fff;
	font-weight: 400;
}

#footer-access ul li a:hover {
	color: #778692;
}

#footer .col1 {
	width: 30%;
	float: left;
}

#footer .col2 {
	width: 50%;
	float: left;
}

#access-privacy {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 20px;
}

#access-privacy ul li {
	display: inline-block;
}

#access-privacy ul li a {
	color: #fff;
	font-weight: 400;
}

#access-privacy ul li a:hover {
	color: #778692;
}

#access-privacy ul li:after {
	content: "|";
	padding: 0 6px 0 8px;
}

#access-privacy ul li:last-child:after {
	content: "";
	padding: 0 0 0 8px;
}

ul.social-icons {
	text-align: center;
	padding-bottom: 30px;
}

ul.social-icons li a {
	font-size: 20px;
	color: #fff;
	margin: 0 8px;
}

ul.social-icons li a:hover {
	color: #778692;
}

footer .copyright {
	font-size: 14px;
	max-width: 230px;
}

footer .copyright div {
	margin-top: 20px;
}
footer.bkg-style-two {
	background-color: #263746;
	color: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
}

.locations-nav p {
	text-align: center;
	color: #758592;
	margin-bottom: 0;
}

.locations-nav p span {
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 240%;
	text-align: center;
	text-transform: capitalize;
	color: #758592;
}
.locations-nav {
	margin-top: 30px;
}
.locations-nav ul {
	padding: 0;
	list-style: none;
	margin: 10px auto 30px;
	text-align: center;
	max-width: 500px;
}

.locations-nav li {
	margin: 0 13px 13px;
	border-bottom: 1px solid #37526980;
	display: inline-block;
}
.locations-nav li a {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #758592;
}
#footer {
	transition: all 0.3s;
}
#footer-access ul li a {
	border-bottom: 1px solid #37526980;
	padding-bottom: 4px;
}
ul.social-icons li a {
	font-size: 20px;
	color: #758592;
}

#access-privacy ul li a,
#access-privacy ul li:after {
	color: #758592;
}

.locations-nav li a:hover,
#access-privacy ul li a:hover,
ul.social-icons li a:hover,
.locations-nav li:hover,
#access-privacy ul li:hover,
ul.social-icons li:hover {
	color: #fff;
	border-color: #fff;
}

@media (min-width: 1100px) {
	#footer .inner{
		display: flex;
		flex-wrap: wrap;
	}
	.right-foot {
		float: right;
		text-align: right;
		max-width: 224px;
		clear: both;
		width: 20%;
		order: 3;
	}

	#footer .col2 {
		width: auto;
		padding: 0px;
		float: left;
	}

	#footer .col1 {
		width: 30%;
		max-width: 230px;
		float: left;
	}

	#footer .col2 {
		width: auto;
		padding: 0px;
		padding: 0 40px;
		box-sizing: border-box;
		flex-basis: calc(100% - 500px);
	}

	#access-privacy {
		margin-bottom: 4px;
	}

	footer .copyright {
		font-size: 14px;
		max-width: 230px;
		order: 5;
		width: 70%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#footer-access ul li {
		display: inline-block;
		padding: 0;
		margin: 0 12px 12px;
	}
}
@media(max-width:1100px) {
	#map_canvas {
		height: 600px;
	}
	#footer .col1 {
		width: 100%;
		max-width: 400px;
		margin: 0px auto;
		float: none;
	}
	#footer .col2 {
		width: 100%;
	}
	#footer .right-foot {
		float: none;
		width: auto;
		position: relative;
		max-width: none;
	}
	#footer .right-foot a {
		margin: 0px auto 20px auto;
		display: block;
		width: 80%;
		height: auto;
		max-width: 200px;
	}
	#footer .right-foot img {
		width: 100%;
		height: auto;
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
	}
	#footer-access ul li {
		padding: 0 15px 10px;
	}

	.locations-nav li {
		margin: 0 13px 23px;
	}
}

@media (max-width: 1921px) {
	link + .vertical-top-gap--one,
	link + .extra-padding .vertical-top-gap--one,
	script + .vertical-top-gap--one,
	#content .vertical-top-gap--one:first-child {
		margin-top: 60px;
	}
	.plash-logout {
		margin-top: 60px;
	}
	.page-template-page-specs #content>.inner:first-child {
		margin-top: 60px;
	}
}
@media (min-width: 1680px) {
	.product-cards--container {
		width: calc(100% - 325px);
	}
	.grey-block {
		height: 1071px;
		height: 1000px;
		margin-bottom: 112px;
	}

	/*.content-with-image .image-cell {*/
	/*    width: 52%;*/
	/*}*/
	/*.product-line-intro.content-with-image .image-cell {*/
	/*    width: 65%;*/
	/*}*/
}

@media (min-width: 1600px) {
	.blog-slider-slides .image {
		width: calc(33.3% - 34px);
		height: calc(((100vw - 320px - 80px) / 3) * 1.1);
		max-height: 535px;
	}

	.grid-item-not-masonry .cover-holder {
		height: calc(((100vw - 320px - 80px) / 3) * 1.1);
		max-height: 535px;
	}
}

@media (min-width: 769px) {
	.posts-slider article.post .entry-content img {
		height: 670px;
	}
}

@media (max-width:1910px ) {
	/*.img-gallery-container.has-gray-bg-rect:after {*/
	/*	height: calc(79% - 197px);*/
	/*}*/
}
@media (max-width:1600px ) {
	.content-and-slider .carousel .image {
		max-height: 558px;
		height: 376px;
		display: block;
		overflow: hidden;
	}

	.video-block-title {
		font-size: 24px;
		padding: 0 30px;
		text-slign: center;
	}
}

@media(max-width:1400px) {
	.index-details .index-right-title {
		font-size: 21px;
	}
	.full-width-image {
		height: auto !important;
		padding-bottom: 40%;
	}
	.image-height--narrow {
		height: 400px !important;
		padding-bottom: 0;
	}
	.image-cell {
		padding-bottom: 30%;
		height: auto;
	}
	.content-with-image.with-image--floating .content-cell-inner {
		max-width: 495px;
		margin: 0px 0 0 40%;
		padding: 0px 80px 130px 0px;
	}

	.slider-top .slick-slide, .video-block {
		height: 650px;
	}

	.content-2-column .left-text-column {
		max-width: calc(100% - 380px);
	}
	.testimonial-left {
		width: calc(50% + 100px);
	}

	.testimonial-right {
		padding-left: calc(25% + 150px);
	}
	.testimonials .bx-controls {
		right: calc(50% + 25px);
		width: 25%;
	}
	.warranty-block {
		padding-left: 60px;
		box-sizing: border-box;
	}

}

@media(max-width:1350px) {
	.warranty-block .text-size-one {
		column-count: 1;
	}
	.product-cards--container {
		position: static;
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: auto;
		margin-left: 160px;
		margin-right: 160px;
	}
	.product-cards--container .card--floating {
		position: static;
		width: calc(50% - 15px);
		margin-bottom: 30px;
		height: 400px;
	}
	.product-types-cards--container .position-middle {
		width: 100%;
	}
	.card--floating.position-main .card--floating__content {
		left: 60px;
		top: auto;
	}
	#custom-features + .wrapper {
		margin: 0 !important;
	}
}
@media(max-width:1328px) {
	.blog-archive-container {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px;
	}
	.archive-post:last-child {
		grid-column: 1 / span 2;
	}
}
@media(max-width:1315px) {
	.tech-specs .content-cell-inner ul {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.full-video-block--with-text.vertical-bottom-gap--one {
		margin-bottom: 280px;
	}
}
@media(max-width:1300px) {
	.content-with-image .image-cell {
		height: 430px;
	}
	.archive-product-item {
		width: 28%;
	}
	.product-desc-row .text-size-one {
		padding: 0;
	}
}
@media (max-width: 1200px) {	.video-gallery--item {		width: 100% !important;	}	.video-gallery--subtitle {			 margin-bottom: 30px;	}
	.process-item--list div {
		height: auto;
		padding: 5px 20px 7px;
	}
	.paint-finishes--list {
		column-gap: 50px;
		row-gap: 50px;
	}
	.process-item--title {
		padding-right: 40px;
	}
	.img-gallery-container.has-gray-bg-rect:after {
		height: 78%;
	}
	.product .headline--container {
		bottom: 40px;
	}
	.product .full-image--title {
		font-size: 28px;
		line-height: 36px;
	}
	.slider-top .slick-slide, .video-block {
		height: 560px;
	}
	.slider-top .text-wrap .title {
		font-size: 36px;
		line-height: 46px;
	}

	.testimonial-left {
		max-height: 500px;
		height: 500px;
		width: 40%;
	}
	.testimonial-right {
		padding-left: 20%;
		height: 100%;
		padding-bottom: 0;
	}
	.testimonial {
		display: block;
	}
	.testimonials .bx-controls {
		bottom: 60px;
	}

	.testimonials {
		margin-bottom: 0;
	}

	.slider-top .text-wrap , .video-block--title{
		bottom: 65px;
	}

	.wrapper.inner-container,
	.full-width-image.block-position--Content {
		padding-left: 80px;
		padding-right: 80px;
	}
	.full-video-block--with-text .video-block--text {
		width: calc(100% - 160px);
	}
	.product-cards--container {
		margin-left: 80px;
		margin-right: 80px;
	}

	.slider-top .text-wrap, .video-block--title {
		left: 80px;
	}

	.grey-block {
		max-width: calc(100% - 80px);
	}

	.grey-title {
		margin-left: 80px;
	}

	.grey-text {
		left: 80px;
	}

	.slider-text {
		left: 80px;
		max-width: calc(100% - 160px);
	}

	.slider-text-about {
		max-width: 100%;
	}

	.carousel-left {
		width: calc(100vw - 80px + 40px);
	}

	.grey-carousel {
		left: 80px !important;
	}

	.grey-right-text {
		flex-direction: column;
	}

	.perfomance-img, .floating-content--img {
		height: auto;
	}

	.grey-right-text .title {
		width: 100%;
		margin-bottom: 40px;
	}

	.grey-right-text .text {
		column-count: auto;
		width: 100%;
	}

	.img-gallery {
		flex-direction: column;
		max-height: none;
		height: auto;
		align-items: flex-start;
	}

	.img-gallery-left img {
		height: auto;
	}

	.img-gallery-right {
		flex-direction: row;
		margin-top: 30px;
		width: 100%;
	}

	.img-gallery .img-gallery-right div {
		height: auto;
		width: calc(50% - 15px);
	}

	.img-gallery-container {
		margin-top: 0px;
	}
	.img-gallery-container--with-content {
		margin-bottom: 0px;
	}
	#access ul>li {
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media (max-width: 1100px) {

	.product-diagram--container {
		padding: 60px 90px 30px;
		width: 40%;
		transform: translateY(-70px);
	}
	.product-details-row .right-list-content {
		width: calc(50% - 80px);
		padding-right: 80px;
	}
	.flex-row-mobile-column {
		flex-direction: column;
	}
	.technical-information {
		width: 100%;
	}
	.warranty-block {
		padding-left: 0;
		width: 100%;
		margin-top: 60px;
	}
	.product .full-width-image {
		height: auto !important;
		padding-bottom: 45%;
	}
	.btn-footer {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(-0px);
		transform: translateY(-0px);
		padding: 8px 10px;
	}
	#fixed-footer {
		font-size: 25px;
	}
	#footer .col1 {
		width: 100%;
		max-width: 400px;
		margin: 0px auto;
		float: none;
		text-align: center;
	}

	#map_canvas {
		height: 600px;
	}
	#footer .col1 {
		width: 100%;
		max-width: 400px;
		margin: 0px auto;
		float: none;
	}
	#footer .col2 {
		width: 100%;
		margin-right: 0;
	}

	#footer .col3 {
		width: 100%;
	}

	ul.social-icons li {
		margin-bottom: 10px;
	}

	#footer .right-foot {
		float: none;
		width: auto;
		position: relative;
		max-width: none;
	}
	#footer .right-foot a {
		margin: 0px auto 20px auto;
		display: block;
		width: 80%;
		height: auto;
		max-width: 200px;
	}
	#footer .right-foot img {
		width: 100%;
		height: auto;
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
	}
	#footer .right-foot#right-1 img {
		max-width: 200px;
	}
	#footer .right-foot#right-1 {
		padding-top: 0;
	}
	#footer .right-foot {
		text-align: center;
		padding-top: 30px;
	}
	footer .copyright {
		width: 50%;
		margin: 30px auto 0;
		text-align: center;
	}
	footer.bkg-style-two {
		background-color: #263746;
		color: #fff;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#footer-access ul li {
		margin: 0px 0 10px;
	}
	.location-item address {
		padding-bottom: 10px;
	}
	.location-item>span {
		display: inline-block;
		margin-bottom: 10px;
	}
	#access-privacy ul li {
		padding-bottom: 10px;
	}
	.tech-specs .content-cell-inner ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
	.tech-specs .content-cell-inner .left.inline-block,
	.tech-specs .content-cell-inner .right.inline-block {
		width: 100%;
	}
	.tech-specs .content-cell-inner .left.inline-block {
		margin-bottom: 40px;
	}
	.lightbox-gallery--list.lightbox-gallery--list_style-1 {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr 1fr;
	}
}
@media(max-width:1230px) {
	#access ul>li.current-menu-parent a {
		border-bottom: 0px;
	}
	#submenu-holder {
		position: fixed;
		left: 100%;
		top: 0px;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		display: table;
		z-index: 10;
		text-align: center;
	}

	.content-with-image.with-image--floating .content-cell-inner {
		max-width: calc(100% - 450px);
		margin: 0px 0 0 350px;
		padding: 0px 0px 50px 0px;
	}

	#submenu-holder .back {
		margin-bottom: 10px;
		cursor: pointer;
		font-size: 0;
		display: inline-block;
		width: 60px;
		height: 20px;
		background: url("_images/global/right-arrow.svg") no-repeat center;
		background-size: contain;
		transform: rotate(180deg);
		opacity: 70%;
	}
	#submenu-holder ul {
		list-style: none;
	}
	#submenu-holder ul li {
		font-size: 14px;
	}
	#submenu-holder ul li a {
		padding: 6px 0px;
		display: block;
		font-weight: bold;
	}
	#submenu-holder #submenu-content ul li.main a[href='#'] {
		display: none;
	}
	#submenu-holder ul li ul li a {
		font-weight: normal;
	}
	.show-sub.open-mobile #submenu-holder {
		left: 0%;
	}
	.open-mobile #access ul>li {
		margin-bottom: 12px;
	}
	#access,
	#submenu-holder {
		-moz-transition: left .5s ease, opacity .25s ease;
		-o-transition: left .5s ease, opacity .25s ease;
		-ms-transition: left .5s ease, opacity .25s ease;
		-webkit-transition: left .5s ease, opacity .25s ease;
		transition: left .5s ease, opacity .25s ease;
	}
	#access ul>li {
		padding-left: 1%;
		padding-right: 1%;
	}
	#access ul>li.fa-search {
		margin: 0px auto;
		padding-left: 0px;
	}
	#access ul li ul.sub-menu {
		display: none !important;
	}
	#access ul>li.current-menu-item a,
	#access ul>li:hover a,
	#access ul>li.selected a {
		border-bottom: none;
	}
	#access {
		position: fixed;
		left: 0%;
		top: -100%;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		display: table;
		opacity: 0;
		visibility: hidden;
	}
	#access .menu-main-menu-container {
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
	#access ul,
	#access ul>li {
		display: block;
	}
	#access ul>li {
		padding: 4px;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		border-bottom: none;
		height: auto;
	}
	.show-sub.open-mobile #access {
		left: -100%;
	}
	.open-mobile #access {
		left: 0%;
		opacity: 1;
		z-index: 2;
		top: 0px;
		visibility: visible;
	}
	.mobile-search-btn {
		display: block;
		font-weight: 600;
		font-size: 20px;
		margin-left: auto;
		margin-right: 20px;
		cursor: pointer;
		width: 20px;
		height: 20px;
		background: url("_images/global/search-btn.svg") no-repeat center;
		filter: invert(0) sepia(0) saturate(0) hue-rotate(
				0deg
		) brightness(10);
	}
	.header--dark-text .mobile-search-btn,
	.scrolled .mobile-search-btn {
		filter: none;
	}
	.mobile-search-btn.active {
		opacity: 0.4;
	}
	.menu-search {
		display: none !important;
	}
	#mobile-holder {
		display: block;
	}
	.small-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header .small-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	body {
		padding-top: 62px;
	}
	.slider-top {
		margin-top: -62px;
	}
	.typical-vertical-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.margin-bottom-big {
		margin-bottom: 25px;
	}
	#custom-features li.inline-block {
		width: 31%;
	}
	#custom-features li.inline-block .text-size-one {
		line-height: 1.4em;
	}
	.content-with-image .table,
	.content-with-image .table-cell,
	.tech-specs.content-with-image .image-cell,
	.tech-specs.content-with-image .content-cell,
	.content-with-image .image-cell.img-thirds {
		display: block;
		width: 100%;
	}
	.block-position--Hero + .product-line-intro {
		padding: 80px;
		box-sizing: border-box;
	}
	.inner-container .content-with-image .content-cell-inner {
		max-width: 100%;
	}
	.inner-container .bkg-style-three:not(.grid-columns--50) .content-cell-inner {
		margin-top: 30px;
	}
	.image-cell {
		position: relative;
	}
	.image-cell-1,
	.image-cell-1a {
		display: block !important;
	}
	.image-cell-2,
	.image-cell-2a {
		display: none !important;
	}
	.table-cell.image-cell.image-cell-1.img-thirds,
	.table-cell.image-cell.image-cell-1a.img-thirds {
		padding: 25% 0;
	}
	.contact-block-new {
		align-items: center;
		flex-direction: column;
	}
	.contact-block-item-new:last-child {
		margin-left: 0;
		width: 100%;
	}
	.request-block-new .wrap-new {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.contact-block-item-new:first-child {
		padding-left: 0;
		margin-bottom: 60px;
	}
	.wrap-new .sub-title {
		text-align: center;
	}

	.wrap-new a {
		width: 100%;
	}

	.hdr-style-one,
	.grey-right-text .title {
		font-size: 28px;
		line-height: 36px;
	}
	.with-image--floating .image-cell {
		width: 300px;
		height: 280px;
	}

	.with-image--floating .text-size-one {
		margin-top: -90px;
	}

	.grid-columns--50 .image-cell .cover {
		left: auto;
		width: 100%;
	}

	.grid-columns--50 .content-cell {
		margin-top: 80px;
	}
}
@media(max-width:1025px) {
	.contact-block {
		display: flex;
		margin: -20px 0 0 -20px;
	}
	.contact-block-item {
		max-width: calc(50% - 20px);
		margin: 20px 0 0 20px;
	}
	.contact-block .request-block {
		padding: 30px;
	}

	.blog .request-block.wide {
		margin-bottom: 40px;
	}

	/*** One post ***/

	.blog .request-block.wide,
	.post-body .request-block {
		margin-top: 30px;
		padding: 20px;
	}
	.blog .request-block.wide .wrap,
	.post-body .request-block .wrap {
		padding: 30px 20px;
	}

	.sidebar {
		padding: 0 0 0 20px;
	}

	.slick-arrow {
		width: 5%;
	}
	.slick-arrow:before {
		font-size: 20px;
	}
	.padding210{
		padding-left: 40px;
		padding-right: 40px;
		justify-content: center;
	}
	.padding160{
		padding-left: 40px;
		padding-right: 40px;

	}
}

@media (max-width: 992px) {

	.product-cards--container .card--floating {
		width: 100%;
		transform: matrix(1, 0, 0, 1, 0, 0) !important;
	}
	.flex-headline-and-content {
		flex-wrap: wrap;
	}
	.flex-headline-and-content .hdr {
		width: 100%;
		margin-bottom: 60px;
	}

	.flex-headline-and-content .text-size-one {
		width: 100%;
	}

	.row-logotypes span {
		margin: 0 0 45px;
		width: 50%;
		text-align: left;
	}

	.row-logotypes span img {
		width: auto;
		max-width: 90%;
	}
	.row-logotypes {
		flex-wrap: wrap;
	}
	.grey-text {
		max-width: calc(100% - 140px);
	}
	.padding210{
		padding-left: 20px;
		padding-right: 20px;
		justify-content: center;
		margin: 0px 0 0 0px;
	}
	.padding160{
		padding-left: 20px;
		padding-right: 20px;

	}
	.mt-m-0 {
		margin-top: 0 !important;
	}
	.mt-m-10 {
		margin-top: 10px !important;
	}
	.mt-m-20 {
		margin-top: 20px !important;
	}
	.mt-m-30 {
		margin-top: 30px !important;
	}
	.mt-m-40 {
		margin-top: 40px !important;
	}
	.mt-m-50 {
		margin-top: 50px !important;
	}
	.mt-m-60 {
		margin-top: 60px !important;
	}
	.mt-m-70 {
		margin-top: 70px !important;
	}

	.content-block {
		padding-left: 4%;
		padding-right: 4%;
	}
	.press-right {
		padding-left: 4%;
	}
	.press-left {
		padding-right: 4%;
	}
	.carousel-left{
		left: 4%;
	}
	h1 {
		font-size: 35px;
		line-height: 50px;
	}
	h2 {
		font-size: 30px;
	}
	.slider-projects .slick-slide:not(.slick-active):after {
		width: calc(100% - 20px);
		left: 10px;
	}
	.slider-projects--item {
		width: 70vw;
	}

	.slider-projects .slick-prev, .slider-projects .slick-next {
		width: calc(15vw - 8px - 20px);
	}

	.slick-slide {
		padding: 0 10px;
	}
	.slider-center img {
		height: 435px;
		min-width: 504px;
	}
	.slider-center .text-wrap, .video-block--title {
		bottom: 20px;
		left: 28px;
		padding: 20px;
	}
	.slider-center .text-wrap .title {
		font-size: 20px;
	}


	.carousel {
		margin-left: -10px;
		margin-right: -10px;
	}
	.carousel .carousel-item {
		padding: 0 15px;
		width:50%;
	}
	.carousel .image {
		margin-bottom: 10px;
	}
	.carousel a {
		font-size: 20px;
	}


	.news-block {
		margin-left: -15px;
		margin-right: -15px;
	}
	.news-block-item {
		padding: 0 15px;
	}
	.difference-left {
		width: 50%;
		margin-bottom: 100px;
	}
	.difference-left .img-container {
		max-width: calc(100% - 30px);
	}
	.sign-up-footer .right input[type=email] {
		min-width: 220px;
	}
	.sign-up-footer .right button[type=submit] {
		min-width: 120px;
		width: 120px;
	}

	.dealer-list {
		grid-template-columns: 1fr 1fr;
	}
	.dl-item_modal{
		padding: 40px;
	}
	.dl-item_modalTitle {
		font-size: 27px;
		line-height: 36px;
	}
	.dl-item_modalCity {
		font-size: 20px;
		line-height: 24px;
		margin-top: 10px;
	}
	.dl-item_modalAdr {
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.dl-item_modalPhone {
		font-size: 16px;
		line-height: 24px;
	}
	.modal-close {
		margin-top: 50px;
	}

	.testimonial-main {
		padding: 200px 50px 0;
	}

	.testimonial-main .testimonial-card {
		padding: 40px;
	}

	.testimonial-secondary .testimonial-card {
		padding: 0 35px 35px;
	}

	.blog-slider-slides .image {
		width: 100%;
		margin-bottom: 40px;
	}

	.blog-slider-slides {
		flex-wrap: wrap;
	}

	.text-size-one.content-2-column {
		flex-wrap: wrap;
	}
	.content-2-column .left-text-column {
		max-width: 100%;
		margin-bottom: 60px;
		text-align: center;
	}
	.grid--3-columns-content-same .text-size-one {
		column-count: 2;
	}
	.content-2-column .links-list {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.testimonial-left {
		height: 300px;
		width: 30%;
	}
	.testimonial-right {
		padding-left: 30%;
		width: 90%;
		height: 100%;
		padding-bottom: 0;
	}
	.testimonial {
		display: block;
	}
	.testimonials .bx-controls {
		top: 230px;
		height: 30px;
		width: 140px;
		right: auto;
		left: 10%;
		margin-left: 10px;
	}
	.testimonials .bx-prev {
		left: 0;
	}
	.testimonials .bx-next {
		right: 0px;
	}

	.product-style {
		margin: 20px 0;
	}

	.style-num {
		font-size: 18px;
	}

	.product-diagram--container {
		width: 50%;
	}
	.product-details-row .left-image {
		width: 30%;
	}
	.product-details-row .right-list-content {
		width: calc(60% - 80px);
	}

	.product .has-gray-bg-rect:after {
		width: calc(100% - 200px);
	}
	.product .full-width-image {
		padding-bottom: 53%;
	}

	.grid-item-not-masonry {
		width: 47%;
	}
	.archive-product-item {
		margin-bottom: 0px;
	}
	.archive-portella-product .table {
		display: block;
	}
	a.archive-product-item:hover .product-archive-overlay {
		display: none;
	}
	.archive-portella-product {
		margin-top: 30px;
	}
	.filter {
		overflow: visible;
		position: fixed;
		top: 142px;
		left: -250px;
		background-color: #f2f2f2;
		height: calc(100vh - 58px);
		z-index: 5;
		padding: 0px;
		width: 250px;
		-webkit-transition: left .5s ease;
		-moz-transition: left .5s ease;
		-o-transition: left .5s ease;
		-ms-transition: left .5s ease;
		transition: left .5s ease;
	}
	#products-left {
		padding-top: 0px;
	}
	.open-products-filter .filter {
		left: 0px;
	}
	.filter .filter-inner {
		padding: 40px 20px 80px 20px;
	;
		position: relative;
		height: calc(100% - 120px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.checkbox_wrapper {
		display: block;
	}
	.photo-filter {
		max-width: 220px;
		width: 100%;
	}
	form.photo-filter {
		padding-top: 0px;
	}
	#products-right {
		display: block;
		padding-left: 4%;
	}
	#btn-product-filter {
		display: block;
		position: absolute;
		cursor: pointer;
		top: 0;
		right: -51px;
		font-size: 20px;
		line-height: 20px;
		z-index: 1000;
		padding-right: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	#btn-product-filter span {
		display: block;
		padding: 8px;
	}
	span.fliter-class {
		font-size: 16px;
		margin-bottom: 15px;
		display: block;
	}
	.full-image--title {
		font-family: Marcellus, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 28px;
		line-height: 36px;
	}
	.block-position--Content .headline--container {
		max-width: 81%;
	}
	.processes {
		flex-wrap: wrap;
	}
	.process-item {
		width: 100%;
	}
	.process-item--list {
		display: none;
	}
	.process-item:not(.process-item:last-child) {
		border-bottom: 0px;
	}
}

@media(max-width:800px) {
	.default-content-2-columns {
		column-count: 1;
	}
	.img-gallery-container--with-content .grey-right-text .text {
		column-count: 1;
	}
	.filter {
		top: 122px;
	}
	.product-desc-row {
		flex-direction: column-reverse;
	}
	.product-desc-row .text-size-one {
		width: 100%;
		margin: 0px;
	}
	.vertical-top-gap--three {
		margin-top: 80px;
	}
	.vertical-bottom-gap--three {
		margin-bottom: 80px;
	}
	.lightbox-gallery--list {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.product-diagram--container {
		padding: 60px 90px 30px;
		width: 100%;
		transform: translateY(0px);
		margin-bottom: 60px;
		position: static;
	}
	.product-details-row {
		flex-direction: column;
	}
	.product-details-row .left-image {
		width: 100%;
		margin-bottom: 120px;
	}
	.product-details-row {
		margin-bottom: 120px;
	}
	.product-details-row .right-list-content {
		width: 80%;
	}
	#custom-features .custom-title {
		margin-top: 15px;
		font-size: 18px;
		line-height: 24px;
	}
	#custom-features li.inline-block {
		padding: 10px;
		box-sizing: border-box;
	}
	#custom-features .slick-list {
		margin-left: -10px;
	}
	#custom-features .custom-content .custom-content-inner {
		padding-right: 10%;
		padding-left: 10%;
	}
	.latest-news.table {
		display: block;
	}
	.fifty-fifty .image-cell {
		height: auto;
		padding-bottom: 50%;
		width: 100%;
	}
	.cover-holder-inner-table {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.content-with-image .image-cell,
	.tech-specs.content-with-image .image-cell {
		padding-bottom: 50%;
		height: auto;
	}
	.inner-container .content-with-image .image-cell {
		padding-bottom: 0;
		height: 430px;
	}
	.inner-container .content-with-image .content-cell {
		padding-top: 0;
		padding-bottom: 0;
	}
	.typical-vertical-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.margin-bottom-big {
		margin-bottom: 25px;
	}
	.single-product .image-cell-1 {}
	.fifty-fifty .table-cell {
		width: 100%;
		display: block;
	}
	#map_canvas {
		height: 400px;
	}

	.with-image--floating .image-cell {
		width: 100%;
		height: 360px;
		max-width: 100%;
		position: static;
		transform: none;
		margin: 0;
		padding: 0;
	}
	.with-image--floating {
		display: block;
	}
	.content-with-image.with-image--floating .content-cell-inner {
		max-width: 100%;
		margin: 0;
		padding: 0px 30px 50px 30px;
	}
	.with-image--floating .floating-title {
		transform: translateY(0);
	}
	.vertical-top-gap-mobile--three {
		margin-top: 120px;
	}
	.content-with-image.with-image--floating .text-size-one {
		margin-top: 0;
	}
	.blog-archive-container {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 40px;
	}
	.archive-post:last-child {
		grid-column: 1 / span 1;
	}
}
@media(max-width:769px) {
	.lightbox-gallery--list.lightbox-gallery--list_style-1 {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}
	.paint-finishes--list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.vertical-top-gap--one.slider-projects {
		margin-top: 60px;
	}
	.loaded .block-position--Hero .cover {
		transform: scale(1);
	}
	.slider-top .text-wrap .title em, .block-position--Hero .full-image--title em {
		transition:  none !important;
		-webkit-transform:  none !important;
		transform:  none !important;
	}

	.slider-top .slick-active .title em, .block-position--Hero .full-image--title em {
		-webkit-transform: none !important;
		transform:  none !important;
	}
	.slider-top .title, .block-position--Hero .full-image--title {
		opacity: 1 !important;
	}


	#blog-single {
		margin-top: 30px;
	}
	.grid--3-columns-content-same .text-size-one {
		column-count: 1;
		column-gap: 0;
	}
	.image-height--narrow {
		height: 330px !important;
	}
	.testimonials.vertical-top-gap--three {
		margin-top: 120px;
	}
	.contact-block-wrap-new {
		margin-top: 120px;
	}
	.blog-slider-container {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.difference {
		flex-wrap: wrap;
	}
	.difference-left {
		width: 100%;
		margin-right: 0;
	}
	.difference-right {
		width: 100%;
	}
	.img-gallery-container.has-gray-bg-rect:after {
		display: none;
	}
	.clients-us {
		margin: 100px 0 60px;
	}
	.floating-content--img {
		margin-left: -30px;
	}
	.perfomance-about, .floating-content--description {
		width: 100%;
	}
	.difference {
		margin-top: 160px;
	}
	.sign-up-footer--inner {
		flex-wrap: wrap;
	}
	.sign-up-footer .left,
	.sign-up-footer .right {
		width: 100%;
		text-align: center;
	}
	.sign-up-footer .left {
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.sign-up-footer .right {
		justify-content: center;
	}
	.perfomance-about, .floating-content--description {
		width: 80%;
	}
	.slider-top .text-wrap .title, .video-block--title {
		font-size: 24px;
		line-height: 36px;
	}
	.slider-top .text-wrap, .video-block--title {
		max-width: 62%;
	}
	.slider-top .slick-slide, .video-block {
		height: 420px;
	}
	#header #site-title {
		width: 164px;
		height: 29px;
		background-size: contain;
	}
	.scrolled header .small-padding {
		padding: 20px 0;
	}
	.header--fix-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.slider-top .slick-prev {
		bottom: -25px;
		height: 50px;
		max-width: 60px;
		right: 60px;
	}
	.slider-top .slick-next {
		bottom: -25px;
		height: 50px;
		max-width: 60px;
	}
	.posts-slider {
		margin-top: 0;
	}
	.posts-slider .slick-slider,
	.posts-slider .slick-slider.slick-dotted {
		margin: 30px 0 0;
	}
	.posts-slider article.post {
		flex-direction: column;
	}
	.posts-slider .slick-dots {
		margin-top: 20px;
	}
	.posts-slider article.post .entry-header {
		max-width: none;
	}

	.contact-block-wrap {
		margin-top: 30px;
	}
	.contact-block {
		flex-direction: column;
		margin: 0;
	}
	.contact-block-item {
		max-width: 100%;
		margin: 20px 0 0;
	}
	.contact-block-item:first-child {
		margin-top: 0;
	}


	/*** One post ***/

	.blog-post-wrap {
		flex-direction: column;
	}

	.sidebar {
		max-width: none;
		padding: 0;
	}
	.sidebar .section {
		margin-top: 30px;
	}

	.dealers-nav_item {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		text-align: center;
	}
	.dealers-nav {
		margin-bottom: 0;
		text-align: center;
	}
	.dl-item_modal{
		padding: 20px;
	}

	.full-video-block--with-text .video-block--text {
		width: 100%;
		left: 0;
	}
	video-block-title {
		font-size: 24px;
		padding: 0 40px;
		text-align: center;
	}
	.archive-post {
		width: 100%;
	}
	.full-video-block--with-text video {
		width: 100%;
	}
	.archive-post .equalheight {
		height: auto !important;
	}
	.archive-post-inner .btn {
		bottom: 20px;
	}
	.specs-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.mimic-two-column .left {
		width: 100%;
	}
	footer .copyright {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.footer-copy-links {
		margin-left: 0;
	}
	.copyright .nowrap {
		margin: 10px 0 15px;
		display: inline-block;
	}

	.testimonial-left {
		height: 360px;
		width: 100%;
		left: 0;
		top: 0;
	}
	.slider-projects .vertical-top-gap--one {
		margin-top: 60px;
	}
	.testimonials .bx-viewport {
		overflow: hidden !important;
	}
	.testimonial-left img {
	}

	.testimonials {

	}

	#testimonial-slider {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.testimonial-right {
		padding-left: 30px;
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		padding-top: 480px;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	.testimonials .bx-controls {
		top: auto;
		bottom: 30px;
		height: 30px;
		width: 140px;
		right: auto;
		left: 50%;
		margin-left: -70px;
	}

	.testimonials .bx-controls {
		top: 391px;
	}
	.testimonial-right--inner * {
		text-align: center;
	}

	.testimonial-right--inner .hdr.underline:not(.center, .align-centered .hdr):after {
		left: 50%;
		margin-left: -30px;
	}
	.testimonial-right .quote {
		padding-right: 0;
	}

	.testimonial-right {
		text-align: center;
	}
	.testimonial-right {
		padding-top: 510px;
	}

	.testimonials .bx-controls .bx-next:before,
	.testimonials .bx-controls .bx-prev:before {
		margin: 0;
	}

	.testimonial-right .quote {
		max-width: 100%;
	}
	.testimonial-right .hdr.underline {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.testimonial-right .quote {
		margin-top: -40px;
	}
	.testimonial-right .quote span {
		white-space: pre-wrap;
	}

	.slider-projects--desc {
		max-width: calc(100% - 100px);
		width: 100%;
		box-sizing: border-box;
		left: 50%;
		transform: translateX(-50%);
		padding: 15px;
	}
	.slider-projects--desc .title{
		display:none;
	}

	.slick-active .slider-projects--desc {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s;
		width: auto;
		padding: 15px 30px;
	}

	.slider-projects--desc a{
		margin-top: 0px;
	}

	.custom-features--headline {
		flex-wrap: wrap;
	}

	.custom-features--headline div {
		width: 100%;
	}

	#custom-features .custom-features--headline .subtitle{
		margin-bottom: 30px;
	}

}
.posts-slider article.post .entry-header h3 + .more-btn {
	margin-top: 0;
}
.lb-data .lb-details {
	display: none;
}
@media(max-width:651px) {
	.lightbox-gallery--list.lightbox-gallery--list_style-1 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr 1fr;
	}
	.posts-slider article.post .entry-header .rltdpstsplgn_posts_title {
		font-size: 24px;
	}
	[data-pin-log="button_pinit_sticky"] {
		height: 16px !important;
		width: 16px !important;
		background-size: 16px 16px !important;
	}
	.product .has-gray-bg-rect:after {
		display: none;
	}
	.contact-section .left .hdr.hdr-style-one, .contact-section .right .hdr.hdr-style-one {
		font-size: 24px;
	}
	.sign-up-footer .left {
		font-size: 28px;
	}
	#contact-page .gform_wrapper {
		margin: 16px 0;
	}
	.sign-up-footer .right input[type=email] {
		height: 38px;
	}
	.sign-up-footer .right input[type=submit] {
		height: 40px;
	}
	.sign-up-footer .right button[type=submit] {
		height: 38px;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 5px;
	}
	.contact-section .left,
	.contact-section .right {
		width: 100%;
		margin: 0 auto;
		margin: 0 auto 40px;
	}
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type=submit] {
		margin: 0 auto;
	}
	.contact-content {
		max-width: none;
	}
	body {
		padding-top: 58px;
	}
	.slider-top {
		margin-top: -58px;
	}
	.hdr-style-one {
		font-size: 24px;
	}
	.hdr-style-two {
		font-size: 24px;
	}
	.text-size-one {
		font-size: 14px;
	}
	.margin-bottom-medium {
		margin-bottom: 1em;
	}
	.grid-item {
		width: 100%;
	}

	.grid-item-not-masonry {
		width: 100%;
		margin: 0;
	}
	.grey-right-text .title {
		font-size: 24px;
	}
	.row-logotypes span {
		text-align: center;
	}
	.slider-position--Top.grey-block {
		height: auto;
	}
	.product .full-width-image {
		padding-bottom: 0;
		height: 450px !important;
	}
	.product-style {
		margin: 10px 0 50px;
	}
	.product .full-image--title {
		font-size: 20px;
		line-height: 30px;
	}
	.style-num {
		font-size: 16px;
	}
	.product-button-row {
		margin-top: 15px;
		align-items: flex-start;
	}
	.product-button-row {
		flex-direction: column;
	}
	.product-button-row .btn {
		margin: 0 0 20px;
	}
	.product-details-row .right-list-content {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.filter {
		top: 117px;
	}
	.s201_overlay_img > img,
	.s201_overlay_img > a > img {
		height: 100%;
		object-fit: cover;
	}
	.s201_slides .s201_holder.s201_slide_active {
		height: 400px;
	}
	.hdr.underline {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.hdr.underline.title--dealer {
		margin-bottom: 30px;
	}
	.page-template-page-dealers .typical-vertical-padding.vertical-top-gap--one {
		padding-bottom: 15px;
	}
	.perfomance-about, .floating-content--description {
		padding: 30px 30px 40px 40px;
	}
	.vertical-top-gap--one {
		margin-top: 60px;
	}

	.vertical-top-gap--one.inline-block-container {
		margin-top: 30px;
	}
	.page-template-page-contact .vertical-top-gap--one.inline-block-container {
		margin-top: 60px;
	}

	.vertical-top-gap--two {
		margin-top: 50px;
	}

	.vertical-bottom-gap--one {
		margin-bottom: 60px;
	}

	.vertical-bottom-gap--two {
		margin-bottom: 30px;
	}

	.vertical-top-gap--three {
		margin-top: 60px;
	}

	.vertical-top-gap-mobile--three {
		margin-top: 60px;
	}

	.vertical-bottom-gap--three {
		margin-bottom: 60px;
	}

	.vertical-top-gap--four {
		margin-top: 40px;
	}

	.vertical-bottom-gap--four {
		margin-bottom: 40px;
	}

	.grey-block.slider-position--Bottom {
		margin-bottom: 60px;
	}

	.grey-block.slider-position--Bottom {
		padding-bottom: 0;
	}

	.slider-text {
		margin-top: 120px;
	}

	.ba-slider {
		margin-top: 40px;
	}

	.tabs-body {
		width: 80% !important;
	}
	.authorize-page .tabs-head-item, .authorize-page .tabs-head .delimiter {
		font-size: 36px !important;
		line-height: 46px !important;
	}
	.tabs-head .delimiter {
		padding: 0 15px !important;
	}

	.wrapper.inner-container,
	.full-width-image.block-position--Content {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 120px;
	}

	.block-position--Hero + .product-line-intro {
		padding: 30px;
		box-sizing: border-box;
	}

	.product-cards--container {
		margin-left: 30px;
		margin-right: 30px;
	}

	.block-position--Hero .headline--container {
		bottom: 30px;
	}

	.with-bkg-dark.full-width-image.block-position--Content {
		padding-left: 0;
		padding-right: 0;
	}
	.block-position--Content .headline--container {
		max-width: 100%;
	}
	.slider-top .text-wrap, .video-block--title {
		left: 30px;
	}

	.full-image--title + a {
		margin-top: 18px;
	}

	.with-image--floating .text-size-one {
		margin-top: -40px;
	}

	.grey-block {
		max-width: calc(100% - 30px);
	}

	.grey-title {
		margin-left: 30px;
	}

	.grey-text {
		left: 30px;
	}

	.slider-text {
		left: 30px;
		max-width: calc(100% - 60px);
	}

	.slider-text-about {
		max-width: 100%;
	}

	.carousel-left {
		width: auto;
	}

	.grey-carousel {
		left: 30px !important;
	}

	.testimonial-right .quote {
		margin-top: -40px;
	}
	.header--fix-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
	header .small-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content-2-column .left-text-column {
		margin-bottom: 25px;
	}
	.content-and-slider .carousel .image {
		height: 400px;
	}
}
@media (max-width: 575px) {
	.paint-finishes--list div p{
		font-size: 20px;
		margin-top: 10px;
		line-height: 25px;
	}
	.paint-finishes--list {
		grid-template-columns: 1fr 1fr;
	}
	.paint-finishes--list {
		column-gap: 50px;
		row-gap: 40px;
	}
	.bkg-style-three.sign-up-footer {
		background-color: #758592;
		padding-left: 30px;
		padding-right: 30px;
	}
	.sign-up-footer .right input[type=submit] {
		margin-top: 20px;
	}
	.testimonial-secondary > div {
		width: 100%;
	}

	.testimonial-main {
		padding: 250px 0 0;
	}

	.testimonial-main .testimonial-card {
		padding: 30px;
	}

	.flex-headline-and-content .hdr {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media(max-width:561px) {
	.slider-projects--item {
		height: 450px;
	}
	.slider-projects--item.slick-slide {
		padding: 0 10px;
	}
	.slider-projects--item p,
	.slider-projects--item a {
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
		justify-content: center;
	}
	.slick-active .slider-projects--desc {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 15px;
	}
	.dealer-list {
		grid-template-columns: 1fr;
	}
	.dealer-list .dl-itemBox {
		padding: 30px 20px;
		height: auto;
		width: 100%;
		box-sizing: border-box;
	}
	.dl-item_modalGrid{
		display: block;
	}
	.inline-block.dl-item .address {
		margin-top: 15px;
		font-weight: 700;
		font-family: Roboto;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		color: #778692;
		line-height: 25px;
	}
	.dealer-list {
		grid-gap: 17px;
	}
	.dealer-list .dl-itemBox:before {
		top: 20px;
		right: 20px;
	}
	.dealers-nav + .extra-padding {
		padding-bottom: 20px;
	}
	.dl-item_modal.active {
		display: block;
		height: 80%;
		overflow-y: scroll;
		margin-top: 20px;
	}
	.dl-item_modal .dl-item_modalItem:nth-child(2){
		height: 300px;
		margin-top: 30px;
	}
	.modal-close_desktop{
		display: none;
	}
	.modal-close_mobile{
		display: block;
		margin-top: 30px;
	}
	.modal-close_mobile .modal-close_btn{
		display: block;
		width: 100%;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.posts-slider article.post .entry-header {
		padding: 40px 20px;
	}
	.posts-slider .slick-dots li {
		width: 30px;
	}

	.contact-block .request-block,
	.contact-block .request-block .wrap,
	.contact-block .subscribe-block {
		padding: 30px 20px;
	}

	.contact-block .subscribe-block form {
		flex-direction: column;
		max-width: none;
	}
	.contact-block .subscribe-block button {
		max-width: none;
		margin: 20px 0 0;
		line-height: 50px;
	}


	/*** One post ***/

	.blog .request-block.wide .wrap,
	.post-body .request-block .wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.blog .request-block.wide .left-block,
	.post-body .request-block .left-block {
		padding: 0 0 20px;
	}
	.blog .request-block.wide .right-block,
	.post-body .request-block .right-block {
		width: 100%;
	}


	/***/

	.subscribe-block {
		padding: 30px 20px;
	}
	.sidebar .posts {
		padding: 30px 20px;
	}

	.sidebar .request-block {
		padding: 20px;
	}
	.sidebar .request-block .wrap {
		padding: 30px 20px;
	}

a.button {
    background: red;
    padding: 10px;
    border-radius: 6px;
}
	/***/

	.comment-respond {
		margin: 30px 0 0;
	}
	#blog-single .sidebar .rltdpstsplgn-popular-posts .post,
	#blog-single .sidebar .rltdpstsplgn-related-posts .post {
		margin-top: 20px;
	}
	.sidebar .rltdpstsplgn-popular-posts .post h3,
	.sidebar .rltdpstsplgn-popular-posts .post h3 a,
	.sidebar .rltdpstsplgn-related-posts .post h3,
	.sidebar .rltdpstsplgn-related-posts .post h3 a {
		font-size: 18px;
	}
	.comment-form-author, .comment-form-email, .comment-form-url {
		flex: 100%;
		max-width: 100%;
	}
	.comment-respond .submit {
		width: 100%;
	}

	.slide-cell-box{
		background: #263746;
		opacity: 0.8;
		width: 100%;
		padding: 60px 30px;
		text-align: center;
	}
	.slide-cell-title{

		font-size: 28px;
		line-height: 38px;
	}
	.slide-cell{
		height: 600px;
	}
	.button-group .button{

		margin-left: 0px;
		margin-right: 0px;
	}
	.slick-slide {
		padding: 0;
	}
	.slider-center img {
		height: 253px;
		min-width: 500px;
	}
	.slider-center .text-wrap {
		position: relative;
		left: 0;
		bottom: 0;
		padding: 20px 40px;
		opacity: 1;
	}
	.video-block--title {
		left: 0;
		bottom: 0;
		padding: 20px 40px 20px 30px;
		opacity: 1;
	}
	.bg-light-gray50{
		width: auto;
	}
	.grey-right-text {
		margin-top: 30px;
	}
	.grey-right-text .title {
		margin-bottom: 15px;
	}
}

@media(max-width: 500px) {
	.video-button-play {
		position: absolute;
		left: 50%;
		top: calc(50%);
		max-height: 40px;
	}
	.video-button-play img{
		width: 40px;
		height: 40px;

	}
	.video-button-play span {
		margin-top: 20px;
	}
	.index-details {
		text-align: center;
	}
	.index-details .btn {
		margin-bottom: 20px;
		min-width: 200px;
	}
	.lightbox-gallery--list {
		grid-template-columns: 1fr;
	}
	#lightbox .lb-dataContainer {
		top: -60px;
		left: 50%;
	}
	#lightbox .lb-nav a.lb-prev {
		left: 0;
		background: url(_images/global/prev.svg) no-repeat center rgba(0,0,0,0.4);
		opacity: 1;
		line-height: 1;
		padding: 10px 10px;
	}
	#lightbox .lb-nav a.lb-next {
		right: 0;
		background: url(_images/global/next.svg) no-repeat center rgba(0,0,0,0.4);
		opacity: 1;
		line-height: 1;
		padding: 10px 10px;
	}
	.perfomance-img, .floating-content--img {
		height: 340px;
	}
	.lightbox-gallery--subtitle {
		margin-bottom: 35px;
	}
	.floating-content--img .img--full-width {
		width: 100%;
		display: block;
		height: 100%;
		object-fit: cover;
	}
	.blog-slider-container {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.blog-slider-slides .image .title {
		padding: 30px;
	}
	.career {
		text-align: center;
	}
	.career .hdr, .career div {
		text-align: left;
	}
	.product-diagram--container {
		background: transparent;
	}
	.product-diagram--container {
		padding: 60px 30px 30px;
		margin-bottom: 30px;
	}
	.index-right-wrap-new {
		padding: 30px;
		justify-content: flex-start;
		flex-direction: column-reverse;
		align-items: center;
	}
	.index-types {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.index-right-title--mobile {
		display: block;
		padding: 0 30px 0px;
		line-height: 1.2;
		font-family: Marcellus;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		color: #4D4D4D;
	}
	.index-right-title:not(.index-right-title--mobile) {
		display: none;
	}
	.index-types {
		margin-top: 20px;
		text-align: center;
	}
	.product-details-row .left-image {
		width: 100%;
		margin-bottom: 60px;
	}
	.product-details-row {
		margin-bottom: 30px;
	}
	#custom-features .subtitle {
		margin-bottom: 20px;
	}
	#custom-features h2 {
		margin-bottom: 5px;
	}
	#custom-features li.inline-block {
		margin-bottom: 0;
	}
	.vertical-bottom-gap--three {
		margin-bottom: 60px;
	}
	.slider-text-title,
	.slider-text-about {
		text-align: center;
	}
	.product-diagram--container a {
		/*margin-top: 0;*/
	}
	.slider-text-title.hdr.underline:not(.center, .align-centered .hdr):after {
		left: 50%;
		margin-left: -30px;
	}
	.contact-block-item-new.bg-light-gray {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}
	.scrolled header .small-padding {
		padding: 20px 0;
	}
	/*.testimonial-left {*/
	/*    width: 150px;*/
	/*    height: 200px;*/
	/*}*/
	.slider-top .slick-slide, .video-block {
		height: 330px;
	}
	.slider-top .text-wrap, .video-block--title {
		max-width: 75%;
		width: 75%;
	}
	.difference {
		margin-top: 60px;
	}
	.difference-left {
		margin-bottom: 30px;
	}
	.clients-us {
		margin: 40px 0 20px;
	}
	.row-logotypes {
		justify-content: space-between;
	}
	.row-logotypes span {
		margin: 0 0 45px;
		width: calc(50% - 30px);
		text-align: left;
		height: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.difference-left .img-container {
		max-width: 100%;
	}
	.sign-up-footer .right input[type=email] {
		min-width: auto;
	}
	.slider-top .text-wrap .title, .video-block--title {
		font-size: 20px;
		line-height: 32px;
	}
	.headline--container {
		bottom: 50px;
	}
	.full-image--title {
		font-size: 24px;
		line-height: 36px;
	}
	.block-position--Content .full-image--title {
		font-size: 18px;
		line-height: 32px;
	}
	#footer .col {
		width: 100%;
		text-align: center;
	}
	.slider-position--Top .grey-carousel {
		top: 0;
		margin: 0px 0 40px;
	}
	#footer-access {
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-bottom-container {
		padding-top: 50px;
	}
	footer .copyright {
		margin-top: 0px;
	}
	#access-privacy {
		text-align: center;
	}
	.footer-bottom-container > .wrapper > .flex-row {
		flex-wrap: wrap;
	}
	.grey-text {
		max-width: calc(100% - 50px);
	}
	.slider-position--Bottom .grey-text {
		margin-bottom: 60px;
	}
	.grey-block.slider-position--Bottom:after {
		content: "";
		height: calc(100% + 265px);
	}
	.footer-bottom-container {
		padding-bottom: 60px;
	}
	.contact-block-wrap-new {
		margin-top: 60px;
	}
	.contact-block-wrap-new + .blog-slider-container {
		margin-top: 60px;
	}
	.testimonials {
		margin-bottom: 60px;
	}
	.slider-text {
		margin-top: 80px;
	}
	.visit-block {
		margin-left: -30px;
		margin-right: -30px;
	}
	.visit-block .wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.wrapper.inner-container.floating-content {
		padding-left: 0;
		padding-right: 0;
	}
	.perfomance-about, .floating-content--description {
		width: 100%;
	}
	.s201_label_text {
		font-size: 10px;
	}
	.blog-slider-slides {
		margin-top: 35px;
	}
	.blog-slider-slides .image {
		margin-bottom: 30px;
		height: 350px;
	}

	.testimonial-main .testimonial-card .testimonial-body {
		margin-bottom: 15px;
	}

	.testimonial-secondary .testimonial-card .testimonial-body {
		margin-bottom: 15px;
	}

	.testimonial-main .testimonial-quotes img {
		margin-bottom: 0;
	}

	.testimonial-secondary {
		margin-bottom: 0;
	}

	.testimonial-main {
		margin-bottom: 50px;
	}
	.full-width-image.block-position--Content .cover {
		height: 400px;
		object-fit: cover;
	}
	.vertical-top-gap--two {
		margin-top: 30px;
	}
	.slider-position--Top {
		padding-top: 60px;
	}
	.flex-headline-and-content .text-size-one h1,
	.flex-headline-and-content .text-size-one h2,
	.flex-headline-and-content .text-size-one h3 {
		margin-top: 1em;
	}
	.slider-position--Top {
		margin-bottom: 60px;
	}
	.vertical-top-gap--two.vertical-bottom-gap--two .visit-block {
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.with-image--floating .image-cell {
		height: 360px;
	}
	.content-with-image.with-image--floating .content-cell-inner {
		padding-bottom: 0;
	}
	.content-with-image .content-cell {
		padding-bottom: 0;
	}
	.content-with-image .image-cell, .tech-specs.content-with-image .image-cell {
		padding-bottom: 0;
		height: calc(100vw + 50px);
	}
	.content-with-image .content-cell {
		padding-top: 30px;
	}
	.content-with-image .content-cell-inner {
		padding: 30px 6%;
	}
	#testimonial-slider li {
		height: auto !important;
	}
}
@media (max-width: 460px) {
	p {
		font-size: 14px;
		line-height: 1.8em;
	}

	.slider-center img {
		min-width: 414px;
	}

	.carousel a {
		font-size: 16px;
	}

	.news-block {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
	.news-block-item {
		padding: 0 0 40px;
	}
	.news-block-item .image {
		margin-bottom: 20px;
	}
	.news-block-item .title {
		margin-bottom: 20px;
	}
	.news-block-item p {
		margin-bottom: 20px;
	}
	.index-right-wrap {
		text-align: center;
		padding: 20px;
	}

	.full-video-block--with-text.vertical-bottom-gap--one {
		margin-bottom: 240px;
	}
	.archive-portella-product {
		padding-left: 8%;
	}
	.card--floating.position-main .card--floating__content,
	.card--floating .card--floating__content {
		left: 30px;
	}
	.blog-slider-slides .image .title {
		font-size: 20px;
		line-height: 26px;
	}
	.gallery--container {
		padding-right: 0;
		padding-left: 0;
	}
	.page-navi {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.gallery--container .grid-item-not-masonry .project-name {
		font-size: 20px;
		line-height: 26px;
	}
	.grid-item-not-masonry {
		margin: 0;
	}
	.flex-headline-and-content .hdr {
		padding-right: 0;
	}
	.btn-footer {
		padding: 3px 8px;
		margin-left: 5px;
	}
	#fixed-footer {
		font-size: 18px;
	}
	.tech-specs .content-cell-inner ul {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	body {
		font-size: 13px;
		line-height: 1.4em;
	}
	#map_canvas {
		height: 300px;
	}
	footer .copyright {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}
	.right-foot {
		text-align: left;
	}
	.slider-projects--desc {
		max-width: calc(100% - 50px);
		bottom: 30px;
	}
}

@media (max-width: 400px) {
	.video-block-title {
		bottom: 35px;
	}
}

@media (max-width: 380px) {
	.content-and-slider .carousel .image {
		height: 280px;
	}

	.sign-up-footer .left {
		padding: 10px 0 0;
	}
	.sign-up-footer .right {
		padding: 0;
	}
	.btn-style-one:not(.visit-block .btn-style-one) {
		font-size: 14px;
		white-space: nowrap;
	}
	.testimonial-right {
		padding-left: 30px;
		padding-right: 30px;
	}

	.full-width-image + .vertical-bottom-gap--one {
		margin-bottom: 0;
		margin-bottom: 30px;
	}
	.full-width-image + .vertical-bottom-gap--one + .vertical-top-gap--one{
		margin-top: 0;
	}
	.testimonials.vertical-top-gap--three {
		margin-top: 60px;
	}

	.sign-up-footer .left {
		margin-bottom: 20px;
	}


	.inner-container .content-with-image .image-cell {
		height: 360px;
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}
	#custom-features .custom-title {
		margin-top: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.grid-columns--50 .content-cell {
		margin-top: 30px;
	}

	.vertical-top-gap-mobile--three {
		margin-top: 0px;
	}
	.product-cards--container {
		margin-top: 40px;
	}
	.slick-arrow:before {
		font-size: 14px;
	}
	.slider-projects .slick-prev {
		left: 3px;
	}
	.slider-projects .slick-next {
		right: 3px;
	}
}

@media (max-width: 320px) {
	.slider-center img {
		min-width: 288px;
	}
}




@media(min-height:1000px) {
	.home .full-width-image {
		height: 700px;
	}
}

@media (min-width: 1921px) {
	#header {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}

	.grey-carousel {
		max-width: 100%;
	}
	#all {
		overflow-x: hidden;
		height: auto;
		margin-top: -87px;
	}
	.single-gallery #all {
		margin-top: 0;
	}
	.full-width-image.block-position--Hero {
		margin-top: 0;
	}
	.plash-logout {
		margin-top: 120px;
	}
	.page-template-page-specs #content>.inner:first-child {
		margin-top: 120px;
	}
}



.sidebar .posts  {
	display: flex;
	justify-content: center;
}

*:not(.blog-post-wrap)>.sidebar {
	display: contents;
}

@media (max-width: 651px) {
	#contact-page .inline-block-container {
		display: flex;
		flex-direction: column-reverse;
	}
}
.mobile-phone-btn {
	display: none;
}

@media (max-width: 1230px) {
	.menu-phone {
		display: none !important;
	}
	.mobile-phone-btn {
		display: block;
		font-weight: 600;
		font-size: 20px;
		margin-right: 20px;
		cursor: pointer;
		width: 16px;
		height: 26px;
		background: url(_images/global/mobile-btn.svg) no-repeat center;
		filter: invert(0) sepia(0) saturate(0) hue-rotate( 0deg ) brightness(10);
	}

	.header--dark-text .mobile-phone-btn,
	.scrolled .mobile-phone-btn {
		filter: none;
	}
}

@media (min-width: 1100px) {
	#footer .inner {
		justify-content: space-between;
	}
}
@media (min-width: 1231px) and (max-width: 1349px)  {
	#header #site-title {
		width: 130px;
		background-position: center;
	}
	#access {
		width: calc(100% - 130px);
	}
}
.button-row-wrapper.wrap-new a {
	width: 100%;
}
.button-row-wrapper.wrap-new {
	flex-direction: row;
	justify-content: space-around;
	column-gap: 20px;
	flex-wrap: wrap;
}
.button-row-block {
	margin: 25px 0;
}
.button-row-block + div {
	margin-top: 45px;
}

.visible-off {opacity: 0;}




.headline-btns {
	display: block;
}
.headline-btns a {
	border: 0;
	padding: 20px 30px;
	width: auto;
	font-size: 18px;
	line-height: 22px;
	max-width: 225px;
}
.headline-btns a:last-child:after {
	content: none;
}
.headline-btns a:first-of-type {
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.headline-btns a {
		padding: 11px 15px;
		max-width: 200px;
		font-size: 16px;
		line-height: 19px;
	}
}
.blog-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	column-gap: 20px;
	row-gap: 40px;
	flex-wrap: wrap;
	margin: 50px auto;
}
.blog-btns a:after {
	content: none;
}
.blog-btns a {
	background-color: #253746;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.4s;
	border: 1px solid transparent;
	box-sizing: border-box;
	font-family: 'Marcellus';
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-decoration: none;
	max-width: 390px;
	padding: 38px 35px 36px 35px;
	gap: 30px;
	justify-content: space-between;
	margin-top: 0;
	width: 100%;
}
.blog-btns a:hover {
	color: #FFFFFF !important;
	opacity: 0.9;
}
.blog-btns a span {
	width: 100%;
	white-space: nowrap;
	text-align: left;
}

@media (max-width: 850px) {
	.blog-btns a img {
		display: none;
	}
	.blog-btns a span {
		text-align: center;
	}
	.blog-btns a:hover {
		background: #ffffff;
		color: #778692 !important;
		border: 1px solid #778692;
	}
}
@media (max-width: 769px) {
	.blog-btns a {
		padding: 12px 20px;
		font-size: 18px;
		width: auto;
		gap: 0;
	}
	.blog-btns {
		justify-content: center;
		margin: 30px auto;
		row-gap: 25px;
	}
	.blog-btns a.mobile-arrow:after {
		content: "\f178";
		font-family: "Font Awesome 5 Pro";
		font-weight: 100;
		margin-left: 8px;
		position: relative;
		bottom: -2px;
	}
}
.video-block .wrap-new a {
	font-size: 18px;
	line-height: 22px;
	padding: 20px 18px 20px 33px;
	max-width: 225px;
	border: 0;
}
.video-block .wrap-new {
	bottom: 100px;
	transition: transform 1s ease-in-out;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	opacity: 0;
}

.loaded .video-block .wrap-new {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0,0,0);
	transition: transform 1s ease-in-out;
	opacity: 1;
}

.video-block--title {
	bottom: 212px;
}

@media (max-width: 1200px) {
	.video-block--title {
		bottom: 120px;
	}
	.video-block .wrap-new {
		bottom: 40px;
	}
}
@media (max-width: 992px) {
	.video-block--title {
		bottom: 80px;
	}
	.video-block .wrap-new a {
		padding: 11px 15px;
		max-width: 200px;
		font-size: 16px;
		line-height: 19px;
	}
	.video-block .wrap-new {
		padding-left: 48px;
	}
}

@media (max-width: 651px) {
	.video-block .wrap-new {
		padding-left: 50px;
	}

}
@media (max-width: 561px) {
	.video-block--title {
		bottom: 70px;
	}
	.video-block .wrap-new {
		padding-left: 30px;
		bottom: 30px;
	}
}













/*.wide-navigation-dropdown {*/
/*	position: initial !important;*/
/*}*/
#access ul li.wide-navigation-dropdown ul.sub-menu li.menu-item-has-children > ul.sub-menu,
#access ul li.wide-navigation-dropdown ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 90px;
}
.wide-navigation-dropdown > ul a {
	text-align: left;
	line-height: 240% !important;
	font-size: 14px !important;
}
.wide-navigation-dropdown > ul {
	padding: 20px 60px 60px !important;
}
.wide-navigation-dropdown > ul > li,
.wide-navigation-dropdown > ul > li > ul > li,
.wide-navigation-dropdown > ul > li > ul > li a{
	padding: 0 !important;
}
.wide-navigation-dropdown > ul > li > a{
	padding-bottom: 0 !important;
	font-weight: 600 !important;
	line-height: normal !important;
	padding-top: 40px;
}
#access ul li.mega-mega.wide-navigation-dropdown ul.sub-menu ul.sub-menu {
	padding-top: 20px;
	border-top: 0;
}
.wide-navigation-dropdown > ul > li > a::after {
	content: '';
	width: 51px;
	height: 2px;
	background: #C4C4C4;
	display: none;
	margin-top: 20px;
}
.options-with-pictures--title.hdr.underline:after {
	left: 30px;
}
.options-with-pictures--title {
	line-height: normal;
}
.options-with-pictures--block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px;
}
.columns_12 .options-with-pictures--block {
	   row-gap: 20px;
	   column-gap: 16.5px;
   }
.option-with-picture {
	min-width: 150px;
	min-height: 150px;
	position: relative;
}
.option-with-picture-name {
	color: #4D4D4D;
	font-family: Marcellus;
	font-size: 20px;
	line-height: normal;
}
.process-item--element-image {
	max-width: 115px;
}
.option-with-picture-element {
	max-width: 150px;
}
.columns_6 .option-with-picture-element {
	max-width: 230px;
}
.columns_12 .option-with-picture-element {
   max-width: 118px;
}
.columns_6 .option-with-picture-name {
  font-size: 24px;
}
.columns_12 .option-with-picture-name {
   font-size: 12px;
}
.options-with-pictures--block-type {
	margin-bottom: 40px;
	margin-top: 50px;
	font-size: 32px;
}
.options-with-pictures--block-wrapper + .options-with-pictures--block-wrapper .options-with-pictures--block-type {
	margin-top: 60px;
}

.options-with-pictures--title-wrapper {
	margin-top: 80px;
}

.radio-btns-wrapper {
	display: flex;
	gap: 20px;
}
.radio-btns-wrapper input {
	width: 0;
	height: 0;
}
.btn-style-radio {
	border: 1px solid #253746;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	line-height: 19px;
	color: #253746;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	min-width: 96px;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 18px;
	outline: none;
	display: inline-block;
	margin-left: -3px;
}

.active.btn-style-radio,
.radio-btns-wrapper input[type="radio"]:checked+.btn-style-radio {
	background-color: #253746;
	color: #ffffff !important;
	border: 1px solid #253746;
}
.gallery-btns {
	margin-bottom: 60px;
	margin-top: 60px;
	justify-content: center;
}

@media (min-width: 700px) {
	.gallery-btns a {
		min-width: 200px;
	}
}
@media (max-width: 425px){
	.gallery-btns {
		 flex-direction: column;
		margin: 30px 20px 40px;
		gap: 15px;
	 }
}

.types-lumber-btns-swap {
	margin-bottom: 55px;
}
.images_with_link-wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.images_with_link {
	display: block;
	position: relative;
	max-width: 780px;
	max-height: 505px;
	background:linear-gradient(0, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.00) 50%);
}
.images_with_link img {
	position: relative;
	z-index: -1;
	height: 100%;
}
.images_with_link-title {
	color: #F2F2F2;
	font-family: Marcellus;
	font-size: 40px;
	line-height: normal;
	position: absolute;
	bottom: 0;
	padding: 50px;
}

@media (max-width: 1440px) {
	.images_with_link-title {
		font-size: 26px;
		padding: 40px;
	}
}
@media (max-width: 992px) {
	.images_with_link-title {
		font-size: 36px;
		padding: 40px;
	}
	.images_with_link-wrapper {
		flex-direction: column;
	}
	.images_with_link {
		margin: 0 auto;
	}
}

@media (max-width: 651px) {
	.images_with_link-title {
		font-size: 26px;
	}
	.images_with_link-wrapper {
		gap: 30px;
	}
}
/*rewrite*/
.spoiler-block-title {
	margin-top: 20px;
}
/**/
.spoiler-section-block-title {
	font-family: Marcellus;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 50px;
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.spoiler-block + .spoiler-block-title {
	margin-top: 40px;
}
.archive-product-title {
	margin-bottom: 20px;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#menu-main-menu>.menu-item-has-children>.sub-menu {
	padding: 73px 60px 60px 60px !important;
	opacity: 1 !important;
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.07));
	background-image: url("https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/menu_dropdawn_bg.svg") !important;
	background-size: cover !important;
	background-color: unset !important;
	background-repeat: no-repeat;
	top: 52px !important;
	left: 110px !important;
	background-color:#fff !important;
}
#menu-main-menu>.menu-item-has-children {
	position: relative;
}
#menu-main-menu>.menu-item-has-children:after {
	content: '';
	height: 65px;
	position: absolute;
	width: 100%;
	top: 20px;
	display: block;
}
#menu-main-menu>.menu-item-has-children>.sub-menu>li {
	padding: 0;
}
#menu-main-menu>.menu-item-has-children>.sub-menu>li>a {
	text-align: left;
	font-family: Marcellus;
	font-size: 14px;
	line-height: 240%;
	padding: 0;
	opacity: 1;
}
#menu-main-menu>.menu-item-has-children.mega-mega>.sub-menu>li + li {
	margin-top: 30px;
}
#menu-main-menu>.menu-item-has-children.mega-mega>.sub-menu {
	background-image: url("https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/menu_dropdawn_big_bg.svg") !important;
	left: 180px !important;
	background-color:#fff !important;
}
#menu-main-menu>.menu-item-has-children.mega-mega>.sub-menu>li>a {
	font-size: 24px !important;
	font-weight: 400 !important;
}
.wide-navigation-dropdown > ul > li > ul > li a {
	font-family: Marcellus !important;
	opacity: 1 !important;
}
.processes-with-images-wrapper .process-item--element-name {
	color: #4D4D4D !important;
	font-family: Marcellus !important;
	font-size: 12px !important;
	line-height: normal !important;
	height: auto;
	padding: 0;
}
.processes-with-images-wrapper .process-item--list {
	background: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.processes-with-images-wrapper .process-item {
	width: calc(33% - 23px);
}
.processes-with-images-title.hdr.underline {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.processes-with-images-wrapper .processes {
		flex-direction: column;
	}
	.processes-with-images-wrapper .process-item {
		width: auto;
	}
}
.faq-with-images {
	display: flex;
	gap: 75px;
}
.faq-with-images__list_title {
	line-height: normal;
	margin-bottom: 50px;
	padding-bottom: 50px !important;
	max-width: 270px;
}
.faq-with-images__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.faq-with-images__item_faq_question,
.faq-with-images__item_faq_answer {
	color: #707988;
	font-family: Marcellus;
	font-size: 20px;
	line-height: 168.75%;
}
.faq-with-images__item_faq_answer {
	display: none;
	margin-top: 15px;
	font-family: Lato;
	font-size: 16px;
}
.faq-with-images__item_faq_answer a {
	color: #5fa2c7;
}
.faq-with-images__item_faq_question {
	cursor: pointer;
}
.faq-with-images__item_faq_question:before {
	content: '';
	height: 19px;
	width: 19px;
	background: url("https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/black_plus.svg") no-repeat center transparent;
	display: inline-block;
	margin-left: -50px;
	margin-right: 30px;
}
.faq-with-images__item_faq_question.active:before {
	content: '';
	height: 19px;
	width: 19px;
	background: url("https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/black_min.svg") no-repeat center transparent;
}
/*.faq-with-images__item_faq_question.active+.faq-with-images__item_faq_answer {*/
/*	display: block;*/
/*}*/
.faq-with-images__image {
	min-width: 425px;
}
.faq-with-images__list_block {
	max-width: 704px;
	margin-left: 50px;
}
@media (max-width: 1230px) {
	.faq-with-images {
		gap: 50px;
	}
}
@media (max-width: 1024px) {
	.faq-with-images__image {
		display: none;
	}
	.faq-with-images__list_block {
		max-width: none;
	}
	.faq-with-images__list_title {
		max-width: none;
	}
}
.map-locate-dealer--title {
	line-height: normal;
	margin-bottom: 50px;
	padding-bottom: 50px !important;
}
.map-locate-dealer--description {
	line-height: 168.75%;
	margin-bottom: 50px;
}
.map-locate-dealer--description a {
	color: #707988;
}
.button_left .btn-wrapper {
	text-align: left;
}
.options-with-pictures--subtitle {
	max-width: 800px;
	margin-bottom: 60px;
}
@media (min-width: 1230px) {
	.text-big-width .content-with-image .content-cell-inner {
		max-width: 806px;
	}

	.text-big-width .content-with-image .content-cell {
		width: 50%;
	}

	.text-big-width .content-with-image .image-cell {
		width: 32%;
	}
	.text-big-width .bkg-style-three:not(.grid-columns--50) .content-cell-inner {
		padding: 0px 28% 0px 0px;
	}
}
.small-height-text .content-with-image.with-image--floating .content-cell-inner {
	padding-bottom: 0;
}
.header-title-br-3 .full-image--title span:nth-of-type(3) {
	display: none;
}
.projects_and_review_sliders--wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f2f2f2;
	z-index: -1;
	max-width: calc(100% - 160px);
	top: 0;
}
@media (max-width: 1200px) {
	.projects_and_review_sliders--wrapper:after {
		max-width: calc(100% - 50px);
	}
}
@media (max-width: 651px) {
	.projects_and_review_sliders--wrapper:after {
		max-width: 100%;
	}
	.spoiler-section-block-title {
		font-size: 24px;
		margin-top: 30px;
	}
}

.projects_and_review_sliders--wrapper {
	position: relative;
	overflow-x: hidden;
	padding-top: 100px;
	padding-bottom: 106px;
}
.projects_and_review_sliders--title.hdr.underline {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.projects_and_review_sliders--title {
	max-width: 422px;
	line-height: normal;
}
.projects_and_review_sliders--description {
	line-height: 168.75%;
	max-width: 806px;
}
.projects_and_review_sliders--testimonial-text {
	color: #4D4D4D;
	font-family: Marcellus;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 50px;
}
.projects_and_review_sliders--testimonial-author {
	color: #4D4D4D;
	text-align: right;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	margin-top: 50px;
}
.projects_and_review_sliders--footer-info {
	color: #C4C4C4;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	padding-left: 40px;
	border-left: #C4C4C4 solid 1px;
	max-width: 580px;
}
.projects_and_review_sliders--projects .slick-prev.slick-arrow {
	display: none !important;
}
.projects_and_review_sliders--projects {
	margin-top: 100px;
}
.projects_and_review_sliders--testimonials-wrapper {
	margin-top: 100px;
}
.projects_and_review_sliders--testimonials {
	max-width: 1360px;
}
.projects_and_review_sliders--testimonial {
	box-sizing: border-box;
	padding: 0;
}
.projects_and_review_sliders--footer {
	display: flex;
	gap: 40px;
	margin-top: 95px;
}
.projects_and_review_sliders--footer-testimonials {
	display: flex;
	gap: 30px;
	height: 46px;
}
.projects_and_review_sliders--footer-testimonial {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	opacity: 0.5;
}
.projects_and_review_sliders--testimonial-social-network {
	max-height: 30px;
}
.projects_and_review_sliders--testimonial-stars {
	max-height: 19px;
}
.projects_and_review_sliders--projects .slick-list {
	transform: translateX(-140px);
	width: calc( 100% + 70px );
}
.projects_and_review_sliders--projects .slick-next {
	top: 50%;
	right: 90px;
}
.projects_and_review_sliders--projects .slick-next:before {
	content: url(https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/white-arrow-right.svg);
}
.projects_and_review_sliders--wrapper .slider-projects--item {
	max-width: 1360px;
	box-sizing: border-box;
}
.slider-review .slick-arrow {
	height: min-content;
}
.slider-review .slick-arrow:after {
	content: none;
}
.slider-review .slick-prev:before {
	content: "";
	display:block;
	background-size: cover;
	background-image: url(https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/grey-arrow-left.svg);
	width: 36px;
	height: 22px;
	background-repeat: no-repeat;
}
.slider-review .slick-next:before {
	content: "";
	display:block;
	background-size: cover;
	background-image: url(https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/grey-arrow-right.svg);
	width: 36px;
	height: 22px;
	background-repeat: no-repeat;
}

.slider-review .slick-next,
.slider-review .slick-prev {
	left: 0;
	bottom: 0;
	top: unset;
	width: min-content;
	transform: none;
}
.slider-review .slick-next {
	left: 60px;
}

/*home video block*/
.home .full-video-block {
	display: none;
}
.home .grey-block.slider-position--Bottom:after {
	height: 100%;
}
/**/
.without-description .options-with-pictures--subtitle {
	display: none;
}
.info-block--description {
	max-width: 806px;
}
.info-block--description p {
	margin-bottom: 10px;
}
.info-block--description a {
	color: #707988;
}
.info-block--description a:hover {
	color: #263746;
}
.info-block--description ul {
	display: grid;
	grid-template-columns: auto auto 1fr;
	column-gap: 20px;
	margin-bottom: 10px;
	margin-top: -5px;
}
.info-block--description ul li {
	line-height: 168.75%;
	margin-bottom: 0;
	min-width: 150px;
}
.info-block--images {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

@media (max-width: 651px) {
	.info-block--images {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

h1.info-block--title {
	margin-bottom: 50px;
	padding-bottom: 50px !important;
	font-size: 40px;
	line-height: normal;
}
.back-link {
	color: #253746;
	font-size: 16px;
	line-height: normal;
	border: none;
	background: none;
}
.info-block-wrapper {
	margin-top: 30px;
}
.back-link-wrapper {
	margin-bottom: 30px;
}
.back-link:before {
	content: '';
	width: 19px;
	height: 10.64px;
	background: url("https://maintenance.sharehq.org/portella/wp-content/themes/portella/_images/global/black_array_left.svg") no-repeat center transparent;
	display: inline-block;
	margin-right: 10px;
}
.lightbox-gallery--with-back-link {
	margin-bottom: 90px;
}
.lightbox-gallery--with-back-link .lightbox-gallery--subtitle {
	display: none;
}
.lightbox-gallery--with-back-link {
	/*margin-top: 60px;*/
}
.lightbox-gallery--with-back-link .lightbox-gallery--list {
	grid-gap: 15px;
}
@media (min-width: 1231px) {
	.underline-style-one {
		padding-bottom: 50px !important;
		margin-bottom: 60px !important;;
	}
	.lightbox-gallery--with-back-link  h1 {
		font-size: 40px;
		line-height: normal;
	}
	.lightbox-gallery--with-back-link .lightbox-gallery--list {
		grid-gap: 59px;
	}
	.lightbox-gallery--with-back-link {
		/*margin-top: 110px;*/
	}
}
@media (max-width: 651px) {
	.underline-style-one {
		padding-bottom: 20px !important;;
		margin-bottom: 30px !important;;
	}

	.lightbox-gallery--with-back-link {
		margin-bottom: 60px;
		/*margin-top: 30px;*/
	}
}
#products-left h2 {
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 25px;
	margin-top: 30px;
}
.checkbox_wrapper label {
	font-weight: 400;
}
@media (min-width: 991px) {
	.checkbox_wrapper label,
	.products-left h2 {
		font-size: 20px;
	}
}
.product-archive-search-form input {
	margin-bottom: 0;
}
.archive-product-title {
	padding-bottom: 50px !important;
	margin-bottom: 50px;
	font-family: Marcellus;
	font-size: 40px;
}
@media (max-width: 651px) {
	.archive-product-title {
		padding-bottom: 30px !important;
		margin-bottom: 30px !important;
		font-size: 28px;
	}
}
.products-left-additional-link {
	color: #4D4D4D;
	font-family: Marcellus;
	font-size: 16px;
	line-height: 180%;
}
#products-left .filter-inner {
	margin-bottom: 30px;
}
.types-lumber--category {
	position: relative;
	max-width: 942px;
	max-height: 740px;
	min-height: 408px;
}
.types-lumber--category:after {
	content: "";
	background: linear-gradient(0, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.00) 81%);
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
}
.types-lumber--image {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.types-lumber--category-info-wrapper {
	position: absolute;
	bottom: 0;
	padding:40px 50px;
}
.types-lumber--category-title {
	color: #F2F2F2;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index: 2;
	position: relative;
}
.types-lumber--category-types {
	z-index: 2;
	position: relative;
	display: flex;
	max-height: 240px;
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-top: 20px;
	display: none;
}
.types-lumber--category-types span,
.types-lumber--category-types a {
	color: #F2F2F2;
	min-width: 228px;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 39.6px */
}
.types-lumber--category-types a:hover {
	color: #bcbcbc !important;
}
.half-inner-container {
	width: 100vw;
	padding-left: 160px;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.half-inner-container {
		padding-left: 80px;
	}
}
@media (max-width: 651px) {
	.half-inner-container {
		padding-left: 30px;
	}
}
.types-lumber--categories-wrapper {
	display: flex;
	gap: 38px;
}
#submenu-content > ul {
	display: block;
	max-height: calc( 100vh - 26px );
	overflow-y: auto;
	padding-bottom: 50px;
}
#submenu-content > ul > li {
	margin-top: 10px;
}
.types-lumber--title-wrapper {
	margin-top: 80px;
}
@media (max-width: 1600px) {
	.types-lumber--category-types {
		column-gap: 30px;
	}
	.types-lumber--category-types span,
	.types-lumber--category-types a {
		min-width: 190px;
	}
}
@media (max-width: 1440px) {
	.types-lumber--categories-wrapper {
		 flex-wrap: wrap;
		padding-right: 160px;
	}
	.types-lumber--category {
		width: 100%;
	}
	.projects_and_review_sliders--testimonial-text {
		font-size: 28px;
		margin-top: 30px;
	}
	.projects_and_review_sliders--testimonial-author {
		font-size: 22px;
		margin-top: 30px;
	}
	.projects_and_review_sliders--testimonial-quotes {
		width: 40px;
	}
}
@media (min-width: 1441px) {
	.types-lumber--category + .types-lumber--category {
		max-width: 780px;
	}
}

@media (max-width: 1200px) {
	.types-lumber--categories-wrapper {
		padding-right: 80px;
	}
}
@media (max-width: 1024px) {
	.types-lumber--category-types {
		max-height: 325px;
	}
	.types-lumber--category:after {
		background: linear-gradient(0, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.00) 100%);
	}
	.map-locate-dealer--title,
	.projects_and_review_sliders--title,
	.faq-with-images__list_title {
		margin-bottom: 40px !important;
		padding-bottom: 40px !important;
	}
	.faq-with-images__list {
		gap: 20px;
	}
	.projects_and_review_sliders--testimonial-text {
		font-size: 22px;
		margin-top: 20px;
	}
	.projects_and_review_sliders--testimonial-author {
		font-size: 18px;
	}
	.slider-review .slick-prev:before,
	.slider-review .slick-next:before {
		width: 32px;
		height: 20px;
	}
	.slider-review .slick-next {
		left: 50px;
	}
	.projects_and_review_sliders--testimonials-wrapper {
		margin-top: 70px;
	}
	.projects_and_review_sliders--footer {
		gap: 30px;
		margin-top: 70px;
	}
	.projects_and_review_sliders--footer-info {
		padding-left: 30px;
	}
	.projects_and_review_sliders--projects {
		margin-top: 80px;
	}
	.projects_and_review_sliders--wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.projects_and_review_sliders--footer-info {
		border: none;
		padding-left: 0;
	}
	.projects_and_review_sliders--footer {
		margin-top: 60px;
		flex-direction: column;
	}
	.faq-with-images__item_faq_question, .faq-with-images__item_faq_answer {
		font-size: 18px;
	}
	.faq-with-images__item_faq_question:before {
		height: 17px;
		width: 17px;
		margin-left: -40px;
		margin-right: 20px;
	}
}
.options-with-pictures--title,
.content-with-image-v2 .hdr.underline {
	margin-bottom: 50px !important;
	padding-bottom: 50px !important;
}

.content-with-image-v2 .btn-wrapper {
	margin-top: 50px;
}
.content-with-image-v2 .btn-wrapper a:nth-child(2) {
	margin-left: 15px;
}
.content-with-image-v2 h3 {
	margin-top: 50px;
}

@media (max-width: 768px) {
	.options-with-pictures--block-type {
		margin-bottom: 20px;
		margin-top: 40px;
		font-size: 24px;
	}
	.options-with-pictures--title,
	.content-with-image-v2 .hdr.underline,
	.spoiler-section-block-title,
	.map-locate-dealer--title,
	.projects_and_review_sliders--title,
	.faq-with-images__list_title {
		margin-bottom: 30px !important;
		padding-bottom: 30px !important;
	}
	.content-with-image-v2 .btn-wrapper {
		margin-top: 30px;
	}
	.content-with-image-v2 .btn-wrapper a:nth-child(2) {
		margin-left: 0;
	}
	.types-lumber--category-types {
		flex-wrap: nowrap;
		max-height: 220px;
		overflow-y: auto;
		margin-top: 10px;
	}
	.types-lumber--title-wrapper {
		margin-top: 60px;
	}

	.option-with-picture-name {
		font-size: 18px;
	}
	.columns_6 .option-with-picture-name {
		font-size: 20px;
	}
}

@media (max-width: 651px) {
	.types-lumber--categories-wrapper {
		padding-right: 30px;
	}
	h1.info-block--title {
		padding-bottom: 30px !important;
		margin-bottom: 30px !important;
		font-size: 28px;
	}
	.info-block--description ul {
		grid-template-columns: auto 1fr;
	}
}

ul.callouts li {
	margin-bottom: 60px;
}
@media (min-width: 1921px) {
.plash-logout {
	margin-top: 55px;
}
}
@media (max-width: 1921px) {
.plash-logout {
	margin-top: -30px;
}
}
@media (max-width: 1230px) {
	.plash-logout {
		margin-top: 0;
	}
}
@media (max-width: 769px) {
	.plash-logout {
		margin-top: -20px;
	}
}
.spoiler-block + .spoiler-block-title {
	margin-top: 60px;
}
.page-template-page-specs .typical-vertical-padding {
	padding-bottom: 120px;
}
@media (max-width: 1230px) {
	.page-template-page-specs .typical-vertical-padding {
		padding-bottom: 80px;
	}
}
@media (max-width: 800px) {
	.page-template-page-specs .typical-vertical-padding {
		padding-bottom: 50px;
	}
}
@media (max-width: 561px) {
	.projects_and_review_sliders--projects .slick-list {
		width: calc( 100% + 140px);
	}
}

.liNone {
    display:none !important;
}
	
.hide-until-load {opacity:1.0 !important;}
	
	
