/*!
Theme Name: Theme MyTopStar
Theme URI: http://underscores.me/
Author: Metodoadv S.r.l. by Enrico Fanucchi
Author URI: https://metodoadv.com/
Description: Tema personalizzato per slugtema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ims
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

slugtema is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #6C6B76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

ul, ol {
	/*margin: 0 0 1.5em 3em;*/
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #80BB00;
}

a:visited {
	
}

a:hover, a:focus, a:active {
	color: #80BB00;
}

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 ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

span.sottotitolo {
	text-transform: lowercase;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

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




@media screen and (min-width: 59.9em) {
	.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%;
}

/* voce di menù area riservata */
a.reserved {
    position: relative;
    float: right;
    top: -90px;
    font-size: 12px;
}


.reserved i {
    position: relative;
    top: 5px;
    right: 0;
    color: #6C6B76;
}

#menu-mobile a.reserved {
    position: relative;
    float: left;
    top: 40px;
    font-size: 16px;
    padding-left: 20px;
}

#menu-mobile a.reserved i {
	    color: #80BB00;
}

.reserved-footer i {
    position: relative;
    display: inline-block;
    top: 8px;
    left: -10px;
}
/* fine voce di menù area riservata */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

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

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

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

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/

a.prezoom {overflow: hidden; display: block;}
a.prezoom img {transition: all 0.5s;transform: scale(1.0);}
a.prezoom img:hover {transition: all 0.5s;transform: scale(1.1)}
.zoom {transition: all 0.5s;transform: scale(1.0);}
.zoom:hover { transition: all 0.5s;transform: scale(1.1); }

.verticalbox {opacity: 0;transition: all 0.5s;}
.verticalbox2 {opacity: 0;transition: all 0.5s;}
a.vertical {display:none; transition: all 0.3s;position: fixed;top: 15%;right: -5px;z-index: 111;background: #fff; border:1px solid #AB192D; font-size: 16px;font-weight: bold;color: #151515;padding: 15px 18px ;writing-mode: tb-rl;}
a.vertical svg {font-size: 24px}
a.vertical:hover {transition: all 0.3s; background:#AB192D;color:#fff; }
a.vertical2 { display:none; transition: all 0.3s;position: fixed;top: 22%;right: -8px;z-index: 111;background: #fff; border:1px solid #AB192D; font-size: 16px;font-weight: bold;color: #151515;padding: 15px 18px ;writing-mode: tb-rl;}
a.vertical2 svg {font-size: 24px}
a.vertical2:hover {transition: all 0.3s; background:#AB192D;color:#fff; }
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
#page {position: relative;}
header { height: 90px; line-height: 90px;  background: #ffffff; position: relative; z-index: 2 }
header.uk-active {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
ul.menu {display: inline-block;text-align: center;margin: 0 auto;width: 100%;}
ul.menu li { margin-right: 10px; color: #6C6B76;display: inline-block;}
ul.menu li a{ color: #6C6B76; font-size: 15px;font-weight:bold;}
ul.menu li.active a {color: #80BB00; }
ul.menu li a:hover {color: #80BB00; transition: all 0.3s; }
.bottom-header { text-align: center;background: #fff; margin-top: -91px;}
.bottom-header.uk-active {  top:90px!important; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); z-index: 111;}
.bottom-header a {color: #6C6B76; font-weight: bold; text-transform: uppercase; font-size: 15px; display: block; margin-bottom: 20px; line-height: 24px;}
.bottom-header a:hover {text-decoration: none; opacity: 0.7}
.bottom-header .content-menu{ padding:75px 0; border-top: 1px solid #EDEDED; background: #f8f8f8;    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%); }
div.submenu-prodotti { opacity: 0; height: 0; visibility: hidden; transition: all 0.3s; }
div.submenu-prodotti.active {opacity: 1; height: auto; visibility: visible;}
div.submenu-laminati { opacity: 0; height: 0; visibility: hidden; transition: all 0.3s; }
div.submenu-laminati.active {opacity: 1; height: auto; visibility: visible;}
div.submenu-lavelli { opacity: 0; height: 0; visibility: hidden; transition: all 0.3s; }
div.submenu-lavelli.active {opacity: 1; height: auto; visibility: visible;}
div.submenu-stratificati { opacity: 0; height: 0; visibility: hidden; transition: all 0.3s; }
div.submenu-stratificati.active {opacity: 1; height: auto; visibility: visible;}
div.submenu-rappresentanti { opacity: 0; height: 0; visibility: hidden; transition: all 0.3s; }
div.submenu-rappresentanti.active {opacity: 1; height: auto; visibility: visible;}
/*--------------------------------------------------------------
## LINGUA SELECTED
--------------------------------------------------------------*/
.lingua {text-align: center;   text-transform: uppercase;  height: 30px; display:inline-block; line-height:35px; cursor: pointer;line-height: 90px; position: relative;}
.lingua.open {}
.lingua .active { width: 50px;  position: relative;font-size: 15px; transition: all 0.5;}
.lingua span {line-height: 30px; display: block; color: #6C6B76; font-size: 15px;}
.lingua span i { position: relative; top:5px; right:-5px; color: #6C6B76 }
.lingua ul { width:40px; margin: 0; padding: 0; list-style-type: none; display: none;transition: all 0.5; background: #fff;}
.lingua ul li {margin:0; padding: 0; width: 40px; text-align: center; line-height: 30px; }
.lingua ul li a { margin: 0!important; padding: 0; color: #6C6B76 }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {background: #3A3A3D;color: #fff;}
footer h3 {color: #fff; font-size: 32px; font-weight: bold; margin: 0;}
footer a.linkedin { text-align: center; display: block; }
footer a.linkedin svg {color: white; font-size: 24px }
footer a.up svg { margin-left:10px;  }
.top-footer {color: white; padding-top: 100px; padding-bottom: 60px;}
.top-footer .newsletter-grid {margin-top: 35px;}
.top-footer .acceptance {font-size: 14px; margin-left: 5px;}
.top-footer .acceptance a { text-decoration: underline;font-size: 14px; }
.top-footer .acceptance a:hover {text-decoration: none;}
.top-footer span {color:#80BB00; font-size: 14px;}
.top-footer input.wpcf7-submit {margin-top: 0; padding:15px 70px; cursor: pointer; float: right;}
.top-footer input.wpcf7-form-control {border-radius: 25px;}
.top-footer #breadcrumbs {color: #353535}
.top-footer p {color: white; font-weight: 300; font-size: 18px;}
.top-footer a {color: white; font-weight: 300; font-size: 18px;}
.footer {padding-bottom: 100px; color: #fff; }
.footer hr{ height: 4px; background-color: #80BB00; margin-bottom: 60px; }
.footer p {font-size: 15px;}
.footer a.logo {float: right;}
.footer ul li {list-style-type: none; float: left; margin-right: 20px; transition: all 0.3s;}
.footer ul li svg {font-size: 32px;transition: all 0.3s;}
.footer ul li:hover  svg {color: #80BB00;} 
.footer a { text-decoration: underline; color: #fff; }
.footer a:hover {text-decoration: none;}
/*--------------------------------------------------------------
## SEARCH fullscreen
--------------------------------------------------------------*/

.fullscreen-search:hover {color:#80BB00!important; }
.fullscreen-search svg {color: #6C6B76}
.fullscreen-search svg path {color: #6C6B76}
.fullscreen-search {min-height: 0; width:40px;float:right; position: relative;-moz-transform-origin: 100% 0;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transition-property: min-height, width, top, right;-webkit-transition-property: min-height, width, top, right;transition-property: min-height, width, top, right;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}
.campo-ricerca:focus {outline: none!important;}
#searchform:hover {color:#80BB00!important; }
.icon-search:hover {color:#80BB00!important; }
.fullscreen-search .search-close { position: absolute; right: 1em;top: 1em;overflow: hidden; cursor: pointer;pointer-events: none;opacity: 0;}
.fullscreen-search .search-close:hover {color:#80BB00!important; }
.fullscreen-search .campo-ricerca { position: absolute;top: 0;right: 0; border: none;padding: 0; margin: 0; z-index: 3; background-color: transparent; -moz-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);cursor: pointer;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;height: 46px;width: 46px;}
.fullscreen-search #searchform { width: 92%; height: 46px;position: relative;-moz-transition-property: width, height, -webkit-transform;-webkit-transition-property: width, height, -webkit-transform;transition-property: width, height, transform;-moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s;transition-duration: 0.5s;-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}
.fullscreen-search #searchsubmit {width: 1px;height: 1px;opacity: 0;margin: 0;}
.fullscreen-search .icon-search {display: inline-block; float: right; height: 46px; width: 46px; transition: 0.3s;-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s;}
.fullscreen-search.open {width: 100%;min-height: 100%; top: 0px; right: 0px;z-index: 10000;float: none;position: fixed;display: flex; display: -moz-flex;display: -webkit-flex;display: flexbox;display: box;align-items: center;-webkit-align-items: center;-moz-align-items: center;margin-right: 40px}
.fullscreen-search.open ~ .overlay {opacity: 1; z-index: 100;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);pointer-events: none;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}
.fullscreen-search.open #searchform .campo-ricerca {font-size: 3.5rem;background-color: transparent;border-bottom: 2px solid #fff;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;color: #fff;width: 94%;height: 100%;padding: 0 60px 0 10px;}
.fullscreen-search.open .search-close { opacity: 1; pointer-events: auto; -moz-transition: opacity 0.3s, -webkit-transform 0.3s; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s;-moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;color: #fff;font-size: 4rem;}
.fullscreen-search.open #searchform .icon-search { right: 8px;bottom: 50px;font-size: 4rem;color: #fff;position: absolute;background-color: transparent; padding: 3px;}
.fullscreen-search.open #searchsubmit { width: 46px; height: 46px; position: absolute; right:0; z-index:1111;}

/*--------------------------------------------------------------
## HOMEPAGE
--------------------------------------------------------------*/
.home #page {overflow: hidden;}
.video-banner {
	position: relative;
	height: calc(100vh - 91px);
}
.video-banner h1 {
	color: #fff;
	font-size: 60px;
	margin: 0;
	margin-bottom: 100px !important;
	line-height: 1;
}
.video-banner video {
	height: calc(100vh - 91px);
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.video-banner .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.video-banner .uk-position-bottom-left {
	z-index: 4;
	width: 100%;
}
.video-banner .uk-position-center {
	z-index: 2;
}
/*.video-banner .icona {
	color: #80BB00;
	font-size: 194px;
	cursor: pointer;
}*/
.slider {position: relative;height: 91vh; overflow: hidden;}
.slider ul {height: 91vh}
.slider .uk-slideshow-items>* {height: 91vh }
.slider .red {color: #fff; bottom:80px; padding:10px 40px 30px ;}
.slider .red a.uk-button  {height:60px; line-height:60px; color:#fff; display: table ; font-weight: bold; transition: all 0.3s; font-size: 17px; padding-left: 70px; background: url('img/iconplus.png') no-repeat left; text-transform: initial;}
.slider .red a.uk-button:hover {color:#80BB00  }
.slider .red span {font-size:18px;margin-bottom: 35px; display: block;}
.slider .red h2 {color: #fff; font-size: 60px; text-transform: uppercase; font-weight: bold; margin: 0; margin-bottom: 20px;}
.slider .uk-slidenav {border: 1px solid ;border-radius: 20px; display: none; }
.slider .uk-slidenav svg{  }
.slider .uk-slideshow-nav  {top: -130px; z-index: 1111; position: relative; color: #fff;}
.slider .uk-slideshow-nav li a {border-color: #fff; color: #fff;}
.uk-dotnav>.uk-active>* {background: #fff;}

.section-chisiamo { margin-top: 50px}
.section-chisiamo .greenbox {color: #fff; background: #80BB00; padding: 40px; position: relative; bottom: -75px;}
.section-chisiamo .greenbox h3 {color: #fff;font-size: 32px; font-weight: bold}
.section-chisiamo .greenbox p {font-size: 18px;color: #fff;}
.section-chisiamo .greenbox a.button-white { background: #fff; color:#80BB00; font-size: 16px; font-weight: bold; border:1px solid #fff; border-radius: 20px; padding: 10px 30px; transition: all 0.3s; margin-top:5px; display: inline-block; }
.section-chisiamo .greenbox a.button-white:hover {background: #80BB00; color: #fff; text-decoration: none;}
.section-chisiamo .greenbox a:hover {}

.section-collezioni {padding:100px 0 0 0; background: url('img/bg_home.jpg') no-repeat; background-size: cover; position: relative; top:-10px;}
.section-collezioni .uk-slider {overflow: visible;}
.section-collezioni .uk-slider .uk-position-relative {margin-bottom: 50px;}
.section-collezioni .uk-slider li figure {margin: 0;}
.section-collezioni .title_green span{ background: #80BB00  ;padding: 17px 40px; color: #fff; font-size: 32px; font-weight: bold; display: inline-block; position: absolute; bottom: 0; line-height: 1.2;}
.section-collezioni .title_green span small {display:block; font-weight: normal; font-size: 15px;}
.section-collezioni h3 {font-size: 36px; font-weight: bold; color: #6C6B76; margin-bottom:75px;} 
.section-collezioni a.uk-slidenav {
	background-color:rgba(255,255,255,0.8);
	color: #6C6B76;
	padding: 50px 25px;
	transition: all 0.3s;
}
.section-collezioni a.uk-slidenav:hover {background-color: #fff;}
.section-collezioni a.uk-position-center-left-out  {margin-right: -30px}
.section-collezioni a.uk-position-center-right-out  {margin-left: -30px; }
.section-collezioni a.uk-slidenav svg {
	width: 10px;
}
.section-acquistare {padding: 175px 0 75px 0}
.section-acquistare .bg_green {  }
.section-acquistare .greenbox {color: #fff; background: #80BB00; padding: 40px}
.section-acquistare .greenbox h3 {color: #fff;font-size: 32px; font-weight: bold}
.section-acquistare .greenbox p {font-size: 18px;color: #fff;}
.section-acquistare .greenbox a.button-white { background: #fff; color:#80BB00; font-size: 16px; font-weight: bold; border:1px solid #fff; border-radius: 20px; padding: 10px 30px; transition: all 0.3s; margin-top:5px; display: inline-block; }
.section-acquistare .greenbox a.button-white:hover {background: #80BB00; color: #fff; text-decoration: none;}
.section-acquistare .greenbox a:hover {}

.section-aiutarci {padding: 50px 0 150px 0}
.section-aiutarci .bg_green {}
.section-aiutarci .greenbox {color: #fff; background: #80BB00; padding: 40px}
.section-aiutarci .greenbox h3 {color: #fff;font-size: 32px; font-weight: bold}
.section-aiutarci .greenbox p {font-size: 18px;color: #fff;}
.section-aiutarci .greenbox a.button-white { background: #fff; color:#80BB00; font-size: 16px; font-weight: bold; border:1px solid #fff; border-radius: 20px; padding: 10px 30px; transition: all 0.3s; margin-top:5px; display: inline-block; }
.section-aiutarci .greenbox a.button-white:hover {background: #80BB00; color: #fff; text-decoration: none;}
.section-aiutarci .greenbox a:hover {}


.section-news {padding:100px 0; background: #F8F8F8; display: none;}
.section-news img {width: 100%}
.section-news {padding-top: 60px }
.section-news a.uk-button {border:1px solid #AB192D!important; margin-top: 50px; background: #AB192D!important; color: white!important; border-radius:25px;  font-weight: bold; transition: all 0.3s; margin:50px auto; display: table;font-size: 18px; padding: 5px 30px;}
.section-news a.uk-button:hover { background: #fff!important; color:#AB192D!important;}
.section-news .padding {padding:20px 0; min-height: 150px; position: relative; }
.section-news .padding h4 {color: #6C6B76;font-weight: bold; font-size: 18px; margin-top:10px;}
.section-news a:hover {text-decoration: none;}
.section-news h3 a{font-size: 36px; font-weight: bold; color: #6C6B76; margin-bottom:50px;} 
.section-news h3 a {color: #6C6B76;}
.section-news a h4 {font-size: 18px; font-weight: bold;color: #6C6B76; margin-top:10px;}
.section-news span.date { color: #80BB00; text-transform: uppercase; font-size: 14px; }
.section-news a span.date { color: #80BB00; text-transform: uppercase; font-size: 14px; }

/*--------------------------------------------------------------
## TROVA UN RAPPRESENTANTE
--------------------------------------------------------------*/
.trova {padding: 75px 0 150px}
.trova .cont-in {background:#F8F8F8; height: 105px; line-height: 105px; color: #80BB00; padding: 0 35px; margin-bottom: 20px;color: #80BB00; font-weight: bold; font-size: 32px;}
.trova .cont-in a{ line-height: 105px; color: #80BB00; font-weight: bold; font-size: 32px; margin: 0; }
.trova .cont-in a:hover {text-decoration: none; }
.trova a:hover .cont-in  {text-decoration: none;background:#80BB00; color:#F8F8F8  }
.trova  a .cont-in::before  {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    float: right;
    color: #80BB00;
    border-radius: 0!important;
}

.trova  a:hover .cont-in::before  {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    float: right;
    color: #F8F8F8;
    border-radius: 0!important;
}

/*--------------------------------------------------------------
## PAGE - CHI SIAMO
--------------------------------------------------------------*/

.page-template-page-chisiamo #page {overflow: hidden;}

.page-template-page-chisiamo .content h3 {margin-top:0;color: #6C6B76; font-size: 48px; margin-bottom: 50px; font-weight: bold; line-height: 45px;}
.page-template-page-chisiamo .content h5 {font-weight: bold; font-size: 21px; color: #6C6B76; text-transform: uppercase;}
.page-template-page-chisiamo .content {padding:50px 0;}
.page-template-page-chisiamo .section-servizi {padding:50px 0;}
.page-template-page-chisiamo .section-servizi h3 {margin-top:0;color: #6C6B76; font-size: 48px; margin-bottom: 50px; font-weight: bold; line-height: 45px;}

.contatore-section { padding-bottom: 100px; }
.contatore-section .uk-grid{  }
.contatore-section span.bigtitle {font-size: 17rem; color: #80BB00; position: relative; left:-30px; font-weight: bold}
.contatore-section span.count {color:#80BB00; font-size: 5.4rem; text-align: center; display: inline-block; font-weight: bold}
.contatore-section em {color:#80BB00; font-size: 5.4rem; font-weight: bold; font-style: normal;}
.contatore-section span.title {color: #6C6B76; font-size: 1.5rem ; display: block; text-align: center; width:75%; margin:0 auto; text-transform: uppercase; font-weight: bold; line-height: 1.5rem}
.section-storia { padding-top: 100px; }
.section-storia .uk-position-relative { margin-left: -35px;  }
.section-storia .uk-position-center-left {color: #80BB00; background: white;  font-weight: bold; padding: 30px; left: 25px;}
.section-storia .uk-position-center-left svg {}
.section-storia .uk-position-center-right {color:#80BB00;background: white;font-weight: bold;padding: 30px; right: -15px;}
.section-storia .uk-position-center-right svg {}

.section-storia h3 {color: #6C6B76; font-size: 48px; text-transform: uppercase; margin-bottom: 50px; font-weight: bold}
.section-storia ul{margin-top:75px;}
.section-storia ul li {}
.section-storia .uk-slider {height: 450px; overflow: visible;}
.section-storia ul li div{ background: #6C6B76; padding: 30px;min-height: 350px; text-align: center;}
.section-storia ul li span.anno{ font-weight: bold; color: #80BB00; display: block; font-size: 3.75rem }
.section-storia ul li span.titolo{ color: white; text-transform: uppercase; display: block;  font-size: 1.125rem; font-weight: bold; margin-bottom: 20px; line-height: 1.2rem}
.section-storia ul li span.descrizione{color: white; font-size: 0.875rem; display: block; }

/*--------------------------------------------------------------
## PAGE - CONTATTI
--------------------------------------------------------------*/
.page-template-page-contatti .banner-maps { height: 46vh!important; margin-bottom: 75px; }
.page-template-page-contatti .green {top:-170px;}
.page-template-page-contatti .bread {top:-125px;}
.page-template-page-contatti .site-main{ margin-bottom: 100px }
.page-template-page-contatti .site-main a {color: #80BB00;}
.page-template-page-contatti .section-news {display: none;}
.page-template-page-contatti .content-area {top:-65px; position: relative;}
.form-contatti {background:#F8F8F8; margin-top: 100px ; }
.form-contatti .wpcf7 {padding: 75px}
.form-contatti .wpcf7 label {font-weight: bold; margin-bottom: 5px}
.form-contatti .wpcf7 h4 {color:#6C6B76;font-size:48px;margin:0;font-weight:bold; margin-bottom: 35px;}
.form-contatti .wpcf7 p {margin-bottom:35px;margin-top:0;color:#6C6B76;font-size:18px;}
.form-contatti .wpcf7 input { width: 100%; height: 50px; line-height: 50px; border-color: #E9E8E8; margin-top: 10px}
.form-contatti .wpcf7 textarea {height: 175px; line-height: 1;  border-color: #E9E8E8; margin-top: 10px; resize: none;}
.form-contatti input.wpcf7-submit {display: inline-block;    width: auto;line-height: 1; padding: 0 50px;}
.form-contatti .wpcf7-acceptance input {width: 17px; height: 17px;border-color: #E9E8E8;position: relative; top: 4px;margin-right: 10px;}
.form-contatti .acceptance {font-size: 14px;}
.form-contatti .cta {padding-bottom: 100px;}
.form-contatti .cta .greenbox {color: #fff; background: #80BB00; height: 350px; }
.form-contatti .cta .greenbox h3 {color: #fff;font-size: 32px; font-weight: bold; padding: 0 60px;}
.form-contatti .cta .greenbox p {font-size: 18px;color: #fff;padding: 0 60px;}
.form-contatti .cta .greenbox a.button-white { background: #fff; color:#80BB00; font-size: 16px; font-weight: bold; border:1px solid #fff; border-radius: 20px; padding: 10px 30px; transition: all 0.3s;display: inline-block; margin:5px 60px 0 60px; }
.form-contatti .cta .greenbox a.button-white:hover {background: #80BB00; color: #fff; text-decoration: none;}
.form-contatti .cta .greenbox a:hover {}


/*--------------------------------------------------------------
## CATEGORIA PRODOTTO
--------------------------------------------------------------*/
.archive.tax-categorie-prodotto .site-main, .archive .site-main {
    padding-bottom: 20px;
}
.tax-categorie-prodotto .banner {height: 90vh;}
.archive .banner {height: 10vh;}
.tax-categorie-prodotto .banner a.verticalbox div.contattaci, .archive .banner a.verticalbox div.contattaci{ position: fixed; right:0; top:30%; background: #009FE3; color: #fff; text-align: center; width: 82px; padding: 10px 0; z-index: 1; }
.tax-categorie-prodotto .banner a.verticalbox2 div.contattaci, .archive .banner a.verticalbox2 div.contattaci { position: fixed; right:0; top:39%; background: #009FE3; color: #fff; text-align: center; width: 82px; padding: 10px 0 }
.tax-categorie-prodotto .banner a div.contattaci span, .archive .banner a div.contattaci span {color: #fff;display: block; text-align: center; font-size: 32px; margin-bottom: 5px;}
.tax-categorie-prodotto .banner a, .archive .banner a {color: #fff; font-size: 13px; font-weight: bold; transition: all 0.3s;}
.tax-categorie-prodotto .banner a:hover div.contattaci, .archive .banner a:hover div.contattaci {text-decoration: none; opacity: 0.8}
.tax-categorie-prodotto .contenuto h2, .archive .contenuto h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.tax-categorie-prodotto .contenuto h2, .archive .contenuto h2 {
	color: #6C6B76;
}
.tax-categorie-prodotto .contenuto p, .archive .contenuto p {
	font-size: 16px;
}
.tax-categorie-prodotto .contenuto ul, .archive .contenuto ul {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.tax-categorie-prodotto .contenuto ul li, .archive .contenuto ul li {
	line-height: 1.2;
}
.tax-categorie-prodotto .contenuto ul li::marker, .archive .contenuto ul li::marker {
	color: #80BB00;
	font-size: 22px;
}
.tax-categorie-prodotto .contenuto .uk-grid p, .archive .contenuto .uk-grid p {
	margin: 0;
}
archive .filtri-prodotti {
	display: none;
}
.tax-categorie-prodotto .filtri-prodotti {
	padding-top: 100px;
}
.tax-categorie-prodotto .filtri-prodotti .widget_wpc_filters_widget, .archive .filtri-prodotti .widget_wpc_filters_widget {
	background-color: #F8F8F8;
	padding: 12px 25px;
}
.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button), 
.archive .wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	max-width: 47.5%;
    width: 47.5%;
    margin-right: 1%;
}
.tax-categorie-prodotto .wpc-filters-section:not(.wpc-filter-layout-submit-button),
.archive .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	background-color: #fff;
	padding: 0.7% 1%;
}
.tax-categorie-prodotto .wpc-filters-section:not(.wpc-filter-layout-submit-button) .wpc-filter-header {

}
.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button),
.archive .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	max-width: 30.6%;
    width: 30.6%;
    margin-right: 1%;
}
.tax-categorie-prodotto .wpc-edit-filter-set, .archive .wpc-edit-filter-set {
	display: none;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filter-header, .archive .filtri-prodotti .wpc-filter-header {
	position: relative;
    top: 8px;
    font-size: 16px;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-open-icon, .archive .filtri-prodotti .wpc-open-icon {
	position: relative;
	top: -2px;
}
/*.tax-categorie-prodotto .wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,
.tax-categorie-prodotto .wpc-filter-has-selected .wpc-filter-title .wpc-open-icon {
	top: -8px;
}*/
.tax-categorie-prodotto .wpc-filter-has-selected .wpc-filter-title .wpc-open-icon,
.archive .wpc-filter-has-selected .wpc-filter-title .wpc-open-icon {
	top: -8px;
}
.tax-categorie-prodotto .wpc-filter-has-selected .wpc-filter-selected-values,
.archive .wpc-filter-has-selected .wpc-filter-selected-values {
	visibility: visible;
	opacity: 1;
}
.tax-categorie-prodotto .wpc-filter-has-selected.wpc-opened .widget-title,
.archive .wpc-filter-has-selected.wpc-opened .widget-title {
	margin-bottom: 0;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-wrap-icons,
.archive .filtri-prodotti .wpc-wrap-icons {
	text-transform: uppercase;
}
.tax-categorie-prodotto .wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values,
.archive .wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values {
	text-transform: none;
}
.tax-categorie-prodotto .wpc-filter-collapsible.wpc-opened .wpc-filter-content,
.archive .wpc-filter-collapsible.wpc-opened .wpc-filter-content {
	padding-top: 25px;
}
.tax-categorie-prodotto .wpc-filters-main-wrap input[type=checkbox],
.archive .wpc-filters-main-wrap input[type=checkbox] {
	border-radius: 0;
	border: 1px solid #6C6B76;
	width: 18px;
	height: 18px;
	min-width: 18px;
}
.tax-categorie-prodotto .wpc-filters-main-wrap input[type=checkbox]:checked,
.archive .wpc-filters-main-wrap input[type=checkbox]:checked {
	border: 1px solid #6C6B76;
}
.tax-categorie-prodotto .wpc-filters-main-wrap input[type=checkbox]:after ,
.archive .wpc-filters-main-wrap input[type=checkbox]:after{
	width: 6px;
	height: 6px;
	background-color: #6C6B76;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-color: #6C6B76;
    top: 4px;
	left: 4px;
}
.tax-categorie-prodotto .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:after,
.archive .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:after {
	display: none;
}
.tax-categorie-prodotto .wpc-filters-main-wrap input[type=radio]:hover,
.tax-categorie-prodotto .wpc-filters-main-wrap input[type=checkbox]:hover,
.archive .wpc-filters-main-wrap input[type=radio]:hover,
.archive .wpc-filters-main-wrap input[type=checkbox]:hover {
	border-color: inherit;
	cursor: pointer;
}
.tax-categorie-prodotto .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-term-disabled) label:hover,
.tax-categorie-prodotto .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a:hover,
.archive .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-term-disabled) label:hover,
.archive .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a:hover {
	cursor: default;
}

.tax-categorie-prodotto .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=radio]:hover,
.tax-categorie-prodotto .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:hover,
.archive .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=radio]:hover,
.archive .wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:hover {
	cursor: default;
}
.tax-categorie-prodotto .wpc-filters-main-wrap li.wpc-term-item label, .archive .wpc-filters-main-wrap li.wpc-term-item label {
	font-size: 16px;
}
.tax-categorie-prodotto .wpc-filters-main-wrap li.wpc-term-item a,
.tax-categorie-prodotto .wpc-filters-main-wrap li.wpc-term-item a:link,
.tax-categorie-prodotto .wpc-filters-main-wrap li.wpc-term-item a:visited,
.archive .wpc-filters-main-wrap li.wpc-term-item a,
.archive .wpc-filters-main-wrap li.wpc-term-item a:link,
.archive .wpc-filters-main-wrap li.wpc-term-item a:visited {
	color: #6C6B76;
}
.tax-categorie-prodotto .filtri-prodotti .select2.select2-container.select2-container--default {
	max-width: 100%;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-dropdown-default {
	text-transform: uppercase;
	font-size: 16px;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single {
	border: none;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 13px 12px;
}
.tax-categorie-prodotto .filtri-prodotti .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 8px;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filters-section {
	margin: 0;
}
.tax-categorie-prodotto .filtri-prodotti .select2-search {
	display: none;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filter-everything-dropdown .select2-results__option {
	font-size: 16px;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-filter-chips-list a, body.tax-categorie-prodotto .filtri-prodotti .wpc-filter-chips-list li.wpc-filter-chip a {
	border: none;
	background-color: #6C6B76;
	color: #fff;
	font-size: 14px;
    font-weight: 700;
    padding: 8px 34px;
}
body.tax-categorie-prodotto .filtri-prodotti .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
	background-color: #F8F8F8;
	color: #6C6B76;
}
.tax-categorie-prodotto .filtri-prodotti .wpc-chip-remove-icon {
	border: 1px solid #6C6B76;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	font-weight: 400;
	width: 17px;
    height: 17px;
    text-align: center;
    padding-top: 1px;
    margin-left: 8px;
}

.tax-categorie-prodotto .prodotti-container, .archive .prodotti-container {
	padding-top: 50px;
}
.tax-categorie-prodotto .prodotti-container figure, .archive .prodotti-container figure {
	margin: 0;
	position: relative;
}
.tax-categorie-prodotto .prodotto, .archive .prodotto {
	border-bottom: 4px solid #F8F8F8;
	position: relative;
	height: 100%;
}
.tax-categorie-prodotto .prodotto .estraibile, .archive .prodotto .estraibile {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	font-style: italic;
}
.tax-categorie-prodotto .prodotto a,
.tax-categorie-prodotto .prodotto a:link,
.tax-categorie-prodotto .prodotto a:visited,
.archive .prodotto a,
.archive .prodotto a:link,
.archive .prodotto a:visited {
	color: inherit;
}
.tax-categorie-prodotto .prodotto h3, .archive .prodotto h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #6C6B76;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.tax-categorie-prodotto .uk-modal .uk-modal-close, .archive .uk-modal .uk-modal-close {
	position: absolute;
	top: -60px;
	right: -10px;
	color: #fff;
}
.tax-categorie-prodotto .uk-modal .uk-modal-close .material-icons, .archive .uk-modal .uk-modal-close .material-icons {
	font-size: 52px;
}
.tax-categorie-prodotto .uk-modal .uk-modal-body, .archive .uk-modal .uk-modal-body {
	padding: 40px;
}
.tax-categorie-prodotto .uk-modal figure, .archive .uk-modal figure {
	margin: 0;
}
.tax-categorie-prodotto .uk-modal .uk-modal-title, .archive .uk-modal .uk-modal-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 30px 0;
}
.tax-categorie-prodotto .uk-table, .archive .uk-table {
	margin-bottom: 30px;
	margin-top: 0;
}
.tax-categorie-prodotto .uk-overflow-auto .uk-table, .archive .uk-overflow-auto .uk-table {
	margin-bottom: 30px;
	margin-top: 0;
}
.tax-categorie-prodotto .uk-table th, .archive .uk-table th {
	background-color: #F8F8F8;
	font-size: 15px;
	font-weight: 700;
	color: #6C6B76;
	text-transform: none;
	border-right: 4px solid #fff;
	padding: 13px 14px;
}
.tax-categorie-prodotto .uk-table td, .archive .uk-table td {
	border-bottom: 4px solid #F8F8F8;
	border-right: 5px solid #fff;
	font-size: 15px;
	padding: 10px 14px;
}
.tax-categorie-prodotto .pdf_general, .archive .pdf_general {padding-top:130px;}
.tax-categorie-prodotto .pdf_general.more-padding, .archive .pdf_general.more-padding {padding-top:160px;}
.tax-categorie-prodotto .pdf_general h3, .archive .pdf_general h3 {
	margin-top: 0;
    color: #6C6B76;
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 50px;
}
.tax-categorie-prodotto .pdf_general a.uk-button, .archive .pdf_general a.uk-button {
	border: 1px solid #80BB00;
    margin-top: 35px;
    background-color: #80BB00;
    color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    display: table;
    font-weight: 700;
    transition: all 0.3s;
    font-size: 18px;
    padding: 5px 30px;
    text-transform: none;
}
.tax-categorie-prodotto .pdf_general a.uk-button:hover, .archive .pdf_general a.uk-button:hover {
	color: #80BB00;
    background-color: #fff;
}
.tax-categorie-prodotto .pdf_general a.uk-button .material-icons, .archive .pdf_general a.uk-button .material-icons {
	margin-right: 10px;
	top: 6px;
    position: relative;
}

.tax-categorie-prodotto .colori, .archive .colori {
	margin: 0 auto;
	text-align: center;
	height: 15px;
	position: relative;
    top: -15px;
}
.tax-categorie-prodotto ul.tipologie-posa, .archive ul.tipologie-posa {
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
    bottom: -33px;
    width: 100%;
    left: 0;
}
.tax-categorie-prodotto ul.tipologie-posa li, .archive ul.tipologie-posa li {
	display: inline-block;
	background-color: #F8F8F8;
	font-size: 15px;
	padding: 5px 10px;
	margin-right: 2px;
}
.tax-categorie-prodotto ul.tipologie-posa li:last-child, .archive ul.tipologie-posa li:last-child {
	margin-right: 0;
}


/*--------------------------------------------------------------
## SINGLE - COLLEZIONI
--------------------------------------------------------------*/

.single-collezioni .green h1 {position: relative;}
.single-collezioni .green h1 small.top { position: absolute;font-size: 20px; line-height: 1; top:25px; margin-left: 4px;font-weight: normal; }
.single-collezioni .green h1 small.bottom {position: absolute;bottom:22px;display: block; font-size: 20px;font-weight: normal; margin-left: 4px;}
.single-collezioni .banner a.verticalbox div.contattaci{ position: fixed; right:0; top:30%; background: #009FE3; color: #fff; text-align: center; width: 82px; padding: 10px 0 }
.single-collezioni .banner a.verticalbox2 div.contattaci{ position: fixed; right:0; top:39%; background: #009FE3; color: #fff; text-align: center; width: 82px; padding: 10px 0 }
.single-collezioni .banner a div.contattaci span {color: #fff;display: block; text-align: center; font-size: 32px; margin-bottom: 5px;}
.single-collezioni .banner a {color: #fff; font-size: 13px; font-weight: bold; transition: all 0.3s;}
.single-collezioni .banner a:hover div.contattaci  {text-decoration: none; opacity: 0.8}

.single-collezioni .content-area h3 {margin-top:0;color: #6C6B76; font-size: 48px; margin-bottom: 50px; font-weight: bold; line-height: 45px;}
.single-collezioni .content-area p {font-size: 16px;}
.single-collezioni .content-area div.pdf {padding-top: 25px; }
.single-collezioni .content-area div.pdf span {position: relative; top:8px;}
.single-collezioni .content-area a.pdf {font-size: 16px;font-weight: bold; text-decoration: underline; margin-left: 10px}
.single-collezioni .content-area a.pdf:hover {text-decoration: none}
.single-collezioni .content-area a.uk-button {border:1px solid #80BB00; margin-top: 35px ; background: #80BB00; color: #fff; border-radius:25px; display: table ; font-weight: bold; transition: all 0.3s; font-size: 18px;padding: 5px 30px;}
.single-collezioni .content-area a.uk-button:hover { color: #80BB00; background:  #fff;  }
.single-collezioni .content-area a.uk-button span {position: relative; top:5px;}
.single-collezioni .section-finiture {padding-top: 100px}
.single-collezioni .section-finiture .icona {margin-right: 35px;}
.single-collezioni .section-finiture .accordion-section-content  img {width: 100%}
.single-collezioni .section-finiture .accordion-section-content p {text-align: center; color: #6C6B76; font-size: 15px; font-weight: bold; margin-bottom: 20px;}
.single-collezioni .section-finiture .accordion-section-title {font-size: 32px; padding:15px}
.single-collezioni .section-finiture .accordion-section-title::before {margin-right: 35px; margin-top: 5px;}
.single-collezioni .form-contatti .wpcf7 { padding: 75px 0 }
.single-collezioni .pdf_general {padding-top:100px;}
/*--------------------------------------------------------------
## PAGE - CERTIFICATI
--------------------------------------------------------------*/
.page-template-page-certificati .section-news{ display: none; }
.download-certificati {padding: 100px 0}
.download-certificati a {transition: all 0.3s;}
.download-certificati a img {width: 100%}
.download-certificati a:hover {opacity: 0.7}
/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/

.bread { position: relative; top:-60px; color: #6C6B76; font-size: 15px; }
.bread a.qui {display: none;}
.bread a{ color: #6C6B76; font-size: 15px; }
.bread span { color: #6C6B76; font-size: 15px; }
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {margin: 0 10px;color: #6C6B76;content: "//"; }
.banner {background-size: cover!important; background-position: center center!important; }
.page .banner {height: 90vh;}
.single-collezioni .banner {height: 90vh;}
.page-template-page-contatti iframe {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
.page-template-page-contatti .gm-style .place-card-large{ overflow:hidden; height:150px; }
.green { height: 150px; position: relative; top:-95px; }
.green h1{ color: #fff; height: 110px; padding: 20px 75px; margin: 0; font-size: 60px; font-weight: bold;  background: #80BB00; display: table-cell; vertical-align: middle;}

.single-products .banner{height: 210px;}
.postid-955 h1 {font-size: 50px!important}
.banner h1 {margin:0;font-size: 60px; font-weight: bold; padding:50px 0; text-transform: uppercase; } 
.banner .breadcrumbs { background: #393939; color: #fff; height: 35px; line-height: 35px; }
.banner #breadcrumbs {color: #fff }
.banner #breadcrumbs a {color: #fff; font-size: 14px; line-height: 35px;  }
.banner #breadcrumbs span {color: #fff; font-size: 14px; line-height: 35px; }
.banner  .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {color: #fff!important; }

.page .content-area { }
.page .content-area .size-full {width: 100% ; margin:35px 0;}
.page .content-area .grey {margin-top:50px;}
.page .content-area p.big {font-size: 23px; font-weight: bold; font-style: italic;}

.page .content-area ul {margin:0; padding: 0}
.page .content-area ul li {list-style-type: none;font-size: 24px; color: #AB192D}
.page-child .content-area .box-red a.uk-button {margin-top: 50px}
.page .content-area .box-red {background: #AB192D; padding:70px 40px 100px; margin-top:50px;}
.page .content-area .box-red ul {margin-top: 20px; margin-bottom: 35px;}
.page .content-area .box-red ul li {color: #fff; font-size: 18px; list-style-type: disc; margin-bottom: 20px; font-weight: bold}
.page .content-area .box-red span.big { font-size: 60px; font-weight: bold; color: #fff; line-height: 70px }
.page .content-area .box-red p { margin: 0; padding: 0; color: #fff; font-weight: 300; font-size:18px; margin-top:30px; font-weight: bold }
.page .content-area .box-red p br {margin-bottom: 20px;}
.page .content-area a.uk-button {border:1px solid #fff; margin-top: 35px ; background: #fff; color: #AB192D; border-radius:25px; display: table ; font-weight: bold; transition: all 0.3s; font-size: 18px;padding: 5px 30px;}
.page .content-area a.uk-button:hover { color: #fff; background:  #AB192D;  }
.page .content-area .desc-add {font-weight: 400; color: #393939; font-size: 18px; text-align: justify; margin-top: 35px;}

/*--------------------------------------------------------------
## ARCHIVE POST
--------------------------------------------------------------*/

.archive-content-area {padding-bottom: 125px;}
.archive .video .uk-modal-body { padding: 0!important; margin-top: 125px; }
.archive span.media {text-transform: capitalize;}
.archive span.media:nth-child(2)::before {content: "> "; text-decoration: none; margin:0 3px}
.archive .video .uk-modal-body iframe{ width: 100% }
.archive .video .uk-modal-dialog button.uk-close {color: #fff;  margin-top:-85px; margin-right: -10px;}
.archive .video .uk-modal-dialog button.uk-close:hover { opacity: 0.7 }
.archive .video .uk-modal-dialog button.uk-close i{ font-size: 21px}
.archive .video .uk-modal-dialog button.uk-close svg{ width: 28px}
.archive  span.date { padding-top: 20px;}
.archive span.uk-button { background: #AB192D; color: #fff!important; border:1px solid #AB192D; transition: all 0.3s; border-radius:20px; margin-right: 20px; margin-top: 25px;}
.archive span.uk-button:hover { background: #fff; color: #AB192D!important; }
.archive  .number { padding: 75px 0 50px; }
.archive .number ul {margin: 0;padding: 0;text-align: center;}
.archive .number ul li {display: inline;color: #6C6B76;}
.archive .number ul li.active {color: #80BB00;}
.archive .number ul li a {color: #6C6B76;font-size: 16px;}
.archive .number ul li.active a {color: #80BB00;}
/*--------------------------------------------------------------
## SINGLE PRODOTTI 
--------------------------------------------------------------*/
.uk-modal-dialog {width: 800px;}
.uk-modal-dialog h4 {font-size: 26px; margin-top:0; text-align: center; margin-bottom: 50px; text-transform: uppercase; font-weight: 400}
.uk-modal-dialog input[type="text"], input[type="email"]{ height: 50px; line-height: 50px; color: #393939; width: 100%; font-size: 17px; padding-left: 15px; }
.uk-modal-dialog a {color: #AB192D;}
.uk-modal-dialog a:hover {text-decoration: none}
.wpcf7-textarea {height: 225px;font-size: 17px; color: #393939; padding-left:15px; padding-top: 15px; }
.uk-modal-close {float: right; background: none; border: none; font-size: 22px; padding: 0; margin:0; cursor: pointer}
.uk-modal-close:hover {color: #AB192D; text-decoration: none; transition: all 0.3s}
.wpcf7-acceptance { margin-left: -15px }
input.wpcf7-submit {border:1px solid #80BB00; background: #80BB00; color: #fff; margin:25px auto; border-radius:25px; display: table ; font-weight: bold; transition: all 0.3s; font-size: 18px;padding: 10px 30px;}
input.wpcf7-submit:hover { color: #80BB00; background:  #fff;  }
.banner-image {position: relative; top:40px;}
.ancora {z-index: 2}
.ancora.uk-active { margin-top:120px!important; transition: all 0.3s; }
.accordion {margin-bottom: 35px}
a.active {border:none!important;}
.accordion{ overflow:hidden;background:#fff;  margin-bottom: 0;}

.accordion-section-title{border-radius: 0!important; width: 100%;padding:20px 15px;display: inline-block;background-color: #F5F5F5; font-size:32px; font-weight:bold; color: #80BB00;transition: all linear 0.3s;text-decoration:none; border-bottom:10px solid #fff}
.accordion-section-title::before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";float:right;color: #80BB00;border-radius: 0!important;}
.accordion-section-title.active::before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068"; float:right;color: #fff; border-radius: 0!important;}
.accordion-section-title.active{ background-color:#80BB00;text-decoration:none; color: #fff; border:none; transition: all 0.3s;border-radius: 0!important;}
.accordion-section-title:hover { background-color:#80BB00;text-decoration:none; opacity: 0.8;  color:#fff; font-size: 32px;  transition: all 0.3s;border-radius: 0!important;}
.accordion-section-title:hover:before {color: #fff;border-radius: none!important;}
.accordion-section:last-child .accordion-section-title{ border-bottom:none;border-radius: 0!important;}
.accordion-section-content{ padding:75px; display:none;background-color: #F5F5F5; margin-bottom: 15px;border-radius: 0!important; }


/*--------------------------------------------------------------
## SINGLE ARTICOLI  
--------------------------------------------------------------*/
.single-post header {z-index: 111; position: relative;}
.single-post .banner {margin-bottom: 75px;height: auto;}
.single-post .bread {padding-top: 35px;}
.single-post .banner img { }
.single-post .banner h1 { line-height: 1; padding-top: 100px  }
.single-post .content-area h3 {font-size: 48px; font-weight: bold; color: #6C6B76; margin:-7px 0 40px; line-height: 52px; font-weight: bold;}
.single-post .content-area span  {color: # }
.single-post .content-area img {width: 100%}
.single-post .content-area p { font-weight: 300; color: #6C6B76; font-size: 16px; text-align: justify;} 
.single-post .content-area a {color: #393939; text-decoration: underline;}
.single-post .content-area a:hover {text-decoration: none;}
.single-post .content-area p strong {font-weight: 700}
.single-post .content-area em {color:#393939}
.single-post ul li {font-size: 18px;}
.nav_posts { padding: 150px 0 100px }
.nav_posts a:hover {opacity: 0.7}
.nav_posts .nav_prev a {display: block;background: url(img/left.png) no-repeat left center;width: 37px;height: 37px;}
.nav_posts .nav_next {text-align: right;}
.nav_posts .nav_next a {display: block;background: url(img/right.png) no-repeat right center;width: 37px;height: 37px;text-align: right; display: inline-block;}
.nav_posts a.allposts {margin: 0 auto;text-align: center;display: block;}

/*--------------------------------------------------------------
## ARCHIVE 
--------------------------------------------------------------*/
.archive .green { }
.archive .site-main {padding-bottom: 100px;}
.archive .site-main figure img {width: 100%;}
.archive .site-main .padding {background: #F8F8F8; padding: 30px }
.archive .site-main .padding .scopri {padding-bottom: 20px;display: list-item; text-align: right;}
.archive .site-main .padding h4 {color: #6C6B76; font-size: 18px; font-weight: bold; margin-top: 10px;}
.archive .site-main .padding p {color: #6C6B76; font-size: 16px;}
.archive .site-main a:hover {text-decoration: none;}
.archive .site-main span.date {text-transform: uppercase;}


/*--------------------------------------------------------------
## SEARCH 
--------------------------------------------------------------*/
.search .green { }
.search .site-main {padding-bottom: ;}
.search .site-main img {width: 100%;}
.search .site-main .padding {background: #F8F8F8; padding: 30px }
.search .site-main .padding .scopri {padding-bottom: 20px;display: list-item; text-align: right;}
.search .site-main .padding h4 {color: #6C6B76; font-size: 18px; font-weight: bold;}
.search .site-main .padding p {color: #6C6B76; font-size: 16px;}
.search .site-main a:hover {text-decoration: none;}
.search .site-main span.date {text-transform: uppercase;}



/*--------------------------------------------------------------
## PAGE 404
--------------------------------------------------------------*/
.error404 {}
.error404 .content-area h4 {text-align: center; font-size: 26px; margin-bottom: 50px }
.error404 .content-area h3 {text-align: center;font-size: 36px; color: #80BB00; text-transform: uppercase; font-weight: bold; margin-top:150px;}
.error404 .content-area a.uk-button {transition:all 0.3s;font-weight:bold;margin: 0 auto; display: table; margin-bottom: 50px; background: #80BB00!important; color: #fff!important; border: 1px solid #80BB00!important; border-radius: 25px; margin-bottom: 250px;}
.error404 .content-area a.uk-button:hover {background: #fff!important; color: #80BB00!important; border: 1px solid #80BB00!important}
/*--------------------------------------------------------------
## PRIVACY POLICY && COOKIE POLICY && WHISTLEBLOWING + CASI LINGUA
--------------------------------------------------------------*/
.privacy-policy .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.privacy-policy .site-main {padding-bottom: 150px;}
.page-id-3 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-3 .site-main {padding-bottom: 150px;}
.page-id-1521 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1521  .site-main {padding-bottom: 150px;}
.page-id-1321 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1321  .site-main {padding-bottom: 150px;}
.page-id-1521 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1521  .site-main {padding-bottom: 150px;}
.page-id-1522 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1522  .site-main {padding-bottom: 150px;}
.page-id-1598 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1598  .site-main {padding-bottom: 150px;}
.page-id-1600 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1600  .site-main {padding-bottom: 150px;}
.page-id-1602 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1602  .site-main {padding-bottom: 150px;}
.page-id-1603 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-1603  .site-main {padding-bottom: 150px;}

.page-id-4421 .banner { height: 150px!important;     border-top: 1px solid #ededed;}
.page-id-4421  .site-main {padding-bottom: 150px;}
.page-id-4421 .site-main h4 { margin-bottom:0; }
.page-id-4421 .site-main p { margin-top: 5px; }
.page-id-4421 .content-area ul { padding-left:20px; }
.page-id-4421 .content-area ul li {list-style-type: inherit;font-size: 18px; color: #6C6B76; }

/*--------------------------------------------------------------
## MOBILE 
--------------------------------------------------------------*/
.mobile {display: none;}

.uk-offcanvas-close {color:#80BB00;}
.uk-offcanvas-close i{color:#80BB00;}
.uk-offcanvas-close svg{color:#80BB00;}
.uk-offcanvas-bar {padding-top: 75px; padding-left: 0; padding-right: 0;}
.uk-offcanvas-bar ul {margin: 0; padding: 0;}
.uk-offcanvas-bar ul li {float: none; width: 100%; text-align: left; border-top:1px solid #80BB00; line-height: 44px; height: 44px; overflow: hidden; }
.uk-offcanvas-bar ul li ul li {color: #fff;}
.uk-offcanvas-bar ul li ul li a {color: #fff!important;}
.uk-offcanvas-bar ul li a{color: #fff; padding-left: 20px; font-size: 16px!important;}
.uk-offcanvas-bar ul li a:hover {text-decoration: none}


.uk-offcanvas-bar ul li.submenu-mobile-stratificati ul.sub-stratificati { height:0; opacity: 0;  transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-stratificati.active ul.sub-stratificati { height:1; opacity: 1;transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-stratificati.active {overflow: visible;}
.uk-offcanvas-bar ul li.submenu-mobile-laminati ul.sub-laminati { height:0; opacity: 0; transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-laminati.active ul.sub-laminati { height:1; opacity: 1; transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-laminati.active {overflow: visible;}
.uk-offcanvas-bar ul li.submenu-mobile-lavelli ul.sub-lavelli { height:0; opacity: 0;  transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-lavelli.active ul.sub-lavelli { height:1; opacity: 1;   transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-lavelli.active {overflow: visible;}
.uk-offcanvas-bar ul li.submenu-mobile-rappresentanti ul.sub-rappresentanti { height:0; opacity: 0;  transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-rappresentanti.active ul.sub-rappresentanti { height:1; opacity: 1;   transition: all 0.5s; }
.uk-offcanvas-bar ul li.submenu-mobile-rappresentanti.active {overflow: visible;}

.submenu-mobile-stratificati::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; float: right; margin-right: 15px;  color: #80BB00}
.submenu-mobile-stratificati.active::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";float: right}
.submenu-mobile-laminati::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; float: right; margin-right: 15px;  color: #80BB00}
.submenu-mobile-laminati.active::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";float: right}
.submenu-mobile-lavelli::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; float: right; margin-right: 15px; color: #80BB00}
.submenu-mobile-lavelli.active::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";float: right}
.submenu-mobile-rappresentanti::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; float: right; margin-right: 15px; color: #80BB00}
.submenu-mobile-rappresentanti.active::before {  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";float: right}




/*--------------------------------
## MAPPA 
-------------------------------*/
.mappa {position: relative;}
.mappa {position: relative;}
.mappa g:hover {opacity: 0.7;cursor: pointer;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}
.page-template-page-mappa-portogallo g:hover {opacity: 1!important}
.page-template-page-mappa-portogallo .mappa #gportugal:hover {opacity: 0.7!important;cursor: pointer;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}

figure.mappa {text-align: center; max-width: 1000px; margin: 0 auto;}
figure.mappa img {  max-width: 900px;}
.listing-magazzini {
    background: rgba(251,251,251,1);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(216,216,216,0) 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,1)), color-stop(50%, rgba(216,216,216,0)));
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(216,216,216,0) 50%);
    background: -o-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(216,216,216,0) 50%);
    background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(216,216,216,0) 50%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%, rgba(216,216,216,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d8d8d8', GradientType=0 );
    padding: 80px 0;

    }


.magazzino {height: 100%;padding: 25px;border: 1px solid #d8d8d8;}
.rappresentanti > div {
      display: none;
      position: absolute;
      background-color: #ffffff;
      color: #6f6f6f;
      padding: 10px 15px;
      border: 1px solid #ebebeb;
      text-align: left;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.rappresentanti  .icona {position: absolute; right: 0;top: -35px; cursor: pointer; background: #000; color: #fff; padding: 0 6px;}
.rappresentanti  .icona :hover {opacity: 0.8}
.rappresentanti .nome {margin-bottom: 5px;display: block;}
 

/*--------------------------------
## MAPPA SPAGNA NEW
-------------------------------*/

._x3C_sg4_x3E_ {top: 13%;left: 0;}
._x3C_sg1_x3E_ {top:30%; right:16%;}
._x3C_sg2_x3E_ {top: 26%;right:10%;}
._x3C_sg6_x3E_ {top: 66%;right:35%;}
._x3C_sg8_x3E_ {top: 75%;right: 45%;}
._x3C_sg7_x3E_ {top: 52%;right:31%;}
._x3C_sg3_x3E_ {top: 13%;left:32%;}
._x3C_sg5_x3E_ {top:40%; left:27%;}
._x3C_sg9_x3E__00000171688319558303569380000001813902864583006901_ {top:29%; left:47%;}
._x3C_sg10_x3E_ {top:40%; left:27%;}
._x3C_sg15_x3E_ {top: 55%;right: 60%;}
._x3C_sg14_x3E_ {top:40%; left:27%;}
._x3C_sg13_x3E_ {top:30%; left:20%;}
._x3C_sg12_x3E_ {top: 60%; right: 30%;}
.g1 {top: 13%;left: 0;}
.g2 {top: 33%;left: 0;}
.g3 {top: 53%;left: 0;}
.g4 {top: 65%;left: 0;}
.g5 {top: 75%;left: 0;}
.g6 {top: 95%;left: 0;}

.sg16 {top: 75%;right: 55%;}
.sg17 {top: 75%;right: 40%;}

._x3C_sg16_x3E_ {top:45%; left:28%;}

._x3C_gruppo-andalucia_x3E_ {top:75%; left:0;}
.gruppo-galicia {top: 13%;left: 0;}
.gruppo-navarra {top: 13%;left:32%;}
.gruppo-topstar {top:38%; left:5%;}
.gruppo-cataluna {top: 26%;right:3%;}
.gruppo-madrid {top:55%; left:0;}
._x3C_gruppo-madrid_x3E_ {top:55%; left:0;}
.gruppo-barcellona {top:40%; right:16%;}
._x3C_sg11_x3E_{top:50%; right:16%;}
._x3C_gruppo-topstar_x3E_ {top:38%; left:25%;}
._x3C_gruppo-navarra_x3E_ {top: 13%;left:32%;}
.G-ES-GA {top: 13%;left: 0;}
.G-ES-PV {top: 13%;left:30%;}
.G-ES-NC {top: 13%;left: 35%;}
.G-ES-CB {top: 13%;left:20%;}
.G-ES-RI {top: 23%;left: 30%;}
.G-ES-BA {top: 40%;right: 15%}
.G-ES-CT {top: 30%;right: 5%}
.G-ES-EX {top:55%;left: 0}
.G-ES-CM {top: 55%;left: 12%}
.G-ES-MD {top: 45%;left: 15%}


.G-ES-IB {top: 45%;left: 15%}
.G-ES-AN{top: 90%;left: 15%}
.G-ES-MC{top: 75%;left: 35%}
.G-ES-VC{top: 55%;left: 30%}
.G-ES-IB{top: 55%;left: 50%}
.G-ES-AR {top: 45%;left: 15%}
.G-ES-CL {top: 35%;left: 0}
.G-ES-AS {top:5%; left: 0;}
._x3C_g16_x3E_ {bottom:-15%; right:22%}
._x3C_g6_x3E_ { bottom: 15%;right: 50%;}
._x3C_g5_x3E_ {top: 37%;left: 40%;}
._x3C_g15_x3E_ {top: 14%;left: 31%;}
._x3C_g2_x3E_ {top: 36%;left: 22%;}
.gbelgium {top: 36%;left: 22%;}
.gportugal {top: 36%;left: 22%;}
._x3C_g1_x3E_ {top: 12%;left: 11%;}
._x3C_g9_x3E__1_ { top: 32%;left: 0;}
._x3C_g12_x3E_ { bottom: 15%;right: 32%;}
._x3C_g14_x3E_ { bottom: 15%;right: 35%;}
._x3C_g13_x3E_ {top: 0;left: 50%;}
._x3C_g11_x3E_ {bottom:0;right: 30%;}
._x3C_g10_x3E_ {bottom: 0;right: 37%;}

._x3C_g7_x3E_ {top: 50%;right: 40%;}
._x3C_g5_x3E__1_ {top: 20%;right: 0;}
._x3C_g4_x3E_ {top: 45%;left: 10%;}
._x3C_g8_x3E_ {top: 45%;left: 14%;}
._x3C_g3_x3E_ {top: 31%;left: 15%;}
._x3C_g2_x3E_ {top: 31%;right: 40%;}
._x3C_g5_x3E_ {top: 25%;right: 13%;}
._x3C_g6_x3E_1 { bottom: 10%;right: 42%;}
._x3C_g6_x3E_ { bottom: 15%;right: 50%;}
._x3C_g15_x3E_ {top: 6%;right: 33%;}
._x3C_g6_x3E_ { bottom: 15%;right: 50%;}
.gportugal {     bottom: 49%;
    right: 0;}
._x3C_gruppomurcia_x3E_  {top:75%; left:25%;}
._x3C_g16_x3E_ {bottom: 5%; right: 0}


@media screen and (max-width: 2200px) {

.page .banner {height: 85vh;}
.single-collezioni .banner, .tax-categorie-prodotto .banner {height: 85vh;}

}
@media screen and (max-width: 1920px) {

.page .banner {height: 80vh;}
.single-collezioni .banner, .tax-categorie-prodotto .banner {height: 80vh;}


}
@media screen and (max-width: 1680px) {
	.page .banner {height: 75vh;}
.single-collezioni .banner, .tax-categorie-prodotto .banner {height:75vh;}
.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 40px}
.section-collezioni a.uk-position-center-left-out  {margin-right: -10px}
.section-collezioni a.uk-position-center-right-out  { margin-left: -10px; }


}
@media screen and (max-width: 1600px) {

.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 35px}



}
@media screen and (max-width: 1550px) {

.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 35px}



}
@media screen and (max-width: 1500px) {
	.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 35px}
.section-collezioni a.uk-position-center-left-out  {padding: 30px 20px}
.section-collezioni a.uk-position-center-right-out  { padding: 30px 20px }
.page .banner {height: 70vh;}
.single-collezioni .banner, .tax-categorie-prodotto .banner {height:70vh;}
.top-footer input.wpcf7-submit {    padding: 15px 50px;}

}
@media screen and (max-width: 1450px) {
.section-collezioni .uk-slider .uk-position-relative{}
}
@media screen and (max-width: 1400px) {
.section-collezioni .uk-slider .uk-position-relative{}

}
@media screen and (max-width: 1350px) {
	.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 30px }
	body.es ul.menu li a{ font-size: 14.2px;}
}
@media screen and (max-width: 1300px) {
	.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 30px }
	body.fr ul.menu li a{ font-size: 14.2px;}
	body.fr ul.menu li { margin-right: 8px; }
	body.es ul.menu li a{ font-size: 13.7px;}
	body.es ul.menu li { margin-right: 5px; }

}
@media screen and (max-width: 1220px) {
		.section-collezioni .uk-slider .uk-position-relative{margin-bottom: 30px }

	body.en ul.menu li a{ font-size: 14px;}
	body.fr ul.menu li a{ font-size: 13.8px;}
	body.fr ul.menu li { margin-right: 7px; }
	body.es ul.menu li a{ font-size: 13.5px;}
	body.es #masthead .uk-width-auto{ padding-left: 10px }
}
@media screen and (max-width: 1199px) {
	.page .banner {height: 65vh;}
	.single-collezioni .banner, .tax-categorie-prodotto .banner {height:65vh;}
	body.en ul.menu li { margin-right: 5px; }
	body.fr ul.menu li { margin-right: 5px; }
	body.fr ul.menu li a{ font-size: 13.5px;}
	body.es ul.menu li { margin-right: 5px; }
	body.es ul.menu li a{ font-size: 13px;}
	.section-collezioni a.uk-position-center-left-out  { padding: 40px 20px}
	.section-collezioni a.uk-position-center-right-out  { padding: 40px 20px }
	.section-collezioni .uk-slider .uk-position-relative {}
}
@media screen and (max-width: 1150px) {
	body.fr #masthead .uk-width-auto{ padding-left: 10px }
	ul.menu li { margin-right: 7px; }
	ul.menu li a{ font-size: 14px;}
	body.en ul.menu li a{ font-size: 13.5px;}
	body.en ul.menu li { margin-right: 5px; }
	body.fr ul.menu li a{ font-size: 13px;}
	body.fr ul.menu li { margin-right: 5px; }
	body.es ul.menu li a{ font-size: 12.5px;}
	body.es ul.menu li { margin-right: 5px; }
		.section-collezioni .uk-slider .uk-position-relative { height: 525px; }

}
@media screen and (max-width: 1100px) {

	body.en #masthead .uk-width-auto{ padding-left: 10px }
	body.fr #masthead .uk-width-auto{ padding:0; }
	body.fr #masthead .uk-width-auto{ padding:0; }
	body.es #masthead .uk-width-auto{ padding:0; }
	body.es #masthead .uk-width-auto{ padding:0; }
	body.es .site-header .uk-text-right {margin-right:-20px!important;}
	.page-template-page-chisiamo .content h3 {font-size: 40px; padding-right: 20px;}
		.section-collezioni .uk-slider .uk-position-relative { height: 500px; }
}
@media screen and (max-width: 1059px) {
			.section-collezioni .uk-slider .uk-position-relative { height: 475px; }
	.page .banner {height: 60vh;}
	.single-collezioni .banner {height:60vh;}
	ul.menu li { margin-right: 5px; }
	ul.menu li a{ font-size: 14px;}
	.site-header .uk-width-auto {padding: 0}
	.site-header .uk-width-expand {padding: 0}
	.site-header .uk-text-right {margin-right:-30px!important;}
	body.en #masthead .uk-width-auto{ padding: 0 }
	body.en ul.menu li a{ font-size: 13px;}
	body.fr #masthead .uk-width-auto{ padding: 0 }
	body.fr ul.menu li a{ font-size: 13px;}
	body.fr .site-header .uk-text-right {margin-right:-35px!important;}
	body.fr a.logo img {max-width: 95%}
	body.fr .fullscreen-search {display: none;}
	body.es #masthead .uk-width-auto{ padding: 0 }
	body.es ul.menu li a{ font-size: 13px;}
	body.es .site-header .uk-text-right {margin-right:-35px!important;}
	body.es a.logo img {max-width: 90%}
	body.es .fullscreen-search {display: none;}
	.green h1 {font-size: 58px;}
}
@media screen and (max-width: 1000px) {
	body.es ul.menu li a{ font-size: 12px; }
	.green h1 {font-size: 55px;}
		.section-collezioni .uk-slider .uk-position-relative { height: 460px; }

}
@media screen and (max-width: 959px) {
	.main-navigation {display: none!important}
	.section-collezioni .uk-slider .uk-position-relative { }
	.single-collezioni .content-area h3 {font-size: 40px}
	.page .banner {height: 55vh;}
	.single-collezioni .banner, .tax-categorie-prodotto .banner {height:55vh;}
	.site-header .uk-width-expand { display: none; }
	.menu-toggle {position: absolute; right: 20px; color: #80BB00; top: 0 }
	.menu-toggle svg {color: #80BB00;}
	.menu-toggle svg:hover {opacity: 0.7}
	.site-header .lingua { position: absolute; left:20px; top: 25px }
	.uk-width-auto { width: 100%; text-align: center; margin: 0 auto; }
	#fullscreen-search {display: none;}
	.footer {text-align: center;}
	.footer ul {margin-bottom: 35px!important;}
	.footer a.logo {float: none; text-align: center; margin: 35px auto; display: table; margin-bottom: 0; }
	.footer ul li {text-align: center; float: none; display: inline-block; }
	#masthead .uk-container-large {width: 100%}
	.section-acquistare {padding-bottom: 175px; margin-bottom: 70px;}
	.section-acquistare .greenbox {margin-bottom:100px; position: relative; top:-2px; }
	.section-acquistare div {float: none; }
	.section-aiutarci {padding-top: 150px;}
	.section-aiutarci .greenbox { position: relative; top:-2px; }
	footer h3 {font-size: 28px;}
	.mobile {display: block;}
	.mobile img {width: 100%; margin-top: 150px;}
	.section-chisiamo .greenbox {bottom: 0;}
	.slider .red {bottom:0;}
	.slider .uk-width-1-2\@s {width: 100%!important}
	.section-chisiamo {background: none!important; margin-top:0; height: auto; margin-bottom: 70px;}
	.home .section-news {margin-top: 45px;}
	.home .section-news {padding-top: 100px;}
	.page-template-page-chisiamo .content .uk-width-1-3\@m  {width: 100%}
	.page-template-page-chisiamo .content h3 br{ display: none; }
	.green h1 {font-size: 52px;}
	.form-contatti  {padding:75px 60px;}
	.form-contatti .wpcf7 h4 {font-size:42px;}
	.section-collezioni a.uk-position-center-left-out  {margin-right: -15px}
.section-collezioni a.uk-position-center-right-out  { margin-left: -15px; }

.uk-offcanvas-bar ul li ul li a span.sottotitolo {display:inline;font-size: 11px;}
.uk-offcanvas-bar {width: 365px!important;}

	.wpc-horizontal-cols-3 .wpc-wrap-icons {
		font-size: 14px;
	}

}

@media screen and (max-width: 900px) {
				.section-collezioni .uk-slider .uk-position-relative { height: 400px; }
	.green h1 {  font-size: 50px;  padding: 20px 60px;}
.section-collezioni a.uk-position-center-left-out  {margin-right: -20px}
.section-collezioni a.uk-position-center-right-out  { margin-left: -20px; }


}
@media screen and (max-width: 850px) {
				.section-collezioni .uk-slider .uk-position-relative { height: 380px; }
	.page .banner {height: 50vh;}
	.single-collezioni .banner {height:50vh;}
	.green h1 {  font-size: 48px;  padding: 20px 50px;}
	.form-contatti  {padding:75px 50px;}
	.form-contatti .wpcf7 h4 {font-size:40px;}
	.section-collezioni a.uk-position-center-left-out  {padding:30px 20px;}
.section-collezioni a.uk-position-center-right-out  {padding:30px 20px; }

}
@media screen and (max-width: 800px) {
					.section-collezioni .uk-slider .uk-position-relative { height: 350px; }

	.page .banner {height: 45vh;}
	.single-collezioni .banner {height:45vh;}
	.green h1 {font-size: 44px;}

}
@media screen and (max-width: 768px) {
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
		max-width: 100%;
	    width: 100%;
	    margin-bottom: 10px;
	    margin-right: 0;
	}
	.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:last-child {
		margin-bottom: 0 !important;
	}
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
		padding: 8px 15px;
	}
	.video-banner h1 {
		font-size: 48px;
	}
	/*.video-banner .icona {
		font-size: 160px;
	}*/

}

@media screen and (max-width: 749px) {
	._x3C_gruppomurcia_x3E_  {left:15%;}
					.section-collezioni .uk-slider .uk-position-relative { height: 310px; }
.section-collezioni a.uk-position-center-left-out  {margin-right: -30px; padding:25px 15px;}
.section-collezioni a.uk-position-center-right-out  { margin-left: -30px;  padding:25px 15px;}
	.slider .red h2 {font-size: 48px;}
	.section-collezioni {padding-top:50px;}
	.section-collezioni h3 {font-size: 28px; margin-bottom:50px;}
	.section-chisiamo {height: 600px!important;}
	.section-chisiamo .greenbox h3 {font-size: 28px;}
	.section-acquistare {padding-top:125px;}
	.section-acquistare .greenbox h3 {font-size: 28px;}
	.section-aiutarci {padding-top: 0}
	.section-aiutarci .greenbox h3 {font-size: 28px;}
	.section-news {padding-top:50px!important;}
	.green h1 {font-size: 40px; padding: 20px 40px;}
	.form-contatti  {padding:60px 40px;}
	.form-contatti .wpcf7 h4 {font-size:38px;}

}
@media screen and (max-width: 670px) {
	._x3C_gruppomurcia_x3E_  {left:0;}
						.section-collezioni .uk-slider .uk-position-relative { height: 275px; }
.green h1 {font-size: 36px; padding: 20px 35px;}
	.form-contatti  {padding:60px 35px;}
	.form-contatti .wpcf7 h4 {font-size:36px;}

 }

@media screen and (max-width: 639px) {
	.wpc-wrap-icons {
    	font-size: 14px;
    }
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
		max-width: 100%;
	    width: 100%;
	    margin-bottom: 10px;
	    margin-right: 0;
	}
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button):first-child {
		margin-top: 0;
	}
	.tax-categorie-prodotto .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
		padding: 8px 15px;
	}
	.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:nth-child(odd) {
		margin-bottom: 0 !important;
	}
	.video-banner h1 {
   		font-size: 42px;
	}
}

@media screen and (max-width: 589px) { 
						.section-collezioni .uk-slider .uk-position-relative { height: 240px; }
	.single-collezioni .banner a.verticalbox2 div.contattaci{top:41%; right:20px;}
	.single-collezioni .green h1 small.top {font-size: 16px; }
	.green h1 {font-size: 30px; padding: 20px 30px;}
	.mobile img {margin-top: 0;}
	.section-aiutarci {padding-bottom: 75px;}
	.section-chisiamo .greenbox p {font-size: 16px;}
	.section-aiutarci .greenbox p {font-size: 16px;}
	.section-chisiamo .greenbox a.button-white {font-size: 15px;}
	.section-acquistare .greenbox a.button-white {font-size: 15px;}
	.section-aiutarci .greenbox a.button-white {font-size: 15px;}
	.section-chisiamo .greenbox {padding: 30px 20px; font-size: 16px;}
	.section-acquistare .greenbox {padding:30px 20px; font-size: 16px;}
	.section-acquistare {padding-top: 70px; margin-top: 70px; margin-bottom: 0;}
	.section-aiutarci .greenbox {padding:30px 20px; font-size: 16px;}
	.slider .red h2 { font-size: 40px;}
	.slider .red a.uk-button {background: none; padding-left: 0; background: #80BB00; text-align: center; border:1px solid #80BB00; border-radius: 10px; color: #fff; padding: 0 20px; font-size: 15px; height: 40px; line-height: 40px;}
	.section-chisiamo { height: 525px!important}
	.form-contatti  {padding:60px 40px;}
	.form-contatti .wpcf7 h4 {font-size:32px;}

	.top-footer .wpcf7 input[type="email"] {width: 80%;}

}
@media screen and (max-width: 500px) {
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	    max-width: none;
	    width: auto;
	}
	.tax-categorie-prodotto .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
	    max-width: none;
	    width: auto;
	}
}
@media screen and (max-width: 499px) { 
	.section-collezioni .uk-slider .uk-position-relative {}
	.slider .red h2 {font-size: 32px; }
	.slider .red span {display: none;}
	.section-chisiamo {height: 475px!important;}
	.video-banner h1 {
    	font-size: 38px;
    	margin-bottom: 50px !important;
	}
	/*.video-banner .icona {
    	font-size: 110px;
	}*/
}

@media screen and (max-width: 420px) { 
	.video-banner h1 {
    	font-size: 32px;
	}
}

