/*!
Theme Name: Ficep
Theme URI: http://underscores.me/
Author: Metodoadv S.r.l. by Enrico Fanucchi
Author URI: https://metodoadv.com/
Description: Tema personalizzato per Ficep
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: 'Roboto', sans-serif;
}

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

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

body {
	margin: 0;
	font-family: 'Roboto', 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: 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: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', 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: royalblue;*/
	
}

a:visited {
	/*color: purple;*/
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
	color: #00665B;
}

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 > li.menu-item-has-children {
	padding-bottom: 32px;
}

.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;
	background: #1D1D1B;
}

.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 {
    padding-bottom: 30px!important;
    padding-left: 20px!important;
    margin-left: -40px!important;
}
.main-navigation ul ul a {
	width: 250px;
}
.main-navigation ul ul li  {
	line-height: 20px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li svg {margin-left: 5px;}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation ul ul li a {color: #fff;}
@media screen and (min-width: 76.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;
}

/*--------------------------------------------------------------
# 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 CUSTOM STYLE
--------------------------------------------------------------*/
.privacy-policy .privacy a {color: #00665B;}
.privacy-policy .privacy a:hover {text-decoration: underline;}
em {color: #1D1D1B!important;}
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)}
a.prezoom:hover img {transition: all 0.5s;transform: scale(1.1)}
a.prezoom:hover .green_title {background: #004d45;transition: all 0.5s;}
a:hover {transition: all 0.3s; text-decoration: none;}
a,span,em {font-family: 'Roboto', sans-serif;}
strong {font-family: 'Roboto', sans-serif; font-weight: bold}
.nomargin {margin:0; margin-top: 0;}
.uk-button {border:1px solid #00665B; background: #00665B; color: #fff; padding: 20px 40px; font-size: 18px; text-transform: initial;}
.uk-button:hover { background: #004D45; color: #fff; text-decoration: none;border:1px solid #004D45; opacity: 1;}
.uk-button-white {border:1px solid #fff; background: #fff; color: #00665B; padding: 20px 40px; font-size: 18px; text-transform: initial; display: inline-block;}
.uk-button-white:hover { background: #00665B; color: #fff; text-decoration: none;}
#page {overflow: hidden;}

.verticalbox div.contattaci{opacity: 0;transition: all 0.5s;}
.verticalbox2 div.contattaci{opacity: 0;transition: all 0.5s;}
a.verticalbox:hover div.contattaci {background: #00665B;}
a.verticalbox2:hover div.contattaci {background: #00665B;}
a.verticalbox div.contattaci{ position: fixed; right:0; top:200px; background: #1D1D1B; color: #fff; text-align: center; width: 94px; padding: 20px 0 ; z-index: 111111; font-size: 13px; font-weight: bold}
a.verticalbox div.contattaci img {display: block;margin:0 auto; margin-bottom: 10px;}
a.verticalbox2 div.contattaci{ position: fixed; right:0; top:310px; background: #1D1D1B; color: #fff; text-align: center; width: 94px; padding: 20px 5px;z-index: 111111; font-size: 13px; font-weight: bold;  }
a.verticalbox2 div.contattaci img {display: block; margin:0 auto;margin-bottom: 10px;}
.uk-modal.uk-open {z-index: 11111111;}
.uk-lightbox.uk-open {z-index:1111111!important}
.uk-breadcrumb {color: #fff}
.uk-width-1-7 { width: calc(100% * 1 / 7.001);}


/*--------------------------------------------------------------
## HEADER CUSTOM STYLE
--------------------------------------------------------------*/

header {height: 110px} 
header .neg_top { position: relative; top:-10px }
header a.logo {line-height: 110px}
header .top_menu ul { margin:0; padding:0; }
header .top_menu ul li { list-style-type: none;display: inline-block;}
header .top_menu ul li a {color: #434343; font-size: 14px; margin-left:15px;}
header .navigation ul {margin:0; padding:0;}
header .navigation ul li a {color: #1D1D1B; font-size: 16px;margin-right: 15px; font-weight: bold; }
header .navigation ul li a:hover {color: #00665B}
header .navigation ul li a.active {color: #00665B}
ul.sub-menu li a{ color: white!important; padding: 20px 20px 2px;}
ul.sub-menu li a:hover{color: #00665B!important}
#masthead.uk-active { background: #fff;    z-index: 1111111;}
header.uk-active {box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%); }
/*--------------------------------------------------------------
## LINGUA SELECTED
--------------------------------------------------------------*/
.lingua {text-align: center;   text-transform: uppercase;  height: 24px; display:inline-block; line-height:35px; cursor: pointer;line-height: 90px; position: relative;float: right;  margin-left: 20px}
.lingua {background: url('img/arrow_down_menu.svg') center right no-repeat #fff;}
.lingua.open {background: url('img/arrow_up_menu.svg') center right no-repeat #fff; z-index: 11111111;}
.lingua .active { width: 71px;border-left: 1px solid #979797 ;  position: relative;font-size: 14px; transition: all 0.5; z-index: 111;}
.lingua span {line-height: 28px; display: block; color: #434343; font-size: 14px;}
.lingua span i { position: relative; top:5px; right:-5px; color: #434343 }
.lingua ul { width:71px; margin: 0 auto; padding: 0; list-style-type: none; display: none;transition: all 0.5; background: #fff;}
.lingua ul li { padding: 0; width: 70px; text-align: center; line-height: 28px;  }
.lingua ul li a { margin: 0 auto!important; padding: 0; color: #434343 }

/*--------------------------------------------------------------
## MEGAMENU CUSTOM STYLE
--------------------------------------------------------------*/

div.submenu-carpenteria { opacity: 0; height: 0; visibility: hidden; transition: all 0.1s; }
div.submenu-carpenteria ul li {list-style: none;}
div.submenu-carpenteria.active {opacity: 1; height: auto; visibility: visible; position: relative; background: #F0F2F4; z-index: 111; /*padding: 25px 0*/}
div.submenu-forgiatura { opacity: 0; height: 0; visibility: hidden; transition: all 0.1s; }
div.submenu-forgiatura ul li {list-style: none;}
div.submenu-forgiatura.active {opacity: 1; height: auto; visibility: visible; position: relative; background: #F0F2F4; z-index: 111; /*padding: 25px 0*/}
.bottom-header { text-align: center;background: #fff;margin-top: -30px;}
.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 {}
.bottom-header a.title {position: relative; z-index: 1111111; text-align: center; display: block;color: #1D1D1B; font-size: 16px; font-weight: bold;padding: 35px 0;}
.bottom-header a.title:hover {background: #fff;}
.bottom-header a.title img {display: block; text-align: center; margin:0 auto; margin-bottom: 20px;}
.bottom-header a:hover {text-decoration: none; color: #00665B}
.bottom-header .content-menu{ padding:75px 0;     /*box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);*/ }
.bottom-header ul.content-menu{ padding:0;   /* box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);*/ }
.bottom-header ul {margin: 0; padding: 0}
.bottom-header ul li div.content-menu {opacity:0; visibility: hidden; height: 0;  position: absolute; left:0; width: 100%; line-height: 1; background: #FFFFFF;transition: all 0.1s; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; padding:50px 0 0 0;z-index: 111111111111}
.bottom-header ul li:hover div.content-menu {opacity: 1;  visibility: visible;height: auto; transition: all 0.5s;}
.bottom-header ul li:hover a.title  {background: #fff;}
.bottom-header ul li div.content-menu .border-left {border-left:1px solid #393939;}
.bottom-header ul li {list-style-type: none;margin: 0 auto;text-align: center;display: inline-block;padding:0; }
.bottom-header ul li a.title {border-left: 2px solid #fff;}
.bottom-header ul li a.title::first-child {border-left: none;}
.bottom-header a.link_submenu {color: #80BB00; font-size: 16px; font-weight: bold; text-transform: capitalize;}
.bottom-header img.img_menu { width: 100%; margin-top: 35px; }
.bottom-header ul li div.content-menu img.listing {}
.bottom-header ul li div.content-menu figure { overflow: hidden; border:1px solid #17675E;  margin: 0; margin-bottom: 20px}
.bottom-header ul li div.content-menu a span.sottotitolo {font-size: 14px; font-weight: normal; color: #777777; display: block; margin: 10px 20px;}
.bottom-header ul li div.content-menu a:hover  {color: #00665B;}
.bottom-header ul li div.content-menu a {font-weight: bold ; color: #CE2123; font-size: 18px;}
a.button_trova {font-size: 16px; color: #17675E!important; border: 1px solid #17675E; padding: 15px 28px; transition: all 0.1s; display: inline-block;}
a.button_trova:hover {color: #fff!important; background: #17675E}
.bottom-header ul li div.content-menu .uk-container {padding-left:40px;padding-right: 40px;}
.bottom-header .banda_nera { background:#1D1D1B ; height:110px ;  } 
.bottom-header .banda_nera a {background: #fff!important; font-size: 16px; color: #17675E!important; font-weight: bold; border: 1px solid #fff!important; padding: 15px 25px;}
.bottom-header .banda_nera a:hover {background: #17675E!important; color: #fff!important;  border-color:#17675E!important; }
/*--------------------------------------------------------------
## FOOTER CUSTOM STYLE
--------------------------------------------------------------*/

.social { padding: 15px; margin-bottom: 20px; }
.social .green {background: #00665B; color: #fff; padding: 100px; height: 270px}
.social .green ul {margin:0; padding: 0; height: 60px;line-height: 60px;}
.social .green ul li {list-style-type: none; list-style-position: inside; display: inline-block;}
.social .green ul li a {margin-left: 10px; }
.social .green ul li a:hover {opacity: 0.8;}
.social .green span {color: #fff; font-size: 21px; font-weight: bold;}
.site-footer {padding: 35px 0}
.top-footer {padding: 35px 0}
.top-footer ul { margin:0; padding:0; }
.top-footer ul li {  list-style-type: none; list-style-position: inside; }
.top-footer ul li a{ margin:0; }
.top-footer a:hover {color: #00665B}
footer {background: #1D1D1B; color: #fff; }
footer h5 {color: #fff; font-size: 16px; font-weight: bold; }
footer p {color: #fff; font-size: 14px;}
footer a {color: #fff; font-size: 14px;}
footer .site-info {height: 80px ; line-height: 80px; text-align: center;}
footer .site-info ul {margin:0; padding: 0;}
footer .site-info ul li { list-style-type: none; display: inline-block; }
footer .site-info ul li a{ color: #fff; font-weight: bold; margin:0 20px;}
footer .site-info ul li:first-child a {margin-left: 0}
footer .site-info ul li:last-child a {margin-right: 0}
.wpml-ls-statics-footer {display: none!important; visibility: hidden; opacity: 0}
.made {text-align: center; padding: 15px 0}
.site-footer .uk-button {line-height: 25px;}
body.pt-pt .site-footer .uk-button, body.es .site-footer .uk-button {padding: 20px 30px;font-size: 16px;}


.uk-modal-dialog {position: relative; padding: 0; margin-top: 75px}
.uk-modal-dialog .bg_green {background: #00665B; text-align: center; padding: 20px 0}
.uk-modal-dialog .bg_green img {display: block; margin:0 auto;}
.uk-modal-dialog button { border: none; background: none; position: absolute; right:-20px; top:-50px; color: #fff; font-size: 24px; cursor: pointer;}
.uk-modal-dialog .form {padding:30px 60px}
.uk-modal-dialog .form p {margin-bottom: 35px; text-align: center;}
.uk-modal-dialog form label {font-weight: bold;color: #1D1D1B; font-size: 17px; }
.uk-modal-dialog form input { width:100%;height: 40px; line-height: 40px; border:1px solid #00665B; margin-top: 5px;}
.uk-modal-dialog form select { width:100%;height: 40px; line-height: 40px; border:1px solid #00665B; margin: 10px 0;}
.uk-modal-dialog form textarea { height: 155px; border:1px solid #00665B; margin-top: 10px;resize: none; }
.uk-modal-dialog form input.wpcf7-submit {border-radius:0; width: auto; background:#00665B; color: #fff; font-size: 18px; cursor:pointer;padding: 15px 30px; line-height: 0; display: inline-block; border:1px solid #00665B; transition: all 0.3s; }
.uk-modal-dialog form input.wpcf7-submit:hover { background:#fff; color: #00665B;  border:1px solid #00665B; }
.uk-modal-dialog form .acceptance {font-size: 14px;color: #1D1D1B;}
.uk-modal-dialog form .acceptance a {color: #00665B;}
.uk-modal-dialog form .acceptance input {width: 17px; height: 17px; position: relative; left:-14px; top:1px;}
.uk-modal-dialog form .acceptance span {margin-right: 0}
#modal-full .uk-modal-dialog {height: 100%; background: #00665B;}
#modal-full {background: rgba(0,0,0,0.9)!important; /* background: linear-gradient(180deg, rgba(0,0,0,0.9) 15%, rgba(0,102,91,1) 40%)!important;*/ overflow: hidden;}

#modal-full button svg {visibility: hidden; display: none;}
#modal-full button {top: -120px!important; right: 40px!important; transition: all 0.4s;}
#modal-full button:hover {opacity: 0.7}
.paese-content {margin-top: 15%!important;}
.paese-content .bg {padding-top:100px; background: #00665B}
.paese-content h3 { width: 66%; color: #fff; font-size: 32px; margin: 0 0 60px!important}
.paese-content ul  {margin:0; padding: 0;}
.paese-content ul li{ list-style-type: none; padding: 0 }
.paese-content ul li a {color: #fff; font-size: 21px;transition: all 0.4s;}
.paese-content ul li a:hover {opacity: 0.7}

/*--------------------------------------------------------------
## HOMEPAGE CUSTOM STYLE
--------------------------------------------------------------*/

section.video {position: relative;height: 75vh;}

section.video .white {background: #fff; background:rgba(255,255,255, 0.85); padding: 80px 60px}
section.video .uk-position-relative {height: 75vh;}
section.video h2 {font-size: 36px; font-weight: bold; color: #1D1D1B;}
section.video p {color: #1D1D1B; font-size: 21px;}
section.video a {color: #00665B; font-weight: bold; font-size: 21px; }
section.video a:hover {}
section.video img {transition: transform .5s ease-in-out; margin-left: 10px}
section.video a:hover img{transform: rotate(45deg);}
/*QUESTO CAREERS*/

section.three_box_careers {padding: 15px; position: relative;z-index: 2; margin-top: 100px }
section.three_box_careers h2 {font-size: 36px;color: #1D1D1B; line-height: 1;}
section.three_box_careers a .green{background: #00665B; padding:0; height: 115px; line-height: 115px; text-align: center;}
section.three_box_careers a .green .centers{line-height: 1.2;display: inline-block;vertical-align: middle; }
section.three_box_careers a .green h3{font-size: 21px; font-weight: bold; color: #fff; text-align: center; margin-bottom: 0;}
section.three_box_careers a .green p{font-size: 16px; color: #fff; margin-right: 50px; line-height: 24px;}
section.three_box_careers a .green img{margin-top: 35px;}
section.three_box_careers a:hover {text-decoration: none; opacity: 0.6}

/*QUESTO HOME*/
section.video  { position: relative; left: 0; top:0; height: 75vh; width: 100%; overflow: hidden;}
section.video video { width: 100%;object-fit: cover;height: 75vh; position: absolute; }
section.three_box {padding: 15px; position: relative;z-index: 2; height: 325px}
section.three_box a .green{ position: relative; background: #00665B; padding:0 35px; height: 325px; line-height: 325px}
section.three_box a .green .centers{  }
section.three_box a .green h3{font-size: 30px; font-weight: bold; color: #fff; padding-top: 35px;}
section.three_box a .green p{font-size: 16px; color: #fff; margin-right: 50px; line-height: 24px;}
section.three_box a .green img{margin-top: 35px;transition: all 0.5s; position: absolute; bottom: 35px;}
section.three_box a:hover .green {background: #004d45;transition: all 0.5s;}
section.three_box a:hover .green img {margin-left: 20px;transition: all 0.5s;}

section.cercando {padding: 120px 0 150px} 
section.cercando h3 {font-weight: bold; font-size: 36px; color: #1D1D1B; margin-bottom: 50px}
section.cercando a:hover {text-decoration: none;}
section.cercando a .green_title {background: #00665B; color: #fff; font-size: 21px; height: 110px; line-height: 110px ; position: relative;z-index: 11111; overflow: hidden;text-align: center; padding: 0 20px}
section.cercando a .green_title .centers {line-height: 1.2;display: inline-block;vertical-align: middle; padding: 0 25px; font-weight: bold;}
section.cercando a img { width: 100% }
section.macchinari {padding: 150px 0}
section.macchinari p.big {color: #1D1D1B; font-size: 36px; line-height: 42px;}
section.macchinari a .grey{padding: 35px;  background: #F0F2F4; overflow: hidden; position: relative; z-index: 111; min-height: 300px;}
section.macchinari a h4{color: #00665B; font-size: 24px; font-weight: bold}
section.macchinari a p{color: #1D1D1B; font-size: 16px}
section.macchinari a img.pics{ width: 100% }
section.macchinari a img.icon{ margin-top: 35px; position: absolute; bottom: 35px; }
section.macchinari a:hover img.icon  {margin-left: 20px;transition: all 0.5s;} 

section.soluzioni {background: #00665B; padding: 80px 0 150px 0}
section.soluzioni img.hidden { object-fit: cover;width:100%; height: 100%; }
section.soluzioni .intestazione {color: #fff; margin-bottom: 100px}
section.soluzioni .intestazione p{color: #fff; font-size: 36px}
section.soluzioni .white { height: 130px; background: #fff; text-align: center; line-height: 130px ;     overflow: hidden; position: relative;}
section.soluzioni .uk-slider-items{}
section.soluzioni .uk-slider-items li {}
section.soluzioni  .uk-slider-items li .centers {line-height: 1.2;display: inline-block;vertical-align: middle; padding: 0 25px; font-weight: bold;}
section.soluzioni a span.int {color: #1D1D1B; font-size: 16px; font-weight: normal; display: block; margin: 0 0 5px 0;}
section.soluzioni a span.title {font-size: 21px; color: #00665B; font-weight: bold;}

section.soluzioni .uk-position-center-right { background:rgba(255, 255, 255, 0.8); right:-25px; border-radius: 50%; width: 55px; height: 55px;line-height: 40px ; text-align: center; }
section.soluzioni .uk-position-center-right:hover {background:rgba(255, 255, 255, 1);}
section.soluzioni .uk-position-center-right svg { color: #fff; display: none; }
section.soluzioni .uk-position-center-left { background:rgba(255, 255, 255, 0.8); left:-25px; border-radius: 50%; height: 55px; width: 55px; line-height: 40px; text-align: center; }
section.soluzioni .uk-position-center-left:hover {background:rgba(255, 255, 255, 1);}
section.soluzioni .uk-position-center-left svg { display: none;}
section.soluzioni .uk-slider-container {overflow: visible!important;}

section.news_eventi { padding: 100px 0 125px; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 100%); }
section.news_eventi h3 {color: #1D1D1B; font-size: 36px; font-weight: bold;}
section.news_eventi a.all {font-size: 16px; color: #00665B; line-height: 50px}
section.news_eventi a.all img {}
section.news_eventi a.all:hover {transition: all 0.5s;}
section.news_eventi a.all:hover img {transition: all 0.5s;     margin-right: -10px;margin-left: 10px;}
section.news_eventi .grey {background: #F0F2F4;}
section.news_eventi .white {background: #FFFFFF;}
section.news_eventi img.attachment-post-thumbnail {width: 100%}
section.news_eventi a span.category {color: #777777; font-size: 14px; display: block; text-transform: uppercase; margin-bottom: 10px;}
section.news_eventi a span.title {color: #00665B; font-size: 18px; display: block; font-weight: bold; margin-bottom: 10px;}
section.news_eventi a img.ico { /*position: absolute; bottom:30px;*/ margin-top:10px }
section.news_eventi a:hover img.ico {margin-left: 20px;transition: all 0.5s;}
section.news_eventi img.size-homenews { width: 100%; }
section.news_eventi .padding {padding: 0 50px; height: 100%; overflow: hidden; position: relative; background:none ; }
section.news_eventi .padding-eventi {padding: 0 50px; height: 100%; overflow: hidden; position: relative; background:none ; }
section.news_eventi .eventi {margin-top: 100px}

section.news_eventi .uk-slider-container { margin-top:40px!important }
section.news_eventi .uk-slider-container a.uk-position-top-left {z-index: 333333;}
section.news_eventi .uk-slider-container a.uk-position-top-right {z-index: 333333;}
section.news_eventi .uk-slider-container a.uk-position-top-left svg {display: none;}
section.news_eventi .uk-slider-container a.uk-position-top-right svg {display: none;}
section.news_eventi .uk-slider-container a.topleft  {right: 70px}
/*--------------------------------------------------------------
## PAGE GENERAL
--------------------------------------------------------------*/
.breadcrumbs { color: #777777; font-size: 14px; text-align: center; margin: 25px 0 75px }
.breadcrumbs span { color: #777777; font-size: 14px; }
.breadcrumbs a{ color: #777777; font-size: 14px; }
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {     margin: 0 10px 0 calc(10px - 2px);}
.aioseo-breadcrumb-separator {color: #777777; font-size: 14px; margin-left: 5px; margin-right: 5px;}
.aioseo-breadcrumb a { color: #777777; font-size: 14px; }
.banner {max-height: 70vh; overflow: hidden;}
.banner img{ width: 100% }
.banner h1 {font-size: 48px; color: #00665B; font-weight: bold; padding: 0 10px; text-align: center;}
.banner .uk-position-bottom-center {z-index: 2}
.shadow {background: white;background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(left bottom, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); position: absolute; bottom: 0;left: 0;height: 50vh;width: 100%;}
.banner-page {background:#00665B ;height: 300px;}
.banner-page h1 {font-size: 48px; color: #fff; font-weight: bold;}
.breadcrumbs-page { color: #777777; font-size: 14px;margin: 25px 0 75px }
.breadcrumbs-page span { color: #777777; font-size: 14px; }
.breadcrumbs-page a{ color: #777777; font-size: 14px; }

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

.contenuto h2 { font-size: 36px; color: #1D1D1B; line-height: 42px; margin-bottom: 35px; }
.contenuto span.titoletto { font-weight: bold; font-size: 18px; color: #00665B; line-height: 24px; text-transform: uppercase; }
.contenuto a {color: #00665B}
.contenuto a.tel_ricambi { text-align: center; display:table; margin: 35px auto; color: #282826; font-size: 36px; }
.contenuto a.tel_ricambi:hover { color: #00665B; }
.contenuto p {font-size: 18px; color: #1D1D1B}
.contenuto small {}
.contenuto p b  {display: block;/* margin-bottom: -20px; padding-top:20px;*/}
.contenuto ul {margin:0; padding: 0;}
.contenuto ul li  {list-style-position: outside;color: #00665B;font-size: 32px;margin-left: 26px; line-height: 1} 
.contenuto ul li p{ font-size: 18px;color: #1D1D1B; display: initial; }
.contenuto a.button {border:1px solid #00665B; background: #00665B; color: #fff; padding: 12px 28px; font-size: 18px;  transition: all 0.3s; margin-top: 25px; display: inline-block;}
.contenuto a.button:hover { background: #fff!important; color: #00665B!important; text-decoration: none;}

section.box_mansory {padding: 150px 0 0 0;}
section.box_mansory .green {background: #00665B; padding: 35px 45px 50px 45px; color: #fff;}
section.box_mansory .green h4 {font-weight: bold; font-size: 18px; color: #fff; text-transform: uppercase; line-height: 24px;}
section.box_mansory .green p {font-size: 18px; color: #fff; line-height: 24px;}

section.galleria {padding: 100px 0}
section.galleria h3 {color: #1D1D1B; font-size: 36px; font-weight: bold; margin-bottom: 60px;}
section.galleria .caption {margin-top:35px;color: #777777; font-size:16px; position: absolute;}
section.galleria .uk-position-center-right { background: #fff; border:1px solid #fff; right:-25px; border-radius: 50%; width: 55px; height: 55px;line-height: 55px ; text-align: center; opacity: 0.9}
section.galleria .uk-position-center-right svg {color: #00665B;}
section.galleria .uk-position-center-left { background: #fff; border:1px solid #fff; left:-25px; border-radius: 50%; height: 55px; width: 55px; line-height: 55px; text-align: center; opacity: 0.9 }
section.galleria .uk-position-center-left svg {color: #00665B;}
section.galleria .uk-slider-container {overflow: visible!important;}

/*--------------------------------------------------------------
## PAGE GRUPPO FICEP
--------------------------------------------------------------*/

section.sedi { padding:60px 0 80px; }
section.sedi h3 { text-align: center; font-size: 60px; color: #00665B; font-weight: bold; margin-bottom: 100px }
section.sedi .green-right {   background: linear-gradient(to right, #FFF 20%, #00665B 20%);}
section.sedi .green-left {   background: linear-gradient(to left, #FFF 20%, #00665B 20%);}
section.sedi .green-right img { width: 100%; padding:50px 50px 50px 0; }
section.sedi .green-left img { width: 100%; padding:50px 0 50px 50px; }
section.sedi .border img {display: table; margin:0 auto; text-align: center;}
section.sedi span.titoletto { font-weight: bold; font-size: 18px; color: #00665B; line-height: 24px; text-transform: uppercase; display: block; margin: 50px 0; }
section.sedi .grey_data {   background:#F0F2F4; padding: 5px 35px 25px 35px; min-height: 400px; }
section.sedi .grey_data p {margin-bottom: 0;}
section.sedi img.cento {width: 100%; margin: 0; padding: 0;}
section.sedi img.logo_sedi { position: absolute; right:25px; top:-58px }


/*--------------------------------------------------------------
## PAGE STORIA
--------------------------------------------------------------*/

section.storia { padding:60px 0 80px; }
section.storia h3 { text-align: center; font-size: 60px; color: #00665B; font-weight: bold; margin-top: 50px;margin-bottom: 50px }
section.storia .green-right {background: linear-gradient(to right, #FFF 20%, #00665B 20%);}
section.storia .green-left {background: linear-gradient(to left, #FFF 20%, #00665B 20%);}
section.storia .green-right img { width: 100%; padding:25px 25px 25px 0; }
section.storia .green-left img { width: 100%; padding:25px 0 25px 25px; }
section.storia .anno {font-size: 120px; font-weight: bold;color: #00665B; background: #F0F2F4; border: 1px solid #F0F2F4; border-radius: 50%; height: 225px; width: 225px; line-height: 225px; margin-left: 30px  }
section.storia .anno span { position: relative; left:-30px; }
section.storia span.titolo { font-size: 36px; color: #1D1D1B; line-height: 38px; margin-top: -40px; display: block; }
section.storia .height { height: 535px; line-height: 535px ; }
section.storia .centers {line-height: 1.2;display: inline-block;vertical-align: middle; }
section.storia .border img {display: table; margin:0 auto; text-align: center;}
section.storia span.titoletto { font-weight: bold; font-size: 18px; color: #00665B; line-height: 24px; text-transform: uppercase; display: block; margin: 100px 0 ; }
#news_sticky { position: relative; z-index: 44444; }


/*--------------------------------------------------------------
## PAGE STRATEGIA E VISIONE
--------------------------------------------------------------*/

.page-template-page-strategia-e-visione img.size-full {width: 100%}
section.cta {background:url('img/bg_domanda.png') no-repeat; background-size: cover; background-position: center center; margin-top: 75px; padding: 75px 0 }
section.cta img {opacity: 0; visibility: hidden; max-height: 626px;}
section.cta .center { width: 100%; margin:0 auto; text-align: center; background: #fff; height: 430px; line-height: 430px }
section.cta .center .centers {line-height: 1.2;display: inline-block;vertical-align: middle; }
section.cta .center h3 { color: #1D1D1B; font-size: 60px;font-weight: bold; }
section.cta .center p {color: #1D1D1B; font-size: 21px; margin-bottom: 50px; padding: 0 10px;}
section.cta .center ul {margin:0; padding: 0; margin-top: 35px}
section.cta .center ul li { list-style-type: none; display: inline-block;}
section.cta .center ul li:not(:first-child){ display: none;/* <-- NASCONDO IL TASTO FISSA UNA CONSULENZA ONLINW*/}
section.cta .center ul li a {border:1px solid #00665B; background: #00665B; color: #fff; padding: 15px 35px; font-size: 18px; text-transform: initial; margin:0 10px; transition: all 0.3s;}
section.cta .center ul li a:hover { background: #fff; color: #00665B; text-decoration: none;}
section.cta .grey { background: #F0F2F4 ; height: 196px; padding: 0 40px; line-height: 196px; }
section.cta .grey .centers {line-height: 0;display: inline-block;vertical-align: middle;  width: 100%}
section.cta .grey p {color: #1D1D1B; font-size: 18px; line-height: 26px}
section.cta .grey a {border:1px solid #00665B; background: #00665B; color: #fff; padding: 15px 35px; font-size: 18px; text-transform: initial; margin:0 10px; transition: all 0.3s}
section.cta .grey a:hover { background: #fff; color: #00665B; text-decoration: none;}
section.cta .bg {height: 626px;}
section.slide_strategia { margin:100px 0;}
section.slide_strategia ul.uk-slideshow-items li {margin: 0;}
section.slide_strategia ul.uk-slideshow-items li img {width: 100%;}
section.slide_strategia  .green_effect {    padding: 50px 50px 50px 0px; background: linear-gradient(to right, #FFF 40%, #00665B 20%);}
section.slide_strategia .uk-position-center-left {left: -60px}
section.slide_strategia .uk-position-center-left svg  {display: none;}
section.slide_strategia .uk-position-center-right svg  {display: none;}

section.cta-energia { background:#00665B ;color: #fff; margin-top:100px}
section.cta-energia .cont {padding: 100px}
section.cta-energia img { visibility: hidden; opacity: 0;}
section.cta-energia  span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff;}
section.cta-energia  h2{color: #fff; margin-bottom: 35px;}
section.cta-energia  p { line-height: 24px; font-size: 18px;color: #fff;}



section.cta-presenza { background:#F0F2F4 ;color: #1D1D1B; margin:100px 0!important }
section.cta-presenza .cont {padding: 100px}
section.cta-presenza img { visibility: hidden; opacity: 0;}
section.cta-presenza span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #00665B;}
section.cta-presenza h2{color: #1D1D1B; margin-bottom: 35px;}
section.cta-presenza p { line-height: 24px; font-size: 18px;color: #1D1D1B;}
section.cta-presenza a {padding: 12px 30px; margin-top: 25px;} 


/*--------------------------------------------------------------
## PAGE ASSISTENZA
--------------------------------------------------------------*/

section.cta-help { background:#00665B ;color: #fff; margin-top:100px}
section.cta-help .cont {padding: 100px}
section.cta-help img { visibility: hidden; opacity: 0;width: 100%;}
section.cta-help span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff;}
section.cta-help h2{color: #fff; margin-bottom: 35px;}

section.cta-help p { line-height: 24px; font-size: 18px;color: #fff;}
section.cta-help a {padding: 12px 30px; margin-top: 25px;} 

section.cta-tele { background:#F0F2F4 ;color: #1D1D1B; margin:100px 0!important }
section.cta-tele .cont {padding: 100px}
section.cta-tele img { visibility: hidden; opacity: 0; width: 100%;}
section.cta-tele span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #00665B;}
section.cta-tele h2{color: #1D1D1B; margin-bottom: 35px;}
section.cta-tele p { line-height: 24px; font-size: 18px;color: #1D1D1B;}
section.cta-tele a {padding: 12px 30px; margin-top: 25px; background: #;} 


/*--------------------------------------------------------------
## PAGE Ricambi & consumabili
--------------------------------------------------------------*/

section.cta-magazzino { background:#00665B ;color: #fff; margin-top:100px}
section.cta-magazzino .cont {padding: 100px}
section.cta-magazzino img { visibility: hidden; opacity: 0;width: 100%;}
section.cta-magazzino span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff;}
section.cta-magazzino h2{color: #fff; margin-bottom: 35px;}
section.cta-magazzino p { line-height: 24px; font-size: 18px;color: #fff;}
section.cta-magazzino a {padding: 12px 30px; margin-top: 25px;} 


section.cta-ricambi_2 {margin-top:100px!important;  background:#00665B ;color: #fff; }
section.cta-ricambi_2 .cont {padding: 100px}
section.cta-ricambi_2 img { visibility: hidden; opacity: 0;width: 100%;}
section.cta-ricambi_2 span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff;}
section.cta-ricambi_2 h2{color: #fff; margin-bottom: 35px;color: #fff; }


section.cta-utensili { background:#F0F2F4 ;color: #1D1D1B; margin:100px 0!important }
section.cta-utensili .cont {padding: 100px}
section.cta-utensili img { visibility: hidden; opacity: 0; width: 100%;}
section.cta-utensili span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #00665B;}
section.cta-utensili h2{color: #1D1D1B; margin-bottom: 35px;}
section.cta-utensili p { line-height: 24px; font-size: 18px;color: #1D1D1B;}
section.cta-utensili a {padding: 12px 30px; } 

section.cta-utensili .cont-center{text-align: center; margin: 0 auto; display: table; padding-top: 30px;}
section.cta-utensili .cont-center a {}


/*--------------------------------------------------------------
## PAGE Manutenzione preventiva
--------------------------------------------------------------*/

section.pacchetti {margin-top: 100px; margin-bottom: 100px;}
section.pacchetti .pacchetti_box  ul li { line-height: 24px; }
section.pacchetti .pacchetti_box {margin-top: 100px;}
section.pacchetti .pacchetti_box .green-right {background: linear-gradient(to right, #FFF 20%, #00665B 20%);}
section.pacchetti .pacchetti_box .green-left {background: linear-gradient(to left, #FFF 20%, #00665B 20%);}
section.pacchetti .pacchetti_box .green-right img { width: 100%; padding:35px 25px 35px 0; }
section.pacchetti .pacchetti_box .green-left img { width: 100%; padding:35px 0 25px 35px; }
section.pacchetti .pacchetti_box a.icon  {transition: all 0.5s;}
section.pacchetti .pacchetti_box a.icon:hover img {margin-left: 20px;transition: all 0.5s;}
section.pacchetti .contattaci_box {margin: 125px 0 100px;}


section.cta-personalizzato { background:#00665B ;color: #fff; margin-top:100px}
section.cta-personalizzato .cont {padding: 100px}
section.cta-personalizzato img { visibility: hidden; opacity: 0;width: 100%;}
section.cta-personalizzato span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff;}
section.cta-personalizzato h2{color: #fff; margin-bottom: 35px;}
section.cta-personalizzato p { line-height: 24px; font-size: 18px;color: #fff;}
section.cta-personalizzato a {padding: 12px 30px; margin-top: 25px;} 
section.cta-personalizzato ul {margin: 0; font-size: 18px;}

section.cta-ricambi {padding-top:100px!important }
section.cta-ricambi .cont {padding: 100px}
section.cta-ricambi span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #00665B;}
section.cta-ricambi h2{color: #1D1D1B; margin-bottom: 35px;}



/*--------------------------------------------------------------
## PAGE STRATEGIA E VISIONE
--------------------------------------------------------------*/

.page-template-page-servizio-clienti img.size-full {width: 100%}



/*--------------------------------------------------------------
## PAGE ACADEMY OF TECHNLOGY
--------------------------------------------------------------*/

.space-academy {height: 60px; margin-bottom: 75px;}

/*--------------------------------------------------------------
## PAGE ACADEMY OF TECHNLOGY
--------------------------------------------------------------*/

.page-template-page-buying-experience section.pacchetti .pacchetti_box { margin-top: 0; }


/*--------------------------------------------------------------
## PAGE REFERENZE
--------------------------------------------------------------*/

.page-template-page-servizio-clienti .titolazione {color: #1D1D1B; font-size: 36px;}
.page-template-page-servizio-clienti .descrizione {font-size: 18px; line-height: 24px;color: #1D1D1B;  }
section.referenze {padding: 100px 0; background: #fff;}
section.referenze img.hidden {width: 100%}
section.referenze .white {padding: 30px; background: #F0F2F4; height: 350px; margin-bottom: 15px; overflow: hidden;}
section.referenze .white .riassunto {color: #1D1D1B;font-size: 16px; }
section.referenze .white .riassunto p{color: #1D1D1B;font-size: 16px; margin-right:30px}
section.referenze .white .uk-position-center {  margin:0 30px; width: 100% }
section.referenze .white .uk-position-bottom { bottom: 30px; margin:0 30px; }
section.referenze .white span.titolo { font-size: 21px; color: #00665B; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 35px; }
section.referenze .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.referenze .white span.date {font-size: 16px; color:#777; }
section.referenze .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
section.referenze .white hr {background-color:#F0F2F4;margin-top: 35px;} 

/*--------------------------------------------------------------
## SINGLE REFERENZE
--------------------------------------------------------------*/
.single-referenze .badges { margin:50px 0; }
.single-referenze .jssocials {bottom: auto;}
.single-referenze a.badge img {margin-bottom: 30px}
section.potrebbe h3 {color: #1D1D1B; font-size: 36px; font-weight: bold; margin-bottom: 60px;}
section.potrebbe {padding: 100px 0 125px; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 100%);}
section.potrebbe img.hidden {width: 100%}
section.potrebbe .white {padding: 30px; background: #FFF; height: 425px; margin-bottom: 15px; overflow: hidden;}
section.potrebbe .white .riassunto {color: #1D1D1B;font-size: 16px; margin-right:30px}
section.potrebbe .white .riassunto p {margin-right: 30px}
section.potrebbe .white .uk-position-center {  margin:0 30px; width: 100% }
section.potrebbe .white .uk-position-bottom { bottom: 30px; margin:0 30px; }
section.potrebbe .white span.titolo { font-size: 21px; color: #00665B; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 0; line-height: 26px; }
section.potrebbe .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.potrebbe .white span.date {font-size: 16px; color:#777; }
section.potrebbe .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
section.potrebbe .white hr {background-color:#F0F2F4; } 

section.potrebbe .uk-position-center-right { background: #fff; border:1px solid #fff; right:-25px; border-radius: 50%; width: 55px; height: 55px;line-height: 55px ; text-align: center; opacity: 0.9}
section.potrebbe .uk-position-center-right svg {color: #00665B;}
section.potrebbe .uk-position-center-left { background: #fff; border:1px solid #fff; left:-25px; border-radius: 50%; height: 55px; width: 55px; line-height: 55px; text-align: center; opacity: 0.9 }
section.potrebbe .uk-position-center-left svg {color: #00665B;}
section.potrebbe .uk-slider-container {overflow: visible!important;}

/*--------------------------------------------------------------
## PAGE CONTATTI
--------------------------------------------------------------*/

section.content .map {}
section.content {margin-bottom: 100px}
section.content p {font-size: 18px;}
section.content a {color: #00665B;}
section.form { background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%);}
section.form h3 {color:#1D1D1B; font-weight: bold; font-size: 36px;}
section.form form {padding: 75px 0 125px}
section.form form label {font-weight: bold;color: #1D1D1B; font-size: 18px; }
section.form form input { width:100%;height: 50px; line-height: 50px; border:1px solid #00665B; margin-top: 10px;}
section.form form select { width:100%;height: 50px; line-height: 50px; border:1px solid #00665B; margin-top: 10px;}
section.form form textarea { height: 155px; border:1px solid #00665B; margin-top: 10px;resize: none; }
section.form form input.wpcf7-submit {border-radius:0; width: auto; background:#00665B; color: #fff; font-size: 18px; cursor:pointer;padding: 15px 30px; line-height: 1; display: inline-block; border:1px solid #00665B; transition: all 0.3s; }
section.form form input.wpcf7-submit:hover { background:#fff; color: #00665B;  border:1px solid #00665B; }
section.form form .acceptance {font-size: 14px;color: #1D1D1B; margin-top: 15px;}
section.form form .acceptance a {color: #00665B;}
section.form form .acceptance input {width: 18px; height: 18px; position: relative; left:-18px; top:5px;}
section.form form .acceptance span {margin-right: 0}
section.form form .multiopzione  span {font-size: 18px; font-weight: normal;}
section.form form .multiopzione input {width: 18px; height: 18px; position: relative;  top:1px; margin-right: 10px;}
section.form form .multiopzione span.wpcf7-list-item {width: 48%;}
section.form form .multiopzione span.last {  }
section.form form .multiopzione span.wpcf7-form-control-wrap {margin-top: 25px; display: block;}
section.form form .multiopzione .wpcf7-list-item:nth-child(1) { margin-left: 0; width: 50%}
section.form form .multiopzione .wpcf7-list-item:nth-child(3) { margin-left: 0; width: 50%}
section.form form .multiopzione .wpcf7-list-item:nth-child(5) { margin-left: 0; width: 50%}
section.form form input.wpcf7-file {border: none; height: 40px; line-height: 34px}

/*--------------------------------------------------------------
## TAXONOMY CAT-PRODOTTI
--------------------------------------------------------------*/

.courier {font-family: 'Courier Prime', monospace!important; color: #fff!important;}

.tax-cat_prodotti .titolazione {color: #1D1D1B; font-size: 36px; line-height: 42px;}
.tax-cat_prodotti .descrizione {font-size: 18px; line-height: 24px;color: #1D1D1B;  }
.section-prodotti .white .grey:nth-child(5){ /*clear:both;*/}
.section-prodotti { padding: 100px 0; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%); }
.section-prodotti img.hidden {width: 100%}
.section-prodotti .white {padding: 20px; background: #fff; height: 400px; margin-bottom: 15px;}
.section-prodotti .white .uk-position-center {  margin:0 20px; width: 100% }
.section-prodotti .white .uk-position-bottom { bottom: 20px; margin:0 20px; }
.section-prodotti .white .grey {color: #777777; font-size: 13px; background: #F0F2F4; padding: 10px 25px; margin-bottom: 5px; display: inline-block; float: left; margin-right: 5px;}
.section-prodotti .white .grey_dark {color: #fff; font-size: 13px; background: #777777; padding: 10px 15px; margin-bottom: 5px; display: inline-block;float: left; margin-left: -5px}
.section-prodotti .white span.titolo { font-size: 32px; color: #CE2123; font-weight: bold; text-transform: uppercase; display: block; }
.section-prodotti .white span.sottotitolo {font-size: 16px; color:#777777; display: block;}
.section-prodotti .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
.section-prodotti .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
.section-prodotti .white hr {background-color:#F0F2F4;margin-top: 35px;} 
.section-prodotti .white .uk-position-prebottom { bottom: 100px; margin:0 20px;  left: 0; right: 0; position: absolute; min-height: 120px }
.section-filter {margin-bottom: 100px;}
ul.reset{ list-style-type: none; margin:0; padding: 0 }
ul.reset li{ list-style-type: none; margin:0; padding: 0; line-height: 43px; }
ul.reset li a{color: #fff; font-weight: bold; font-size: 16px; background: #00665B; border: 1px solid #00665B; padding: 20px 25px;}
ul.js-filter li {margin-top: 30px!important}
.filtri-sidebar ul { opacity:0; height: 0; transition: all 0.5;list-style-type: none; margin:0 !important; padding: 0;background: #fff;border-top:none; z-index: 1;  width: 100%}
.filtri-sidebar ul .js-filter { opacity:0; height: 0; margin-top: 0!important }
.filtri-sidebar ul li {list-style-type: none; margin:0 ; padding: 0; display: inline-table; margin-top: 0!important; text-align: center; }
.filtri-sidebar ul li a {color:#9E9E9E!important; display: block; width: 100%;  padding: 10px 0; display: none;  font-size: 16px; }
.filtri-sidebar ul li a img {margin-bottom: 5px;}
.filtri-sidebar ul li a span {display: block; font-size: 18px; color: #00665B;}
.filtri-sidebar ul li a:hover span{color: #1D1D1B; }
.filtri-sidebar ul li a:hover img  {filter: initial; }

ul.open-processi {opacity: 1; height: auto; padding:50px 35px;}
ul.open-processi li a  {display: block}
ul.open-processi .js-filter { opacity:1; height: auto; }

ul.open-bu {opacity: 1; height: auto; padding:0; max-height: 300px; overflow-y: scroll;}
ul.open-bu li {text-align: left!important;}
ul.open-bu li:hover {background: #00665B; color: #fff;}
ul.open-bu li:hover a span{color: #fff!important;}
ul.open-bu li a:hover{color: #fff!important;}
ul.open-bu li a  {display: block; padding-left: 20px; padding-right: 20px;}

ul.open-bu .js-filter { opacity:1; height: auto; }

ul.open-area {opacity: 1; height: auto; padding:0;max-height: 300px; overflow-y: scroll;}
ul.open-area li {text-align: left!important;}
ul.open-area li:hover {background: #00665B; color: #fff;}
ul.open-area li:hover a span{color: #fff!important;}
ul.open-area li a  {display: block; padding-left: 20px; padding-right: 20px;}
ul.open-area .js-filter { opacity:1; height: auto; }

ul.open-paesi {opacity: 1; height: auto; padding:0; max-height: 300px; overflow-y: scroll;}
ul.open-paesi li {text-align: left!important;}
ul.open-paesi li:hover {background: #00665B; color: #fff;}
ul.open-paesi li:hover a span{color: #fff!important;}
ul.open-paesi li a  {display: block; padding-left: 20px; padding-right: 20px;}
ul.open-paesi .js-filter { opacity:1; height: auto; } 

a.fakeselect { background: #fff; border:1px solid #00665B;  width: 100%; line-height: 60px; text-align: left; display: block; padding: 0 18px;     color: #00665B!important;font-size: 18px;font-weight: bold;}
a.fakeselect.opener { border:none; }
a.fakeselect::after {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\00a0";float: right;font-size: 16px; background: url('img/icon_filter.svg') no-repeat right; width: 30px}
a.opener::after {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\00a0";float: right;font-size: 16px; background: url('img/icon_filter_inverter.svg') no-repeat right; width: 30px }
a.fakeselect span {color:#DFDFDF!important;  }
a.grey span {color: #00665B!important;  font-size: 18px; font-weight: bold;}
.filtri-sidebar .absolute { position: absolute; width: 100%;z-index: 1}
a.opener {border-bottom: none}
p.label {color: #282828; font-size: 18px;}




/*--------------------------------------------------------------
## SINGLE PRODOTTI
--------------------------------------------------------------*/

.accordion-contenuto {/*height: 250px; overflow: hidden; position: relative;*/}
/*.accordion-contenuto:after {
    opacity: 1;
    transition: opacity .2s ease-in-out;
    content: '';
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.89) 59%,rgba(255,255,255,.89) 60%,rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.89) 59%,rgba(255,255,255,.89) 60%,rgba(255,255,255,0.8) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.89) 59%,rgba(255,255,255,.89) 60%,rgba(255,255,255,0.8) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.89) 59%,rgba(255,255,255,.89) 60%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.89) 59%,rgba(255,255,255,.89) 60%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .open::after {opacity: 0;}
  */
a.leggi-contenuto, a.leggi-contenuto:link, a.leggi-contenuto:visited, a.nascondi-contenuto, a.nascondi-contenuto:link, a.nascondi-contenuto:visited {margin-top: 30px;}
a.nascondi-contenuto, a.nascondi-contenuto:link, a.nascondi-contenuto:visited {display: none;}

div.notvisibile {visibility: hidden; opacity: 0; height: 0; transition: all 0.6s;}
a.notvisible {text-align: center; display: block;}
a.visible {background:rgb(255,255,255); background-image: linear-gradient(to bottom, transparent, #fff); text-align: center; display: block; height: auto}
.visible-active {visibility: visible; height: 100%; transition: all 0.6s; opacity: 1}
.uk-modal-dialog .form p {text-align: left!important; margin-bottom: 0!important}
.uk-modal-dialog .wpcf7  {margin-top: 35px!important}
.uk-modal-dialog form input.wpcf7-submit {margin-top: 35px!important}
.single-prodotti .colonna_sinistra h3{font-size: 36px;  color: #1D1D1B; margin-bottom: 0; line-height: 42px; margin-bottom: 25px;}
.single-prodotti .colonna_sinistra p{font-size: 16px; color: #777; margin-top: 0}
.single-prodotti .colonna_destra h5 { color: #1D1D1B; font-size: 18px; text-transform: uppercase; font-weight:bold;}
.single-prodotti .colonna_destra ul li{line-height: 0.8;margin-bottom: 15px;}
.single-prodotti .colonna_destra ul li p {}
.single-prodotti .colonna_destra p {font-size:18px; color:#1D1D1B}
.single-prodotti .banner span.sottotitolo {display: block; font-size: 32px; color: #1D1D1B; display: block; text-align: center; }
.single-prodotti .banner h1 {text-align: center; color: #CE2123; margin-bottom: 10px; margin-top: 20px}
.single-prodotti .cta {margin-top: 0}
section.lavorazione .lavorazione{ padding: 75px 0; }
section.lavorazione a.list_icon{color: #1D1D1B; text-align: center; font-size: 16px; display: block; max-width: 78px; line-height: 1.2;}
section.lavorazione a.list_icon img{display: block; margin:0 auto; margin-bottom: 20px;}
section.lavorazione a.list_icon_2{color: #1D1D1B; text-align: center; font-size: 16px; display: block; max-width: 78px ; line-height: 1.2;}
section.lavorazione a.list_icon_2 {cursor:default}
section.lavorazione a.list_icon_2 img{display: block; margin:0 auto; margin-bottom: 20px;}
section.lavorazione h5{ color: #1D1D1B; font-size: 18px; text-transform: uppercase; font-weight:bold; margin-bottom: 35px;}
section.lavorazione h5.materiali {margin-bottom: 25px!important;}
section.lavorazione .processi span {color: #1D1D1B; text-align: center; font-size: 16px; display: block; line-height: 1.2; }
section.lavorazione .processi img{ display: block; margin:0 auto; margin-bottom: 20px;}

section.correlati h5 {color: #00665B; text-transform: uppercase; font-size: 18px; font-weight: bold; }
section.correlati h3 {color:#1D1D1B; font-size: 36px; line-height: 42px; width:55%; margin-bottom: 75px}
section.correlati { padding: 100px 0; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%); }
section.correlati img.hidden {width: 100%}
section.correlati .white {padding: 20px; background: #fff; height: 400px; margin-bottom: 15px;}
section.correlati .white .uk-position-center {  margin:0 20px; width: 100% }
section.correlati .white .uk-position-bottom { bottom: 20px; margin:0 20px; }
section.correlati .white .grey {color: #777777; font-size: 13px; background: #F0F2F4; padding: 10px 25px; margin-bottom: 5px; display: inline-block; float: left; margin-right: 5px;}
section.correlati .white .grey_dark {color: #fff; font-size: 13px; background: #777777; padding: 10px 15px; margin-bottom: 5px; display: inline-block;float: left; margin-left: -5px}
section.correlati .white span.titolo { font-size: 32px; color: #CE2123; font-weight: bold; text-transform: uppercase; display: block; }
section.correlati .white span.sottotitolo {font-size: 16px; color:#777777; display: block;}
section.correlati .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.correlati .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
section.correlati .white hr {background-color:#F0F2F4;margin-top: 35px;} 
section.correlati .white .uk-position-prebottom { bottom: 100px; margin:0 20px;  left: 0; right: 0; position: absolute; min-height: 120px }

/*section.correlati .uk-position-center-right { background: #fff; border:1px solid #fff; right:-25px; border-radius: 50%; width: 55px; height: 55px;line-height: 42px ; text-align: center; opacity: 0.9}
section.correlati .uk-position-center-right svg {color: #00665B;}
section.correlati .uk-position-center-left { background: #fff; border:1px solid #fff; left:-25px; border-radius: 50%; height: 55px; width: 55px; line-height: 42px; text-align: center; opacity: 0.9 }
section.correlati .uk-position-center-left svg {color: #00665B;}*/
section.correlati .uk-slider-container {overflow: visible!important;}
section.correlati .uk-position-precenter {position: absolute;bottom: 130px;margin: 0 20px;left: 0;right: 0;position: absolute;min-height: 120px;}
section.correlati a.uk-position-center-left { left: -32px; }
section.correlati a.uk-position-center-right {right:-32px;}
section.correlati .uk-position-center-left svg  {display: none;}
section.correlati .uk-position-center-right svg  {display: none;}

section.tab-system {padding:100px 0;background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%); }
section.tab-system nav.navigazione-tab { overflow: auto; }
section.tab-system ul {background: #00665B; padding:0 0 0 10px }
section.tab-system ul li {height: 80px; line-height: 80px; float: left; list-style-type: none; transition: all 0.4s; margin-right: 10px; position: relative; }
section.tab-system ul li div.centers { list-style-type: none;line-height: 1.2;display: inline-block;vertical-align: middle;text-align: center; width: 100% }
section.tab-system ul li.uk-active {background: #F0F2F4;} 
section.tab-system ul li.uk-active:after {    content: "";background: url(img/Triangle.svg) right;width: 17px;height: 80px;float: right;z-index: 2;position: absolute;}
section.tab-system ul li.uk-active:before {    content: "";background: url(img/Triangle-green.svg) left;width: 16px;height: 80px;float: left;z-index: 2;position: absolute;}
section.tab-system ul li.uk-active:first-child:before { background: none }
section.tab-system ul li.uk-active:last-child:after { background: none }
/*section.tab-system ul li.uk-active:last-child:after { background: none }*/
section.tab-system ul li:hover { color: pointer}
section.tab-system ul li:hover a {color: #1d1d1b}
section.tab-system ul li:first-child a { padding:0 20px }
section.tab-system ul li:last-child a { padding:0 20px 0 28px}
section.tab-system ul li a{text-align: center; font-size: 18px; font-weight: bold; color: #fff; margin:0 auto; display: block; padding: 0 20px 0 36px;}
section.tab-system ul li.uk-active a {color: #00665B;}
section.tab-system .contenuti {padding: 75px 0;}
section.tab-system .contenuti span {color: #1D1D1B; font-size: 21px; font-weight: bold;}
section.tab-system .contenuti span.td-subtitle {color: #fff; font-size: 14px; font-weight: normal;}
section.tab-system .contenuti span.info-tabella  {color: #1D1D1B;font-size: 14px;font-weight: normal;}
section.tab-system .introduttivo h3 {font-size: 36px; color: #1D1D1B; margin-bottom: 50px;}
section.tab-system .introduttivo p {font-size: 18px; color: #1D1D1B; }
section.tab-system .testo_introduttivo {margin-bottom: 75px;}
section.tab-system .forgia ul  {margin: 0; padding: 0;}
section.tab-system .forgia ul li { list-style-position: outside;color: #00665B;font-size: 32px;margin-left: 26px;line-height: 1.4; height: auto; list-style-type: disc; width: 100%; }
section.tab-system .forgia ul li p {font-size: 18px;color: #1D1D1B; margin-bottom: 0;}
section.tab-system .media-tab .introduttivo { margin-bottom: 50px  }
section.tab-system .media-tab img {margin-bottom: 20px; width: 100%}
section.tab-system .media-tab .caption {text-align: center; margin: 0 60px; position: absolute;}
section.tab-system .media-tab  a.uk-position-center-left { left: -32px; }
section.tab-system .media-tab  a.uk-position-center-right {right:-32px;}
section.tab-system .video {/*background: rgb(255,255,255)!important; background: linear-gradient(90deg, rgba(255,255,255,0) 40%, rgba(0,102,91,1) 20%)!important;*/}
section.tab-system .uk-slider-container {overflow: visible;}
.tablepress tfoot th, .tablepress thead th {background:#1D1D1B!important; color: #fff; padding: 30px 0; text-align: center; font-size: 18px; font-weight: bold;} 
.tablepress .odd td {background: #FFFFFF!important; text-align: center;padding: 15px 20px;font-size: 16px; vertical-align: middle; }
.tablepress .even td {background: #FFFFFF!important; text-align: center;padding: 15px 20px;font-size: 16px;vertical-align: middle;  }
section.tab-system td.column-1 {width: 35%; background: #777!important; padding: padding: 15px 20px;font-size: 16px; font-weight: bold;color:#fff; text-align: left!important;}
section.tab-system th.column-1 { /*background: none!important;*/ padding:0 15px;}

section.tab-system ol {margin: 0; padding: 0; /* margin-top: 35px; */}
section.tab-system ol li{ list-style-type: none; }
section.tab-system ol.filtri_download li {margin-bottom: 15px}
section.tab-system ol.filtri_download li a {font-size: 18px;color: #1D1D1B; transition: all 0.3s; line-height: 24px;   }
section.tab-system ol.filtri_download li a:hover {color: #00665B; font-weight: bold; }
section.tab-system ol.filtri_download li.uk-active a{font-size: 18px;color: #00665B; font-weight: bold ; line-height: 24px;  }
section.tab-system ol.download {}
section.tab-system ol.download li {}
section.tab-system ol.download li a {  }
section.tab-system ol.download li a .white { background: #fff; padding: 15px; }
section.tab-system ol.download li a .white img.copertina {margin: 0 auto; text-align: center; display: block; border: 3px solid #00665B; width: 60%;}
section.tab-system ol.download li a .white img.icon {margin: 0 auto; text-align: center; display: block;}
section.tab-system ol.download li a span.pdf{ color: #777777; font-size: 15px; position: absolute;right:8px; top:15px;writing-mode: vertical-rl;text-orientation: mixed;  }
section.tab-system ol.download li a span.tipo{ color: #777777; font-size: 15px; display: block; margin-bottom: 20px;  }
section.tab-system ol.download li a span.titolo{ color: #00665B; font-size: 18px; text-align: center; display:block; margin:30px 0 20px 0; font-weight: bold;  }
section.tab-system ol.download li a:hover { }
section.tab-system ol.download li.uk-active a{font-size: 18px;color: #00665B; font-weight: bold ; line-height: 24px;  }
section.tab-system figure {margin:0;}
section.tab-system figure img {width: 100%}
section.tab-system figure img.play {width: auto!important}
section.tab-system .cont {background: white; min-height: 400px; padding: 20px;}
section.tab-system .cont h3 {text-align: center; font-size: 18px; font-weight: bold; padding: 0 30px;}
section.tab-system .cont p {text-align: center; color: #1D1D1B; font-size: 16px;  padding: 0 30px}
section.tab-system .noimage { height: 100%; }
section.tab-system .noimage .cont {min-height: 415px;}
section.tab-system .noimage .cont p {max-height: initial!important;}
section.tab-system .caratteristiche-principali a.uk-position-center-left { left: -32px; }
section.tab-system .caratteristiche-principali a.uk-position-center-right {right:-32px;}
section.tab-system .caratteristiche-principali iframe {height: 100%!important}
section.linea .height { /*height: 535px; line-height: 535px ;*/ position: relative; }
section.linea .centers {/*line-height: 1.2;display: inline-block;vertical-align: middle;*/ }
section.tab-system.uk-active {padding: 0!important;background: #00665B;}
section.tab-system.uk-active .uk-container-xlarge {background: #fff;}

/*--------------------------------------------------------------
## TAXONOMY EXPERTISE
--------------------------------------------------------------*/

.tax-cat_expertise .titolazione {color: #1D1D1B; font-size: 36px;}
.tax-cat_expertise .descrizione {font-size: 18px; line-height: 24px;color: #1D1D1B;  }
.tax-cat_expertise .descrizione ul {margin-left:0; margin-bottom: 50px;}
.tax-cat_expertise .descrizione ul li {color: #00665B;font-size: 32px; }
.tax-cat_expertise .descrizione ul li p {font-size: 18px; line-height: 24px;color: #1D1D1B;position: relative;top: -3px;  }

.section-expertise {padding: 100px 0; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%);}
.section-expertise img.hidden {    object-fit: cover;width: 100%;height: 100%;}
.section-expertise .resize_img {overflow: hidden;}
.section-expertise .intestazione {color: #fff; margin-bottom: 100px}
.section-expertise .intestazione p{color: #fff; font-size: 36px}
.section-expertise .white { height: 150px; background: #fff; text-align: center; line-height: 150px ;margin-bottom: 15px; overflow: hidden; }
.section-expertise a span.int {color: #1D1D1B; font-size: 16px; font-weight: normal; display: block; margin: 0 0 5px 0;}
.section-expertise a span.title {font-size: 21px; color: #00665B; font-weight: bold;}
.section-expertise .centers {line-height: 1.2;display: inline-block;vertical-align: middle; padding: 0 25px; font-weight: bold;}


/*--------------------------------------------------------------
## SINGLE EXPERTISE
--------------------------------------------------------------*/
.single-expertise  .banner span.sottotitolo {display: block; font-size: 32px; color: #1D1D1B; display: block; text-align: center; }
.single-expertise  .banner h1 {text-align: center; margin-bottom: 10px; margin-top: 20px}
.single-expertise .colonna_sinistra h3{font-size: 36px; font-weight: bold; color: #CE2123; margin-bottom: 0}
.single-expertise .colonna_sinistra p{font-size: 16px; color: #777; margin-top: 0}
.single-expertise .colonna_destra p {font-size:18px; color:#1D1D1B}
.single-expertise .colonna_destra ul {}
.single-expertise .colonna_destra ul li{ line-height: 24px; margin-bottom: 10px; }
.single-expertise .colonna_destra ul li p {}
.single-expertise .cta {margin-top: 0}
.single-expertise section.cercando {background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 75%); padding: 120px 0}
section.menu_expertise .border { height: 60px;  border-bottom: 1px solid #F0F2F4; margin:50px 0 100px ; }
section.menu_expertise {color: #00665B; font-size: 18px; font-weight: bold;}
section.menu_expertise a{color: #00665B; font-size: 18px; font-weight: bold; line-height: 1px; text-align: center; display: inline-block; width: 100% ; margin:0 auto;}
section.menu_expertise a:hover {color: #1d1d1b;}
section.menu_expertise a img { margin: 0 auto;padding-right: 15px; padding-bottom: 10px ; position: relative; top:5px; }
section.menu_expertise a:hover img {filter: sepia(96%) saturate(0%) hue-rotate(62deg) brightness(50%) contrast(98%);}
section.linea { padding:60px 0 80px; }
section.linea h3 { text-align: center; font-size: 60px; color: #00665B; font-weight: bold; margin-bottom: 125px }
section.linea .green-right {background: linear-gradient(to right, #FFF 20%, #00665B 20%);}
section.linea .green-left {background: linear-gradient(to left, #FFF 20%, #00665B 20%);}
section.linea .green-right img { width: 100%; padding:35px 25px 35px 0; }
section.linea .green-left img { width: 100%; padding:35px 0 25px 35px; }
section.linea .anno {position:absolute; left:-90px; top:-75px;  font-size: 120px; font-weight: bold;color: #00665B; background: #F0F2F4; border: 1px solid #F0F2F4; border-radius: 50%; height: 230px; width: 230px; line-height: 230px;text-align: center;  }
section.linea .anno span {}
section.linea .rightnumber {right:-90px; left: auto; display: inline-block; }
section.linea span.titolo { font-size: 36px; color: #1D1D1B; line-height: 38px; display: block;position: relative;z-index: 222222; padding-top:105px; }
section.linea .height { /*height: 535px; line-height: 535px ;*/ position: relative; }
section.linea .centers {/*line-height: 1.2;display: inline-block;vertical-align: middle;*/ }
section.linea .border img {display: table; margin:0 auto; text-align: center;}
section.linea a {font-size: 18px; font-weight: bold; color: #00665B;}

section.linea_al_completo {    background: linear-gradient(to bottom, #006659 45%, #FFF 1%);}
section.linea_al_completo h3{color: #fff; font-size:36px; font-weight: bold;}
section.linea_al_completo p{color: #fff; font-size: 18px;}
section.linea_al_completo .padding{  padding: 110px }
section.linea_al_completo img {width: 100%; margin-top: 40px;}


section.prodotti_associati {padding:100px 0; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,242,244,1) 5%);}
section.prodotti_associati h3 { font-size:36px; font-weight: bold; color:#1D1D1B ; margin-bottom:100px; }
section.prodotti_associati img.hidden {width: 100%}
section.prodotti_associati .white {padding: 20px; background: #fff; min-height: 400px; /*margin-bottom: 15px;*/}
section.prodotti_associati .white .uk-position-prebottom { bottom: 100px; margin:0 20px;  left: 0; right: 0; position: absolute; min-height: 120px }
section.prodotti_associati .white .uk-position-bottom { bottom: 20px; margin:0 20px; }
section.prodotti_associati .white .grey {color: #777777; font-size: 13px; background: #F0F2F4; padding: 10px 25px; margin-bottom: 5px; display: inline-block; float: left; margin-right: 5px;}
section.prodotti_associati .white .grey_dark {color: #fff; font-size: 13px; background: #777777; padding: 10px 15px; margin-bottom: 5px; display: inline-block;float: left; margin-left: -5px}
section.prodotti_associati .white .excerpt {color: #1D1D1B; font-size: 16px; height: 240px; overflow: hidden;}
section.prodotti_associati .white span.titolo { font-size: 32px; color: #CE2123; font-weight: bold; text-transform: uppercase; display: block; }
section.prodotti_associati .white span.sottotitolo {font-size: 16px; color:#777777; display: block;}
section.prodotti_associati .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.prodotti_associati .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
section.prodotti_associati .white hr {background-color:#F0F2F4;margin-top: 35px; height: 2px} 

section.prodotti_associati .uk-position-center-right { background: #fff; border:1px solid #fff; right:-25px; border-radius: 50%; width: 55px; height: 55px;line-height: 42px ; text-align: center; opacity: 0.9}
section.prodotti_associati .uk-position-center-right svg {color: #00665B;}
section.prodotti_associati .uk-position-center-left { background: #fff; border:1px solid #fff; left:-25px; border-radius: 50%; height: 55px; width: 55px; line-height: 42px; text-align: center; opacity: 0.9 }
section.prodotti_associati .uk-position-center-left svg {color: #00665B;}
section.prodotti_associati .uk-slider-container {overflow: visible!important;}

section.video-container {margin: 0 0 100px}
section.video-container span.title {font-size: 120px; font-weight: bold; color: #F0F2F4; position: relative;top: 110px}
section.video-container .video {padding:0 50px; /*background: linear-gradient(to right, #FFF 40%, #00665B 20%);*/}
section.video-container .video .overlay {width: 100%; background:rgba(0,0,0,0.85); height: 100%; position: absolute; top:0; padding-bottom: 2px}
section.video-container span.video_title {color: #fff;  font-size: 36px;display: block;margin-left: 60px;margin-top: 20px;}
section.video-container a.link {display: block; text-align: center; margin: 0 auto; color: #fff; font-size: 18px; transition: all 0.3s;}
section.video-container a.link img {display: block; text-align: center; margin: 0 auto 20px;}
section.video-container a.link:hover {opacity: 0.7}


/*--------------------------------------------------------------
## FICEP NEL MONDO 
--------------------------------------------------------------*/

.wpgmp_tabs_container .wpgmp_tabs li {background: rgba(255,255,255,0.9)!important;}
.wpgmp_tabs_container {width: 325px!important; max-width: 325px!important}
.wpgmp_locations a {color:#17675E }
.wpgmp_tabs_container .wpgmp_tabs li a.active {background: rgba(255,255,255,0.9)!important; color: #1D1D1B!important; font-size: 21px!important; font-weight: bold!important;}
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_title {display: block!important}
div.titolo-cat {padding-top: 8px!important; font-style: italic!important;}
.wpgmp_location_title a.place_title {color: #1D1D1B; font-size: 21px; font-weight: bold; margin-bottom: 0px; display: block;}
.wpgmp_tabs_container {left:40px!important;}
.categories_filter select:nth-child(0) {display: none;} 
.wpgmp_filter_wrappers {background: #17675E!important; padding: 30px 40px!important; margin-bottom: 80px!important;}
.wpgmp_map_parent {margin-bottom: 0!important;}
.wpgmp_map_container div.wpgmp_listing_container {    max-width: 1600px!important;}
.wpgmp_listing_container *, .wpgmp_infowindow {    max-width: 1600px!important;}
div.wpgmp_listing_header, div.categories_filter, div.wpgmp_categories, div.wpgmp_before_listing {color: #fff}
.wpgmp_map_container div.wpgmp_listing_container {margin: 0 auto;max-width: 1200px;float: none;padding: 0 20px;}
.wpgmp_map_container a.button-info, .wpgmp_map_container a.button-info:link, .wpgmp_map_container a.button-info:visited {color: #fff;background-color: #00665B; padding: 5px 20px;text-align: center;border: 1px solid #00665B;display: inline-block;margin-top: 25px;}
.wpgmp_map_container div.wpgmp_listing_container .wpgmp_locations .meta img {width: 42px !important;height: auto;margin-right: 10px !important;}
.wpgmp_map_container div.wpgmp_listing_container .wpgmp_locations {border: none; border-bottom: 1px solid #17675E;padding-left: 0;padding-right: 0;padding: 15px 0 40px 0 !important;}
.wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing {color: #fff;text-transform: uppercase;margin: 0 auto 15px;max-width: 1600px;float: none;font-weight: 700;font-size: 16px; margin-bottom: 0!important }
.wpgmp_map_container .wpgmp_filter_wrappers div.categories_filter {margin: 0 auto;max-width: 1600px;float: none;}
div.categories_filter select {background: #fff!important; color: #00665B!important; font-size: 18px; font-weight: bold;}
.categories_filter input[type="button"] {border: none!important; background: none!important;}


/*--------------------------------------------------------------
## FICEP NEL MONDO - NEWTORK
--------------------------------------------------------------*/
.subfilter {max-height: 350px; overflow: scroll;}
.filtri-locations .filtri-categoria ul.subfilter li a, .filtri-locations .filtri-categoria ul.subfilter li a:link, .filtri-locations .filtri-categoria ul.subfilter li a:visited {color:#00665B;}
.filtri-locations .filtri-categoria ul.subfilter li {line-height: 26px;font-size: 16px;cursor: pointer; padding: 10px 20px; color: #00665B ;}
.filtri-locations .filtri-categoria ul.subfilter li:hover {background:#00665B ;}
.filtri-locations .filtri-categoria ul.subfilter li:hover a{color: #fff;}
.filtri-locations .filtri-categoria {position: relative;line-height: 1.4;}
.filtri-locations .filtri-categoria ul.subfilter {list-style-type: none;margin: 0;padding: 0;min-width: 200px;float: left; background-color: #fff;display: none;position: absolute; z-index: 1; border: 1px solid #00665B; width: 100%;left: 0; border-top: none}
.filtri-locations {padding: 50px 0;}
.filtri-locations a.button {}

.location a.button {border:1px solid #00665B; background: #00665B; color: #fff; padding: 10px 25px; font-size: 16px; text-transform: initial;}
.location a.button:hover { background: #fff; color: #00665B; text-decoration: none;}

.filtri-locations .titolo { color: #fff; font-size: 24px;font-weight: 700;}
.filtri-categoria label {color: #fff}
.filter-button {color: #fff;}
.listing-locations .location .titolo {line-height: 1.5;min-width: 50%; margin-bottom: 5px;font-weight: 700; font-size: 21px; color: #1D1D1B; }
.filtri-locations .filtri-categoria .filter-button {background-color: #fff;border-radius: 0;border: 1px solid #00665B;padding: 0 20px;height: 50px; line-height:50px; font-weight: bold; font-size: 18px;width: 100%;position: relative; cursor: pointer;color:#00665B;}
.filtri-locations .filtri-categoria .filter-button .icona {position: absolute; right: 10px; top: 0;color:#00665B;}
.filtri-locations .filtri-categoria .filter-button .icona svg {color:#1D1D1B;}
.location-container a {color: #00665B}
.listing-locations {margin: 60px 0;}
.listing-locations .location {/* border-bottom: 1px dashed #00665B;padding: 35px 0; padding-top: 35px; padding-bottom: 35px;*/}
.listing-locations .location-container { border-bottom: 1px dashed #00665B;padding-top: 35px; padding-bottom: 35px;}
.listing-locations span.ruolo {font-size: 18px; color: #1D1D1B; display: block;font-style: italic; margin-top: 20px; font-weight: normal; text-transform: capitalize; }
.listing-locations a.noresult {color: #00665B; text-decoration: underline;}
.listing-locations a.noresult:hover {text-decoration: none;}
.listing-locations .paginazione { text-align: center; margin: 75px 0 35px; }
.listing-locations .paginazione .page-numbers { width: 30px; height: 30px; line-height: 30px; border:1px solid #00665B; color: #00665B; display: inline-block;  }
.listing-locations .paginazione .page-numbers:hover {background:#00665B;color:#fff ;}
.listing-locations .paginazione .current{background:#00665B;color:#fff ;}
/*--------------------------------------------------------------
## PAGE NEWS
--------------------------------------------------------------*/

.page-template-page-news .titolazione {color: #1D1D1B; font-size: 36px;}
.page-template-page-news .descrizione {font-size: 18px; line-height: 24px;color: #1D1D1B;  }
section.news-page {padding: 100px 0; background: #fff;}
section.news-page img.wp-post-image {width: 100%}
section.news-page .white {padding: 25px; background: #F0F2F4; height: 400px; margin-bottom: 15px; overflow: hidden;}
section.news-page .white .riassunto {color: #1D1D1B;font-size: 16px; margin-right:30px}
section.news-page .white .uk-position-center {  margin:0 30px; width: 100% }
section.news-page .white .uk-position-bottom { bottom: 25px; margin:0 25px; }
section.news-page .white span.category {background: #fff; display: inline-block; padding: 10px 20px; margin-bottom: 20px; font-size: 13px; color: #777 }
section.news-page .white span.titolo { font-size: 24px; color: #00665B; font-weight: bold; display: block; line-height: 30px; margin-bottom: 20px; }
section.news-page .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.news-page .white span.date {font-size: 13px; color:#777; font-weight:bold;display: block;  margin-bottom: 20px;}
section.news-page .white hr {background-color:#F0F2F4;margin-top: 35px;} 

/*--------------------------------------------------------------
## PAGE EVENTI
--------------------------------------------------------------*/

.page-template-page-eventi section.news_eventi .eventi {margin-top: 0;}

/*--------------------------------------------------------------
## SINGLE POST NEWS & EVENTI
--------------------------------------------------------------*/

.banner-single {height: 25px; background:#00665B }
section.content-post {padding-bottom: 50px}
section.content-post .image img {width: 100%}
section.content-post h1 {color: #00665B; font-size: 48px; font-weight: bold;}
section.content-post a {color: #00665B; }
section.content-post a:hover {opacity: 0.8;}
section.content-eventi h1 {margin-bottom: 75px;}
section.content-eventi .content-eventi {padding: 75px 0}
section.content-eventi .content-eventi p {font-size: 18px; color: #1D1D1B;}
section.content-eventi .content-eventi a {color: #00665B; }
section.content-eventi .content-eventi a:hover {opacity: 0.8;}
.jssocials { display: none; bottom:-90px }
.jssocials a {color: #fff!important;}
a.badge {color: #fff!important;}
a.badge:hover {opacity: 0.8;}
#events_form .uk-modal-dialog .form {padding: 60px;}
#events_form .uk-modal-dialog form input {margin-bottom: 5px;}
section.content-eventi .cta-evento {text-align: center;}
section.content-eventi .cta-evento h3 {text-align: center; color: #1D1D1B; font-size: 36px;}
section.content-eventi .cta-evento a.button {border:1px solid #00665B; background: #00665B; color: #fff; padding: 12px 28px; font-size: 18px;  transition: all 0.3s; margin-top: 25px; display: inline-block;}
section.content-eventi .cta-evento a.button:hover { background: #fff!important; color: #00665B!important; text-decoration: none;}

section.content-post p {color: #1D1D1B; font-size: 18px;}
section.content-post ul  {margin-left: 20px;}
section.content-post ul li {color: #1D1D1B; font-size: 18px;line-height: 26px; margin-bottom: 10px;}
section.content-post ol  {margin-left: 20px;}
section.content-post ol li {color: #1D1D1B; font-size: 18px; line-height: 26px; margin-bottom: 10px;}
section.content-post span.date {color: #777777; font-size: 13px; font-weight: bold;}
section.content-post span.data {color: #1D1D1B; font-size: 24px; font-weight: bold; display: block;}
section.content-post span.dove {color: #1D1D1B; font-size: 24px;display: block;}
section.content-post span.hall {color: #1D1D1B; font-size: 36px;font-weight: bold;}
section.content-post span.color{color: #00665B}
section.content-post span.category {background: #F0F2F4; display: inline-block; padding: 10px 20px;margin-top: 20px; font-size: 13px; color: #777 }
section.navigation-post {padding: 100px 0 50px; }
section.navigation-post a.allposts {margin:0 auto; text-align: center; display: block;}
section.navigation-post a {color: #00665B; font-size: 18px; font-weight: bold;}
section.navigation-post .nav_prev a {background: url('img/prev_post.svg') no-repeat left center; padding-left: 35px; line-height: 47px} 
section.navigation-post .nav_next a {background: url('img/next_post.svg') no-repeat right center; padding-right: 35px; line-height: 47px} 
.single-post section.news_eventi { background: #F0F2F4!important }
.single-post section.news_eventi .grey {background: #fff!important}
.single-post section.content-post span.category {margin-top: 0!important}
.single-post div.nav_articoli a.uk-position-center-left{ background: none!important;width: auto; height: auto; border: none;}
.single-post div.nav_articoli a.uk-position-center-right{ background: none!important; width: auto; height: auto;border: none;}
.single-post div.nav_articoli a.uk-position-center-left svg { display: none; }
.single-post div.nav_articoli a.uk-position-center-right svg {display: none; background: none!important;}

.container_post {padding:50px 35px;}
.container_post a {color: #00665B;}
.container_post a.button {color: #fff!important;background:#00665B!important; padding: 13px 30px!important; border: 1px solid #00665B!important; margin-top: 35px!important; display: inline-block;}
.container_post a.button:hover {color: #00665B!important;background:#fff!important; }


section.content-eventi .uk-text-center img {margin-bottom: 50px;}

/*--------------------------------------------------------------
## SUPPORTO
--------------------------------------------------------------*/

.page-template-page-supporto .form { margin-top: 100px }


/*--------------------------------------------------------------
## TAX CAT_CAREERS
--------------------------------------------------------------*/

.tax-cat_careers .form { margin-top: 100px }
section.careers {padding: 100px 0; }
section.careers p { font-size: 18px; color: #1D1D1B }
section.careers a {font-size: 16px; color: #00665B; margin-top: 20px; display: block;}
section.careers span.titolo {font-size:18px; display:block; font-weight: bold; color: #00665B}
section.careers span.ruolo {display:block;color: #777777; font-size: 16px;}
section.careers h2 { font-size: 36px; color: #1D1D1B; line-height: 1 }
section.careers hr {background-color:#00665B; margin-top: 40px}
section.careers .post-inside {padding: 60px 0}

/*--------------------------------------------------------------
## SINGLE CAREERS
--------------------------------------------------------------*/

.single-careers .form { margin-top: 100px }
.single-careers .cta {margin-top: 0}


/*--------------------------------------------------------------
## PAGE USATO
--------------------------------------------------------------*/

.page-template-page-usato .titolazione {color: #1D1D1B; font-size: 36px;}
.page-template-page-usato .descrizione {font-size: 18px; line-height: 24px;color: #1D1D1B;  }
section.usato {padding: 0 0 50px; background: #fff;}
section.usato img.hidden {width: 100%}
section.usato .white {padding: 30px; background: #F0F2F4; height: 275px; margin-bottom: 15px; overflow: hidden;}
section.usato .white .riassunto {color: #1D1D1B;font-size: 16px; margin-right:30px}
section.usato .white .uk-position-center {  margin:0 30px; width: 100% }
section.usato .white .uk-position-bottom { bottom: 30px; margin:0 30px; }
section.usato .white span.titolo { font-size: 32px; color: #CE2123; font-weight: bold; text-transform: uppercase; display: block; }
section.usato .white span.sottotitolo { font-size: 16px; color: #777777;  display: block; }
section.usato .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }


section.cta-usato { background:#F0F2F4 ;color: #1D1D1B; margin:75px 0!important }
section.cta-usato .cont {padding: 100px}
section.cta-usato img { visibility: hidden; opacity: 0; width: 100%;}
section.cta-usato span.titoletto {font-size: 18px; font-weight: bold; text-transform: uppercase; color: #00665B;}
section.cta-usato h2{color: #1D1D1B; margin-bottom: 35px;}
section.cta-usato p { line-height: 24px; font-size: 18px;color: #1D1D1B;}
section.cta-usato a {padding: 12px 30px; margin-top: 25px;} 




/*--------------------------------------------------------------
## SINGLE USATO
--------------------------------------------------------------*/

.single-usato .banner span.sottotitolo {display: block; font-size: 32px; color: #1D1D1B; display: block; }
.single-usato .banner h1 {text-align: center; margin-bottom: 10px; color:#CE2123 }

.single-usato section.nuovo {}
.single-usato section.nuovo .grey {background: #F0F2F4; color: #1D1D1B;}
.single-usato section.nuovo .grey h2 {}
.single-usato section.nuovo span.titoletto {}
.single-usato section.nuovo .bg_nuovo {background: url('img/bg_nuovo.png') no-repeat; background-size: cover; background-position: center;}
section.nuovo a.prezoom {padding: initial!important; margin: initial!important;}
section.nuovo .white .grey:nth-child(5){ clear:both;}
section.nuovo img.hidden {width: 100%; opacity: 1!important; visibility: visible!important;}
section.nuovo .white {padding: 20px; background: #fff; height: 400px; margin-bottom: 15px;}
section.nuovo .white .uk-position-center {  margin:0 20px; width: 100% }
section.nuovo .white .uk-position-bottom { bottom: 20px; margin:0 20px; }
section.nuovo .white .grey {color: #777777; font-size: 13px; background: #F0F2F4; padding: 10px 25px; margin-bottom: 5px; display: inline-block; float: left; margin-right: 5px;}
section.nuovo .white .grey_dark {color: #fff; font-size: 13px; background: #777777; padding: 10px 15px; margin-bottom: 5px; display: inline-block;float: left; margin-left: -5px}
section.nuovo .white span.titolo { font-size: 32px; color: #CE2123; font-weight: bold; text-transform: uppercase; display: block; }
section.nuovo .white span.sottotitolo {font-size: 16px; color:#777777; display: block;}
section.nuovo .white span.mostra {font-size: 16px; color:#fff; display: block; text-align: center; background: #00665B; padding: 8px 0; }
section.nuovo .white span.lavorazioni {font-size: 11px; color:#777777; display: block;margin-bottom: 10px;}
section.nuovo .white hr {background-color:#F0F2F4;margin-top: 35px;} 
section.nuovo .white .uk-position-prebottom { bottom: 100px; margin:0 20px;  left: 0; right: 0; position: absolute; min-height: 120px }


/*--------------------------------------------------------------
## PAGE PRIVACY
--------------------------------------------------------------*/

section.privacy {padding-bottom: 120px;}
section.privacy p{ font-size: 18px; color: #1D1D1B }
section.privacy h3{font-size: 36px; font-weight: bold;color: #1D1D1B }
section.privacy h4{font-size: 24px; font-weight: bold;color: #1D1D1B }
section.privacy h5{font-size: 21px; font-weight: bold;color: #1D1D1B }
section.privacy {}

/*--------------------------------------------------------------
## TROVA LA TUA MACCHINA 
--------------------------------------------------------------*/
.search { padding: 50px 0; }
.search select { width: 50%; height: 60px; line-height: 60px; border:1px solid #00665B; color:#00665B; font-weight: bold;padding: 0 20px; font-size: 18px; transition: all 0.3s}
h3.risultato {font-size: 36px; font-weight: bold; color: #1D1D1B; margin-bottom: 60px!important}
#submit_div {display: none;}
.disabled {opacity: 0; visibility: hidden; height: 0; transition: all 0.3s}


/*--------------------------------------------------------------
## FICEP NEL MONDO STEP 
--------------------------------------------------------------*/
.page-template-page-network-step .entry-content {padding-bottom: 150px}
.page-template-page-network-step .search {float: right; padding-bottom: 0}
.page-template-page-network-step .search select { width: 100%;}
.page-template-page-network-step .search label {font-weight: bold;padding-bottom: 10px; display: inline-block;}
.page-template-page-network-step  a.reset {color: #00665B; font-size: 18px; margin-top: 10px; float: right;}
.page-template-page-network-step span.green_first {color: #00665B; text-transform: uppercase; font-weight: bold; font-size: 18px; display: block; margin-bottom: 15px}
.page-template-page-network-step span.green {color: #00665B; text-transform: uppercase; font-weight: bold; font-size: 18px; display: block; margin-bottom: 60px}
.page-template-page-network-step .results a.contact {color: #00665B}
.page-template-page-network-step  p.title_search {margin: 35px 0; font-size: 18px}
.page-template-page-network-step section.listing-locations ul.product_list li.location {margin-top:0!important}
.page-template-page-network-step section.listing-locations ul.product_list li.location .location-container {padding:40px 0!important}
.page-template-page-network-step select:disabled { opacity: 0.4!important;}
.page-template-page-network-step select:focus {padding-right: 5px; }
.page-template-page-network-step .box_fixed { display:none!important; visibility:hidden; opacity:0; }
/*--------------------------------------------------------------
## ERROR PAGE
--------------------------------------------------------------*/

.error404 {}
section.banner-page-error {background:#00665B ;height: 25px;}
section.error-404 {background: url('img/404.svg') no-repeat top center; margin-bottom: 150px }
section.error-404 h1 {font-size: 60px; color: #1D1D1B; font-weight: bold; text-align: center; padding-top: 100px}
section.error-404 p {color: #1D1D1B; font-size: 18px; text-align: center;}
section.error-404 ul {color: #1D1D1B; font-size: 18px ; margin: 0; padding: 0; margin-top: 20px;}
section.error-404 ul li {color: #00665B; font-size: 18px; list-style-type: none;}
section.error-404 ul li p {color: #1D1D1B; font-size: 18px; text-align: left; margin: 0; padding: 0}
section.error-404 ul li a {color:#00665B; font-size: 18px}
section.error-404 .centra {margin: 0 auto; width: auto;display: table; margin-top: 35px}


/*--------------------------------------------------------------
## ERROR PAGE
--------------------------------------------------------------*/

section.grazie { margin-bottom: 150px }
section.grazie-it {background: url('img/grazie.svg') no-repeat top center;  }
section.grazie-en {background: url('img/thankyou.png') no-repeat top center;  }
section.grazie-fr {background: url('img/merci.svg') no-repeat top center;  }
section.grazie-de {background: url('img/danke.svg') no-repeat top center;  }
section.grazie-es {background: url('img/gracias.svg') no-repeat top center;  }
section.grazie-pt {background: url('img/obrigada.svg') no-repeat top center;  }
section.grazie-ru {background: url('img/grazie_russo.svg') no-repeat top center;  }
section.grazie-zh-hant {background: url('img/grazie_cinese.svg') no-repeat top center;  }


section.grazie h1 {font-size: 60px; color: #1D1D1B; font-weight: bold; text-align: center; padding-top: 100px}
section.grazie p {color: #1D1D1B; font-size: 18px; text-align: center;}
section.grazie ul {color: #1D1D1B; font-size: 18px ; margin: 0; padding: 0; margin-top: 20px;}
section.grazie ul li {color: #00665B; font-size: 18px; list-style-type: none;}
section.grazie ul li p {color: #1D1D1B; font-size: 18px; text-align: left; margin: 0; padding: 0}
section.grazie ul li a {color:#00665B; font-size: 18px}
section.grazie .centra {margin: 0 auto; width: auto;display: table; margin-top: 35px}

.term-candidatura-libera .careers { display: none; }


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

}

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


}

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

}

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

}

@media screen and (max-width: 1100px) {
	section.referenze .white span.titolo { line-height: 26px; font-size: 20px; }
	section.news-page .white span.titolo {font-size: 23px; line-height: 28px;}
}

@media screen and (max-width: 959px) { 
	.filtri-sidebar .absolute { position: static; }
	section.referenze .white span.titolo { line-height: 24px; margin-bottom: 30px; }
	section.referenze .white { padding: 25px; }
	section.referenze .white .riassunto p{ margin-right:25px}
	section.referenze .white { height: 375px; }
	.dataTables_wrapper {overflow: scroll!important;}
	.tablepress {overflow: scroll!important;}


}
@media screen and (max-width: 850px) {
	section.referenze .white { height: 400px; }
	section.referenze .white span.titolo { margin-bottom: 25px; }

}
@media screen and (max-width: 749px) { 
	section.referenze .white span.titolo { font-size: 19px; line-height: 22px; margin-bottom: 20px; }


}

@media screen and (max-width: 639px) {
	section.referenze .white { height: 350px; }
	section.referenze .white { padding: 30px; }
	section.referenze .white .riassunto p{ margin-right:30px}
}

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

	
}

