/*
Theme Name: QZR
Theme URI: http://underscores.me/
Author: QZR srl
Author URI: https://www.qzrstudio.com
Description: Custom theme made for Margaritelli Ferroviaria e Esterni Eterni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qzr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

QZR is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	text-align: center;
	font-size: 20px;
}
h1 a, h1 a:visited,h1 a:hover {
	color: #7b898e;
}
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f0f0f0; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #646f76;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 0;
	background: none;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0;
	border-radius: 0;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}*/

/*.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}*/

.main-navigation ul ul a {
	width: 195px;
}

.main-navigation ul ul li {
	line-height: 2.5rem;
}
.main-navigation ul ul li:first-child {
	margin-top: 0.5rem;
}

.main-navigation ul ul li:last-child {
	margin-bottom: 2rem;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle/*,
.main-navigation.toggled ul */{
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,/*
.entry-content:before,
.entry-content:after,*/
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/* QZR */

body {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #646f76;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
header {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
}
footer#colophon {
	width: 100%;
	min-height: 200px;
	background: #7b898e;
}
footer .sub-menu {
	display: none;
}
.mainColumn {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.main-navigation {
	height: 75px;
	background: #7b898e;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: 14px;
}
.main-navigation a {
	color: white;
	font-family: 'Share', sans-serif;
	display: inline-block;
	height: 70px;
	line-height: 65px;
	padding: 0 29px 0 28px; /*22*/
}
.main-navigation a:hover,.current-menu-item a {
	border-bottom: 8px solid white
}

#headerLogo img{
	width: 100%;
	max-width: 200%;
}
.column-of-1 { width: 100% }
.column-of-2 { width: 50% }
.column-of-3 { width: 33.33% }
/*.column-of-3:first-child { width: 34% }*/
.double-column-of-3 { width: 66% }
.column-of-4 { width: 25% }
.column-of-5 { width: 20% }
.columns-1,.spacer-1 { width:  100px; }
.columns-2 	{ width:  200px; }
.columns-3 	{ width:  300px; }
.columns-4 	{ width:  400px; }
.columns-5 	{ width:  500px; }
.columns-6 	{ width:  600px; }
.columns-7 	{ width:  700px; }
.columns-8 	{ width:  800px; }
.columns-9	{ width:  900px; }
.columns-10	{ width: 1000px; }
.columns-11 { width: 1100px; }
.columns-12 { width: 1200px; }

.colPadding {
	padding: 0 12px;
}
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6,
.columns-7,
.columns-8,
.columns-9,
.columns-10,
.columns-11,
.columns-12 {
	position: relative;
}
.left  { float: left; }
.right { float: right; }
.center { margin-left: auto; margin-right: auto; }
br.clear { clear: both; }

#searchBtn a {
	display: block;
	color: white;
	font-size: 30px;
	text-align: center;
	height: 75px;
	background: #211F1F;
	line-height: 70px;
}
.pageSection {
	padding: 200px 0;
	background-position: center center;
}
.smallPageSection {
	padding: 100px 0;
	background-position: center center;
}
.paddingBottom {
	padding-bottom: 100px;
}
.pageSection.doublePaddingTop.noPaddingBottom {
	padding: 600px 0 0;
}
.pageSection.fullscreen {
	padding: 0;
}
h1 {
	padding: 20px 0;
}
h2 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 45px;
	line-height: 49px;
	/*font-size: 50px;
	line-height: 54px;*/
	color: white;
}
.decoration {
	position: relative;
	margin: 0 auto 60px auto;
	width: 975px;
	height: 2px;
	background: white;
}
.smalldivider {
	margin: 20px 0;
	width: 50px;
	height: 2px;
	background: white;
}
.simplebutton a {
	color: #646f76;
	display: block;
	position: relative;
	width: 200px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 auto 60px;
	text-align: center;
	background: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-family: 'Share', sans-serif;
}
.sectionbutton-item-small,
.sectionbutton-item-medium {
	background-size: cover;
	padding: 30px 75px;
	color: white;
}
.sectionbutton-item-small {
	background-size: cover;
	padding: 30px 40px;
	color: white;
}
.sectionbutton-item-small h3,
.sectionbutton-item-medium h3,
.introwithicons-item h3 {
	font-family: 'Share',sans-serif;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.introwithstats-item h4 {
	font-family: 'Share',sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.sectionbutton-wrapper-small,
.sectionbutton-wrapper-medium {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.sectionbutton-wrapper-small .sectionbutton-item-small,
.sectionbutton-wrapper-medium .sectionbutton-item-medium {
	flex: 1;
}
.sectionbutton-wrapper-large {
	margin-top: -40px
}
.sectionbutton-wrapper-large .sectionbutton-item-large {
	padding: 30px 50px;
	text-align: center;
	color: white;
	margin-bottom: 5px;
}
.sectionbutton-item-large h3 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	/*padding-top: 30px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	line-height: 34px;
}
.sectionbutton-item-large .icon-arrow-right {
	font-size: 26px;
	margin: -10px 0;
}
.sectionbutton-item-small a,
.sectionbutton-item-medium a,
.sectionbutton-item-large a,
.sectionbutton-item-huge a {
	color: white;
}

.sectionbutton-wrapper-huge {
	margin-top: -40px;
}
.sectionbutton-wrapper-huge .sectionbutton-item-huge {
	padding: 30px 50px;
	text-align: center;
	color: white;
}
.sectionbutton-item-huge h3 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 45px;
	line-height: 44px;
}
.sectionbutton-item-huge .icon-arrow-right {
	margin: -10px 0;
}
.sectionbutton-item-huge {
	min-height: 250px;
}
.sectionbutton-image-huge {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.introwithicons-item h3 {
	font-size: 18px;
	line-height: 22px;
	color: white;
}
.introwithicons-wrapper,
.introwithstats-wrapper {
	text-align: center;
	color: white;
}
.introwithicons-content,
.introwithstats-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.introwithicons-introduction,
.introwithstats-introduction {
	padding: 0 50px 50px;
}
.introwithicons-item img {
	max-width: 100px;
	margin-bottom: 10px;
}
.iconwithstats-item {
	text-transform: uppercase;
	border-right: 2px solid white
}
.iconwithstats-item:nth-child(4) {
	border-right: 0;
}
.iconwithstats-item.small { width: 24%; }
.iconwithstats-item.medium { width: 33%; }
.iconwithstats-item.large { width: 50%; }
.iconwithstats-item h3 {
	font-family: 'Share',sans-serif;
	font-weight: normal;
	font-size: 80px;
	line-height: 84px;
}
.iconwithstats-item h4 {
	font-family: 'Share',sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
.postgrid-item {
	padding: 30px 30px;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.postgrid-item-background {
	position: relative;	
	padding-bottom: 33%;
	background-size: cover;
	background-position: center;
}
.postgrid-item, .postgrid-item a {
	color: white;
}
.postgrid-item h3 {
	font-family: 'Share', sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.postgrid-item-date {

}

#pageindex {
	position: fixed;
	right: 50px;
	top: 50%;
	list-style: none;
	z-index: 100;
}
#pageindex a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid white;
	margin: 4px 0;
}
#pageindex .current a {
	background: white;
}

.panel-row-centerbkg {
	background-size: 1176px !important	;
	background-position: center 160px !important	;
}
.maincontent-subtitle {
	text-align: center;
}
.maincontent-text,
.maincontent-profiles {
	padding-bottom: 30px;
}
.maincontent-profile {
	text-align: center;
}
.maincontent-profile-image {
	border-radius: 50%;
	width: 100%;
	padding-top: 100%;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	background-color: #afcde1;
}
.maincontent-profile h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
.maincontent-profile h4 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	min-height: 60px;
	color: #86ab48;
}
.maincontent-profile .simplebutton a {
	margin-top: 0px;
	width: auto;
	max-width: 100%;
	background: rgba(123,137,142,0.8);
	color: white;
	margin-bottom: 40px;
}
.maincontent-profile .simplebutton a.opened {
	background: #afcde1;
	color: #646f76;
}
.maincontent-profile .profile {
	display: none;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 2px solid #646f76;
}
.maincontent-profile .profile p {
	margin: 0;
	margin-bottom: 15px;
}

.qzr-timeline {
	color: white;
	position: relative;
	
}
.qzr-timeline h2 {
	padding-top: 250px;
}
.timeline-bkg-holder {
	width: 100%;
	min-height: 100%;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: 0;
}
.timeline-bkg-holder li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.timeline-bkg-holder li.current {
	opacity: 1;	
}
.timeline-texts-holder {
	overflow: hidden;
	min-height: 200px;
	list-style: none;
}
.timeline-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.timeline-text.current {
	opacity: 1;
}
.timeline-years-holder {
	list-style: none;
	height: 100px;
}
.timeline-year {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	position: absolute;
	font-size: 20px;
	top: 50px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
	transform: translate(-50%,0);
}
.timeline-year.current {
	font-size: 50px;
	top: 10px;
}
.timeline-year:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 30px;
	top: 30px;
	left: 50%;
	background: white;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.timeline-year.current:after {
	top: 40px;
	height: 60px;
}
.timeline-arrow-left {
	position: absolute;
	font-size: 26px;
	left: -50px;
	top: 350px;
	cursor: pointer;
}
.timeline-arrow-right {
	position: absolute;
	font-size: 26px;
	right: -50px;
	top: 350px;
	cursor: pointer;
}
.timeline-text-year {
	font-family: 'Merriweather', serif;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
}

.accordion-sections,
.accordionfade-images {
	list-style: none;
}
.accordion-section {
	border-top: 2px solid #86ab48;
	padding: 10px 0;
	clear: both;
}
.accordion-section:last-child {
	border-bottom: 2px solid #86ab48;	
}
.accordion-section-title {
	font-size: 18px;
	line-height: 22px;
	color: #86ab48;
	cursor: pointer;
}
.accordion-section-content {
	display: none;
}
.accordion-section-image {
	/*margin-top: -30px;*/
}

.accordion-section-image img {
	text-align: center;
	width: 100%;
}
.accordion-section-text {

}
.accordion-section-toggle {
	position: relative;
	float: right;
	width: 40px;
	text-align: center;
}
.qzr-accordion h2,
.qzr-accordionfade h2 {
	margin-top:-60px;
	text-align: left;
}
.accordionfade-images {
	min-height: 100px;
}
.accordionfade-images li {
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.accordionfade-images li.current {
	opacity: 1;
}

h2.product-category-title {
	line-height: 76px;
	font-size: 30px;
	padding: 0;
	background: #b3bebe;
}
.product-category-header {
	position: fixed;
	top: 139px;
	left: 0;
	width: 100%;
	z-index: 110;
}
.single-product-header h2.product-category-title {
	background: rgba(155,155,155,0.75)
}

.product-categories-list {
	list-style: none;
	height: 32px;
	line-height: 32px;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	/*background: #7B898E;*/
}
.product-categories-list.fixed {
	display: none;
}
.product-categories-list li {
	font-family: 'Share',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	border-left: 2px solid #f0f0f0;
	box-sizing: border-box;
	background: #7B898E;
}
.product-categories-list li:first-child {
	border-left: 0;
}
.product-categories-list li:hover,
.product-categories-list li.current {
	background: #afcde1;
	cursor: pointer;
}
.product-categories-list .column-of-3 { width: 33% }
.product-categories-list .column-of-3:first-child { width: 34% }
.products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product {
	width: 100%;
	padding: 0 20px;
	background: #657176;
	border-bottom: 2px solid #f0f0f0;
	-webkit-transition: background 1s, padding 1s;
	transition: background 1s, padding 1s;
}
.product.link {
	background-size: cover;
	background-position: center center;
}
.product.current {
	background: #afcde1;
}
.product-title {
	cursor: pointer;
	padding: 40px 0;
	-webkit-transition: padding 1s;
	transition: padding 1s;
	position: relative;
}
.product-title h3,.product-title span {
	display: inline-block;
	color: white;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Share', sans-serif;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.product-title h4 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Share',sans-serif;
	text-transform: uppercase;
	color: white;
	-webkit-transition: color 1s;
	transition: color 1s;
	font-weight: normal;
}
.product h4 p {
	margin: 0;
}
.product.current .product-title {
	padding: 40px 0;
}
.product.current .product-title h3 {
	font-size: 45px;
	line-height: 49px;
	color: black;
}
.product-title h3 {
	margin-right: 30px;
}
.product.current h4 {
	color: black;
}
.product-toggle,
.product-link {
	position: absolute;
	/*top: 40px;*/
	top: 50%;
	transform: translate(0px, -50%);
	right: 0;
	width: 40px;
	text-align: center;
}
.product-content {
	display: none;
	padding-bottom: 20px;
}
.products-list {
	display: none;
}
.products-list.unique {
	display: block;
}
.product.is-flex {
	padding: 0;
}
.product .flex {
	min-height: 200px;
	display: flex;
	align-items: center;
}
.product:nth-child(even) .flex {
	flex-direction: row-reverse;
}
.product .flex > * {
	width: 100%;
}
.product .flex .product-title {
	padding-left: 24px;
	padding-right: 24px;
}
.product .flex .product-image {
	margin: 0;
	background-size: cover;
	background-position: center 33%;
	height: 200px;
}

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

.productspecs-list ul {
	list-style: none;
	margin-top: 20px;
}
.productspecs-column {
	width: 50%;
}
.productspecs-list ul li {
	border-top: 1px solid white;
	clear: both;
	line-height: 35px
}
.productspecs-list ul li:first-child {
	border-top: 0;
}
.productspecs-buttons {
	position: absolute;
	top: -40px;
	left: 0px;
}

.productspecs-buttons .simplebutton a {
	width: 100%;
	background: #eae8e6;
}
.productspecs-buttons .simplebutton a:hover, 
.productspecs-buttons .simplebutton a:focus {
	background: #fff;
}




.qzr-captiongallery {
	color: white;
	position: relative;
	min-height: 500px;
}
.qzr-captiongallery h2 {
	padding-top: 250px;
}
.captiongallery-bkg-holder {
	width: 100%;
	min-height: 100%;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: 0;
}
.captiongallery-bkg-holder li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.captiongallery-bkg-holder li.current {
	opacity: 1;	
}
.captiongallery-texts-holder {
	position: relative;
	overflow: hidden;
	min-height: 32px;
	list-style: none;
	color: #646f76;
	margin-right: 150px;
	padding: 4px 12px;
}
.captiongallery-text {
	/*position: absolute;
	top: 5px;
	left: 10px;
	right: 0;*/
	display: none;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.captiongallery-text p {
	margin: 0;
}
.captiongallery-text.current {
	opacity: 1;
}
.captiongallery-arrow-left,
.captiongallery-arrow-right {
	position: absolute;
	font-size: 18px !important;
	left: -70px;
	top: 350px;
	z-index: 10;
	cursor: pointer;
	background: #7B898E;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3.2rem !important;
	border-radius: 2rem;
	padding: 0 !important;
}
.captiongallery-arrow-right {
	left: auto;
	right: -70px;
}


.captiongallery-nav-holder {
	min-height: 32px;
	position: absolute;
	bottom: 100px;
	width:100%;
}
.captiongallery-index-holder {
	float: right;
	width: 150px;
	list-style: none;
	padding: 0;
	display: table-cell;
	vertical-align: bottom;
}
.captiongallery-index-holder li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #646f76;
	margin: 10px 2px;
}
.captiongallery-index-holder li.current {
	background: #646f76;
}
.postgrid-wrapper {
	margin-top: -40px
}

.article-header {
	margin-top: 160px;
	background-size: cover;
	background-position: center center;
}
.article-header-nav {
	height: 75px;
	background: rgba(123,137,142,0.8);
	line-height: 75px;
	text-align: center;
}
.article-header-nav a {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}
.article-header-subtitle {
	padding: 40px 40px 100px 40px;
	text-align: center;
	font-size: 25px;
	line-height: 34px;
	color: white;
	background: rgba(123,137,142,0.8);
}
.article-header-subtitle h3 {
	font-weight: normal;
}
.article-content-text {
	padding: 30px 0 50px;
}
.article-content-gallery {

}
.article-content-gallery .gallery-item {
	width: 33.3%;
	padding: 0;
	margin:0; 
	line-height: 0;
}
.article-content-gallery .gallery-item img{
	width:100%;
}
.article-content-footer {
	margin-top: 10px;
	border-top: 2px solid #646f76;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sow-slider-images {
	padding:0;
}

.sow-sld-icon-thin-rounded-left, 
.sow-sld-icon-thin-rounded-right {
	font-family: 'icomoon' !important;
}
.sow-sld-icon-thin-rounded-left:before {
	content: "\e094" !important;
}
.sow-sld-icon-thin-rounded-right:before {
	content: "\e095" !important;
}
.sow-slider-base .sow-slide-nav {
	opacity: 1 !important;
}
#primary .sow-slider-base .sow-slider-pagination li a {
	background: transparent;
	border: 2px solid white;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: -1px;
}
.sow-slider-base .sow-slider-pagination li.sow-active a {
	background: #fff !important;
}

.timeline-text-title {
	text-transform: uppercase;
}

footer {
	padding: 40px 0;
	color: white;
	font-size: 14px;
}
footer img {
	width: 160px;
	height: 60px;
	vertical-align: -13px;
	margin-right: 10px;
}
footer ul {
	list-style: none;
	text-transform: uppercase;
}
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
	color: white;
}
footer .current-menu-item a {
	border-bottom: 0;
}
.qzr-video-background,
.qzr-slide-background {
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.panel-grid {
	position: relative;
}
.qzr-video-background iframe {
	max-width: none;
}

.product-category-title .backbutton {
	color: white;
	font-family: 'Share', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-left: -100px;
	line-height: 75px;
	font-weight: normal;
}

.qzr-slide-background {
	display: none;
}
.qzr-slide-background li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.qzr-slide-background li.current {
	opacity: 1;
}
#searchBar {
	display: none;
}
.entry-header {
	position: static;
}
.search-page h2 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 45px;
	line-height: 49px;
	/*font-size: 50px;
	line-height: 54px;*/
	color: white;
}
.page-header {
	display: none;
}
input[type="submit"],
.search-submit {
	background: black;
	color: white;
	text-transform: uppercase;
	margin: 0 5px;
	width: 100px;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	font-family: 'Share', sans-serif;
}
input[type="search"],
.search-field {
	font-size: 18px;
	line-height: 40px;
	font-family: 'Share', sans-serif;
	padding: 0 10px;
}
#languagesBar {
	position: absolute;
	top: -40px;
	right: 15px;
	width: 75px;
	text-align: center;
	text-transform: uppercase;
	color: white; /*#7b898e;*/
}
#languagesBar a,
#languagesBar a:hover,
#languagesBar a:active,
#languagesBar a:visited {
	color: white; /*#7b898e;*/
	font-size: 12px;
	padding: 0 2px;
}

.sectionbutton-item-small h3 {
	font-size:  24px;
	line-height: 28px;
}
.scroll-to-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	background: #7b898e;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	color: white;
	cursor: pointer;
	display: none;
}
.scroll-to-top:hover {
	opacity: 1;
}

.mrs-header {
	padding-top: 3rem;
	/*padding-bottom: 3rem;*/
	background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}
.mrs-header .mainColumn {
	display: flex;
	justify-content: space-between;
}
.mrs-header #headerLogo {
	position: relative;
}
.mrs-header .site-branding {
	position: absolute;
	left: 100px;
	top: 6px;
	width: 120px;
}
.mrs-header .site-branding h1 {
	text-align: left;
	text-transform: uppercase;
	text-indent: -10000px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 337 91.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='m104 0c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.4 12.2 12.2 12.2 2.2 0 5.49-1.19 6.3-2.87v2.07h6v-17.7h-10.6v5.6h4.4v0.801c0 3.3-2.8 6-6.1 6s-6-2.8-6-6v-11.1c0-3.4 2.8-6 6.1-6 3.4 0 6.1 2.7 6.1 6l6.1-1.3c-0.6-6.2-5.8-11-12.2-11zm-104 0.6v34.2h6.3v-17.3c2.1 1.4 4.7 2.1 7.4 2.1s5.3-0.8 7.4-2.1v17.3h6.3v-34.2h-6.3v5.3c0 4.2-3.7 6.9-7.4 6.9-3.7-0.1-7.4-2.7-7.4-6.9v-5.3zm41.4 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20.5 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm68 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm29.6 0v6.2h6.2v21.7h-6.2l0.0996 6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm22 0v6.2h9v27.9h6.4v-27.8h9.1v-6.3zm29.1 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm30.1 0v34.2h24.5v-6.3h-18.3v-27.9zm29.6 0v34.2h24.5v-6.3h-18.3v-27.9zm28.7 0v6.2h6.2v21.7h-6.2v6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm-251 6h7.5c2.6 0 4.7 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm88 0h7.5c2.6 0 4.8 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm-111 3 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm88.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm-91 46c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.5 12.2 12.3 12.2s12.3-5.5 12.3-12.2v-11.1c0-6.7-5.5-12.2-12.3-12.2zm96.4 0c-5.1 0-9.2 4.2-9.2 9.3 0 4.3 3 8.2 7 9.1l5.1 1.2c2.8 0.7 4.3 2.8 4.3 5.1 0 2.4-2.1 4.6-4.5 4.6h-3.2c-2.1 0-4-1.6-4.2-3.7l-0.102-1-6.2 0.9c0.7 5.6 4.8 10 12.2 10s11.9-5 11.8-10.9c0.1-3.6-1.5-6.3-3.9-8.2-1.5-1.2-3.3-2.1-5.2-2.6l-4.8-1.1c-1.4-0.3-2.5-1.4-2.5-2.9v-0.801c0-1.5 1.3-2.8 2.8-2.8h2.3c1.3 0 2.5 0.9 2.8 2.1l0.301 1.4 6.1-0.9c-0.2-4.9-4.3-8.8-9.2-8.8zm-138 0.6v34.2h6.2v-12.5h7.7l4.4 9.2v3.3h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm87.3 0v34.2h12.2c6.7 0 12.3-5.5 12.4-12.3v-9.7c0-6.7-5.5-12.2-12.3-12.2zm153 0v6.3h9v27.9h6.4v-27.9h9.1v-6.3zm26.6 0v4.6c0 0.6 0.202 1.3 0.602 1.7l8.6 13.3v14.7h6.3v-14.7l8.6-13.2c0.3-0.5 0.398-1.1 0.398-1.8v-4.6h-6.2v3.6l-6.3 9.6-5.7-9.6v-3.6zm-200 0.102-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm96.5 0-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm20.4 0v34.2h6.2v-15.1h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm29.2 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm-171 5.5c3.4 0 6.1 2.7 6.1 6.1v11c0 3.3-2.8 6-6.1 6-3.4 0-6.1-2.8-6.1-6v-11.1c0-3.3 2.8-6 6.1-6zm-36 0.5h7.5c2.6 0 4.8 2.1 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm87.3 0.199h6.1c3.4 0 6.1 2.6 6.1 6.1v9.6c0 3.4-2.8 6-6.1 6h-6.1zm-23.4 2.8 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm96.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
}
.mrs-header.expanded .site-branding h1 {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 337 91.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m104 0c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.4 12.2 12.2 12.2 2.2 0 5.49-1.19 6.3-2.87v2.07h6v-17.7h-10.6v5.6h4.4v0.801c0 3.3-2.8 6-6.1 6s-6-2.8-6-6v-11.1c0-3.4 2.8-6 6.1-6 3.4 0 6.1 2.7 6.1 6l6.1-1.3c-0.6-6.2-5.8-11-12.2-11zm-104 0.6v34.2h6.3v-17.3c2.1 1.4 4.7 2.1 7.4 2.1s5.3-0.8 7.4-2.1v17.3h6.3v-34.2h-6.3v5.3c0 4.2-3.7 6.9-7.4 6.9-3.7-0.1-7.4-2.7-7.4-6.9v-5.3zm41.4 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20.5 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm68 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm29.6 0v6.2h6.2v21.7h-6.2l0.0996 6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm22 0v6.2h9v27.9h6.4v-27.8h9.1v-6.3zm29.1 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm30.1 0v34.2h24.5v-6.3h-18.3v-27.9zm29.6 0v34.2h24.5v-6.3h-18.3v-27.9zm28.7 0v6.2h6.2v21.7h-6.2v6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm-251 6h7.5c2.6 0 4.7 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm88 0h7.5c2.6 0 4.8 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm-111 3 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm88.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm-91 46c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.5 12.2 12.3 12.2s12.3-5.5 12.3-12.2v-11.1c0-6.7-5.5-12.2-12.3-12.2zm96.4 0c-5.1 0-9.2 4.2-9.2 9.3 0 4.3 3 8.2 7 9.1l5.1 1.2c2.8 0.7 4.3 2.8 4.3 5.1 0 2.4-2.1 4.6-4.5 4.6h-3.2c-2.1 0-4-1.6-4.2-3.7l-0.102-1-6.2 0.9c0.7 5.6 4.8 10 12.2 10s11.9-5 11.8-10.9c0.1-3.6-1.5-6.3-3.9-8.2-1.5-1.2-3.3-2.1-5.2-2.6l-4.8-1.1c-1.4-0.3-2.5-1.4-2.5-2.9v-0.801c0-1.5 1.3-2.8 2.8-2.8h2.3c1.3 0 2.5 0.9 2.8 2.1l0.301 1.4 6.1-0.9c-0.2-4.9-4.3-8.8-9.2-8.8zm-138 0.6v34.2h6.2v-12.5h7.7l4.4 9.2v3.3h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm87.3 0v34.2h12.2c6.7 0 12.3-5.5 12.4-12.3v-9.7c0-6.7-5.5-12.2-12.3-12.2zm153 0v6.3h9v27.9h6.4v-27.9h9.1v-6.3zm26.6 0v4.6c0 0.6 0.202 1.3 0.602 1.7l8.6 13.3v14.7h6.3v-14.7l8.6-13.2c0.3-0.5 0.398-1.1 0.398-1.8v-4.6h-6.2v3.6l-6.3 9.6-5.7-9.6v-3.6zm-200 0.102-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm96.5 0-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm20.4 0v34.2h6.2v-15.1h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm29.2 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm-171 5.5c3.4 0 6.1 2.7 6.1 6.1v11c0 3.3-2.8 6-6.1 6-3.4 0-6.1-2.8-6.1-6v-11.1c0-3.3 2.8-6 6.1-6zm-36 0.5h7.5c2.6 0 4.8 2.1 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm87.3 0.199h6.1c3.4 0 6.1 2.6 6.1 6.1v9.6c0 3.4-2.8 6-6.1 6h-6.1zm-23.4 2.8 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm96.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4z'/%3E%3C/svg%3E%0A");
}
.mrs-header #languagesBar {
	top: -30px;
}

.mrs-header .menu {
	position: absolute;
	width: 100%;
    height: 0;
    top: 0;
	overflow: hidden;
	transition: 0.5s height;
}
.mrs-header .menu .cover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.95;
	background: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.mrs-header .menu #site-navigation{
	padding-top: 150px;
}
.mrs-header.expanded .menu{
    height: 100vh;
}

.mrs-header .menu ul{
    list-style: none;
}
.mrs-header .menu ul li{
	display: block;
	float: none;
    list-style: none;
	margin-bottom: 0.5rem;
}
.mrs-header .menu a {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	width: 18rem;
	color: black;
	font-size: 2rem;
	line-height: 2.5rem;
	height: auto;
	text-transform: uppercase;
	border: 0;
}
.mrs-header .sub-menu a{
	width: 100%;
}
.mrs-header .menu a:hover{
	color: #8E8E8E;
	border: 0;
}
.mrs-header .menu .sub-menu{
	margin-left: 2rem;
	display: none;
}
.mrs-header .menu .menu-item-has-children {
	position: relative;
}
.mrs-header .menu .menu-item-has-children > .plus-btn {
	position: absolute;
	left: 16rem;
	top: 0.3rem;
	width: 1.6rem;
	height: 1.6rem;
	cursor: pointer;
}
.mrs-header .menu .menu-item-has-children > .plus-btn:hover {
	opacity: 0.33;
}
.mrs-header .menu .menu-item-has-children > .plus-btn:after{
	content: '';
	position: absolute;
	top: 50%;
	right: calc(50% - 1px);
	height: 1.6rem;
	width: 2px;
	background-color: black;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.mrs-header .menu .menu-item-has-children > .plus-btn:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	width: 1.6rem;
	transform: translateY(-50%);
	background-color: black;
}
.mrs-header .menu .menu-item-has-children.toggled > .plus-btn:after{
	top: 50%;
	height: 0;
}
@media screen and (min-width: 768px){
	.mrs-header .menu-toggle {
		display: block;
	}
}
.mrs-header .main-navigation {
	height: 0;
	background: none;
	transition: all 0.3s;
	padding: 0 70px;
	/*overflow: auto;*/
}
.mrs-header.expanded .main-navigation {
	height: 100vh;
}
.mrs-header .hamburger{
	padding: 5px;
	margin-right: -5px;
	transform: translate3d(0, 0, 0); 
	z-index: 99;
    border: 0;
	background-color: transparent;
	cursor: pointer;
}
.mrs-header .hamburger:focus{
	outline: none;
	-moz-outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mrs-header .hamburger .hamburger-segment{
	height: 0;
	width: 35px;
	border-bottom: 2px solid white;
	display: block;
	opacity: 1;
	margin-top: 5px;
	transition: all 0.15s linear;
	transform-origin: 50% 50%;
}
.mrs-header.expanded .hamburger .hamburger-segment {
	border-bottom: 2px solid black;	
}
.mrs-header .hamburger .hamburger-segment:nth-child(2) {
	transition: opacity 0.1s linear;
}
.mrs-header.expanded .hamburger .hamburger-segment:nth-child(1) {
	transform: rotate(45deg) translate3d(5px, 5px, 0);
}
.mrs-header.expanded .hamburger .hamburger-segment:nth-child(2) {
	opacity: 0;
}
.mrs-header.expanded .hamburger .hamburger-segment:nth-child(3) {
	transform: rotate(-45deg) translate3d(5px, -5px, 0);
}
.mrs-header.expanded .languagesList {
	margin-top: 2rem;
}
.mrs-header.expanded .languagesList a {
	font-size: 1.5rem;
}
.mrs-header #languagesBar {
	/*display: none;*/
}
.mrs-header .showOnMobile {
	display: none !important;
}
@media screen and (min-width: 768px){
	.mrs-header .showOnMobile {
		display: block !important;
	}
}

/* Correzioni 2023 */
.so-widget-qzr-vimeo.so-widget-qzr-vimeo-base{
	line-height: 0;
}

.productspecs-buttons {
	position: static;
}
.productspecs-buttons .simplebutton a {
	margin-bottom: 0;
}
.widget_qzr-productspecs {
	background: #DEDEDF;
}
.widget_qzr-productspecs .panel-widget-style {
	background: none !important;
}
.widget_qzr-productspecs.panel-first-child {
	padding-top: 3rem;
	/*margin-top: -100px;*/
}
.widget_qzr-productspecs.panel-last-child {
	padding-bottom: 3rem;
}

/* Correzioni 2026 */

footer .site-title h1 {
	text-align: left;
	text-transform: uppercase;
	text-indent: -10000px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 337 91.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='m104 0c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.4 12.2 12.2 12.2 2.2 0 5.49-1.19 6.3-2.87v2.07h6v-17.7h-10.6v5.6h4.4v0.801c0 3.3-2.8 6-6.1 6s-6-2.8-6-6v-11.1c0-3.4 2.8-6 6.1-6 3.4 0 6.1 2.7 6.1 6l6.1-1.3c-0.6-6.2-5.8-11-12.2-11zm-104 0.6v34.2h6.3v-17.3c2.1 1.4 4.7 2.1 7.4 2.1s5.3-0.8 7.4-2.1v17.3h6.3v-34.2h-6.3v5.3c0 4.2-3.7 6.9-7.4 6.9-3.7-0.1-7.4-2.7-7.4-6.9v-5.3zm41.4 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20.5 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm68 0-0.301 0.9-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.801 5.5 2.3 0.1 0.1 0.101 0.199 0.201 0.199 0.6 0.7 0.998 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.3 0.0996 0.4h6.4l-10.8-33.9h-5.9zm20 0v34.1h6.2v-12.5h7.7l4.4 9.2v3.4h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm29.6 0v6.2h6.2v21.7h-6.2l0.0996 6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm22 0v6.2h9v27.9h6.4v-27.8h9.1v-6.3zm29.1 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm30.1 0v34.2h24.5v-6.3h-18.3v-27.9zm29.6 0v34.2h24.5v-6.3h-18.3v-27.9zm28.7 0v6.2h6.2v21.7h-6.2v6.4h18.2v-6.3h-5.8v-21.7h5.8v-6.3zm-251 6h7.5c2.6 0 4.7 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm88 0h7.5c2.6 0 4.8 2.2 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm-111 3 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm88.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm-91 46c-6.8 0-12.3 5.4-12.3 12.2v11.1c0 6.7 5.5 12.2 12.3 12.2s12.3-5.5 12.3-12.2v-11.1c0-6.7-5.5-12.2-12.3-12.2zm96.4 0c-5.1 0-9.2 4.2-9.2 9.3 0 4.3 3 8.2 7 9.1l5.1 1.2c2.8 0.7 4.3 2.8 4.3 5.1 0 2.4-2.1 4.6-4.5 4.6h-3.2c-2.1 0-4-1.6-4.2-3.7l-0.102-1-6.2 0.9c0.7 5.6 4.8 10 12.2 10s11.9-5 11.8-10.9c0.1-3.6-1.5-6.3-3.9-8.2-1.5-1.2-3.3-2.1-5.2-2.6l-4.8-1.1c-1.4-0.3-2.5-1.4-2.5-2.9v-0.801c0-1.5 1.3-2.8 2.8-2.8h2.3c1.3 0 2.5 0.9 2.8 2.1l0.301 1.4 6.1-0.9c-0.2-4.9-4.3-8.8-9.2-8.8zm-138 0.6v34.2h6.2v-12.5h7.7l4.4 9.2v3.3h6.2v-4.2c0-0.4-0.201-0.899-0.301-1.3l-4.6-8.9c3-1.9 4.9-5.2 4.9-9 0-6-4.9-10.8-10.8-10.8zm87.3 0v34.2h12.2c6.7 0 12.3-5.5 12.4-12.3v-9.7c0-6.7-5.5-12.2-12.3-12.2zm153 0v6.3h9v27.9h6.4v-27.9h9.1v-6.3zm26.6 0v4.6c0 0.6 0.202 1.3 0.602 1.7l8.6 13.3v14.7h6.3v-14.7l8.6-13.2c0.3-0.5 0.398-1.1 0.398-1.8v-4.6h-6.2v3.6l-6.3 9.6-5.7-9.6v-3.6zm-200 0.102-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm96.5 0-0.301 0.898-10.3 33.2h6.3v-0.0996l0.6-1.9c0.4-0.8 0.9-1.6 1.5-2.3 1.4-1.4 3.4-2.3 5.4-2.3 2.1 0 4.1 0.799 5.5 2.3 0.1 0.1 0.0992 0.201 0.199 0.201 0.6 0.7 1 1.4 1.4 2.3l0.4 1.2c0 0.1 0.0996 0.298 0.0996 0.398h6.4l-10.8-33.9h-5.9zm20.4 0v34.2h6.2v-15.1h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm29.2 0v34.3h24.5v-6.3h-18.3v-8.9h12.3v-6.2h-12.3v-6.6h18.3v-6.3zm-171 5.5c3.4 0 6.1 2.7 6.1 6.1v11c0 3.3-2.8 6-6.1 6-3.4 0-6.1-2.8-6.1-6v-11.1c0-3.3 2.8-6 6.1-6zm-36 0.5h7.5c2.6 0 4.8 2.1 4.7 4.9 0 2.6-2.1 4.7-4.7 4.7h-7.5zm87.3 0.199h6.1c3.4 0 6.1 2.6 6.1 6.1v9.6c0 3.4-2.8 6-6.1 6h-6.1zm-23.4 2.8 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4zm96.5 0 4 13.3c-2.5-0.8-5.4-0.8-8 0l3.4-11.4z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
}
