/*!
Theme Name: LIME
Theme URI: http://underscores.me/
Author: livesidee
Author URI: https://www.livesidee.com
Description: Lime Project Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lime
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.

LIME 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
# Template 
# Content
	## Posts and pages
	## Comments
	## Newsletter web
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	background-color:hsl(60, 30%, 92%);
	/* 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%;
	*/
}

.nsel,
.nsel * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


/*--------------------------------------------------------------
# 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,
a:visited,
a:focus,
a:active {
	text-decoration:underline;
	outline:0;
	color:hsl(92, 50%, 45%);
}

a:hover {
	text-decoration:underline;
	outline:0;
	color:hsl(92, 54%, 48%);
}

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


/* Small menu. */
@media screen and (max-width:1199px) {
	.menu-main-menu-navigation-container {
		/*-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		transform: scale(1.5);*/
		-webkit-transition: 350ms ease all;
		-moz-transition: 350ms ease all;
		-o-transition:350ms ease all;
		transition: 350ms ease all;
	}
	.main-navigation > .menu-overlay {
		display:table;
		background-color:rgba(86, 194, 97, 0.95);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index:200;
		opacity: 0;
		visibility: hidden;
	    -webkit-transition: opacity 0.5s ease 0s;
		-moz-transition: opacity 0.5s ease 0s;
		-o-transition: opacity 0.5s ease 0s;
		transition: opacity 0.5s ease 0s;
	}
	.main-navigation.toggled > .menu-overlay {
		visibility:visible;
		opacity:1;
	}
	.main-navigation > .menu-overlay > div {
		display:table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.main-navigation.toggled ul {
		display:block;
	}
	.main-navigation li {
		display:block;
		font-size:1.25em;
		margin:0 0 5px 0;
	}
	button.menu-toggle {
		display:block;
		z-index:500;
	}
	.toggled button.menu-toggle { 
		position:fixed;
		top:10px;
		right:5px;
	}

}


@media screen and (min-width:1200px) {
	button.menu-toggle {
		display:none;
	}
	.main-navigation {
		position:relative;
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}
	.main-navigation > .menu-overlay {
		display:block;
		position:relative;
		z-index:200;
	}
	.main-navigation > .menu-overlay > div {
		display:block;
	}
	.main-navigation ul {
		overflow:hidden;
		display:block;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}
	.main-navigation a {
		display:block;
	}

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

}



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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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




.menu-toggle {
	position: relative;
	z-index: 50;
	width:108px;
	margin: 0;
	cursor: pointer;
	background-color:transparent;
	border:none;
	color:rgb(59, 107, 91);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.0625em;
	float:right;
	text-align:left;
	padding:11px 10px 7px;
	outline:0 none;
}

.menu-toggle span.hamburger {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	margin: 0;
	background: #fff;
	-webkit-transition:350ms ease all;
	-moz-transition:350ms ease all;
	-o-transition:350ms ease all;
	transition:350ms ease all;
	top:16px;
	left:70px;
}

.menu-toggle span.hamburger:before,
.menu-toggle span.hamburger:after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	-o-transition:350ms ease all;
	transition: 350ms ease all;
	left:0;
}

.menu-toggle span.hamburger:before { margin: -9px 0 0 0; }

.menu-toggle span.hamburger:after { margin: 9px 0 0 0; }

.toggled .menu-toggle span.hamburger { background-color: transparent; }

.toggled .menu-toggle span.hamburger:before,
.toggled .menu-toggle span.hamburger:after {
	margin: 0;
	background-color:#fff;
}

.toggled .menu-toggle span.hamburger:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.toggled .menu-toggle span.hamburger:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.toggled .menu-toggle span.menu-title {
	display:none;
}

#page.toggled {
    position: fixed;
    width: 100%;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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


.main-navigation ul.nav-menu > li {
}
.main-navigation ul.nav-menu > li > a {
	padding:0.5em 1em 0.4em;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:1em;
}

.main-navigation ul.nav-menu > li.current-menu-item > a{
	background: url('/cnt/themes/lime/img/mixb.png') repeat 8px 8px;
}
.main-navigation ul.nav-menu > li > a:hover{
	background-color:rgba(59, 107, 91, 0.25);
}



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


.main-navigation li {
    margin-right: 2px;
}
.main-navigation ul.nav-menu > li > a {
   padding: 7px 12px 4px 13px;
   border-radius: 5px;
}

/*--------------------------------------------------------------
# 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;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
/*--------------------------------------------------------------
# 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;
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Template
--------------------------------------------------------------*/
/*
colori: 3D6F61 - 57BC6E - 98CC6B - C3DE90
color:#3D6F61;
color:#57BC6E;
color:#98CC6B;
color:#C3DE90;

verde scuro (testo) :
3D6F61
rgba(59, 107, 91, 1)

verde 2
57BC6E
rgba(86, 194, 97, 1)

verde 3
98CC6B
rgba(143, 211, 86, 1)

verde chiaro
C3DE90
rgba(189, 227, 122, 1)
*/


.bgmix {
	background-image:url('/cnt/themes/lime/img/mix3.png');
	background-repeat:repeat;
	background-size:8px 8px;
}
.bgmixf {
	background-image:url('/cnt/themes/lime/img/mix6f.png');
	background-repeat:repeat;
	background-size:8px 8px;
}
.bgmixc {
	background: url('/cnt/themes/lime/img/mix6.png') repeat 8px 8px;
	width:100%;
}



a.button,
input.button,
.button {
	padding:7px 22px 4px;
	font-size:1em;
	font-weight:600;
	border-radius:20px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}




.accordion {
	margin: 10px 0 0 0;
	padding: 0.5em 0.5em 0.125em 0.75em;
	font-weight: 600;
	font-size: 1.25em;
	background-color: hsl(60,30%,97%);
	cursor: pointer;
	position: relative;	
}
.accordion:hover {
	background-color: #fff;
}
.accordion::after {
	display: block;
	content: "+";
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.2;
	-webkit-transition:transform 0.2s ease;
	-moz-transition:transform 0.2s ease;
	-o-transition:transform 0.2s ease;
	transition: transform 0.2s ease;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 4px;
}
.accordion.active {
	
}
.accordion.active::after {
	transform: rotate(45deg);
}
.accordion:hover::after {
	color:#98CC6B;

}
.panel {
	height: 0px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 1em;
	box-sizing: border-box;
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #fafaf0;
	-webkit-transition:height 0.3s ease;
	-moz-transition:height 0.3s ease;
	-o-transition:height 0.3s ease;
	transition:height 0.3s ease;
}
.panel::before,
.panel::after {
	height: 1em;
	display: block;
	content: "";
}


.accordion.files {
	padding: 8px 15px 5px;
	margin:0 0 0 -15px;
}
.accordion.files:hover {
	color:hsl(92, 49%, 50%);
}
.accordion.files::after {
	top:8px;
	right:8px;
	content:"\eab2";
	font-family: IcoFont !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	font-size:1.5em;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	padding:0;
	margin:0;
	height:auto;
	width:auto;
}
.accordion.files.active::after {
    transform: rotate(180deg);
}
.panel.files {
	background-color:unset;
	border:0 none;
	padding:0;
}
.panel.files > p:last-child {
	margin-bottom:0;
}






.page-id-161 {
}

.sections {
	
}
.sections > section {
	padding:2.5em 0;
}
.sections > section.f {
	padding-top:0;
}
.sections > section.f .wp-post-image {
	margin:2px 0 1.5em;
	border:5px solid hsl(60, 30%, 94%);
	border-radius:5px;
}
.sections > section.l {
	
}

.sections > section.r {
	background-color:hsl(60, 30%, 95%);
}


.files-desc h1,
.files-desc h2,
.files-desc h3,
.files-desc h4,
.files-desc h5,
.files-desc h6 {
	margin-top:3px;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
	background-color:#fff;
}
#top-bar {
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:10;
}
#lang-nav {
	float:right;
}
#lang-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#lang-nav ul > li {
	display:inline-block;
	margin:0;
}
#lang-nav ul > li.active > a {
	background-color:rgba(234,234,215,0.5);
	color:#aaa;
}
#lang-nav ul > li > a {
	padding:5px 7px 4px;
	font-size:0.75em;
	display:inline-block;
	text-decoration:none;
	color:#aaa;
	border-radius:0 0 4px 4px;
}
#lang-nav ul > li > a:hover {
	background-color:#98CC6B;
	color:#fff;
}
#lang-nav ul > li > a > img {
	padding-right:1px;
	position:relative;
	top:2px;
}

#lang-nav ul > li > a > .fullname {
	display:none;
}
#lang-nav ul > li > a > .shortname {
	display:none;
}


@media screen and (min-width:575px) {
	#lang-nav ul > li > a > .fullname { display:none; }
	#lang-nav ul > li.active,
	#lang-nav ul > li > a > .shortname { display:inline; }
	
}



#socials {
	display:none;
	position: absolute;
	right: 22px;
	bottom: 0px;
}
.socials {
	text-align:right;
}
.socials a {
	display:inline-block;
	margin-left:0.5em;
	text-decoration:none;
}
.socials a > i {
	border-radius:50%;
	background-color:#eaead7;
	color:#fff;
	padding:7px;
	width:2.25rem;
	height:2.25rem;
	text-align:center;
	display:block;
	font-size:1.4375rem;
}
.socials a:hover > i {
	background-color:#98CC6B;
}

#big-bar {
	padding:15px 0;
	overflow:hidden;
}
#big-bar .container {
	position:relative;
	overflow:hidden;
}



.site-branding,
.site-branding a,
.site-branding a > img {
	display:block;
	width:241px;
	height:112px;
}

.site-branding {
	float:left;
	margin-bottom:8px;
}



#eu-map {
	display:none;
	position: absolute;
	top: -80px;
	left: 48%;
}
#eu-map img {
	width:330px;
	height:auto;
}





#nav-bar {
	overflow:hidden;
	position:relative;
	min-height:35px;
}

#nav-bar .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


@media screen and (min-width: 575px) {
	.site-branding, .site-branding a, .site-branding a > img { width:325px; height:151px; }
	#socials { display:block; }
	
}
@media screen and (min-width: 992px) {
	#eu-map { display:block; }
}































/*--------------------------------------------------------------
# Home gallery
--------------------------------------------------------------*/

#home-gallery{
	position:relative;
	max-height:65vw;
	overflow:hidden;
}
#home-gallery .overlay {
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
#home-gallery img {
	width:100%;
	display:block;
	position:relative;
	top:-75px;
}


#home-gallery .slides-navigation {
	display:none;
}


ul.home-slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 0;
}
.home-slides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.home-slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.home-slides li > div {
    display: block;
    float: left;
    border: 0;
    height: 65vw;
    width: 100%;
    max-width: 100%;
    margin: 0 0;
	background-position:center 35%;
	background-size:cover;
}



@media screen and (min-width:768px) {
	#home-gallery{ max-height:65vw; }
	.home-slides li > div { height:40vw; }	
}































/*--------------------------------------------------------------
# Homepage Box
--------------------------------------------------------------*/

#key-box  {
    position: relative;
    top:-10px;
	z-index:30;
}
#key-box .box-top {
	display:none;
    height: 35px;
    background-image: url('/cnt/themes/lime/img/curve-mix.png');
	background-repeat:no-repeat;
	background-size:auto;
	position:relative;
	top:1px;
}

#key-box .box {
	color:#fff;
	padding:1.25em 1em 0.5em 1em;
	border-bottom:2px solid rgba(59, 107, 91, 0.7);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	border-radius:5px;
}

#key-box .box i {
	color:#24604c;
	font-size:2.5em;
}
#key-box .box h3 {
	font-weight:600;
	text-transform:uppercase;
	font-size:1.375em;
	color:#fff;
	margin:0.6em 0 0.5em 0.5em;
	display:inline;
}
#key-box .box p {
	font-weight:400;
	font-size:1.0625em;
}
#key-box .box a {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}
#key-box .box a:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(59, 107, 91);
	color:rgb(59, 107, 91);
}

#key-box .col-md-3:last-child .box .inner {
	border:0 none;
}
#key-box .box .inner {
	z-index:10;
	position:relative;
	text-align:center;
}
#key-box .row {
	margin:0;
}
#key-box .row > .col-md-3 {
	position: relative;
	padding:0;
	margin-bottom:7px;
}
#key-box .box .showmore { 
	display:none;
}
#key-box .box .description {
	display:block;
	margin-bottom:0.75em;
}

@media screen and (min-width:768px) {
	#key-box { top:-60px; background:none; }
	#key-box .row { 	margin-left:-3px; margin-right:-3px;}
	#key-box .row > .col-md-3 { padding-left:3px; padding-right:3px; margin-bottom:0; }
	#key-box .box-top{ display:block; }
	#key-box .box-top.box-1 { background-position:0 -70px; }
	#key-box .box-top.box-2 { background-position:-279px -70px; }
	#key-box .box-top.box-3{ background-position:-558px -70px; }
	#key-box .box-top.box-4 { background-position:-837px -70px; }
	#key-box .box  { padding:1.5em 1em 0.75em; height:calc(100% - 35px); box-shadow:0 5px 10px rgba(0,0,0,0.1); border-radius:0 0 6px 6px; border:0 none; }

	#key-box .box .inner { text-align:center; border:0 none;}
	#key-box .box h3 { margin-left:0; display:block; font-size:1.5em; }	
	#key-box .box i { font-size:3em;}
	#key-box .box p { font-size:1.0625em; }
}
@media screen and (min-width:992px) {
	#key-box .box-top.box-1 { background-position:0 -35px; }
	#key-box .box-top.box-2 { background-position:-279px -35px; }
	#key-box .box-top.box-3{ background-position:-558px -35px; }
	#key-box .box-top.box-4 { background-position:-837px -35px; }
	#key-box .box  { padding:1.5em 1.625em 0.75em; }
	#key-box .box p { font-size:1.125em; }
}
@media screen and (min-width:1200px) {
	#key-box .box-top.box-1 { background-position:0 0; }
	#key-box .box-top.box-2 { background-position:-279px 0; }
	#key-box .box-top.box-3{ background-position:-558px 0; }
	#key-box .box-top.box-4 { background-position:-837px 0; }
}








.section-title {
	font-weight:600;
	text-transform:uppercase;
	font-size:1.25em;
}
.section-title i {
	margin-right:0.3em;
	font-size: 1.5em;
	position: relative;
	color:rgb(61,111,97);
}




/*--------------------------------------------------------------
# Homepage Latest News
--------------------------------------------------------------*/

#latest-news {
	padding:1em 0 3em;
}
.latest-news .section-title {
	margin-top:1em;
}
.latest-news {
	position:relative;
	margin:2.5em 0 3em;
}
.latest-news .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 30px;
    right: 10px;
    margin: 0 !important;
}
.latest-news .lSSlideOuter .lSPager.lSpg > li > a {
	background-color:rgba(59, 107, 91, 0.2);
}
.latest-news .lSSlideOuter .lSPager.lSpg > li.active a,
.latest-news .lSSlideOuter .lSPager.lSpg > li:hover a,
.latest-news .lSSlideOuter .lSPager.lSpg > li > a:hover {
	background-color:rgba(59, 107, 91, 0.8);
}

.latest-news  > h3 {
	margin-top:0;
	font-weight: 600;
}
.latest-news ul {
	list-style:none;
	margin:0;
	padding:0 3em 0 0;
	display:block;
}
.latest-news .entry-news {
	display:block;
	width:300px;
	float:left;
	padding:0;
}
.latest-news .entry-news .content { 
	min-height:440px;
}
@media screen and (min-width:384px) {
	.latest-news .entry-news .content { min-height:370px; }
}
@media screen and (min-width:768px) {
	.latest-news { margin:0; }
	.latest-news ul { margin:0 -7px; }
	.latest-news .entry-news { padding:0 7px; }
	.latest-news .entry-news .content { min-height:370px; }
	.latest-news .lSSlideOuter .lSPager.lSpg { right:25px; }
}
@media screen and (min-width:992px) {
	.latest-news .entry-news .content { min-height:420px; }
}
@media screen and (min-width:1200px) {
	.latest-news .entry-news .content { min-height:370px; }
}

.latest-news .entry-news a {
	position:relative;
	text-decoration:none;
	background-color:#fff;
	color:#404040;
	display:block;
	margin:0;
	padding:0;
	border-radius:6px;
	cursor:pointer;
	overflow:hidden;
	border-bottom:2px solid #98CC6B;
	height:100%;
}
.latest-news .entry-news a:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.latest-news .entry-news a:hover img {
	opacity:0.8;
}
.latest-news .entry-news a:hover h4 {
	color:#77ae47;
}
.latest-news .entry-news a:hover p.date {
	color: #89987c;
}

.latest-news .entry-news > a > div {
	padding:0.5em 1.5em 1.5em;
	position:relative;
}
.latest-news .entry-news > a  .excerpt {
	margin-bottom:60px;
}
.latest-news .entry-news > a .textright {
	position:absolute;
	padding:0;
	margin:0;
	bottom:24px;
	right:24px;
}
.latest-news .entry-news img {
	display:block;
	width:100%;
}

.latest-news .entry-news p.date {
	color: #a5b398;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 600;
}
.latest-news .entry-news p.date i {
	margin-right:3px;
}
.latest-news .entry-news .readmore {
	padding:3px 15px 1px;
}








/*--------------------------------------------------------------
# Homepage List Events
--------------------------------------------------------------*/

.list-events .side-area {
	height:calc(100% - 75px);
	padding:15px 10px;
}
.list-events .side-area::after {
	height:100%;
	opacity:0.65;
	border-radius:8px;
}
.list-events ul {
	list-style:none;
	margin:0;
	padding:0;
}
.list-events ul > li {
	margin:0 0 1.3125em 0;
	padding:0.75em 1em;
	background-color:rgba(255,255,255,0.3);
	border-radius:5px;
}
.list-events ul > li:hover {
	background-color:rgba(255,255,255,0.4);
}
.list-events a {
	color:#fff;
	text-decoration:none;
}
.list-events li i {
	font-size:1rem;
	margin-right:0.15em;
}
.list-events .date {
	color:rgba(61, 111, 97, 0.9);
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 600;
}
.list-events .date i { display:none; }

.list-events .title {
	font-weight:500;
}
.list-events .location {
	color:rgba(61, 111, 97, 0.9);
	margin-left:1.5em;
	font-weight:500;
}










/*--------------------------------------------------------------
# Homepage Photo gallery
--------------------------------------------------------------*/

.galleries .section-title {
	margin-top:1em;
}
.galleries .section-title i {
	position:relative;
	top:1px;
}

.date {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 600;
}




.galleries .galleries-container {
	overflow:hidden;
	margin-left:-4px;
	margin-right:-4px;
}
.galleries .photo-q { width:25%; }
.galleries.n2 .photo-q { width:50%; }
.galleries.n3 .photo-q { width:33.333333%; }
.galleries.n4 .photo-q { width:25%; }
.galleries.n5 .photo-q { width:20%; }

.galleries .photo-q {
	padding-left:4px;
	padding-right:4px;
	margin-bottom:8px;
	float:left;
}
.galleries .photo-q a {
	border-width:7px;
}

.home .galleries .photo-q a {
	background-color:transparent;
	border-color:rgba(255,255,255,0.5);
}
.home .galleries .photo-q a img{
	opacity:0.75;
}


/* tag a con img e overlay */
a.img-woverlay {
	border:7px solid rgba(152, 204, 107, 0.7);
	text-decoration:none;
	margin:0;
	padding:0;
	cursor:pointer;
	display:block;
	position:relative;
	-webkit-transition:border-color 0.1s;
	-moz-transition:border-color 0.1s;
	-o-transition:border-color 0.1s;
	transition:border-color 0.1s;
}
a.img-woverlay:hover {
	border-color:#98CC6B;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
a.img-woverlay:hover > .overlay {
	opacity:1;
}
a.img-woverlay .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(152,204,107,0.5);
	opacity:0;
	display:table;
	color:#98CC6B;
	font-size:2em;
	-webkit-transition:opacity 0.1s;
	-moz-transition:opacity 0.1s;
	-o-transition:opacity 0.1s;
	transition:opacity 0.1s;
	z-index:1;
}
a.img-woverlay .overlay > span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
a.img-woverlay > img{
	width:100%;
	height:auto;
	display:block;
}

a.img-woverlay .overlay i.bg {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 12px;
    border-radius: 50%;
    z-index: -1;
}





.video-q {
    margin-bottom:1.75em;
}
.video-q .title {
	display:block;
	font-weight:500;
	margin:6px 10px;
}
.video-q .subtitle {
	display:block;
	font-weight:400;
	margin:0px 10px;
}
.video-q .date {
	display:block;
	font-weight:400;
	margin:0px 10px;
}
.video-q .date > i {
	padding-right:5px;
}
.video-q  a.img-woverlay .overlay {
	opacity:1;
	background-color:rgba(0,0,0,0.20);
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
}
.video-q  a.img-woverlay:hover > .overlay {
	opacity:1;
	background-color:rgba(152,204,107,0.5);
}



.lSSlideOuter .lSPager.lSGallery img {
	border:5px solid #fff;
	border-radius:2px;
	-webkit-transition: border-color 0.1s;
	-moz-transition: border-color 0.1s;
	-o-transition: border-color 0.1s;
	transition: border-color 0.1s;
}
.lSSlideOuter .lSPager.lSGallery li.active img {
	border-color:rgba(152, 204, 107, 0.7);
}
.lSSlideOuter .lSPager.lSGallery img:hover,
.lSSlideOuter .lSPager.lSGallery li.active img:hover {
	border-color:#98CC6B;
}

#swipebox-container #swipebox-bottom-bar,
#swipebox-container #swipebox-arrows {
	height:0;
	position:relative;
}
#swipebox-container #swipebox-bottom-bar.visible-bars {
	-webkit-transform:none;
	transform:none;
}
#swipebox-container #swipebox-prev,
#swipebox-container #swipebox-next {
	float:unset;
    background-color:#333;
    position:fixed;
    top:50%;
	height:150px;
    margin-top:-75px;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
}
#swipebox-container #swipebox-prev:hover,
#swipebox-container #swipebox-next:hover {
	background-color:#444;
}
#swipebox-container #swipebox-prev {
    background-position:-32px 60px;
    left:0;
}
#swipebox-container #swipebox-next {
    background-position:-78px 60px;
    right: 0;
}

/*--------------------------------------------------------------
# Homepage Newsletter
--------------------------------------------------------------*/


#newsletter {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	margin-top:4em;
}
#newsletter .bgmixf {
	padding:2em 0;
	color:#fff;
}
#newsletter .bgmixc.top { height:15px; }
#newsletter .bgmixc.bottom { height:8px; }

#newsletter .section-title { color:#fff; }

#newsletter .section-title i { color:rgb(61, 111, 97); }



/*--------------------------------------------------------------
## Newsletter form voxmail
--------------------------------------------------------------*/

.newslettervm {
	overflow:hidden;
	margin-bottom:3em;
}
.newslettervm .inner {
	max-width:375px;
	width:100%;
	float:right;
}
.newslettervm a {
	color:#6dac39;
}
.newslettervm.main {
	margin:0 0 3em 0;
}
.newslettervm.main #email {
	background-color:rgba(255,255,255,0.45);
	color:#111;
}
.newslettervm.main #email:hover,
.newslettervm.main #email:focus {
	background-color:rgba(255,255,255,0.85);
	color:#111;
}
.newslettervm #email {
	background-color:rgba(255,255,255,0.2);
	color:#fff;
	border:1px solid rgba(143, 211, 86, 0);
	border-radius:2px;
	width:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	padding: 4px 9px 2px;
	margin-bottom:8px;
}
.newslettervm #email:hover,
.newslettervm #email:focus {
	background-color:rgba(255,255,255,0.85);
	color:#111;
	border:1px solid rgba(143, 211, 86, 0.9);
}
.newslettervm.main #subscribe {
	background-color:rgba(61,111,96,0.7);
	color:#fff;
}
.newslettervm.main #subscribe:hover,
.newslettervm.main #subscribe:focus {
	background-color:rgba(61,111,96,1);
}
.newslettervm.main a {
	color:rgb(61,111,96);
}

.newslettervm #subscribe {
	background-color:rgba(143, 211, 86, 0.8);
	color:#222;
	border:0 none;
	cursor:pointer;
	padding: 10px 13px 8px;
	text-transform:uppercase;
	font-weight:500;
	font-size:13px;
	float:right;	
}
.newslettervm.main #subscribe {
	border-radius:32px;
	font-size:1em;
	font-weight:600;
	padding:4px 15px 2px;
	line-height:1.5;
	margin-top:3px;
	
}

@media screen and (min-width:768px) {
	.newslettervm.main { margin:0 15px 3em 46px; }

}


.newslettervm .sl {
	font-size:0.875em;
	margin-top:4px;
	text-align:left;
}
.newslettervm #agree {
	display:inline-block;
}
.newslettervm #agree input {
	margin-right:0.7em;
	position:relative;
	top:2px;
}
.newslettervm.side {
	margin-top:6em;
	margin-bottom:8em;
}
.newslettervm.side #language {
	font-size:0.875em;
}
.newslettervm #language {
	margin-bottom:7px;
}
.newslettervm #language label {
	margin-right:0.7em;
}
.newslettervm.main #language select {
	background-color:transparent;
	color:#404040;
	border-color:rgba(255,255,255,0.3);
}
.newslettervm.main #language select:focus {
	background-color:rgb(61, 111, 97);
	color:#fff;
}

.newslettervm #language select {
	font-size:1em;
	background-color:#404040;
	color: #ddd;
}

.newslettervm.side .nl4wp-alert.nl4wp-success{
	color: green;
	border-color:green;
}
.newslettervm .nl4wp-alert.nl4wp-success {
	color: green;
	border-color:green;
	background-color:rgba(255,255,255,0.65);
}
.newslettervm .nl4wp-alert {
	padding: 16px;
	border: 1px solid #777;
	margin-top: 10px;
	text-align: center;
}
.newslettervm .nl4wp-alert p {
	margin:0;
	padding:0;
}











/*******************
	Newsletter Archive
	**/

.post-type-archive-newsletters .newslettervm #email {
	background-color:#fff;
	color:#888;
}
.archive-newsletter .entry-newsletter {
	margin-bottom:30px;
}
.archive-newsletter .entry-newsletter > a {
	display:block;
	background-color:#fff;
	text-decoration:none;
	border-bottom:2px solid #98CC6B;
}
.archive-newsletter .entry-newsletter > a:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.archive-newsletter .entry-newsletter > a > img {
	margin:0;
	border:0;
	display:block;
}
.archive-newsletter .entry-newsletter > a > p {
	padding:10px 10px 0;
	color:#555;
}
.archive-newsletter .entry-newsletter > a > h3 {
	display:none;
}

.archive-newsletter .entry-newsletter > a .button {
    display: inline-block;
    padding: 3px 11px 2px 12px;
    font-size: 0.875rem;
    margin: 0 10px 10px;
}













/*--------------------------------------------------------------
# Homepage Twitter - Facebook
--------------------------------------------------------------*/


#twitter-facebook {
	margin:6em 0;
}
.twitter .section-title {
	margin-top:0;
}
.facebook  {
	margin-top:5em;
}
.facebook .section-title {
	margin-top:0;
}
.facebook .section-title i.icofont-facebook {
	text-align: center;
	border-radius: 50%;
	color: #eaead7;
	background-color: rgb(61,111,97);
	padding: 0 1px;
}
.facebook .section-title i.icofont-facebook::before {
    position: relative;
    top: 4px;
    left: 1px;
}

@media screen and (min-width:768px) {
	#twitter-facebook .section-title { display:block; }
	.twitter .social-container { margin: 0 64px 0 44px; }
	.facebook { margin-top:0; }
	.facebook .social-container { margin-left:46px; }
}















.line-sep {
	height:3px;
	background-color:rgba(0,0,0,0.03);
	margin:3em 0;
}



























/*--------------------------------------------------------------
## Footer Partners
--------------------------------------------------------------*/


#partners {
	background-color:#fff;
	padding:1.5em 0 2em;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
}

.partner-col .label {
	font-weight:400;
	font-size:0.875em;
	margin-top:0;
}
.partner-col .cont {
	margin:0 -15px;
	overflow:hidden;
}
.partner-col .partner-link {
	padding:0 15px;
	float:left;
}
.partner-col .partner-logo {
	height:56px;
	display:block;
}

.partner-1 { width:210px; }
.partner-2 { width:117px; }
.partner-3 { width:183px; }
.partner-4 { width:157px; }
.partner-5 { width:157px; }
.partner-6 { width:158px; }
.partner-7 { width:158px; }
#partners .lSPager.lSpg { display:none; }






/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	background-color:#222;
	padding:3em 0 1.5em;
	margin:0;
	color:#808080;
}
#colophon a {
	text-decoration:none;
	color:rgba(192, 228, 129, 0.67);
}

#disclaimer .icons {
	float:left;
	width:72px;
	margin-right:15px;
}
#disclaimer .icons .logo-eu {
	margin:4px 0 14px;
}
#disclaimer .icons .logo-amif a {
	display:block;
	background-color:#bbb;
	padding:3px 0 1px;
}
#disclaimer .icons .logo-amif a:hover {
	background-color:#eee;
}
#disclaimer .icons img {
	display:block;
}
#disclaimer p {
	margin:0;
	font-size:0.875em;
	margin-bottom:3em;
}


#colophon .newslettervm {
	text-align:right;
	font-size:0.875em;
}


#colophon .socials i {
	padding:7px0 0 0 0;
	color:rgba(143, 211, 86, 0.7);
	background-color:rgba(182, 197, 169, 0.14);
}
#colophon .socials a:hover i {
	color:rgba(143, 211, 86, 1);
	background-color:rgba(182, 197, 169, 0.3);
}


#colophon .site-info {
	color:#707070;
	font-size:0.75em;
	text-align:right;
	margin-top:2em;
}
#colophon .site-info .sep {
	color:#444;
}
#colophon .site-info a {
	text-decoration:none;
	color:rgba(192, 228, 129, 0.67)
}
#colophon .site-info a:hover {
	text-decoration:underline;
	color:rgba(192, 228, 129, 0.9)
}













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

.breadcrumbs {
	font-size:0.75em;
	color:#888;
	padding-top:12px;
	padding-bottom:10px;
	line-height:1;
	background:#fafaf0;
}
.breadcrumbs a {
	text-decoration:none;
	color:#6fac39;
}
.breadcrumbs .home {
	margin-left:12px;
}
.breadcrumbs .sep {
	padding:0 3px;
	color:#a0a0a0;
}


.site-main {
	margin-top:3em;
	margin-bottom:5em;
	min-height:10em;
}

.content-area h1.page-title,
.content-area h1.entry-title,
.side-content h2.side-title,
.side-content h2.entry-title {
	font-weight:500;
	font-size:2rem;
	margin:0.6875em 0;
}
.content-area ul,
.content-area ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1em;
}
.content-area ul > li,
.content-area ol > li {
	padding-left:0.4em;
}
.side-area.right {
	position:relative;
}
.side-area::after {
	content: "";
	background-image:url('/cnt/themes/lime/img/mix6.png');
	background-repeat:repeat;
	background-size:8px 8px;
	opacity: 0.65;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	margin-bottom:2em;
	border-radius:5px;
}
.side-area.left {
}



.post,
.page {
	margin: 0;
}

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

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

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



/* post il progetto */
#post-161 .post-thumbnail {
	margin-left:1.5em;
}

.entry-content p {
	margin-top:0;
}





















.navigation {
	overflow: hidden;
	border-top: 1px solid #98CC6B;
	padding:10px 0;
	margin-bottom: 3em;
	color:#98CC6B;

}
.navigation a {
	text-decoration:none;
}
.navigation .nav-prev {
    float: left;
	font-size: 0.8125em;
}
.navigation .nav-next {
    float: right;
	font-size: 0.8125em;
}
.navigation .nav-prev span {
    padding-right: 5px;
}
.navigation .nav-next span {
    padding-left: 5px;
}
.navigation .nav-prev span,
.navigation .nav-next span {
    font-size: 1.385em;
    position: relative;
    top: 1px;
    text-decoration: none;
}
.navigation a.anav {
	display:block;
	padding:0 15px 0 15px;
	position:relative;
}
.navigation .nav-prev a.anav {
    padding-left: 30px;
    text-align: left;
}
.navigation .nav-next a.anav{
    padding-right: 30px;
    text-align: right;
}
.navigation a > img {
	display:inline-block;
	height:90px;
	width:auto;
}
.navigation a .arrow {
	display:block;
	font-size:2.5em;
    background: rgba(255,255,255,0.4);
    height: 90px;
    top:0;
    line-height:90px;
    padding: 0 4px 0 4px;
    text-align: center;
    color: rgba(0,0,0,0.25);
	position:absolute;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.navigation a .arrow.left {
    left:0;
}
.navigation a .arrow.right {
    right:0;
}
.navigation a:hover .arrow {
	color:hsl(92, 50%, 45%);
	background:#fff;
}
.navigation a .title {
	display:block;
}













.side-area h2.side-title {
	margin-top:21px;
	margin-bottom:22px;
	color:#F3F8EA;
}
.side-area .list-events ul > li {
	background-color:rgba(255,255,255,0.4);
	margin:0 0 15px 0;
}
.side-area .list-events .date,
.side-area .list-events .location {
    color: #77ae47;
}
.side-area .list-events .title {
    font-weight: 500;
    color: #366356;
    line-height:1.2;
    font-size:0.9375rem;
}




/* Attachments */



.attachments {
	margin-top:1.5em;
	margin-bottom:1em;
}
.attachments > p {
	margin:0 0 0.4375em;
	font-size:0.75em;
	text-transform:uppercase;
}

a.attachment {
	display:block;
	padding:0;
	margin:0 0 15px;
	border-radius:3px;
	text-decoration:none;
	background-color:#fff;
	border:0 none;
	overflow:hidden;
	color:#111;
	border:1px solid hsl(60, 20%, 85%);
}
a.attachment:hover {
	box-shadow: 0 0 10px rgba(152, 204, 107 0.25);
	outline: 1px solid;
	color:hsl(92, 49%, 45%);
}

a.attachment .image {
	display:block;
}
a.attachment .image img {
    display:block;
	margin:0;
}
a.attachment .desc {
	display:block;
	margin-left:100px;
	font-size:0.9125em;
	padding:14px 15px;
	line-height:1.2;
	height:100px;
	position:relative;
}
a.attachment .desc .title {
	display:block;
	font-weight:500;
	margin:0 0 8px;
}
a.attachment .desc .size {
	display:block;
	color:#606060;
}


a.attachment .type img {
	display:block;
	width:100%;
	height:auto;
}
a.attachment .type {
	display:block;
	width:100px;
	height:100px;
	float:left;
	background-color:hsl(60, 20%, 96%);;
}
a.attachment .type::after {
	content:" ";
    display:block;
    width:100px;
    height:100px;
    background-repeat:no-repeat;
    background-position:center center;
	background-size:32px;
}

a.attachment .type.pdf::after { background-image: url(/cnt/themes/lime/img/pdf.png); }

a.attachment .type.doc::after,
a.attachment .type.docx::after { background-image: url(/cnt/themes/lime/img/doc.png); }

a.attachment .type.xls::after,
a.attachment .type.xlsx::after { background-image: url(/cnt/themes/lime/img/xls.png); }

a.attachment .type.ppt::after,
a.attachment .type.pptx::after { background-image: url(/cnt/themes/lime/img/ppt.png); }

a.attachment .type.zip::after,
a.attachment .type.rar::after,
a.attachment .type.7z::after { background-image: url(/cnt/themes/lime/img/zip.png); }




/*--------------------------------------------------------------
# Bootstrap modal
--------------------------------------------------------------*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem .75rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-color:#fafafa;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.05;
  font-size:1.25rem;
  font-weight:500;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}




/*--------------------------------------------------------------
# Newsletter web 
--------------------------------------------------------------*/



#newsletter-web {
	max-width:600px;
}
#newsletter-web div.box {
	box-shadow: 0 6px 30px rgba(0,0,0,0.10);
	max-width:600px;
}
	
#newsletter-web table,
#newsletter-web td {
	border-collapse: collapse;
	mso-table-lspace: 0pt;
	mso-table-rspace: 0pt;
}
#newsletter-web table {
	/*
	margin:0;
	width:auto;
	*/
}
#newsletter-web table.center {
	margin:0 auto;
}
#newsletter-web img {
	border: 0;
	height: auto;
	line-height: 100%;
	outline: none;
	text-decoration: none;
	-ms-interpolation-mode: bicubic;
	max-width:unset;
}

#newsletter-web p {
	display: block;
	margin: 13px 0;
}
#newsletter-web > div > div > table div > table,
#newsletter-web > div > table tr > td > div > table{ 
	width:100%;
}
#newsletter-web ul,
#newsletter-web ol {
	margin:0;
}
@media only screen and (min-width:480px) {
  .mj-column-per-100 {
	width: 100% !important;
	max-width: 100%;
  }
  .mj-column-per-29 {
	width: 29% !important;
	max-width: 29%;
  }
  .mj-column-per-71 {
	width: 71% !important;
	max-width: 71%;
  }
  .mj-column-px-550 {
	width: 550px !important;
	max-width: 550px;
  }
  .mj-column-px-500 {
	width: 500px !important;
	max-width: 500px;
  }
  .mj-column-px-20 {
	width: 20px !important;
	max-width: 20px;
  }
  .mj-column-px-265 {
	width: 265px !important;
	max-width: 265px;
  }
  .mj-column-px-275 {
	width: 275px !important;
	max-width: 275px;
  }
  .mj-column-per-50 {
	width: 50% !important;
	max-width: 50%;
  }
  .mj-column-px-520 {
	width: 520px !important;
	max-width: 520px;
  }
}
@media only screen and (max-width:480px) {
  #newsletter-web table.full-width-mobile {
	width: 100% !important;
  }
  #newsletter-web td.full-width-mobile {
	width: auto !important;
  }
}


/*--------------------------------------------------------------
# Eu map
--------------------------------------------------------------*/
#map-main {
	padding:0;
}
#map-container {
	overflow:hidden;
	position:relative;
}
#map-europe {
	position:relative;
}
#map-container .top {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:30px;
	width:100%;
	background-image: url('/cnt/themes/lime/img/map-top.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto;
	z-index:9999;
}
#map-agents li {
	display:none;
}
.cssmap-750,
.cssmap-850 {
	/* margin:0 0 0 auto!important;*/
}
@media only screen and (min-width:280px) {
}
@media only screen and (min-width:350px) {
}
@media only screen and (min-width:450px) {
}
@media only screen and (min-width:576px) {
}
@media only screen and (min-width:768px) {
}
@media only screen and (min-width:992px) {
}
@media only screen and (min-width:1200px) {
	#map-container .top {
		display:none;
	}
	#map-container {
		max-height:700px;
	}
	#map-europe {
		top:-90px;
	}
	.page-id-491 .entry-header {
		border-bottom:1px solid rgba(0,0,0,0.05);
	}
}
@media only screen and (min-width:1400px) {
	#map-container {
		max-height:unset;
	}
	#map-europe {
		top:0;
	}
}


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


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


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

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

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

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



























/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}




/*--------------------------------------------------------------
## Gallery Archive
--------------------------------------------------------------*/
@media (min-width:768px) {
	.pr-m {
		padding-right:3rem!important;
	}
}
.row.list-gallery {
  margin-right: -6px;
  margin-left: -6px;	
}
.row.list-gallery .gallery-preview {
    padding-right:6px;
    padding-left:6px;
}
.gallery-preview .thumbnail {
	display:block;
	border:12px solid #fafaf0;
	border-radius:8px;
}
.gallery-preview .thumbnail a {
	border-width:4px;
	border-radius:5px;
}
.gallery-preview .thumbnail a > img {
	border-radius:2px;
}
.gallery-preview .entry-header {
	display:inline-block;
}
.gallery-preview .entry-header .entry-title {
	font-size:1.125em;
	font-weight:500;
	margin:.5em 0 .125em;
}
.gallery-preview .entry-content {
	display:inline;
}
.gallery-preview .entry-content .date {
	color:hsl(92, 50%, 45%);
}
.gallery-preview .entry-content .location {
	color:hsl(92, 50%, 45%);
}
.gallery-preview .entry-content .date i {
	margin-left:1px;
	margin-right:5px;
}
.gallery-preview .entry-content .location i {
	margin-right:4px;
}
.gallery-preview .entry-content .number {
	margin-top:0.2em;
	color:#707070;
}

/*--------------------------------------------------------------
## Gallery Single
--------------------------------------------------------------*/
.gallery-single .row {
	margin-left:-5px;
	margin-right:-5px;
}
.gallery-single .div-image {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

















/*--------------------------------------------------------------
## Partner Archive
--------------------------------------------------------------*/
.partner-row {
	margin-left:-10px;
	margin-right:-10px;
}
.partner-row .partner-div{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
.partner-preview {
	background-color:#fff;
	padding:1em 1em 0.8125em;
	border-bottom:2px solid #808080;
	border-radius:5px 5px 3px 3px;
}
.partner-preview:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	border-color:#98CC6B;
}
.partner-preview:hover .entry-header,
.partner-preview:hover .partner-link {
}

.partner-preview .partner-link {
	text-decoration:none;
	color:#404040;
}

.partner-preview .logo {
	line-height:200px;
	text-align:center;
	margin:0 15px;
}
.partner-preview .logo img {
	vertical-align:middle;
	max-height: 160px;
	width: auto;
}
.partner-preview .entry-header .entry-title {
	font-weight:600;
	margin:0;
}
.partner-preview .entry-header h4 {
	margin:0;
	font-weight:400;
	min-height:3em;
}
.partner-preview .country i {
	margin-right:8px;
	position:relative;
	top:5px;
}
.partner-preview .url i {
	font-size:1.8125em;
	margin-right:15px;
	position:relative;
	top:6px;
}
.partner-preview .entry-content p {
	margin:0 0 0.5em;
}
.partner-preview .button-partner-link {
	margin:22px 0 4px;
	text-align:right;
}
.partner-preview .readmore {
	padding:4px 15px 2px;
	line-height:1.5;
}



/*--------------------------------------------------------------
## Partner Single
--------------------------------------------------------------*/
.single-partner .post-thumbnail {
    background-color: #fff;
    padding: 2em 1.25em;
	border-bottom:2px solid #808080;
	border-radius:5px 5px 3px 3px;
	margin:30px 0 0;
}
.single-partner .entry-header .entry-title {
	margin-bottom:0.25em;
}
.single-partner .entry-header .entry-subtitle {
	margin:0;
}
.single-partner .entry-content {
	margin-bottom:3em;
}
.single-partner .partner-info {
	margin-top:3em;
	font-size:0.9375em;
}
.single-partner .partner-info > div {
	margin:0 0 1.25em;
}
.single-partner .partner-info > div .label {
	font-size:0.75em;
	font-weight:500;
	text-transform:uppercase;
	display:block;
	color:#999;
}
.single-partner .partner-info > div p {
	margin:0.25em 0 0.5em;
}












/*--------------------------------------------------------------
## Posts News Archive
--------------------------------------------------------------*/

.archive .entry-news  {
    margin-bottom: 2em;
}
.archive .entry-news > a {
	display: block;
    overflow: hidden;
    position: relative;
    color: #333;
	border-radius:3px;
	text-decoration:none;
	border-bottom:2px solid #98CC6B;
	background-color: rgba(255,255,255,0.5);
}
.archive .entry-news > a:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.archive .entry-news .header {
	clear: none;
	float: left;
	width: 64%;
	padding: 0.875em 1em;
}
.archive .entry-news .header h4 {
	font-weight:600;
	font-size:1em;
	line-height:1.2;
	margin:0;
	overflow:hidden;
}
@media screen and (min-width:768px) {
	.archive .entry-news .header h4 { max-height:95px; }
}
@media screen and (min-width:992px) {
	.archive .entry-news .header h4 { max-height:60px; }
}
@media screen and (min-width:1200px) {
	.archive .entry-news .header h4 { max-height:76px; }
}
.archive .entry-news .header .date {
	margin:0.5em 0 0 0;
	font-weight:400;
	font-size:0.8125em;
	color:#999;
}
.archive .entry-news .thumbnail > img {
    width: 36%;
	height:auto;
	display:block;
}
.archive .entry-news .content {
    width: 100%;
    padding: 0.8125em 1em 1em;
    margin: 0;
    background-color:#fff;
	line-height:1.4;
	font-size:0.9375em;
	min-height:172px;
	position:relative;
}
.archive .entry-news .content .continue {
	color:#ccc;
}
.archive .entry-news .content .textright {
	position:absolute;
	margin:0;
	padding:0;
	bottom:15px;
	right:15px;
}
.archive .entry-news .content .button {
	display:inline-block;
	padding:3px 11px 2px 12px;
	font-size:0.875rem;
	margin:10px 0 0;
}


/*--------------------------------------------------------------
## Posts News Single
--------------------------------------------------------------*/

.single-news .entry-header {
	background-color:rgba(255,255,255,0.5);
}
.single-news .entry-header .head-text {
	padding:30px;
}
.single-news .entry-header .head-text h1 {
	font-weight:600;
	margin:0;
	line-height:1.3;
}
.single-news .entry-header img {
	display:block;
	height:100%;
	object-fit:cover;
}


.single-news .entry-header .news-date {
	padding:0;
	font-size: 0.9375em;
	clear:both;
	color:#999;
}

.single-news .entry-content {
	background-color:#fff;
	margin:0;
}
.single-news .entry-content .content-text {
	padding:30px 30px;
}
.single-news .entry-content .side-area {
	height:100%;
}
.single-news .entry-content .side-area::after {
	margin:0;
	z-index:0;
	border-radius:0;
}
.single-news .entry-content .side-area .galleries {
	padding:30px 15px 15px;
	position:relative;
	z-index:1;
}


.single-news .site-main {
	margin-bottom:0;
}
.single-news .navigation {
	border-top-width:2px;
	font-weight:500;
	margin-bottom:5em;
}