/*!
Theme Name: Surfaces Theme 1.0
Theme URI: http://underscores.me/
Author: Metodoadv S.r.l. by Enrico Fanucchi
Author URI: https://metodoadv.com/
Description: Tema personalizzato per surfaces
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slugtema
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 91s
	## 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 */
}

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

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

body {
	margin: 0;
}

/**
 * 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: inherit;
	/* 1 */
	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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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: royalblue;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #045370;
}

a:focus {
	outline: thin dotted;
}

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 {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	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;
}


.site-header-power-clean,
.site-footer-power-clean {
	display: none;
}

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

/*--------------------------------------------------------------
## HEADER- GENERAL STYLES
--------------------------------------------------------------*/
em {
	color: #7a7a7a !important;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #999;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}

.home .pace .pace-progress {
	background: #999;
	position: fixed;
	z-index: 2000;
	top: 130px;
	right: 100%;
	width: 100%;
	height: 3px;
}

.home .admin-bar .pace .pace-progress {
	top: 160px;
}

.top-header {
	background-color: #035d7e;
	height: 40px;
	line-height: 40px;
	color: #fff
}

.top-header .icon {
	margin-right: 20px
}

.top-header a {
	color: #fff;
}

.top-header a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.top-header i {
	color: #fff;
}

.lingua {
	float: right
}

.lingua ul {
	margin: 0;
	padding: 0;
}

.lingua ul li {
	display: block;
}

.lingua ul li.selected {
	display: none;
}

.lingua ul li a {
	color: white;
	text-transform: uppercase;
}

.lingua ul li a {
	font-size: 14px
}

#masthead {
	height: 90px;
	background: #fff;
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
}

#masthead .site-branding a {
	margin-top: 15px;
	display: block;
}

#masthead ul.menu {}

#masthead ul.menu li {
	font-family: "Roboto Condensed", Sans-serif;
	font-weight: 100
}

#masthead ul.menu li a {
	font-family: "Roboto Condensed", Sans-serif;
	color: #8b9d9c;
	font-size: 18px;
	line-height: 90px;
	padding: 0 15px;
	font-weight: 100
}

#masthead ul.menu li a svg {
	margin-left: 7px;
}

/*#masthead ul.menu li a:after {content: "\00a0";display: block;height: 0;font: 0/0 serif;clear: both;visibility: hidden;overflow: hidden;}
#masthead ul.menu li a:before {top: 10px;background-color: #8b9d9c;}*/
#masthead ul.menu li a:before {}

#masthead ul.menu li a:after {
	content: '\00a0';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 30px;
	width: 100%;
	height: 0px;
	background: #8b9d9c;
	transition: ease .4s;
	-webkit-transition: ease .4s;
}

#masthead ul.menu li a:hover {
	color: #035d7e;
}

#masthead ul.menu li a:hover:after {
	height: 4px;
	margin-top: 0;
}

#masthead ul.menu li.current-menu-item a:after {
	height: 4px;
	margin-top: 0;
	background: #035d7e;
}

#masthead ul.sub-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #f7f7f7;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	border: none;
}

#masthead ul.sub-menu li:hover {
	background: #94a6a5
}

#masthead ul.sub-menu li.current_page_item {
	background: #035d7e
}

#masthead ul.sub-menu li.current_page_item a {
	color: white;
}

#masthead ul.sub-menu li.current_page_item a:after {
	content: '' !important;
	height: 0
}

#masthead ul.sub-menu li a {
	padding: 20px;
	color: #035d7e;
	line-height: 1
}

#masthead ul.sub-menu li a:after {
	content: '' !important;
}

#masthead ul.sub-menu li a:hover {
	color: white;
}

#masthead ul.sub-menu li a:hover:after {
	height: 0;
	margin-top: 0;
}

#masthead ul.sub-menu li {
	border-style: solid;
	border-color: #ffffff;
	border-bottom-width: 1px;
	width: 100%;
}

.main-navigation ul ul a {
	width: max-content !important
}

/*--------------------------------------------------------------
## FOOTER - GENERAL STYLES
--------------------------------------------------------------*/

#footer {
	background-color: #005370;
	font-family: roboto;
	position: relative;
}

#footer a.privacy {
	box-shadow: #161616 2px 2px 5px 2px;
	font-size: 13px;
	font-family: roboto;
	background-color: rgb(0, 0, 0);
	padding: 5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: rgb(255, 255, 255);
	position: absolute;
	font-family: inherit;
	width: auto;
	bottom: 0px;
	right: 100px;
}

#footer a.privacy:hover {
	text-decoration: none;
	opacity: 0.8
}

#footer a.anchor {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#footer p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 20px 20px 0 20px;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

/*--------------------------------------------------------------
## HEADER - GENERAL STYLES
--------------------------------------------------------------*/
.entry-content {
	margin-top: 50px;
}

.entry-content h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #035d7e;
}

.entry-content p {
	color: #7a7a7a;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}

.bgtitle {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	min-height: 200px;
	background-attachment: fixed !important;
}

.bgtitle h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 50px;
	font-family: roboto;
	font-weight: 100;
	line-height: 200px;
	position: relative;
	z-index: 111
}

.bgtitle .overlay {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #004b65 95%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.bgtitle_blue {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	min-height: 300px;
	background-attachment: fixed !important;
}

.bgtitle_blue h1 {
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #035d7e;
	position: relative;
	z-index: 111;
	margin-top: 70px;
}

.bgtitle_blue h1 strong {
	font-family: "Roboto", Sans-serif;
	font-size: 80px;
	font-weight: 900;
}

.bgtitle_blue .overlay {
	background-color: transparent;
	background-image: linear-gradient(90deg, #ffffff 12%, rgba(255, 255, 255, 0) 71%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


.bgtitle_blue_brand {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
}

.bgtitle_blue_brand img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bgtitle_blue_brand .overlay {
	background-color: transparent;
	background-image: linear-gradient(90deg, #ffffff 12%, rgba(255, 255, 255, 0) 71%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/*--------------------------------------------------------------
## BOTTOM CONTENT - GENERAL STYLES
--------------------------------------------------------------*/
.bottom-content {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #fff;
}

.bottom-content p {
	color: #ffffff;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	opacity: 0.8;
	margin-bottom: 20px;
	margin-top: 0 !important;
}

.bottom-content span {
	font-weight: bold;
	color: #95a6a5 !important;
	margin: 0;
	padding: 0
}

.bottom-content h3 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 0px 0px 0px 0px;
	margin-top: 80px;
	margin-bottom: 30px;
}

.elementor-shape-top {
	top: -1px;
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape-bottom svg {
	width: calc(100% + 1.3px);
	height: 77px;
	width: 100%
}

.elementor-shape-top svg {
	height: 60px;
	transform: translateX(0%) rotateY(180deg);
	width: 100%
}

.elementor-shape-top .elementor-shape-fill {
	fill: #ffffff;
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/*--------------------------------------------------------------
## PAGINA CONTATTI 
--------------------------------------------------------------*/
.blue {
	fill: #035c7e !important;
}

.mail {
	clear: both;
	line-height: 39px;
	margin-bottom: 25px;
}

.skype {
	clear: both;
	line-height: 45px;
	margin-bottom: 25px;
}

.boxblu-content .uk-grid {
	clear: both;
}

.boxblu-content .uk-width-1-3\@m img {
	padding-bottom: 30px
}

.boxblu-content {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	color: #fff;
	padding-bottom: 75px;
}

.boxblu-content p {
	color: #ffffff;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.boxblu-content h3 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 0px 0px 0px 0px;
	margin-top: 80px;
	margin-bottom: 30px;
}

.boxblu-content span {
	color: #fff;
	display: block;
}

.boxblu-content a {
	color: #fff;
	text-decoration: underline;
}

.boxblu-content a:hover {
	text-decoration: none
}

.centerform {
	text-align: center;
	margin: 0 auto;
}

.centerform p {
	font-weight: bold;
	margin-bottom: 60px !important;
}

.wpcf7-form {
	font-family: roboto;
}

.wpcf7-form .uk-width-1-2\@m {
	margin-top: 15px;
}

.wpcf7-form .uk-width-1-1 {
	margin-top: 15px;
}

.wpcf7-form input {
	border: none;
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
	padding-left: 10px;
	color: #7a7a7a;
	font-weight: 300;
	margin-top: 10px;
}

.wpcf7-form textarea {
	border: none;
	border-bottom: 1px solid #bfbfbf;
	color: #7a7a7a;
	padding-left: 10px;
	font-weight: 300;
	height: 120px;
	resize: none
}

.wpcf7-form .acceptance {
	color: #7a7a7a;
	font-weight: 300;
}

.wpcf7-form .acceptance a {
	color: #333;
	margin-top: 10px;
	font-size: 13px;
	display: block
}

.wpcf7-form input.wpcf7-submit {
	background-color: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 15px;
	width: 120px;
}

span.wpcf7-acceptance input {
	width: 17px;
	margin-left: -15px
}




/*--------------------------------------------------------------
## PAGE -> IL GRUPPO LA STORIA STYLE 
--------------------------------------------------------------*/


.storia_content {
	background-color: #004B65;
	color: #fff;
}

.storia_content h2 {
	color: #fff;
	text-align: center;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
}

.storia_content p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 17px;
	font-family: roboto;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 300
}


/*--------------------------------------------------------------
## PAGE -> SurfacesGroup
--------------------------------------------------------------*/
.counter {
	background-color: #004B65;
	color: #fff;
}

.counter h3 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
	color: white;
	text-align: center
}

.counter p {
	color: rgba(255, 255, 255, 0.65);
	font-family: "Roboto", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center
}

.counter .elementor-shape-top .elementor-shape-fill {
	fill: #f2f2f2 !important;
}

.surfacesgroup {
	background-color: #f2f2f2;
	text-align: center;
	top: -150px;
	position: relative;
}

div.white {
	background-color: #ffffff
}

.surfacesgroup h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 65px;
	font-weight: 500;
	color: #004b65;
	text-align: center;
	margin-top: 80px;
}

.negative {
	margin-top: -150px;
	z-index: 1;
	position: relative;
}

.page-id-64 .negative {
	margin-top: -100px;
	z-index: 1;
	position: relative;
}


/*--------------------------------------------------------------
## PAGE -> surfaces-the-green-attitude SOSTENIBILITA' || 08/07/2021
--------------------------------------------------------------*/
.page-id-2840 .bgtitle_blue {
	background-position: center !important;
}

.page-id-2840 .innovazione_content {
	background-position: center !important;
}

.page-id-2840 img.brand_bg {
	margin-top: 25px;
	width: auto !important;
}

.page-id-2840 h3 {
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.page-id-2840 .innovazione_content .elementor-background-overlay {
	background-color: #437e02 !important;
}

.page-id-2840 .innovazione_content ul li {
	color: #fff !important;
}

.page-id-2840 .bordo {
	margin: 0;
	border-top: 5px solid #035d7e;
	padding-top: 65px;
	padding-bottom: 35px;
}

.page-id-2840 .attitude {
	color: #7a7a7a;
	margin-top: 75px;
	margin-bottom: 75px
}

.page-id-2840 .attitude p {
	color: #7a7a7a;
}

.page-id-2840 .innovazione_content .elementor-shape-bottom {
	transform: translateX(0) rotateY(180deg);
}

.page-id-2840 .post-thumbnail {
	margin-bottom: 100px
}

.page-id-2841 .bgtitle_blue {
	background-position: center !important;
}

.page-id-2841 .innovazione_content {
	background-position: center !important;
}

.page-id-2841 img.brand_bg {
	margin-top: 25px;
	width: auto !important;
}

.page-id-2841 h3 {
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.page-id-2841 .innovazione_content .elementor-background-overlay {
	background-color: #437e02 !important;
}

.page-id-2841 .innovazione_content ul li {
	color: #fff !important;
}

.page-id-2841 .bordo {
	margin: 0;
	border-top: 5px solid #035d7e;
	padding-top: 65px;
	padding-bottom: 35px;
}

.page-id-2841 .attitude {
	color: #7a7a7a;
	margin-top: 75px;
	margin-bottom: 75px
}

.page-id-2841 .attitude p {
	color: #7a7a7a;
}

.page-id-2841 .innovazione_content .elementor-shape-bottom {
	transform: translateX(0) rotateY(180deg);
}

.page-id-2841 .post-thumbnail {
	margin-bottom: 100px
}




/*--------------------------------------------------------------
## PAGE -> LAVORAZIONI tutte le pagine
--------------------------------------------------------------*/

.page-template-lavorazioni .center {
	text-align: center
}

.page-template-lavorazioni #FAB {
	margin: 70px 0;
}

.page-template-lavorazioni .entry-content h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: #035d7e;
	margin-top: 35px;
	margin-bottom: 35px
}

.page-template-lavorazioni .entry-content h3 {
	color: #035d7e
}

.page-template-lavorazioni .entry-content ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.page-template-lavorazioni .entry-content ul li {
	list-style-position: inside
}

.page-template-lavorazioni .entry-content ul li a {
	color: #000;
	font-weight: bold
}

.page-template-lavorazioni .entry-content ul li a:hover {
	text-decoration: none;
	color: #035d7e
}

.page-template-lavorazioni .entry-content {
	margin: 0;
	border-top: 5px solid #035d7e;
	padding-top: 35px;
}

.page-template-lavorazioni .pdf {
	margin: 20px 0;
	height: 70px;
	font-size: 20px;
}

.page-template-lavorazioni .pdf .svg-inline--fa {
	color: #ffffff;
	margin-right: 30px
}

.page-template-lavorazioni .pdf a {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffffff;
	background-color: #94a6a5;
	border-radius: 10px;
	padding: 20px 30px;
	float: right;
	display: block;
}

.page-template-lavorazioni h3 {
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #035d7e;
}

.page-template-lavorazioni p {
	color: #7a7a7a;
	font-weight: 200;
	font-family: "Roboto", Sans-serif;
	line-height: 28px
}

.page-template-lavorazioni .lavorazione_1 {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.page-template-lavorazioni .lavorazione_1 .elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_1 .elementor-shape-bottom .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.page-template-lavorazioni .lavorazione_1 .elementor-shape-top {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_1 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 205px
}

.page-template-lavorazioni .lavorazione_1 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_1 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_1 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_1 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_2 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_2 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 335px
}

.page-template-lavorazioni .lavorazione_2 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_3 {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.page-template-lavorazioni .lavorazione_3 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_3 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_3 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_3 .elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_3 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: bottom center !important;
	max-height: 345px
}

.page-template-lavorazioni .lavorazione_3 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_3 .elementor-shape-top {}

.page-template-lavorazioni .lavorazione_4 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_4 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 225px
}

.page-template-lavorazioni .lavorazione_4 .uk-width-1-2\@m p {
	margin-right: 20px;
}

/*spn */
.page-template-lavorazioni .lavorazione_2 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_4 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

/*spn */


.page-template-lavorazioni .lavorazione_5 {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.page-template-lavorazioni .lavorazione_5 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_5 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_5 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_5 .elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_5 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 265px
}

.page-template-lavorazioni .lavorazione_5 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_6 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_6 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 225px
}

.page-template-lavorazioni .lavorazione_6 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_6 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_6 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_6 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_7 {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.page-template-lavorazioni .lavorazione_7 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_7 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_7 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_7 .elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_7 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 265px
}

.page-template-lavorazioni .lavorazione_7 .uk-container {
	margin-top: 80px;
	padding-bottom: 80px
}

.page-template-lavorazioni .lavorazione_8 .uk-container {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-template-lavorazioni .lavorazione_8 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 225px
}

.page-template-lavorazioni .lavorazione_8 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_8 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_8 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_8 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_9 {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.page-template-lavorazioni .lavorazione_9 .uk-width-1-2\@m p {
	margin-right: 20px;
}

.page-template-lavorazioni .lavorazione_9 .uk-width-1-2\@m img {
	float: left;
	/* spn width: 40%;*/
	margin-right: 25px;
	padding-right: 13px;
}

.page-template-lavorazioni .lavorazione_9 .uk-width-1-2\@m br {
	display: none;
}

.page-template-lavorazioni .lavorazione_9 .elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-template-lavorazioni .lavorazione_9 .radius {
	border-radius: 15px;
	background-size: cover !important;
	background-position: center center !important;
	max-height: 265px
}

.page-template-lavorazioni .lavorazione_9 .uk-container {
	margin-top: 80px;
	padding-bottom: 80px
}


.page-template-lavorazioni div.listing {
	margin-top: 80px;
	margin-bottom: 80px;
}

.page-template-lavorazioni div.listing .uk-width-1-4\@m div {
	padding: 0;
	height: 160px;
	background-position: center center !important;
	background-size: cover !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #8a9d9c;
	border-radius: 20px 20px 20px 20px
}

.page-template-lavorazioni div.listing .uk-width-auto div {
	width: 135px;
	padding: 0;
	height: 160px;
	background-position: left center !important;
	background-size: cover !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #8a9d9c;
	border-radius: 20px 20px 20px 20px
}

.page-template-lavorazioni div.listing .uk-width-auto div.center {
	width: 135px;
	padding: 0;
	height: 160px;
	background-position: center center !important;
	background-size: cover !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #8a9d9c;
	border-radius: 20px 20px 20px 20px
}

.page-template-lavorazioni div.listing span {
	padding: 0;
	margin: 0;
	text-align: center;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 60px;
	width: 135px;
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #035d7e !important;
}

.page-template-lavorazioni div.listing a {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.page-template-lavorazioni div.listing a:hover {
	text-decoration: none;
	opacity: 0.7
}

.page-id-95 div.listing .uk-width-auto div {
	background-position: center center !important;
}

.page-id-95 div.listing .uk-width-auto div.left {
	background-position: left center !important;
}

.page-id-676 div.listing .uk-width-auto div {
	background-position: center center !important;
}

.page-id-676 div.listing .uk-width-auto div.left {
	background-position: left center !important;
}

.page-id-91 div.listing .uk-width-auto div,
.page-id-678 div.listing .uk-width-auto div {
	width: 205px !important;
	background-position: center center !important;
}

.page-id-89 div.listing .uk-width-auto div {
	background-position: center center !important;
}

.page-id-674 div.listing .uk-width-auto div {
	background-position: center center !important;
}

/*--------------------------------------------------------------
## BRAND ->  tutti post
--------------------------------------------------------------*/
.center_logo_brand {
	width: 100%;
	min-height: 400px;
	height: 100%;
	position: relative;
}

.center_logo {
	width: 100%;
	min-height: 300px;
	height: 100%;
	position: relative;
}

img.brand_bg {
	z-index: 11;
	width: 25%;
	width: 25%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.single-brand .bgtitle_blue {
	background-position: center center !important
}

.single-brand .entry-content {
	margin: 0;
	border-top: 5px solid #035d7e;
	padding-top: 35px;
}

.single-brand .entry-content ul {
	margin: 0;
	padding: 0
}

.single-brand .entry-content ul li {
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #929292;
	list-style-position: inside;
}

.single-brand .entry-content h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #035d7e;
	margin-top: 0;
	margin-bottom: 35px;
}

.single-brand .entry-content p {
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #929292
}

.single-brand .post-thumbnail img.gallery-items {}

.single-brand .galleria-brand {
	padding: 50px 0 30px;
}

.single .download h3 {
	color: #005370;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	padding: 0px 0px 15px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e2e2e2;
}

.single .download i {
	color: #005370;
	font-size: 35px;
}

.single .download svg {
	margin-right: 20px;
	color: #005370;
	font-size: 35px;
}

.single .download a {
	color: #848484;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.single .download a:hover {
	text-decoration: none;
}

.single-brand .cta-sito-brand {
	background-color: #035d7e;
	padding: 20px 25px;
	color: #fff;
	margin: 30px 0;
}

.single-brand .cta-sito-brand .testo-cta {
	max-width: 80%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}

.single-brand .cta-sito-brand p {
	margin: 0;
	font-size: 18px;
	color: #fff !important;
	line-height: 1.3;
}

.single-brand .cta-sito-brand .pulsante {
	text-align: right;
}

.single-brand .cta-sito-brand a.button,
.single-brand .cta-sito-brand a.button:link,
.single-brand .cta-sito-brand a.button:visited,
.single-brand .entry-content .cta-sito-brand a.button,
.single-brand .entry-content .cta-sito-brand a.button:link,
.single-brand .entry-content .cta-sito-brand a.button:visited {
	background-color: #fff;
	border: 1px solid #fff;
	color: #035d7e;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
}

.single-brand .cta-sito-brand a.button:hover {
	background-color: #035d7e;
	color: #fff;
}

.single-brand .content-area .progetto-plan p {
	font-size: 14px;
}

/*--------------------------------------------------------------
## INNOVAZIONE ->  tutte le pagine           
--------------------------------------------------------------*/
.page-template-innovazione .center_logo {
	min-height: 200px;
}

.page-template-innovazione-php .entry-content p {
	color: #7a7a7a;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}

.innovazione_content {
	color: #fff;
	position: relative;
}

.innovazione_content .elementor-background-overlay {
	background-color: #00445a !important;
	background-size: cover;
	opacity: 0.9;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.innovazione_content .elementor-shape-bottom {
	z-index: 111;
	position: relative;
}

.innovazione_content h2 {
	position: relative;
	z-index: 1;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
	color: #fff;
	margin-top: 35px;
}

.innovazione_content p {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.65);
	font-family: "Roboto", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 1px;
}

.innovazione_content ul {
	position: relative;
	z-index: 1;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.innovazione_content ul li {
	list-style-position: inside;
	color: rgba(255, 255, 255, 0.65);
	font-family: "Roboto", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 1px;
}

.post-thumbnail ul li a:hover img {
	opacity: 0.8
}

.post-thumbnail ul li a:hover {
	opacity: 0.8
}

.percorso {
	color: #7a7a7a;
	font-family: "Roboto", Sans-serif;
}

.percorso h2 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 0.7px;
	color: #00445a
}

.percorso ul {
	margin: 0;
	padding: 0;
	margin-bottom: 35px !important;
}

.percorso ul li {
	list-style-position: inside;
	color: #7a7a7a
}

.brochure {
	margin: 20px 0;
	height: 70px;
	font-size: 20px;
	margin-bottom: 50px !important;
	font-family: "Roboto", Sans-serif;
}

.brochure .svg-inline--fa {
	color: #ffffff;
	margin-right: 30px
}

.brochure a {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #ffffff;
	background-color: #94a6a5;
	border-radius: 10px;
	padding: 18px 25px;
}

.brochure a:hover {
	text-decoration: none;
	opacity: 0.89
}


/*--------------------------------------------------------------
## ARCHIVE ->  tutte le categorie    
--------------------------------------------------------------*/

.archive .bgtitle h1 {
	font-family: "Roboto", Sans-serif;
	font-size: 50px;
	font-weight: 100;
}

.archive .listings {
	margin-top: 50px;
}

.archive .listings a:hover {
	text-decoration: none;
}

.archive .listings h4 a {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #005370;
}

.archive .listings p {
	color: #aaaaaa;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
}

a.archive_link_img:hover img {
	opacity: 0.8
}

a.archive_link_img:hover img:hover {
	opacity: 0.8
}

a.archive_link_img img:hover {
	opacity: 0.8
}

.pagination {
	margin-top: 50px;
}

.pagination a {
	background-color: #fff;
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 15px;
}

.pagination a:hover {
	background-color: #f8f8f8;
	color: #333;
}

.pagination span {
	padding: 5px 10px;
	display: inline-block;
	margin-right: 15px;
	background-color: #f8f8f8;
	color: #333;
}

/*--------------------------------------------------------------
## SINGLE  ->  tutte le categorie    
--------------------------------------------------------------*/
.single h2.title {
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #005370
}

.single .listings {
	margin-top: 50px;
}

.single .center {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px !important
}

.single .excerpt {
	color: #7a7a7a;
	font-family: "Roboto", Sans-serif;
	margin-bottom: 50px;
	font-weight: 100;
	font-size: 18px;
	font-style: italic;
}

.single .content-area p {
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #7a7a7a;
}

.single .content-area {
	margin-bottom: 50px;
}

.correlati {
	border-top: 1px solid rgba(0, 83, 112, 0.21);
	padding-top: 35px;
}

.correlati h4 a {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #005370;
}

.correlati p {
	color: #aaaaaa;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.correlati ul.uk-dotnav {
	text-align: center;
	margin: 0 auto;
	width: max-content;
	margin-bottom: 50px;
}

.correlati ul.uk-dotnav li {}

.correlati ul.uk-dotnav li.uk-active {}

.correlati ul.uk-dotnav li a {}

.correlati ul.uk-dotnav li.uk-active a {}

.correlati ul.uk-dotnav li a:hover {}

.correlati .navigation {
	position: relative;
	margin-top: 50px;
}

.correlati .navigation svg {
	color: #444;
	width: 20px;
}

.correlati .navigation .uk-position-center-left {
	margin-left: 0;
	padding-left: 0;
}

.correlati .navigation .uk-position-center-right {
	margin-right: 0;
	padding-right: 0;
}


/*--------------------------------------------------------------
## HOMEPAGE 
--------------------------------------------------------------*/
a.slidelink:hover {
	text-decoration: none !important;
	border: none !important;
}

a.slidelink:hover h2 {
	text-decoration: none !important;
	border: none !important;
}

a.slidelink:hover p {
	text-decoration: none !important;
	border: none !important;
}

h2.text-slider:hover {
	text-decoration: none !important;
	border: none !important;
}

.uk-slideshow-items {
	min-height: 300px !important;
	max-height: 500px;
	height: 500px;
	position: relative;
}

.uk-slideshow-items h2.text-slider {
	font-size: 53px;
	font-family: "Roboto", Sans-serif;
	color: #fff;
	line-height: 60px;
	font-weight: 300;
}

.uk-slideshow-items p.text-slider {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}

.uk-slideshow-items .boxslider {
	border-bottom: 20px solid rgb(0, 83, 112);
	padding-bottom: 40px;
	display: table-cell;
	vertical-align: bottom;
}

.uk-slideshow-items .uk-width-1-2 {
	display: table;
	height: 500px;
	vertical-align: bottom;
}

.home .uk-dotnav li a {
	border: none !important;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3) !important;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background: transparent;
	width: 15px;
	height: 15px;
}

.home .uk-dotnav li a:hover {
	/*background:#fff!important;*/
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	border: none;
	border-radius: 50%;
	background: transparent;
}

.home .uk-dotnav li a:hover span.tp-bullet-inner {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: rgb(255, 255, 255);
}

.home .uk-dotnav li.uk-active a {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	border: none;
	border-radius: 50%;
	background: transparent;
}

.home .uk-dotnav li a span.tp-bullet-inner {
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}

.home .uk-dotnav li.uk-active a span.tp-bullet-inner {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: rgb(255, 255, 255);
}


.banner-comunicazione {
	background-color: #fff;
	border-radius: 4px;
	padding: 50px;
	margin: 70px 0 70px !important;
}
.banner-comunicazione figure {
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
}
.banner-comunicazione .con-fiocco {
	position: relative;
}
.banner-comunicazione .con-fiocco img.fiocco {
	position: absolute;
	left: 20px;
    top: -20px;
}


.home .soluzioni {
	background-color: transparent;
	background-image: linear-gradient(180deg, #697775 0%, #95a8a7 5%);
}

.home .soluzioni .uk-width-1-4\@m {
	max-height: 250px;
	min-height: 250px;
	min-width: 310px;
	max-width: 310px;
	object-fit: cover;
}

.home .bg_bottom {
	background-color: transparent;
	background-image: linear-gradient(180deg, #95a8a7 58%, #576363 100%);
}

.home .soluzioni h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: #fff;
	padding-top: 35px;
	margin-bottom: 35px;
}

.home .soluzioni .bg {
	width: 300px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 110px;
	border-right: 1px solid #646567;
	border-left: 1px solid #646567;
	border-top: 1px solid #646567;
	border-bottom: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-bottom: 0 !important
}

.home .inner {
	width: 300px;
	height: 100px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #7a7a7a 0%, #ffffff 16%);
	border-right: 1px solid #646567;
	border-left: 1px solid #646567;
	border-bottom: 1px solid #646567;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0 !important;
}

.home .inner h3 {
	text-align: center;
	padding-top: 35px;
}

.home .inner h3 {
	color: #005472 !important;
	font-family: "Roboto", Sans-serif;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 8px;
}

.home .inner h3 a {
	color: #005472 !important;
	font-family: "Roboto", Sans-serif;
}

.home .inner h3 a:hover {
	text-decoration: none;
	opacity: 0.8
}

.home .inner:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
	transition: all 0.5s;
	opacity: 0.6
}

.home .soluzioni .elementor-shape .elementor-shape-fill {
	transform: rotateY(180deg);
}

.home a.hov_fx {}

.home a.hov_fx:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
	text-decoration: none;
	transition: all 0.5s;
}

.home a.hov_fx:hover .inner {
	background-color: rgba(255, 255, 255, 0.7) !important;
	transition: all 0.5s;
}

.home .news {
	margin: 50px 0;
}

.home .news h3 {
	text-align: right;
	color: #035d7e;
	font-family: "Roboto", Sans-serif;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 2.5px;
}

.home .news .navigation {
	margin-top: 35px;
}

.home .news .navigation .uk-dotnav li a {
	width: 5px;
	height: 5px;
	background: #aaa !important;
	border-color: #aaaaaa !important
}

.home .brand {
	background-color: transparent;
	background-image: linear-gradient(180deg, #d3d3d3 0%, #ededed 27%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.home .brand h4 {
	font-family: "Roboto", Sans-serif;
	color: #035d7e;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
	margin: 35px 0 50px 0;
}

.home .brand .elementor-shape-top {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home .brand a img.grey {
	-webkit-filter: grayscale(1);
	max-width: 60%;
	filter: grayscale(1);
	max-height: 60px;
	vertical-align: middle;
	display: table-cell;
	margin: 0 auto;
}

.home .brand a img.grey:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.home .brand .uk-width-1-5\@m {
	height: 80px;
	vertical-align: middle;
	display: table;
}

.home .brand .uk-width-1-5\@m a {
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	height: 60px;
	vertical-align: middle;
}

.home .brand .uk-width-1-6\@m {
	height: 80px;
	vertical-align: middle;
	display: table;
}

.home .brand .uk-width-1-6\@m a {
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	height: 60px;
	vertical-align: middle;
}

.home .effect {
	position: absolute;
	z-index: 1111;
	width: 1200px;
	margin-top: -100px;
	margin-left: -275px;
}

.home .effect .first-image {
	position: absolute;
	top: 0;
	left: 0;
}

.home .effect .second-image {
	position: absolute;
	top: 0;
	left: 345px;
}

.brand-news .titolo {
	text-transform: uppercase;
	color: #9e9e9e;
	font-weight: 700;
	font-size: 14px;
}

.brand-news .logo-brand {
	float: left;
	margin: 0 20px 10px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	position: relative;
}

.brand-news .logo-brand:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	background-color: #e1e1e1;
}

.brand-news>a:last-child .logo-brand:after {
	background: none;
}

.brand-news .logo-brand img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.brand-news .logo-brand img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

a.uk-modal-close:hover {
	text-decoration: none;
	opacity: 0.8
}

.home .news a.allnews {
	font-family: "Roboto", Sans-serif;
	margin: 0 auto;
	display: table;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 100;
	background-color: #94a6a5;
	border-radius: 10px;
	padding: 20px 30px;
}

.home .news a.allnews:hover {
	opacity: 0.8;
	text-decoration: none
}

.home .video-container h3 {
	color: #005472 !important;
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 35px
}

.mm-product-video-modal-container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	display: none;
	overflow: scroll;
}

.mm-product-video-modal-container.open {
	display: block;
}

.mm-product-video-modal-close:hover {
	cursor: pointer;
}

.mm-product-video-modal-close {
	color: #fff;
	position: fixed;
	z-index: 1000000000;
	top: 20px;
	right: 20px;
	font-size: 40px;
}

.mm-product-video-modal {
	width: 60%;
	max-height: 800px;
	overflow: scroll;
	position: relative;
	top: -1000px;
	text-align: left;
	border-radius: 4px;
}

.mm-product-video-modal.open {
	top: 150px;
	margin-bottom: 150px;
}

.mm-video-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mm-launch-container {
	margin-top: 100px;
}

.mm-launch {
	border: none;
	color: #00408b;
	font-weight: 300;
}

.mm-launch:hover {
	color: #00408b;
	opacity: 0.7;
	cursor: pointer
}

.mm-launch-container p {
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}

.mm-launch-container h2 {
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.dropper {
	transition: top 0.5s ease-in-out;
}

.mm-product-video-modal {
	overflow: hidden !important
}

.mm-launch:hover {
	opacity: 0.9 !important
}


a.uk-navbar-toggle {
	display: none !important;
}

a.searchmobile {
	display: none !important;
}

/**/

.search .bgtitle h1 {
	font-family: "Roboto", Sans-serif;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 50px;
}

.search .listings {
	margin-top: 50px;
}

.search .listings a:hover {
	text-decoration: none;
}

.search .listings h4 a {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #005370;
}

.search .listings p {
	color: #aaaaaa;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.search a.archive_link_img:hover img {
	opacity: 0.8
}

.search a.archive_link_img:hover img:hover {
	opacity: 0.8
}

.search a.archive_link_img img:hover {
	opacity: 0.8
}

.search .pagination {
	margin-top: 50px;
}

.search .pagination a {
	background-color: #fff;
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 15px;
}

.search .pagination a:hover {
	background-color: #f8f8f8;
	color: #333;
}

.search .pagination span {
	padding: 5px 10px;
	display: inline-block;
	margin-right: 15px;
	background-color: #f8f8f8;
	color: #333;
}

/*--------------------------------------------------------------
## PAGE BACKGROUND STYLE POSITION  
--------------------------------------------------------------*/

.page-id-2 .bgtitle {
	background-position: top center !important
}

.page-id-27 .bgtitle {
	background-position: bottom left !important
}

.page-id-61 .bgtitle {
	background-position: bottom left !important
}

.page-id-967 .bgtitle {
	display: none;
}

.elementor-search-form__container {
	background-color: rgba(0, 0, 0, 0.87);
}

.uk-modal-dialog {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: #000;
}

.elementor-search-form__container {
	margin: 0 auto;
	color: white;
	text-align: center;
	width: max-content;
}

input.elementor-search-form__input {
	font-size: 50px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #fff;
	line-height: 1.5;
	color: #fff;
	background: no-repeat;
	background: none !important;
}

input.elementor-search-form__input:focus {
	color: #fff !important
}

.nodesktop {
	display: none;
}


/*--------------------------------------------------------------
## RECAPTCHA CF7 
--------------------------------------------------------------*/
.grecaptcha-badge {
	display: none;
}

.wpcf7-form .recaptcha a {
	color: #333;
	margin-top: 10px;
}



/*--------------------------------------------------------------
## PAGE -> RICICLAGGIO IMBALLAGGI PROVVISORIA
--------------------------------------------------------------*/
.page-template-page-imballaggi-provvisoria h2 {
	font-family: Roboto, Sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #035d7e;
	margin-top: 35px;
	margin-bottom: 35px;
}

.page-template-page-imballaggi-provvisoria .entry-content p {
	font-size: 18px;
}

.page-template-page-imballaggi-provvisoria .entry-content a.button,
.page-template-page-imballaggi-provvisoria .entry-content a.button:link,
.page-template-page-imballaggi-provvisoria .entry-content a.button:visited {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 35px 14px;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 150px;
}

.page-template-page-imballaggi-provvisoria p.text-center {
	text-align: center;
}

.page-template-page-imballaggi-provvisoria .entry-content a.button:hover {
	background-color: #035d7e;
	text-decoration: none;
}



/*--------------------------------------------------------------
## PAGE -> RICICLAGGIO IMBALLAGGI
--------------------------------------------------------------*/
.page-template-page-imballaggi a.button,
.page-template-page-imballaggi a.button:link,
.page-template-page-imballaggi a.button:visited {
	background-color: #035d7e;
	color: #fff;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	text-align: center;
	font-weight: 700;
}

.page-template-page-imballaggi a.button:hover {}

.page-template-page-imballaggi {
	font-family: "Roboto", sans-serif;
}

.page-template-page-imballaggi h2 {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #035d7e;
	margin-top: 35px;
	margin-bottom: 35px;
}

.page-template-page-imballaggi .brand {
	text-align: center;
	border-bottom: 3px solid #004b65;
	margin-bottom: 30px;
}

.page-template-page-imballaggi .brand h3 {
	padding: 20px 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #1d1d1b;
	margin: 0;
	font-size: 18px;
}

.page-template-page-imballaggi .brand figure {
	background-color: #f0f0f0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	margin: 0;
	height: 250px;
}

.page-template-page-imballaggi a:hover {
	text-decoration: none;
}

.page-template-page-imballaggi a:hover h3 {
	color: #004b65;
}

.page-template-page-imballaggi .site-main>.uk-container {
	position: relative;
}

.page-template-page-imballaggi .navigazione-tab {
	position: absolute;
	z-index: 112;
	right: 0;
	top: -75px;
}

.page-template-page-imballaggi .nav-tab {
	list-style-type: none;
}

.page-template-page-imballaggi .nav-tab li {
	display: inline-block;
	height: 75px;
	margin: 0 3px;
}

.page-template-page-imballaggi .nav-tab li.uk-active {
	background-color: #fff;
}

.page-template-page-imballaggi .nav-tab li a,
.page-template-page-imballaggi .nav-tab li a:link,
.page-template-page-imballaggi .nav-tab li a:visited {
	color: #1d1d1b;
	font-weight: 700;
	font-size: 15px;
	background-color: #fff;
	display: block;
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	text-align: center;
	padding-top: 5px;
}

.page-template-page-imballaggi .nav-tab li img {
	display: block;
}

.page-template-page-imballaggi .nav-tab li a:hover {
	color: #004b65;
	text-decoration: none;
}

.page-template-page-imballaggi .uk-switcher.uk-active {
	display: block;
}

.page-template-page-imballaggi .entry-content {
	padding-bottom: 100px;
}

.imballaggio .dettagli {
	position: relative;
	width: 380px;
	max-width: 100%;
	margin: 0 auto;
}

.imballaggio figure {
	text-align: center;
}

.imballaggio .dettagli .regola {
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -70px;
	line-height: 1.1;
	text-transform: lowercase;
}

.dettagli .regola .icona {
	background-color: #fff;
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	margin: 0 auto 8px;
}

.dettagli .regola .icona img {
	position: relative;
	top: 10px;
}

.dettagli .regola .nome {
	min-height: 30px;
}

.dettagli .regola .materiale {
	color: #fff;
	font-size: 18px;
	padding: 5px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1;
	margin-top: 5px;
}

.dettagli .regola .materiale.plastica {
	background-color: #feca2f;
}

.dettagli .regola .materiale.carta {
	background-color: #2c2885;
}

.dettagli .regola .materiale.legno {
	background-color: #8c5a36;
}

.dettagli .regola .materiale.metalli {
	background-color: #2795AC;
}

.dettagli .regola .materiale.indifferenziato {
	background-color: #8F9496;
}

.page-template-page-imballaggi .imballaggio {
	border-bottom: 3px solid #004b65;
	margin-bottom: 35px;
}


/*--------------------------------------------------------------
## PAGE -> CERTIFICAZIONI
--------------------------------------------------------------*/
.listing-certificazioni {
	padding: 80px 0 100px;
}

.certificazione .inner {
	background-color: #94a6a5;
	border-radius: 10px;
	color: #fff;
	padding: 18px 25px;
	margin-bottom: 20px;
}

.certificazione h3 {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}

.certificazione a:hover {
	text-decoration: none;
	opacity: 0.89;
}

.certificazione .icona {
	font-size: 20px;
	text-align: right;
}



/*--------------------------------
## LANDING POWER CLEAN
-------------------------------*/

.page-template-page-power-clean .bg-gray {
	background-color: #EFF1F2; 
}

.page-template-page-power-clean a {
	outline: none !important;
}

.page-template-page-power-clean .txt-large,
.page-template-page-power-clean .txt-large p {
	font-size: 1.3rem;
}

/* ---- */

.page-template-page-power-clean .cta {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1rem;
	color: #005F86;
	max-width: max-content;
	transition: all .3s;
}

.page-template-page-power-clean .cta a {
	text-decoration: none;
}

.page-template-page-power-clean .cta:hover {
	gap: 1.5rem;
	transition: all .3s;
	text-decoration: none;
}


.page-template-page-power-clean #primary {
	margin-left: 40px;
	margin-right: 40px;
}

.page-template-page-power-clean .bgtitle,
.page-template-page-power-clean .top-header,
.page-template-page-power-clean .site-header {
	display: none;
}

.page-template-page-power-clean .site-header-power-clean {
	display: block;
	padding: 1.5rem 40px;
	background-color: #fff;
}

.page-template-page-power-clean .site-header-power-clean a {
	color: #005F86;
	transition: all .3s;
}

.page-template-page-power-clean .site-header-power-clean a:hover {
	color: #000;
	text-decoration: none;
	transition: all .3s;
}

.page-template-page-power-clean .site-header-power-clean ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style: none;
}

.page-template-page-power-clean .site-header-power-clean .lingua-landing {
	text-transform: uppercase;
}

.page-template-page-power-clean .site-header-power-clean .lingua-landing .selected a {
	font-weight: 800;
}

.page-template-page-power-clean .site-header-power-clean #power-clean-menu a {
	font-weight: 800;
	font-size: 1.3rem;
}

.page-template-page-power-clean .site-header-power-clean #power-clean-menu a span {
	font-weight: initial;
}

.page-template-page-power-clean h1,
.page-template-page-power-clean h2 {
	color: #005F86;
	font-size: 3rem;
}

.page-template-page-power-clean .arrow-slider svg {
	display: none;
}

.page-template-page-power-clean .arrow-slider svg {
	display: none;
}

.page-template-page-power-clean .arrow-slider {
	background-image: url(./img/arrow-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 4rem;
	height: 4rem;
	margin-left: -2rem;
	bottom: 0 !important;
	top: unset !important;
	transform: none !important;
}


.page-template-page-power-clean .arrow-slider.left {
	rotate: 180deg;
	margin-right: -2rem;
	bottom: 0 !important;
	top: unset !important;
}


/* -------- */

.page-template-page-power-clean #banner-power-clean {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.page-template-page-power-clean #banner-power-clean .overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, #fff 20%, transparent 60%);
}

.page-template-page-power-clean #powerclean {
	padding-top: 3rem;
	padding-bottom: 10rem;
}

.page-template-page-power-clean #powerclean .container-soluzioni .cta {
	margin: 0 auto;
}


/*--------------------------------------------------------------
## RESPONSIVE 
--------------------------------------------------------------*/
@media only screen and (max-width: 1130px) {
	#masthead ul.menu li a {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1050px) {
	#masthead ul.menu li a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1000px) {
	#masthead ul.menu li a {
		font-size: 16.5px;
		padding: 0 8px;
	}
}

@media only screen and (max-width: 960px) {
	.uk-sticky-fixed {}

	.page-id-91 div.listing .uk-width-auto div,
	.page-id-678 div.listing .uk-width-auto div {
		width: 100% !important;
	}

	.nomobile {
		display: none !important;
	}

	.nodesktop {
		display: block !important
	}

	a.searchmobile {
		display: block !important;
		position: absolute;
		right: 0px;
		top: 2px;
		color: #8b9d9c;
	}

	a.searchmobile svg {
		width: 23px !important;
		height: 23px !important;
	}

	a.uk-navbar-toggle {
		display: block !important;
	}

	nav#site-navigation {
		display: none !important
	}

	.site-branding {
		position: relative;
		left: 0 !important;
	}

	a.logo {}

	.site-branding a.menu-toggle {
		position: absolute;
		right: 25px;
		top: 0;
		color: #8b9d9c;
	}

	.site-branding a.menu-toggle svg {
		color: #8b9d9c;
		font-size: 26px;
	}

	#masthead .site-branding a {}

	.uk-offcanvas-bar {
		background-color: #f7f7f7;
		border-right: 3px solid #045370
	}

	.uk-offcanvas-bar .menu-menu-1-container {
		margin-top: 20px;
	}

	.uk-offcanvas-bar ul {
		margin: 0;
		padding: 0;
	}

	.uk-offcanvas-bar ul li {
		text-transform: uppercase !important;
	}

	.uk-offcanvas-bar ul li a {
		font-family: "Roboto Condensed", Sans-serif;
		color: #8b9d9c;
		font-size: 16px;
		padding: 0 15px;
		font-weight: 100
	}

	.uk-offcanvas-bar ul li a:hover {
		color: #8b9d9c !important;
		opacity: 0.8;
		text-decoration: none !important;
	}

	.uk-offcanvas-bar ul li {
		font-family: "Roboto Condensed", Sans-serif;
		font-weight: 100
	}

	.uk-offcanvas-bar ul li ul.sub-menu {
		margin-top: 5px;
		margin-bottom: 5px
	}

	.uk-offcanvas-bar ul li ul.sub-menu li {
		list-style-type: none;
		margin-left: 20px;
		text-transform: lowercase !important;
	}

	.uk-offcanvas-bar .svg-inline--fa.fa-w-10 {
		margin-left: 5px !important
	}

	.uk-offcanvas-close {
		color: black !important
	}

	.uk-slideshow {
		height: 400px !important
	}

	.uk-slideshow-items .uk-width-1-2 {
		height: 400px !important;
		margin: 0 auto;
		width: 80%
	}

	.home .soluzioni .uk-width-1-4\@m {
		margin: 0 auto;
	}

	.first-image {
		display: none;
	}

	.second-image {
		display: none
	}

	.news br {
		display: none;
	}

	.allnews {
		margin-top: 35px !important;
	}

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

	.negative {
		margin-top: -125px;
	}

	.page-id-64 .negative {
		margin-top: -30px;
	}

	.page-id-686 .negative {
		margin-top: -30px;
	}

	.page-template-lavorazioni .pdf a {
		float: none;
		display: table;
		margin: 0 auto;
		width: auto;
		text-align: center;
	}

	.bgtitle_blue h1 {
		text-align: center;
	}

	.page-template-lavorazioni .uk-width-auto {
		width: 100%;
		margin-bottom: 50px;
	}

	.page-template-lavorazioni .uk-width-auto div {
		width: 100% !important
	}

	.bgtitle_blue h1 strong {
		font-size: 50px
	}

	img.brand_bg {
		width: 60%
	}

	.single-brand .entry-content ul li {
		padding-left: 0
	}

	.brochure {
		text-align: center;
	}

	.bgtitle h1 {
		line-height: 1;
		margin-top: 35px;
	}

	input.elementor-search-form__input {
		width: 50%
	}
}

@media only screen and (max-width: 800px) {
	.uk-slideshow-items h2.text-slider {
		font-size: 36px
	}

	.uk-slideshow-items p.text-slider {
		font-size: 16px;
	}

	.bgtitle h1 {
		line-height: 1;
		font-size: 36px;
		margin-top: 50px;
	}

	.bgtitle_blue_brand {
		min-height: 300px;
	}

	.center_logo_brand {
		min-height: 300px;
	}


}


@media only screen and (max-width: 600px) {
	img.brand_bg {
		width: 80%
	}

	.boxslider {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	.page-template-page-imballaggi h2 {
		font-size: 21px;
		margin-top: 10px;
	}

	.page-template-page-imballaggi .navigazione-tab {
		top: -70px;
	}

	.page-template-page-imballaggi .nav-tab li a,
	.page-template-page-imballaggi .nav-tab li a:link,
	.page-template-page-imballaggi .nav-tab li a:visited {
		width: 60px;
		height: 60px;
	}

	.page-template-page-imballaggi .nav-tab li {
		height: 70px;
	}

	.certificazione .inner {
		padding: 22px 30px;
	}

	.certificazione h3 {
		font-size: 1.3rem;
	}

	.certificazione .icona {
		font-size: 19px;
	}
}

@media only screen and (max-width: 320px) {
	.bgtitle h1 {
		font-size: 28px;
	}

	.page-template-page-imballaggi .nav-tab li a,
	.page-template-page-imballaggi .nav-tab li a:link,
	.page-template-page-imballaggi .nav-tab li a:visited {
		width: 55px;
		height: 55px;
	}

	.page-template-page-imballaggi .nav-tab li a,
	.page-template-page-imballaggi .nav-tab li a:link,
	.page-template-page-imballaggi .nav-tab li a:visited {
		font-size: 13px;
	}

	.page-template-page-imballaggi .nav-tab li {
		height: 65px;
	}

	.page-template-page-imballaggi .navigazione-tab {
		top: -65px;
	}

	.imballaggio .dettagli .regola {
		font-size: 14px;
	}

	.dettagli .regola .icona {
		width: 100px;
		height: 100px;
	}

	.dettagli .regola .icona img {
		width: 60px;
	}

	.dettagli .regola .materiale {
		font-size: 16px;
	}
}