/* colori */
	
/*	#0061a7; /* blu */
/*	#ffc800; /* giallo */
/*  #e6eff6; /* blu chiaro 10% */ 


@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=1234567890');

.tm-page {
	border-top: 20px solid #0061a7; /* blu */
}
#module-268 {
	margin-bottom: 36px;
}
.tm-header {
	position:absolute;
	width: 25%;
	background-color: #0061a7; /* blu */
	overflow:auto;
}
.tm-header {
	height: 100vh;
	position:fixed;
}

.uk-navbar-item.fs-logo {
	display: block;
	width: 100%;
	height: auto;
	background-color: white;
	padding: 60px 50px 60px 40px;;
}

.fs-logo img {
	max-width: 200px;
}

.fs-logo-mobile {
	width: 40%;
}
@media only screen and (min-width: 640px) {
	.fs-logo-mobile {
		width: 30%;
	}
}

.tm-main,
.fs-pagina {
	transition: margin 1s;
	padding-top: 56px;
}
@media only screen and (min-width: 960px) {
	.tm-main,
	.fs-pagina, .tm-bottom, .tm-top,
	.tm-page .uk-section:last-child  {
		width:75%;
		margin-left:25%;	
	}
	.fs-logo-mobile {
		display:none;
	}
	.tm-top {
		padding-top:0;
		padding-bottom:0;
	}
}
@media only screen and (min-width: 1200px) {
	.tm-sidebar.allinea-nav,
	.prog-ricerca {
		margin-top: 306px;
	}
	
	.prog-ricerca {
		/*position:fixed;
		width:260px;*/
	}
}


.tm-main .uk-first-column > article.uk-article {
	max-width:1000px;
}
/* navbar */

.tm-header .uk-navbar-nav,
.tm-header .uk-navbar-left,
.tm-header .uk-navbar,
.tm-header .uk-navbar-item,
.tm-header .uk-navbar-nav>li>a {
	display:block;
 }

.tm-header .navbar-nav>li>a,
.tm-header .uk-navbar-nav>li>a {
	 height: auto;
	 min-height: inherit;
	 padding: 6px 40px;
 }
.uk-offcanvas-bar .uk-nav-default>li>a {
	padding: 10px 20px;
}
.tm-header .uk-navbar-nav>li>a,
.FRNXuk-navbar-dropdown,
.uk-navbar-item,
.uk-offcanvas-bar .uk-nav-default>li>a,
.uk-offcanvas-bar ul.uk-nav-sub a {
	border-bottom: 1px solid rgba(255,255,255,0.4);
 }
.uk-navbar-nav li a.fs-menu-ong {
	/*border-bottom-color: rgba(0, 97, 167, 0.4); /* blu trasparente */
 }
 .uk-navbar-container > .uk-container {
	 padding:0;
 }
 .uk-navbar-container>.uk-container .uk-navbar-left {
	 margin-left: 0;
	 margin-right: 0;
 }
.uk-navbar-nav>.uk-parent>.uk-navbar-dropdown,  
.uk-navbar-nav>.uk-parent>.navbar .nav>li>.dropdown-menu {  
	visibility: hidden;  
}
.uk-navbar-nav>.uk-active>.uk-navbar-dropdown {
	display:block;
	background-color: transparent;
	width: auto;
	padding: 0;
	visibility: visible;
	position: static;
	box-shadow:none;	
}
.uk-active > a,
.uk-active > a:hover {
	background-color: rgba(255,255,255,0.25) !important;
}
.uk-navbar-nav a {
	transition: all 0.4s !important;
}
.uk-navbar-nav a:hover,
.uk-navbar-dropdown-nav>li>a:focus,
.uk-navbar-dropdown-nav>li>a:hover
 {
	background-color: rgba(255,255,255,0.1);
}
.uk-navbar-nav li a.fs-menu-ong:hover, 
.uk-offcanvas-bar li a.fs-menu-ong:hover {
	background-color: hsl(47, 100%, 65%); /* L50% > 65% */
}


.uk-navbar-nav li.uk-active a.fs-menu-ong,
.uk-offcanvas-bar .uk-active a.fs-menu-ong {
	background-color: #ffdf6a !important;
}


.uk-navbar-item .uk-search-default {
	width:auto;
}
.uk-navbar-item .uk-search-default .uk-search-input {
	border:none;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color: rgba(255,255,255,0.85);
}
.uk-search .uk-search-icon {
	color: rgba(255,255,255,0.85);
}
.uk-offcanvas-bar .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input::placeholder {
	color: #0061a7; /* blu */
	font-size:14px;
}
.uk-navbar-item {
	padding:0 0 0 30px;
	height: auto;

}

.uk-navbar-item .uk-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,0.85);
}
.uk-navbar-item .uk-search input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,0.85);
}
.uk-navbar-item .uk-search input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.85);
}
.uk-navbar-item .uk-search input:-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.85);
}
 
 
 
.uk-navbar-dropdown-nav>li>a,
.uk-offcanvas-bar ul.uk-nav-sub a {
	color: rgba(255,255,255,0.85);
	padding: 6px 20px 6px 60px;
}
.uk-offcanvas-bar ul.uk-nav-sub a {
	padding: 10px 20px 10px 40px;
}
.uk-offcanvas-bar ul.uk-nav-sub {
	padding: 0;
}
.uk-offcanvas-bar .uk-grid-margin{
	margin-top:0;
}

 
 

 
.uk-navbar-nav li a.fs-menu-ong,
.uk-offcanvas-bar li a.fs-menu-ong {
	background-color: #ffc800; /* giallo */
	color:rgba(0,0,0,0.75);
}
.uk-navbar-nav li a.fs-menu-ong:hover,
.uk-offcanvas-bar li.fs-menu-ong a:hover {
	color:#000;
}


.uk-navbar-dropdown-nav>li.uk-active>a {
	color: #0061a7 !important; /* blu scurito */
}
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
	color: #0061a7; /* blu */
}




.tm-header-mobile .uk-logo {
	width: 200px;
	margin-left: 15px;
	padding: 20px 10px 10px 0;
}

.tm-header-mobile .uk-logo img.uk-responsive-height {
	width: 100%;
}

@media (min-width:640px){
	.tm-header-mobile .uk-logo {
		width: 310px;
		margin-left: 30px;
	}
}


/* tipografia */
.uk-h2, h2 {
/*	font-weight: 300;
	font-size: 1.5rem; 
	color: #0061a7; /* blu */
	margin-bottom: 50px;
}

div[property="text"] > h2:first-child {
	margin-top:-20px;
}
.uk-h3, h3 {
/*	font-size:1em;
	font-family:Arvo, sans-serif;
	text-transform: uppercase;
	color: #0061a7; /* blu */
	margin-bottom:0;
}

#yoo-zoo .item h3 {
	font-size: inherit;
}

h3 + p {
	margin-top:0;
}
 
 .uk-breadcrumb>*>*,
 .uk-breadcrumb>:last-child>* {
	color: #0061a7; /* blu */
 }
 .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 7px;
	color: #0061a7; /* blu */
}
.fs-briciole-box {
	margin-bottom:20px !important;
}


.titolo-box,
.titolo-blu h3,
.titolo-giallo h3,
.box-fosit h3,
.box-ong h3,
.ong-attivita-recenti h3.el-title,
.ong-in-evidenza h3.el-title,
.ong-prossimi-appuntamenti h3.el-title,
.fosit-prossimi-appunt h3.el-title,
.docs-recenti h3.el-title,
.stats-obiettivi-2030 h3.el-title,
.ong-agenda-in-evidenza-home h3.el-title,
.ong-ricerca h3,
.ong-nazioni h3,
.prog-ricerca h3,
.prog-settori h3,
form.koowa_table_list h3.koowa_header,
.notizie-rss h3.el-title
 {
	/* padding: 5px 15px 3px; */
	padding: 6px 15px 6px 29px;
	line-height: 1.4;
}

.bg-blu,
.titolo-blu h3,
.box-fosit h3,
.fosit-prossimi-appunt h3.el-title,
.docs-recenti h3.el-title,
.stats-obiettivi-2030 h3.el-title,
form.koowa_table_list h3.koowa_header,
.notizie-rss h3.el-title,
.fs-home-news h3.el-title,
.fs-prossimi-appunt-modulo h3.el-title {
	color: white;
	background-color: #0061a7; /* blu */ 
}
.bg-blu-chiaro {
	background-color: #e6eff6 !important; /* blu chiaro 10% */ 
}
.bg-giallo,
.titolo-giallo h3,
.box-ong h3,
.ong-attivita-recenti h3.el-title,
.ong-in-evidenza h3.el-title,
.ong-prossimi-appuntamenti h3.el-title,
.ong-agenda-in-evidenza-home h3.el-title,
.ong-ricerca h3,
.ong-nazioni h3,
.prog-ricerca h3,
.prog-settori h3 {
	color: #0061a7; /* blu */
	background-color: #ffc800; /* giallo */ 
}
.ong-ricerca h3,
.prog-ricerca h3 {
	margin-bottom:14px;
}

.txt-blu {
	color:#0061a7; /* blu */ 
}
.sottolineato-blu {
	border-bottom:1px solid #0061a7; /* blu */
}

.ong-attivita-recenti .uk-inline {
	width: 100%;
}
.ong-attivita-recenti img {
	width: 100%;
	max-width: none;
}
.ong-attivita-recenti h3.el-title {
	margin-bottom:0;
}
.fosit-slideshow h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.fosit-slideshow .uk-h1 {
	margin-bottom:0;
	line-height: 1.2;
}

.fosit-slideshow .uk-overlay{
	background-color: rgba(0, 97, 167, 0.8) ; /* blu 80% */
	padding:15px 20px;
	width: auto;
}
.fosit-slideshow .uk-margin {
	margin-top: 0 !important;
}
.fosit-slideshow .uk-overlay .uk-h1 {
	font-size: 1.4rem;
}
.fosit-slideshow .uk-overlay .uk-h5 {
	font-size: 12px;
}
#fosit-slideshow .uk-slideshow-items > li > .uk-padding {
	padding:15px;
}

@media (min-width:960px){
	.fosit-slideshow .uk-overlay .uk-h1 {
		font-size: 1.8rem;
	}
	.fosit-slideshow .uk-overlay .uk-h5 {
		font-size: 13px;
	}
}
@media (min-width:1300px){
	.fosit-slideshow .uk-overlay .uk-h1 {
		font-size: 2.3rem;
	}
	.fosit-slideshow .uk-overlay .uk-h5 {
		font-size: 16px;
	}
	#fosit-slideshow .uk-slideshow-items > li > .uk-padding {
		padding:30px;
	}
}
.box-statistiche {
	padding-top: 15px;
	line-height: 1.2;
}
.box-statistiche span {
	font-family: "Open Sans", sans-serif;
	display: block;
	float: left;
	font-size:35px;
	line-height: 1;
	clear: left;
	/* min-width: 45px; */
	padding-right: 10px;
}
.box-statistiche p {
	float: left;
	font-size: 15px;
	line-height: 16px;
	margin-top:0;
	margin-bottom: 15px;
}

.ong-attivita-recenti .uk-inline > .uk-position-bottom-left {
	padding:10px;
}
@media (min-width:1300px){
	.ong-attivita-recenti .uk-inline > .uk-position-bottom-left {
		width:70%;
	}
}
.ong-attivita-recenti .uk-inline > .uk-position-bottom-left h4,
.titolo-medio {
	font-size:19px;
	font-weight: bold;
	margin:0;
	line-height: 1.2;
	font-family:"Open Sans", sans-serif;
	text-transform: none;
}

.ong-attivita-recenti .uk-inline > .uk-position-bottom-left h4:first-child:before {
	content:"Progetto";
	display:block;
	color:#0061a7; /* blu */
	font-size: 12px;
}
.ong-attivita-recenti .uk-inline > .uk-position-bottom-left h4 span {
	font-size:16px;
	font-weight: 300;
}

.ong-attivita-recenti .uk-inline > .uk-position-top-left {
	padding:0;
	background-color: transparent;
	font-family:"Open Sans Condensed";
	font-weight: bold;
	font-size:15px;
	line-height: 20px;
	text-align: center;
	top: 3px;
	left: 3px;
}
.ong-attivita-recenti .zx .uk-grid+.uk-grid {
	margin-top:0px;
}

.ong-attivita-recenti .zx .uk-link, .zx a {
	color: #000; /* blu */
}
.ong-attivita-recenti .zx .uk-link, .zx a:hover {
	color: #0061a7; /* blu */
}

.ong-attivita-recenti .uk-inline.zx {
	border-bottom: 7px solid #ffc800;
}




.ob2030-num {
	display: inline-block;
	box-sizing: border-box;
	width:20px;
	padding:0 0 2px;
	color:white;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
	margin-right: 2px;
}



.ong-in-evidenza > div > div > .wk-panel,
.ong-in-evidenza > div > div > .wk-panel-hover:hover {
	border-color: transparent;
	border-bottom: 1px solid #0061a7; /* blu */
}

.ong-in-evidenza  .wk-grid-margin {
	margin-top:0;
}

.ong-in-evidenza .wk-panel-title {
	color: #333;
	font-size: 1.35rem;
	margin-bottom: 6px;
}

.ong-in-evidenza .wk-panel-title + .wk-margin {
	margin-top:0;
	color:#0061a7; /* blu */
}

.ong-in-evidenza a.wk-position-cover {
	transition: all 0.5s;
}
.ong-in-evidenza a.wk-position-cover:hover {
	background-color: rgba(0, 96, 167, 0.1); /* blu chiaro 10% */
}



.ong-in-evidenza,
.ong-prossimi-appuntamenti,
.fosit-prossimi-appunt,
.docs-recenti{
	margin-top:30px !important;
}

.el-title.fs-link:after, .news-recenti.fs-link:after {
	content:"Continua »";
	text-transform: none;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: bold;
}
.el-title.fs-link, .news-recenti.fs-link {
	cursor: pointer;
}

.el-title.fs-link:hover:after, .news-recenti.fs-link:hover:after {
	text-decoration: underline;
}

.ong-prossimi-appuntamenti .layout-default,
.fosit-prossimi-appunt .layout-default,
.fs-mod-agenda .layout-default,
.docs-recenti .module_document {
	border-bottom: 1px solid rgba(0, 96, 167, 0.5); /* blu chiaro 50% */
	padding: 11px 0;
}
.ong-prossimi-appuntamenti .layout-default .meta,
.fosit-prossimi-appunt .layout-default .meta,
.fs-mod-agenda .layout-default .meta {
	margin:0;
}
.ong-prossimi-appuntamenti .element-itemcategory,
.ong-prossimi-appuntamenti .element-itemname,
.fosit-prossimi-appunt .element-itemcategory,
.fosit-prossimi-appunt .element-itemname,
.fs-mod-agenda .element-itemname  {
	display: inline;
	font-weight: bold;
	
}
.fs-mod-agenda .element-itemcategory {
	display: none;
}
.fs-mod-agenda .layout-default .meta {
	font-weight: 700;
	font-size:75%;
	color: #0061a7; /* blu */
}
.ong-prossimi-appuntamenti .element-itemcategory:after,
.fosit-prossimi-appunt .element-itemcategory:after {
	content: ": "
}
.ong-prossimi-appuntamenti .element-itemname a,
.fosit-prossimi-appunt .element-itemname a,
.fs-mod-agenda .element-itemname a {
	color:black;
}

.ong-prossimi-appuntamenti .zx .uk-grid+.uk-grid,
.fosit-prossimi-appunt .zx .uk-grid+.uk-grid,
.fs-mod-agenda .zx .uk-grid+.uk-grid {
	margin-top:0;
}

.docs-recenti .module_document__info > div,
.docs-recenti .module_document__category span {
	display:inline !important;
	font-size:16px !important;
}

.docs-recenti .koowa_wrapped_content,
.docs-recenti .module_document__category {
	width:auto !important;
}
.docs-recenti .k-ui-namespace .koowa_header__item--image_container {
	display: inline-block;
	width: 25px;
}
.k-ui-namespace .koowa_header:before, .k-ui-namespace .koowa_header:after {
	content: none;
}
.docs-recenti .koowa_header {
	font-weight: bold;
	width: auto;
	display: inline;
}
.docs-recenti ul {
	padding-left:0;
}
.docs-recenti .k-ui-namespace .mod_docman ul .module_document__info,
.docs-recenti .k-ui-namespace .mod_docman ul .module_document__date {
	display: inline;
}
.docs-recenti .k-ui-namespace .mod_docman ul.mod_docman_icons .module_document__info {
	padding-left: 10px;
}

.docs-recenti .k-ui-namespace .mod_docman.mod_docman--documents ul li {
	margin-bottom: 0;
}
/*.docs-recenti .k-icon--size-default {
	font-size: 21px;
}*/



.product-ong-alphaindex .uk-grid,
.product-ong-frontpage .uk-grid,
.product-ong .uk-grid {
	margin:0 0 0 -30px
}
@media (min-width: 1200px){
	.product-ong-alphaindex .uk-grid,
	.product-ong-frontpage .uk-grid,
	.product-ong .uk-grid {
		margin-left: -40px
	}
}
.product-ong-alphaindex .uk-list,
.product-ong-frontpage .uk-list,
.product-ong .uk-list {
	margin:0
}
.product-ong .uk-list li p {
	margin-top:0;
}

.product-ong-alphaindex  .uk-card-body,
.product-ong-frontpage  .uk-card-body,
.product-ong  .uk-card-body {
	padding:14px 0;
	border-top: 2px solid #ffc800; /* giallo */ 
}

.product-ong-alphaindex h3,
.product-ong-frontpage h3,
.product-ong-tag h3,
.zoo-filter-result h3
 {
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	font-weight: bold;
}

.product-ong-frontpage .uk-subnav>*>:first-child {
	color:#0061a7; /* blu */
	font-weight: bold;
}
.product-ong-frontpage .uk-subnav>.uk-disabled>a {
	font-weight: normal;
}

.product-ong-frontpage hr {
	display: none;
}




.ob2030-bg1  { background-color: #e5243b; }
.ob2030-bg2  { background-color: #DDA63A; }
.ob2030-bg3  { background-color: #4C9F38; }
.ob2030-bg4  { background-color: #C5192D; }
.ob2030-bg5  { background-color: #FF3A21; }
.ob2030-bg6  { background-color: #26BDE2; }
.ob2030-bg7  { background-color: #FCC30B; }
.ob2030-bg8  { background-color: #A21942; }
.ob2030-bg9  { background-color: #FD6925; }
.ob2030-bg10 { background-color: #DD1367; padding-right:2px !important; }
.ob2030-bg11 { background-color: #FD9D24; padding-right:2px !important; }
.ob2030-bg12 { background-color: #BF8B2E; padding-right:2px !important; }
.ob2030-bg13 { background-color: #3F7E44; padding-right:2px !important; }
.ob2030-bg14 { background-color: #0A97D9; padding-right:2px !important; }
.ob2030-bg15 { background-color: #56C02B; padding-right:2px !important; }
.ob2030-bg16 { background-color: #00689D; padding-right:2px !important; }
.ob2030-bg17 { background-color: #19486A; padding-right:2px !important; }






/* slideshow home */
.uk-dotnav>*>* {
	background-color: #0061a7; /* blu */
	border: 1px solid #002642; /* blu scuro */
}
.uk-dotnav>.uk-active>* {
	background-color: #ffffff;
	border-color: inherit;
}
.uk-slidenav {
	color:#ffffff;
}
.uk-slidenav:focus, .uk-slidenav:hover {
	color: rgba(255,255,255,0.7);
}


.pad-bot-0 {
	padding-bottom:0;
}



.stat-obb-2030 {
	list-style: none;
	padding-left: 0;
	margin-top:15px;
}
.stat-obb-2030 li {
	list-style: none;
	margin-bottom: 15px;
	float:left;
}
.stat-obb-2030.no-totali li {
	flex: 1 0 33.333%;
	margin-right: 15px;
	max-width: calc(33.333% - 15px);
}
@media (min-width: 480px) {
	/* su 2 colonne */
	.stat-obb-2030 {
		display:flex;
		flex-wrap: wrap;
		margin-right:-15px;
	}
	.stat-obb-2030 li {
		flex: 1 0 40%;
		margin-right: 15px;
		max-width: calc(50% - 15px);
		float:none;
	}
	.stat-obb-2030.no-totali li {
		flex: 1 0 20%;
		max-width: calc(20% - 15px);
	}
}
@media (min-width: 768px) {
	/* su 4 colonne */
	.stat-obb-2030 li {
		flex: 1 0 20%;
		margin-right: 15px; 
		max-width: calc(25% - 15px);
	}
	.stat-obb-2030.no-totali li {
		flex: 1 0 12%;
		max-width: calc(14.28% - 15px); /* su 7 colonne */
	}
}
@media (min-width: 1280px) {
	.stat-obb-2030.no-totali li {
		max-width: calc(11.11% - 15px); /* su 9 colonne */
	}
}

.stat-obb-2030 li a {
	display: block;
	float:left;
	transition: all  0.5s
}
.stat-obb-2030 li a:hover {
	background-color: #e6eff6; /* blu chiaro 10% */ 
}
.stat-obb-2030 li a img,
.stat-obb-2030 li a div {
	display: block;
	float:left;
	width: 50%;
	box-sizing: border-box;
}
.stat-obb-2030.no-totali li a img {
	width:100%;
}

.stat-obb-2030 li a div {
	padding-left:15px;
	line-height: 1.2;
}
.stat-obb-2030 li a div span {
	border-top: 1px solid #0061a7; /* blu */
	font-size: 30px;
	display: block;
	font-family: "Open Sans", sans-serif;
	line-height: 1;
	padding-top: 6px;
}



.bg-giallo-chiaro {
	background-color: hsla(47, 100%, 50%, 0.4); /* giallo chiaro 40% */
}

/* modulo 'in evidenza' (eventi ong in home) – non usato */
.ong-agenda-in-evidenza-home ul {
	list-style-type: none;
	padding:15px;
	margin:0;
	background-color: hsla(47, 100%, 50%, 0.4); /* giallo chiaro 40% */
}

.ong-agenda-in-evidenza-home {
	margin-bottom:30px;
}

.evidenziato-blu {
	background-color: #0061a7; /* blu */
	font-weight: bold;
	padding: 0 5px 0;
	color: white;
}




.fosit-card .uk-card-title {
	margin: -15px -15px 15px -15px;
	padding: 5px 15px 3px;
	color: white;
	background-color: #0061a7;
	font-size: inherit;
}

@media (min-width: 1200px) {
	.fosit-card .uk-card-title {
		margin: -20px -30px 20px -30px;
	}
}

.uk-article-title {
	margin: 20px 0;
	margin-bottom: 11px;
}


/* ----  google charts - modulo mappa ong ---- */


.mappa-ong {
	overflow: hidden;
	min-height: 80px;
}
#mappa-ong-cont {
	display: none;
}
.mappa-ong.con-immagine {
	width:100%;
}
@media (min-width: 768px) {
	#mappa-ong-cont {
		display: block;
	}
	.mappa-ong.con-immagine {
		width:75%;
	}
	.mappa-ong h1 {
		position:absolute;
		left:0;
		top:40px;
		color:#0061a7; /* blu */
		z-index: 99;
		text-shadow: 0px 0px 7px white;
	}
}
@media (min-width: 1200px) {
	#mappa-ong-cont {
		/* width:75%;
		height: calc(749 / 1200 * 56.25vw); */
	}
}
#mappa-ong-cont > div {
	/* margin-top:-100px;*/
}
div.google-visualization-tooltip {
  background-color:#ffc800;
}
#mappa-ong-cont {margin-top:-80px}
#mappa-ong-cont path {
stroke-width:1; 
stroke:#cfe2f1; 
}
div.google-visualization-tooltip ul,
div.google-visualization-tooltip ul li {
  padding:0 !important;
  margin:0 !important;
  line-height: 1.5 !important;
}
div.google-visualization-tooltip ul {
  padding: 7px !important;
}
div.google-visualization-tooltip ul li span {
	font-family: 'Open Sans', sans-serif !important;

}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-family: Arvo, sans-serif !important;
  font-weight: normal !important;
  color:#0061a7 !important;
}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
  text-transform:uppercase;
  border-bottom: 1px solid #0061a7;
  margin-bottom: 5px !important;
}

/* ----  FINE google charts - modulo mappa ong ---- */



.grid-img-centrate .el-item.uk-panel {
	align-items: center;
	display: flex;
}

.business-fosit .uk-first-column h3,
.pag-cont .uk-first-column h3 {
	border-bottom: 1px solid #ffc800; /* giallo */ 
	margin-bottom: 6px;
}
.ong-full .pag-cont .uk-first-column h3 {
	margin-top:25px;
}

.progetti-full .uk-first-column .uk-grid {
	margin-top: 40px;
}

.zoo-filter input {
	padding: 20px;
}


div[class^="yoo-zoo business-fosit business-fosit-"] .uk-card-body .uk-grid.uk-grid-stack,
.business-fosit .uk-card-body .uk-grid.uk-grid-stack,
.zoo-filter-result.business-fosit .items > div.row,
.zoo-filter-result.product-ong .items > div.row {
	border-top: 2px solid #ffc800;
	padding-top: 20px;
	margin-top: 0;
}
#yoo-zoo.zoo-filter-result.product-ong .teaser-item h2.pos-title {
	margin:0;
	font-weight: bold;
	font-size:16px;
}
.zoo-filter-result.product-ong .items > div.row {
	padding: 14px 0;
}
.zoo-filter-result .total {
	display: none;
}

.business-fosit .uk-card-body .uk-grid.uk-grid-stack .uk-width-1-1\@m {
	padding-left: 0;
}
.business-fosit .uk-card-body .uk-grid {
	margin-left: 0;
}

.business-fosit .uk-card-body {
	padding:0;
}

.business-fosit .item-title {
	margin-bottom: 3px;
}
.business-fosit .item-title a {
	font-size: 1.3rem;
}

@media (min-width: 1200px) {
	.business-fosit .uk-card-body .uk-grid {
		margin-left: 0;
	}
}



@media (max-width: 979px) and (min-width: 768px) {
	.zoo-filter-result .row {
		margin-left: 0;
	}
}

@media (min-width: 560px) {
	.business-fosit .uk-grid .uk-card .uk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
}

div[class^="yoo-zoo business-fosit business-fosit-"] h2.uk-h3 {
	font-family: inherit;
	font-weight: 700;
	text-transform: none;
}

div[class^="yoo-zoo business-fosit business-fosit-"] ul.uk-subnav.uk-subnav-divider {
	margin:0;
}
div[class^="yoo-zoo business-fosit business-fosit-"] ul.uk-subnav.uk-subnav-divider  a{
	text-transform: none;
}


.zoo-filter .form-element-row {
	margin-bottom: 0;
	padding: 0;
}
.zoo-filter input, 
.zoo-filter select,
.zoo-filter .button {
	margin-bottom: 15px;
	border-color: #ffc800 !important; /* giallo */
}
.zoo-filter .button,
.zoo-filter select {
	background-color: hsla(47, 100%, 50%, 0.4); /* giallo chiaro 40% */
	
}

.zoo-filter .button {
	height: 40px;
	vertical-align: middle;
	font-weight: 700;
	font-family:"Open Sans", sans-serif;
	color:#0061a7; /* blu */
}
	
.pag-intestaz {
	min-height: 96px;
}
.element-relateditemspro ul {
	margin:0;
	padding-left: 20px;
	color: #0061a7; /* blu */
}

.elenco-ob-2030 {
	margin-top:5px;
}

.pag-cont .uk-card-default {
	padding: 15px 15px;
}
.elenco-ob-2030 img {
	width: 100px;
	margin-right:8px;
}

.box-doc h3 {
	margin-bottom:10px;
}
.box-doc .k-ui-namespace .koowa_header__item {
	vertical-align: top;
}
.box-doc .mod_docman_icons {
	padding-left:0;
}

.box-doc .module_document {
	border-bottom: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
	margin-bottom: 6px;
}

.doc-categorie.box-doc h3,
.doc-categorie.box-doc .module_document {
	margin-bottom: 0px;
}

.doc-categorie.box-doc .k-ui-namespace .koowa_header__item {
	vertical-align: middle;
}
.doc-categorie.box-doc .module_document {
	padding-left: 8px;
}
.doc-categorie h2 {
	margin-bottom:30px;
}
.doc-categorie h3 {
	margin-top:31px;
}
.doc-categorie {
	margin-bottom:4px;
}

.layout-evento-agenda {
	font-family: 'Open sans', sans-serif !important;
	border-top: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
	padding: 15px 0;
}
.layout-evento-agenda .pos-title {
	font-family: 'Open sans', sans-serif !important;
	font-weight: 700;

}
.evento-ong .pos-title,
.evento-ong .meta {
	border-left: 15px solid hsla(47, 100%, 50%, 1); /* giallo */
	padding-left:15px;
}
.evento-fosit .pos-title,
.evento-fosit .meta {
	border-left: 15px solid hsla(205, 100%, 33%, 1); /* blu */
	padding-left:15px;
}
.layout-evento-agenda h3 {
	margin:0;
}

.events-default.events-default-frontpage .zx.zoo-itempro-grid .uk-grid {
	margin-top:0;
}

.agenda-categorie ul.zoo-list {
	list-style: none;
	margin-bottom:30px;
	margin-top: 31px;
}
.agenda-categorie ul.zoo-list li {
	display: inline-block;
	font-weight: bold;
	border:none;
	margin-right:20px;
}




#yoo-zoo .item h1.pos-title {
	font-weight: normal;
	border-bottom:none !important;
	font-size: 2.625rem !important;
	line-height: 1.2 !important;
}

#yoo-zoo .item p.pos-specification {
	line-height: 1.2;
	margin-bottom:30px;
}

#yoo-zoo .item .pos-specification span {
	display: block;
}
#yoo-zoo .item .pos-specification span.element-date {
	font-weight: 700;
}


.docman_table_layout .docman_category h3.koowa_header {
	font-weight: normal;
	border-bottom:none !important;
	font-size: 2.625rem !important;
	color:#333;
	text-transform: none;
	margin-bottom: 90px;
}
.docman_table_layout .docman_category .koowa_header__item--image_container {
	color:#0061a7; /* blu */
}
form.koowa_table_list h3.koowa_header {
	margin-bottom:0px;
}

.k-ui-namespace .koowa_table {
	margin-top:0;
	margin-bottom:30px;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: hsla(205, 100%, 33%, 0.05); /* blu 0.05 */
}
.k-ui-namespace table td {
	border-top: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
}



/*
	.yoo-zoo.events-default.events-default-formazione,
.yoo-zoo.events-default.events-default-eventi
*/

.yoo-zoo .items .no-box .row {
	margin-left:0;
}

.zx .uk-h3, .zx h3,
#yoo-zoo .items h2.pos-title {
	font-size: 18px;
	line-height: 24px;
}




.elenco-links ul,
ul.elenco-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px !important;
}
.elenco-links ul li,
ul.elenco-links li {
  padding-left: 2.2em;
  padding-top:8px;
  padding-bottom:3px;
  border-bottom: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
}
.elenco-links ul li:before,
ul.elenco-links li:before {
  font-family: k-icons;
  display: inline-block;
  margin-left: -2.2em; /* same as padding-left set on li */
  width: 2.2em; /* same as padding-left set on li */
  color:#0061a7; /* blu */
}

.elenco-links ul li:before,
ul.elenco-links li:before {
  content: "\F178"; /* icona link esterno */
  font-size:80%;
}

ul.elenco-links li:before {
  content: "\F110"; /* icona folder */
}

h3.uk-accordion-title {
	font-size: 1rem;
	line-height: 1.4;
}

.progetti-tags-header ul {
	padding: 30px 40px 30px;
}
.progetti-tags-header h3 {
	border-bottom:1px solid #0061a7; /* blu */
}



.notizie-rss h5 {
	margin:8px 0 0;
}
.elenco-fosit ul{
	list-style: none;
	margin:0;
	padding:0;
	border-top: 1px solid hsla(205, 100%, 33%, 0.8); /* blu bordo */
}
.notizie-rss ul {
	border-top: 3px solid hsla(205, 100%, 33%, 0.8); /* blu bordo */
}
.elenco-fosit li{
	padding-top:8px;
	padding-bottom:3px;
	border-bottom: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
}
.notizie-rss li a {
	color: inherit;
}
.notizie-rss li a:hover {
	color: #0061a7; /* blu */
}
.notizie-rss h5 span.uk-icon {
	position:relative;
	top:-3px;
}

/* temp nascondere sottomenu risorse 
.uk-navbar-nav li:nth-child(6) .FRNXuk-navbar-dropdown,
.uk-nav.uk-nav-default li:nth-child(6) .uk-nav-sub{
	display: none;
}
*/


.pag-docman-tag h4.koowa_header {
	display: none;
}


.sost-titolo-pag-in-top {
	padding-top: 56px;
}

.pag-docman-tag .tm-main .fs-briciole-box {
	display: none;
}
.pag-docman-tag .tm-main {
	padding-top:inherit;
	
}


.titolo-blu .uk-accordion-title::after {
	background-image: url('../images/icona-plus-bianca.svg');
}
.titolo-giallo .uk-accordion-title::after {
	background-image: url('../images/icona-plus-grigia.svg');
}

.titolo-blu .uk-accordion-title:focus, 
.titolo-blu .uk-accordion-title:hover {
	color: #fff;
}


.search article.uk-article, .finder article.uk-article {
	margin-top:10px;
	padding-top: 10px;
	border-top: 1px solid hsla(205, 100%, 33%, 0.6); /* blu bordo */
}
.search article h1, .finder article h1 {
	font-size:16px;
	font-weight: bold;
	margin:0;
	line-height: 1.2;
	font-family:"Open Sans", sans-serif;
	text-transform: none;
}

.highlight, span.highlight, mark {
	background-color: hsla(205, 100%, 33%, 0.1); /* blu 0.05 */
	color: #333;
}

#finder-search .btn {
	margin-bottom: 20px;
}

/* Nascondi bottone ricerca avanzata finder */
#finder-search a.btn {
	display: none;
}

/* nascondere ricerca avanzata 
.tm-main .search #searchForm .uk-panel fieldset:nth-child(2){
	display: none;
}*/



.uk-navbar-nav>.uk-active>.uk-navbar-dropdown.home-submenu-fosit {
	display: none;
}

.prog-finanz {
	margin-top:0;
}
.prog-finanz li ul {
	margin:0 0 7px 0 !important;
	padding:0;
	list-style-type: none;
}

.progetti-full .element-itemcategory span:not(:last-of-type):after {
	content: ", ";
}

.ong-full .element-itemcategory span:not(:last-of-type):after {
	content: ", ";
}

.progetti-full .googlemaps {
	margin-top:50px;
}

.zoo-filter-result.business-fosit .ordering,
.zoo-filter-result.product-ong .ordering {
	display: none;
}

.zoo-filter-result.business-fosit h1.title span,
.zoo-filter-result.product-ong h1.title span {
	font-size: 50%;
}
@media (min-width: 961px) { 

	.zoo-filter-result.business-fosit h1.title {
		min-height: 122px;
	}
		
}

@media (min-width: 1200px) {
	.zoo-filter-result.business-fosit .row {
		margin-left: 0px;
	}
	.zoo-filter-result.product-ong .row {
		margin-left: 0px;
	}
}


.total {
	border-top: 1px solid #aaa;
	margin-top:50px;
	padding-top:10px;
	color:#aaa;
}


#yoo-zoo div.item .element-textarea h3, #yoo-zoo div.item .element-textareapro h3 {
	margin: inherit;
	font-size: 1rem;
	line-height: 1.4;
	color: #0061a7;
	font-family: Arvo;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
}


.fs-colonne-home.uk-grid {
	align-items: flex-start; /* per calcolo altezze */
}



.fs-ong-progetto-teaser{
	display: block;
}
.fs-ong-progetto-teaser a {
	color:#ebb800;
}
em {
	color: inherit;
}


.k-ui-namespace .k-toolbar {
	border-bottom: none;
	padding: 0;
}

.fs-logout {
	padding:0;
}
.fs-logout .uk-button.uk-button-primary {
	display:block;
	height: auto;
	padding: 6px 40px;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.fs-logout .uk-button.uk-button-primary:hover {
	background-color: rgba(255,255,255,0.1);
}
.fs-logout form > .uk-margin {
	margin:0;
}

.fs-logout button:before {
  font-family: k-icons;
  display: inline-block;
  content: "\F178"; /* icona link esterno */
  margin-right:10px;
  font-size: 80%;
}


.k-ui-namespace .koowa_header,
.k-ui-namespace .mod_docman ul li .koowa_header {
	line-height: 1.25em;
}

/* colori icone docman pag rassegna stampa */

tr.doc_cat_80 .koowa_header > span:first-child a > span:first-child,
#module-306 ul.mod_docman_icons li:nth-child(1) .koowa_header > span:first-child a > span:first-child,
#module-306 ul.mod_docman_icons li:nth-child(3) .koowa_header > span:first-child a > span:first-child,
ul.mod_docman_icons li .koowa_header > span:first-child a > span:first-child
 {
	border: 7px solid hsla(205, 100%, 33%, 1); /* blu */
	background-color: hsla(205, 100%, 33%, 1); /* blu */
	color:rgba(255, 255, 255, 0.85);
	/* border-radius: 50%; */
	display: inline-block;
}

tr.doc_cat_72 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_70 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_78 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_84 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_93 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_101 .koowa_header > span:first-child a > span:first-child
{
	border: 7px solid hsl(205, 65%, 77%); /* blu chiaro*/
	background-color: hsl(205, 65%, 77%); /* blu chiaro*/
	display: inline-block;
}


ul.mod_docman_icons li .koowa_header > span:nth-child(1) {
	font-weight: normal !important;
}

ul.mod_docman_icons li .koowa_header > span:nth-child(2) {
	display: none;
}


ul.mod_docman_icons li .koowa_header > span:nth-child(3) {
	margin-left: 10px;
}


tr.doc_cat_81 .koowa_header > span:first-child a > span:first-child,
#module-306 ul.mod_docman_icons li:nth-child(2) .koowa_header > span:first-child a > span:first-child,
ul.mod_docman_icons li .koowa_header > span:first-child a > .fs-documento-ong:first-child,

a > .fs-documento-ong{
    
	border: 7px solid hsla(47, 100%, 50%, 1) !important; /* giallo */
	background-color: hsla(47, 100%, 50%, 1) !important; /* giallo */
	color: hsla(205, 100%, 33%, 1);
	/* border-radius: 50%; */
	display: inline-block;
}
tr.doc_cat_71 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_79 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_83 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_94 .koowa_header > span:first-child a > span:first-child,
tr.doc_cat_102 .koowa_header > span:first-child a > span:first-child
{
	border: 7px solid hsl(47, 97%, 77%); /* giallo chiaro */
	background-color: hsl(47, 97%, 77%); /* giallo chiaro */

	display: inline-block;
}

.koowa_header .label-important,
.koowa_header .label-success {
	background-color: #0061a7;
	color: #fff;
	font-size: 70%;
	vertical-align: text-bottom;
}

.k-ui-namespace table td * {
	vertical-align: baseline;
}
a.docman_track_download > span:first-child {
	font-weight: normal;
}


.ong-full .wk-subnav {
	margin:4px 0 !important;
}
.ong-full .wk-subnav li:first-child {
	padding-left:0 !important;
}
.ong-full .wk-subnav li {
	margin-top:0 !important;
}
.ong-full .wk-subnav>.wk-active>* {
	font-weight: 700;
	color:#0061a7;
}
.ong-full .wk-subnav>*>* {
	color: #0061a7;
}

.ong-full .lista-progetti-ong > div {
	border-top: 1px solid #ffc800;
	padding: 4px 0 4px 0
}
.ong-full .lista-progetti-ong {
	border-bottom: 1px solid #ffc800;
}
.ong-full .lista-progetti-ong a {
	color:#404040;
}
.ong-full .lista-progetti-ong a:hover,
.ong-full .lista-progetti-ong a:focus {
	color:#0061a7;
}
.ong-full .wk-subnav-line>:nth-child(n+2):before {
	margin-right: 10px;
	border-left: 1px solid #bbbbbb;
	height: 14px;
}



/* design v2 12.2020 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.fs-link-sezione {
	border-bottom: 1px solid #0061a7; /* blu */
	padding-bottom:3px;
}
.fs-link-sezione .uk-button-text,
.fs-slideshow-v2 .el-meta,
.fs-slideshow-v2 .el-link {
	font-weight: 700;
	color: #0061a7; /* blu */;
	text-transform: none;
}
.fs-link-sezione span[uk-icon="arrow-right"] {
		margin-right:-4px;
}
.fs-link-sezione span[uk-icon="arrow-right"] svg {
	margin-top: 3px;
}
fs-slideshow-v2 .el-link {
}

.fs-home-news .el-meta,
.fs-slideshow-v2 .el-meta,
.fs-prossimi-appunt-modulo .el-meta,
h3.sottolineato-blu,
.uk-article-meta {
	font-weight: 700;
	margin-bottom:3px;
	border-bottom: 2px solid #0061a7; /* blu */
	padding-bottom:3px;
	text-transform: none;
}
.uk-button.uk-button-text {
	text-transform: none;
}
.bg-blu-chiaro .uk-button.uk-button-text {
	text-transform: none;
	color:#0061a7; /* blu */
}
/* FRNX: regole con nth-child SOLO PER BETA,
poi da trasferire in JS */
/*.fs-home-news div div:nth-child(3) .el-meta,
.fs-slideshow-v2 li:nth-child(3) .el-meta,*/
.tm-header .uk-navbar-nav>li>a.nav-ong,
.tm-header-mobile .uk-offcanvas-bar .uk-nav>li>a.nav-ong,
.fs-bordo-giallo {
	border-bottom-color: #ffc800; /* giallo */
}

.uk-h1, h1,
.uk-h2, h2,
.uk-h3, h3,
.uk-article-title
{
	font-family:"Open Sans", sans-serif;
}
.tm-page {
	border-top: 35px solid #0061a7; /* blu */
	max-width: 1440px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0px 0px 100px 0px #0000001f;
}

body{
	background-color: #f0f8ff; /* azzurro chiaro */
}

.titolo-box,
.stats-obiettivi-2030 h3.el-title,
.fs-home-news h3.el-title,
.fs-prossimi-appunt-modulo h3.el-title {
	padding: 6px 15px 6px 29px;
}

.tm-header, .fs-flip-logo,  #fs-logo-p2, .uk-navbar-item.fs-logo {
	transition: all 0.6s ease-out;
}
.tm-header {
	background-color: transparent;
	max-width: 340px;
	top:36px;
}
.tm-header.scrollato {
	top:-10px;
}
.uk-navbar-item.fs-logo {
	background-color: transparent;
	padding: 60px 50px 60px 40px;
}
.uk-navbar-item.fs-logo > div:first-child {
	position:relative;
}
.scrollato .uk-navbar-item.fs-logo {
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 30px;
}


.tm-header .uk-navbar-nav>li {
	padding-left:40px;
}

.tm-header .uk-navbar-nav>li>a,
.tm-header-mobile .uk-offcanvas-bar .uk-nav-default > li > a {
	color: #0061a7; /* blu */
	font-family:"Open Sans", sans-serif;
	font-weight: 700;
	text-transform: none;
	border-bottom: 2px solid #0061a7; /* blu */;
	padding: 12px 0 0;
}
.tm-header .uk-navbar-nav li.uk-active>a:before {
	content:"● "
}
.uk-navbar-dropdown-nav>li>a,
.tm-header-mobile .uk-offcanvas-bar ul.uk-nav-sub a {
	color: #0061a7; /* blu */;
	padding: 12px 0 0 20px;
	font-family:"Open Sans", sans-serif;
	border-bottom: 1px solid rgba(0, 97, 166, 0.39); /* blu */;
}

@media only screen and (min-width: 960px) {
	.tm-header .uk-navbar-item {
		padding-left: 40px;
	}
}
.tm-header .uk-navbar-item .uk-search-default {
	width: 100%;
	border-bottom: 2px solid #0061a7;
}
.tm-header .uk-navbar-item .uk-search-default .uk-search-input {
	color: #0061a7; /* blu */
	font-family: "Open Sans", sans-serif;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 2px;
}
.uk-search .uk-search-icon,
.tm-header-mobile .uk-search .uk-search-icon {
	color: #0061a7; /* blu */
	width: 18px;
	top: auto;
	bottom: 3px;
}
.tm-header-mobile .uk-offcanvas-bar .uk-search .uk-search-icon {
	bottom: 9px;
}
.tm-header .uk-navbar-item .uk-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0,97,167,0.7); /* blu */
}
.tm-header .uk-navbar-item .uk-search input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,97,167,0.7); /* blu */
}
.tm-header .uk-navbar-item .uk-search input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,97,167,0.7); /* blu */
}
.tm-header .uk-navbar-item .uk-search input:-moz-placeholder { /* Firefox 18- */
	color: rgba(0,97,167,0.7); /* blu */
}




.fs-slideshow-v2 .el-overlay {
	width: 50%;
	box-sizing: border-box;
	background-color: #e6eff6; /* blu chiaro 10% */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fs-slideshow-v2 .el-image {
	width: auto !important;
	height: 100% !important;
	left: 25%;
}
@media only screen and (max-width: 959px) {
	.fs-slideshow-v2 .el-image {
		left: 50%; 
	}
}
.fs-slideshow-v2 .uk-slidenav {
	/*color:  #0061a7; /* blu */
}
.fs-slideshow-v2 h3.el-title {
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
	font-size: 30px;
	font-weight: 700;
	
}
.fs-slideshow-v2 .el-content {
	font-size:120%;
	margin-top:10px;
}
	
	
.tm-page .uk-section.fs-menu-ong {
	margin-top: -35px;
	height: 35px;
	box-sizing: border-box;
	padding:2px 0 0;
}
	
.bg-blu-chiaro hr{
	border-top-color: #fff;
}
	
	
	
.ong-attivita-recenti {
	padding-top:30px;
}

.ong-attivita-recenti .uk-inline.zx {
	border-bottom: none;
}
.ong-attivita-recenti .uk-inline > .uk-position-bottom-left h4:first-child:before {
	border-bottom: 2px solid  #ffc800; /* giallo */
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.ong-attivita-recenti .uk-inline > .uk-position-top-left {
	font-size: 0;
	line-height: 0;
	left:0;
	top:0;
}
.ob2030-num {
	font-size: 21px;
	line-height: 24px;
	width:26px;
	height:26px;
	letter-spacing:-1px;
	padding:0 1px 0 0; /* font asimmetrico */
	margin:0;
}
.ong-attivita-recenti .uk-inline > .uk-position-bottom-left {
	width: 100%;
	box-sizing: border-box;
	position: static !important;
	background-color: white;
	padding: 15px 15px 17px 15px;
	margin-bottom:25px;
}

.fs-logo img {
	width:100%;
}
#fs-logo-p2 {
	width: 200px;
	margin-left:-1px;
}
#home-link:after {
	content:"";
	display: block;
	position:absolute;
	bottom:-6px;
	height:4px;
	width:0;
	background-color: #0061a7; /* blu */
	transition: width ease 0.8s
}
#home-link:hover:after {
	width:200px;
}

.uk-navbar-item.fs-logo {
	padding-right:0;
}

.bordo-blu {
	border-color: #0061a7; /* blu */
}
.bordo-giallo-2px {
	/* per panel default, con padding */
	border: 2px solid #ffc800;
}

.tm-child-list-divider>ul>li:nth-child(n+2), 
.uk-list-divider>li:nth-child(n+2) {
	border-top: 1px solid #0061a7; /* blu */
}
.uk-card-body {
	padding: 15px 15px 20px 15px;
}
@media (min-width: 1200px) {
	.uk-card-body {
		padding: 20px 30px 30px;
	}
}


/* INFO: menu navigazione / indice pagina 
	FIXME: ad. es. pagina bandi ticinesi 
	// TODO: A message goes here.
*/
.nav-pagina * {
	margin:0;
	line-height: 1.4;
	padding-top:4px;
	padding-bottom:4px;
}
.nav-pagina p,
.nav-pagina ul,
.nav-pagina ol,
.nav-pagina li:nth-child(n+2) {
	border-top: 1px solid rgba(0, 97, 167, 0.4); /* blu trasparente */
}
.nav-pagina {
	border-bottom: 1px solid rgba(0, 97, 167, 0.4); /* blu trasparente */
}
.nav-pagina ul,
.nav-pagina ol {
	padding-top:0;
	padding-bottom:0;
}
.nav-pagina p {
	border-top-width: 2px;
}
h2 strong {
	font-weight: 700;
}

h4.uk-article-title {
	font-family:"Open Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom:4px !important;
}
.uk-article-title a,
.fs-home-news .wk-panel h4.el-title a,
.fs-prossimi-appunt-modulo h4.el-title a   {
	color: #333;
	text-decoration: none;
}
.uk-article-title a:hover,
.fs-home-news .wk-panel:hover h4.el-title a,
.fs-prossimi-appunt-modulo .wk-panel:hover h4.el-title a   {
	color: #0061a7; /* blu */
	text-decoration: none;
}
.uk-article-meta a {
	color: #0061a7; /* blu */
	text-decoration: none;
}
.uk-article-meta a:hover {
	color: #0061a7; /* blu */
	text-decoration: underline;
}

.uk-article-title, .blog-notizie h1.uk-h1 {
	margin: 17px 0 30px 0;
}
.blog-notizie-frontpage {
	padding-top:1px;
}

@media only screen and (min-width: 1200px) {
	.tm-sidebar {
		padding-top: 162px;
	}
}
.elenco-cat li a {
	font-size:14px;
	font-weight: 400;
	border-bottom: 1px solid #0061a7; /* blu */;
	padding: 12px 0 0 30px;
}

.elenco-tag ul {
	padding-left:30px;
	text-align: left;
}
.marg-btm-20,
.fs-home-news h3.el-title,
.fs-prossimi-appunt-modulo h3.el-title {
	margin-bottom:20px;
}
.blog-notizie .element-itemcreated,
.fs-notizia-data {
	font-size: 14px;
	color: #a0a0a0;
}
.fs-notizia-data {
	margin-top:10px;
}
.fs-home-news .wk-panel h4.el-title {
	margin-bottom:4px !important;
}

@media only screen and (max-width: 959px) {
	.fs-slideshow-v2 h3.el-title {
		font-size: calc(0.65*30px);
		margin-top: 2px !important;
	}
	.fs-slideshow-v2 .el-content{
		font-size: 16px;
		margin-top: 2px !important;
	}
}

.uk-offcanvas-bar {
	background-color:white;
	color: #0061a7; /* blu */
	padding:40px 20px;
}

.uk-offcanvas-bar .uk-close {
	color: #a0a0a0; /* blu */
}

ul.mod_docman_icons {
	padding-left: 0px;
}

.fs-pag-eventi #yoo-zoo div.details h1.title {
	margin-bottom:40px;
}

#yoo-zoo div.item h1.pos-title, 
#yoo-zoo div.details h1.title  {
	font-size: 2.23125rem;
	line-height: 1.2;
	margin: 17px 0 30px 0;
	border-bottom: none;
}
@media (min-width: 960px){
	#yoo-zoo div.item h1.pos-title, 
	#yoo-zoo div.details h1.title  {
		font-size: 2.625rem;
	}
}

/* animazione logo con obiettivi 2030 */
.fs-flip-logo {
  width: 120px;
  height: 66px;
  perspective: 1500px;
}

.fs-flip-logo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.fs-flip-logo-front, 
.fs-flip-logo-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fs-flip-logo-front {
  /* background-color: #fff; */
}

.fs-flip-logo-back {
  transform: rotateY(180deg);
}

@keyframes spinloop {
  0%  { transform: rotateY(0deg); }
  10%, 40% { transform: rotateY(180deg);}
  50%, 100% { transform: rotateY(360deg);} 
}
.fs-flip-logo-inner {
  animation: spinloop 18s ease-in-out infinite;
  animation-delay: 3s;
	transform-style: preserve-3d;
}

.scrollato .fs-flip-logo {
	width: calc(0.8*120px); 
	height: calc(0.8*66px); 
}
.scrollato #fs-logo-p2 {
	width: calc(0.8*200px); 
}

/* fine animazione logo 2030 */
	
/* Rassegna stampa con ricerca */	
.docman_table_layout .k-toolbar,
.rassegna-ricerca .k-filters .k-form-group,
.rassegna-ricerca .k-filters .k-checkbox-dropdown-content .form-group:nth-child(3),
.rassegna-ricerca .k-js-search-reset {
	display:none;
}

.rassegna-ricerca .k-filters { background-color: #f2f7fb; }
	
#fs-modulo-logout {
	display: inline-block;
}
#fs-modulo-logout form > div {
	margin:0 !important;
}
#fs-modulo-logout button {
	padding-top: 3px;
	margin-left:30px;
}


.events-agenda-eventi div.no-box div.row {
	border-top: 2px solid #0061a7 !important;
	padding: 5px 5px 15px !important;
}
.events-agenda-eventi div.no-box div.row.fs-evento-ong {
	border-top-color: #ffc800 !important; /* giallo */
	padding: 5px 5px 15px !important;
}

/* per bug modulo login vuoto su small e medium */
@media (max-width: 960px) {
	#module-320 {
		display: none;
	}	
}

/*--- 2022 ---*/ 
/* Event Booking */
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
  background: #fff;
  border-bottom: 0px solid #dbdee1;
  border-left: 0px solid #dbdee1;
  border-right: 0px solid #dbdee1;
  border-radius: 0 0 7px 7px;
  margin: 0;
  padding: 0px;
}

#eb-individual-registration-page .uk-form-label {
	font-weight: 700;
}

.eb-speaker-container .eb-speaker-avatar img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  max-width: 100%;
}

.img-circle {
  border-radius: 0px;
}

#eb-amount-container .uk-form-icon {
	position: inherit;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1px solid #83afd4;
}

.eb-speaker-container, .eb-sponsor-container {
  text-align: left;
}

.eb-speaker-container .eb-speaker-name {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.2;
}

.eb-speaker-container .eb-speaker-title {
  font-size: 90%;
  font-weight: normal;
  margin: 5px 0;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  font-weight: 700 !important;
  border: 2px solid #ddd;
  box-shadow: 0 0 2px #000;
  -moz-box-shadow: 0 0 2px #000;
  -webkit-box-shadow: 0 0 2px #000;
  -o-box-shadow: 0 0 2px #000;
  padding: 4px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}


.radio input[type="radio"] {
  margin-right: 5px;
}

#eb-individual-registration-page div.control-group:nth-child(7) > div:nth-child(1) {
	margin-top: 50px;
}

#bottoni-social a {
	width: 40px;
	height: 40px;
}

#come-raggiungerci .uk-card-default {
	border: 2px solid #0061a7;
}

#come-raggiungerci .uk-card-default h3 {
	font-weight: 700;
}

#come-raggiungerci .uk-tile-small {
	padding-bottom: 0px !important;
}

.fs-prossimi-appunt-modulo h4 a:hover {
	text-decoration: underline !important;
}

.fs-prossimi-appunt-modulo.formazione-primo .el-item.uk-first-column:before {
  border-top: 0px solid #83afd4;
  content: "";
	position: absolute;
  top: -30px;
	left: 40px;
	right: 0;

}

.fs-prossimi-appunt-modulo.formazione-primo .el-item:before {
  border-top: 1px solid #83afd4;
  content: "";
	position: absolute;
  top: -30px;
	left: 40px;
	right: 0;

}

#eb-event-page .uk-margin-medium {
	margin-bottom: 0px;
}

#eb-event-details h3 {
	margin-top: 60px;
	font-weight: bolder;
}


.eb-agenda-title {
	font-size: 16px;
	margin: 0px;
}

.eb-agenda-activity p { 
	margin: 0px
	
}




