@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

@font-face {
  font-family: 'Avenir-Black';
  src: url('../fonts/Avenir-Black.woff') format('woff'),
	url('../fonts/Avenir-Black.ttf')  format('truetype');
	

}

@font-face {
	font-family: 'Avenir-Roman';
	src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Avenir-Roman.woff') format('woff'),
	     url('../fonts/Avenir-Roman.ttf') format('truetype'),
	     url('../fonts/Avenir-Roman.svg#webfont') format('svg');
}

body {
  padding-top: 120px;
  background-color: #FFFFFF;
}

#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 120px;
  width: 100%;
  background: #ffffff;
  color: #fff;
  line-height: 120px;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}
#lipsum p
{
	color:black;font-family:'Avenir-Roman';font-size:18px;
}
.rowblu
{
	min-height:345px;
}
.scopridipiu
{
	position: absolute; bottom: 20px;
}
	.mobile
	{
		display:none;
	}
	.normale
	{
		display:block;
	}
	/*.storiedesk
	{
		display:block;
	}*/
	.storiemobile
	{
		display:none;
	}
		.notiziemobile
	{
		display:none;
	}
	.owl-prev
	{
    position: absolute;
    left: -30px;
    top: 40%;
    background: none;
	}	
		.owl-next
	{
    position: absolute;
    right: -30px; 
    top: 40%;
    background: none;
	}
	.owl-theme .owl-controls .owl-buttons div
	{
		background:none;
	}
		.mappaitalia
	{
		height:549px;
	}
@media only screen and (max-width: 768px) {
	.mappaitalia
	{
		max-width:360px;
		height:auto;
	}
	.mainslider .box
	{
		position:unset!important;
	}
		.owl-prev
	{
    position: relative;
	}	
		.owl-next
	{
    position: relative;
	}
	.imgmobile
	{
		display:flex;justify-content:center;
	}
	.scopridipiu
{
	position: relative!important; 
	bottom:0!important;
}
.aree-item p
{
	padding:0!important;
}
.aree-item h3
{
	margin:0!important;
}
	.colbox .box .box-inner
	{
		float:none!important;
		width:100%!important;
		padding:20px!important;
	}
	.mobile
	{
		display:block;
	}
	.normale
	{
		display:none;
	}
	.storiedesk
	{
		display:none;
	}
	.storiemobile
	{
		display:block;
	}
	.notiziemobile
	{
		display:block;
	}
	.notiziedesk
	{
		display:none;
	}
}
/*
prova scroll
*/
::-webkit-scrollbar {
  width: 12px;
  border-radius:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: lightgrey;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #707070; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #707070; 
}




.attivitacol h3
{
	font-family:"Avenir-Roman";
	font-size:23px;
	color:black;
}
.attivitacol p
{
	font-family:"Avenir-Roman";
	font-size:16px;
	color:black;
}
.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
    transition: all .5s;
}

.scrolled-nav .site-title  {
  font-size: 16px;
}

.nav-list {
  list-style: none;
}

.nav-list li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}

.scrolled-nav {
  height: 80px !important;
  line-height: 80px !important;
}
.scrolled-logo
{
	max-height: 60px !important;
}

@media (max-width:650px) {
	#logo
	{
		width: 200px;
	}
}
@media (max-width:1200px) {
	.search-wrap {
		position: unset !important;
		/* width: 90%; */
		padding: 0;
		/* margin-top: 0px; */
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* background: #fed91f; */
		border: 1px solid #ffffff;
		transition: margin 100ms ease-out;
		-moz-transition: margin 100ms ease-out;
		-webkit-transition: margin 100ms ease-out;
		-o-transition: margin 100ms ease-out;
		line-height: 65px;
		/* padding: 20px; */  
		color: white;
		/* bottom: 145px; */
		/* margin: 50px; */
		clear: both;
		/* position: absolute; */
		/* margin-bottom: 20px; */
		/* padding: 20px; */
		margin: -6px !important;
	}
}

@media (max-width:1080px) {
	#headerSocial
	{
		display: none;
	}
}
#header .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background: #fed91f url(../img/ico-search.png) no-repeat center center;
}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.scrolled-hamburger
{
	top: 16px !important;
}

.hamburger {
  position: fixed;
  top: 30px;  
  z-index: 999;
  display: block;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  background: transparent;
  border: none;
  left: 20px;
  z-index: 9999;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: rgba(0, 157, 90, 1);
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 6px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #009A5D;
}

.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -3px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: rgba(0, 157, 90, 1);
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  background-color: rgba(0, 157, 90, 1) !important;
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  background-color: rgba(0, 157, 90, 1) !important;
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: rgba(0, 157, 90, 1);
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#wrapper
{
	position: absolute;
	background-color: rgba(0, 157, 90, 0.9); 
	top: 120px;
	left: 0;
	width: 100%;
}
.scrolled-wrapper
{
	top: 80px !important;
}
h6.sub-title
{
	text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
ul.caret-style li
{
	list-style-type: none;
    line-height: 2em;
    text-align: left;
	padding: 10px 0px 10px 0px;
}
ul.caret-style li:hover
{
	background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
	padding-left: 10px;
}
ul.caret-style a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}
.search-wrap {
	position: relative;
    /* width: 90%; */
    padding: 0;
    margin-top: 0px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fed91f; */
    border: 1px solid #ffffff;
    transition: margin 100ms ease-out;
    -moz-transition: margin 100ms ease-out;
    -webkit-transition: margin 100ms ease-out;
    -o-transition: margin 100ms ease-out;
    line-height: 65px;
    /* padding: 20px; */
    color: white;
    bottom: 145px;
    margin: 50px;
}
.search-wrap input::placeholder { color: white; }

.search-wrap input {
    background: none;
    border: 0;
    font: 20px 'Avenir-Roman', 'Roboto Slab', serif;
    color: white;
    outline: none;
    vertical-align: middle;
	margin-top: -15px;
}
#search-string-std
{
	width: calc(100% - 100px);
}
.federazione {
    background: #007946;
    text-align: center;
    padding: 0px;	
	height: 120px;
}
.federazione .federazione-inner {
    display: inline-block;
	line-height: 0px;
    margin-top: 44px;
}
.federazione .text {
    font: 14px 'Open Sans', sans-serif;
    color: white;
    float: left;
    text-align: left;
    max-width: 420px;
}
.federazione .text span {
    font: bold 18px 'Roboto Slab', serif;
    margin-right: 10px;
}
.federazione .select-wrap {
    float: left;
    margin-left: 30px;
}
.menu
{
	height: calc(100vh - 200px);
	overflow: auto;
}

#footer {
    background: white;
    position: relative;
}
#footer .topbar {
    text-align: center;
    height: 100px;
    background-color: #ffffff;
}

.centercol {
    max-width: 1440px;
    margin: 0 auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .social-stream {
    overflow: hidden;
    padding: 0 40px;
}
#footer .bottombar {
    font: 14px 'Avenir-Roman', 'Roboto Slab', serif;
    color: #000000;
    padding: 15px 0;
}
.no-overflow
{
	overflow: hidden;
}
.menu::-webkit-scrollbar {
    width: 10px;
}
 
.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
.menu::-webkit-scrollbar-thumb {
  background-color: #fed91f;
  outline: 1px solid slategrey;
}

.prettyfied-select {
	height: 50px;
    display: inline-block;
    min-width: 260px;
    position: relative;
    background: transparent;
}

.prettyfied-select .prettyfied-select-box,
.prettyfied-select .dropDown {
  font-size: 11px;
  font-weight: bold;
  color: #444;
}

.prettyfied-select .prettyfied-select-box {
	position: absolute;
    height: 50px;
    width: 250px;
    line-height: 38px;
    cursor: pointer;
    background-image: url(../img/arrow.png);
    background-position: 206px;
    background-repeat: no-repeat;
    border: 5px solid #ccc;
    border-radius: 32px;
    background-color: white;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
}

.prettyfied-select .prettyfied-select-box span {
  padding-left: 8px;
}

.prettyfied-select .dropDown {
	position: absolute;
    z-index: 999;
    top: 45px;
	left: 20px;
    width: 213px;
    padding: 0;
    list-style-type: none;
    margin: 0;
    border: 5px solid;
    border-top: 0;
    background: white;
    border-radius: 0 0 2px 2px;
    max-height: 200px;
    overflow: auto;
}

.prettyfied-select .prettyfied-select-box:hover,
.prettyfied-select .prettyfied-select-box.expanded,
.prettyfied-select .dropDown {
  border-color: #a4a4a4;
}

.prettyfied-select .dropDown.is-hidden {
  border-color: #ccc;
  box-shadow: none;
}

.prettyfied-select .dropDown li {
  display: block;
  line-height: 16px;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}

.prettyfied-select .dropDown li.hover {
  background: #e5e5e5;
}

.prettyfied-select .dropDown li img {
  float: left;
  margin-right: 5px;
}
.prettyfied-select .dropDown li i {
  display: block;
  margin: 0 0 0 21px;
  font-weight: normal;
}


/*** Slider principale ***/
.mainslider .swiper-slide {
  min-height: 490px;
}
.mainslider .box {
	width: auto;
    float: none;
    max-width: 500px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.mainslider .box .box-inner {
  margin-left: 0;
  height: auto;
  padding: 20px 40px;
}
.mainslider .box .box-inner a {
  font: 13px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;
  color: #ffffff;
  text-transform: uppercase;
}
.mainslider .box .box-inner a:hover {
  text-decoration: none;
}
.mainslider .box .type {
  color: #b3d04c;
}
.mainslider .box .area a {
  color: #829e20;
}
.mainslider .box .title {
  color: #616161;
  font-size: 20px;
}
.mainslider .box .text {
  color: #9a9a9a;
}
.mainslider .box .buttons-wrap {
  margin-top: 20px;
}
.mainslider .box.skin-green .box-inner {
  background-color: rgba(0, 157, 90, 0.8);
}
.mainslider .box.skin-green .type {
  color: white;
}
.mainslider .box.skin-green .area a {
  color: white;
}
.mainslider .box.skin-green .title {
  color: white;
}
.slider-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: #efcd21;
  z-index: 2;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
.slider-banner h3 {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 15px;
}
.slider-banner h3 span {
  display: block;
  font-size: 70px;
}
.slider-banner h5 {
  font: 18px 'Open Sans', sans-serif;
  color: white;
  margin: 15px 0 40px;
}
.slider-banner img {
  display: inline-block;
  max-width: 100%;
}

/*** Box ***/
.box-wrap {
  overflow: hidden;
  margin-left: -20px;
  padding: 30px 0;
}
.box-wrap .load-more-wrap {
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.box {
	
}
.box .box-inner {
  background-color: #F2F2F2;
  height: 315px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 35px 35px 55px;
}
.box .type {
  font: 15px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;
  color: #000000;
  text-transform: uppercase;
}
.box .area {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a:hover {
  text-decoration: underline;
}
.box .title {
  font: 14px 'Avenir-Black', 'Nunito', 'Roboto Slab', serif;
  color: #616161;
  letter-spacing: 0.06em;
  margin-top: 10px;
  text-transform: uppercase;
}
.box .excerpt
{
	font: 13px 'Avenir-Roman', 'Roboto Slab', serif;
	color: #000000;
	letter-spacing: 0.06em;
}
.box-title:hover { 
  text-decoration: none !important;
}
.box .text {
  font: 13px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.box .cta-wrap {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.box .cta-wrap .cta {
  font: 13px 'Avenir-Roman', 'Roboto Slab', serif;
  color: #000000;
  text-transform: uppercase;
}
.box .cta-wrap .cta:hover {
  text-decoration: underline;
}
.box.skin-green .box-inner {
  background-color: #009d5a;
}
.box.skin-green .type {
  color: #fed91f;
}
.box.skin-green .area a {
  color: #bea80e;
}
.box.skin-green .title {
  color: white;
}
.box.skin-green .text {
  color: white;
}
.box-video {
  width: 50%;
  min-height: 0;
}
.box-video .box-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}
.box-video .buttons-wrap {
  margin-top: 20px;
}
.box-video .title {
  color: white;
}
.box-video .text {
  color: white;
}
.box-banner a {
  display: block;
}
.box-banner {
  text-align: center;
}
.box-banner.skin-green .text {
  color: white;
}
.box-banner.skin-green .box-inner {
  outline: 3px solid rgba(179, 208, 76, 0.8);
}
.box-banner.skin-green .button {
  background: #b3d04c;
}
.box-banner h3 {
  font-size: 26px;
}
.box-banner .box-inner {
  outline: 0px solid rgba(254, 217, 31, 0.8) !important; 
  outline-offset: -20px;
  padding: 40px;
}
.box-banner .title {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
}
.box-banner .text {
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
}
.box-banner .buttons-wrap {
  margin-top: 15px;
}
.box-slider {
  display: none;
}
.box-slider .swiper-slide {
  height: 315px;
}
.box-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
.box-double {
  width: 50%;
  font-size: 0;
  height: 315px;
}
.box-double .box-inner {
  width: calc(50% - 20px);
  display: inline-block;
}
.box-double .box-img {
  display: inline-block;
  width: 50%;
  height: 315px;
  vertical-align: top;
}
.box-double.box-inverted {
  text-align: right;
}
.box-double.box-inverted .box-inner {
  margin: 0;
  text-align: left;
}

/*** Pulsanti ***/
.buttons-wrap {
  font-size: 0;
}
.buttons-wrap .button {
  display: inline-block;
  min-width: 150px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font: bold 13px 'Open Sans', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  padding: 12px 30px;
  background: #fed91f;
}
.buttons-wrap .skin-lime {
  background: #b3d04c;
}
.buttons-wrap .skin-green {
  background: #009d5a;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: white;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #009d5a;
}

.box-inner .date
{
    position: absolute;
    bottom: 60px;
    left: 35px;
}

.box-inner .date p
{
	margin: 0px;
}

#weather_socio_wrapper
{
	height: 315px;
}


.navigation ol {
    text-align: center;
}

.navigation {
    margin: 20px 0 20px 0;
}

.custom-pagination
{
	padding: 40px 0 20px 0;
	width: 100%;
	font: 14px 'Avenir-Roman', 'Roboto Slab', serif;
}

.custom-pagination a
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #000000;
}
.custom-pagination > .current
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #F2F2F2;
}
.custom-pagination > .dots
{
	padding: 5px 10px 5px 10px;
	border: 0px solid #F2F2F2;
}

h1 {
    margin: 0;
    font: bold 75px 'Avenir-Roman', 'Roboto Slab', serif;
    color: white;
}

/*---------------------------------------------------- galleria video */

.list-group-item.active
{
    background-color: #00904A;
    border-color: #00904A;
    color: #ffffff !important;
}

.list-group .list-group-item:first-child
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;;
}

.videogallery
{
    max-height: 450px;
    margin: 0px;
}

#playvideo
{
    height: 450px;
    width: 100%;
}
.scroll {

}
/*-----------------------------------------------fine galleria video */

.breadcrumbs {
    margin-bottom: 30px;
    font: 11px 'Open Sans', sans-serif;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.breadcrumbs a {
    color: #616161;
}

.page-content-inner {	
  background: white;
  padding: 50px;
}
.categories {
  font: bold 18px 'Roboto Slab', serif;
  color: white;
  margin-bottom: 15px;
}
.categories a {
  color: white;
}
.categories a:hover {
  text-decoration: underline;
}
.date {
  font: 14px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.title {
  font: 21px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;
  color: #000000;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.text {
	color: #000000;
	font: 15px 'Avenir-Roman', 'Roboto Slab', serif;
	letter-spacing: 0.06em;	
}
.page p
{
	/*column-count: 2;
	column-gap: 40px;*/
}
.articolo p
{
	/*column-count: 1 !important;*/
}
.text img {
  display: block;
  max-width: 100%;
}
.highlight {
  font: bold 21px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  display: block;
  margin: 20px 0;
}
.tags {
  overflow: hidden;
  margin-top: 20px;
  font-size: 0;
}
.tags ul {
  margin-left: -50px;
}
.tags li {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.tags a {
  display: block;
  padding: 10px 15px;
  font: bold 12px 'Open Sans', sans-serif;
  color: #616161;
  border: 5px solid rgba(154, 154, 154, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-share {
  text-align: center;
  margin-top: 30px;
}
.social-share .label {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
  display: block;
  margin-bottom: 10px;
}
.social-share a {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.social-share-fixed {
  position: fixed;
  margin-left: -60px;
}
.social-share-fixed.anchored {
  position: absolute;
  bottom: 0;
}
.social-share-fixed li {
  margin-top: 10px;
}
.social-share-fixed li:first-child {
  margin-top: 0;
}
.social-share-fixed a {
  display: block;
  font-size: 0;
}
.social-share-limit span {
  display: block;
  width: 100px;
  position: fixed;
}
.searchandfilter
{
	background-color: #ffffff;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.aree
{
	background-color: #289EC3;
}

.aree-item
{
	border-top: 5px #ffffff solid;
	border-bottom: 5px #ffffff solid;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.aree-item h3
{
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font: 20px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;
}

.aree-item p
{
	color: #ffffff;
	font: 14px 'Avenir-Roman', 'Roboto Slab', serif; 
	text-transform: none;
	
}

.aree-item a
{
	color: #ffffff;
	text-transform: uppercase;
	font: 16px 'Avenir-Roman', 'Roboto Slab', serif;
	text-decoration: none;
}

.icona-area-bandi
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_bandi_spenta-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-bandi-active
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_bandi_accesa-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-bandi:hover
{
	content:''; 
	display: block; 
	width: 210px; 
	height: 210px; 
	border-radius: 50%; 
	background-image: url(../img/icona_bandi_accesa-8.png); 
	background-color:#289EC3; 
	opacity: 1; 
	z-index: 1000; 
	background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-credito
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_credito_spenta-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-credito-active
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_credito_accesa-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-credito:hover
{
	content:''; 
	display: block; 
	width: 210px; 
	height: 210px; 
	border-radius: 50%; 
	background-image: url(../img/icona_credito_accesa-8.png); 
	background-color:#289EC3; 
	opacity: 1; 
	z-index: 1000; 
	background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-corsi
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_corsi_spenta-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-corsi-active
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_corsi_accesa-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-corsi:hover
{
	content:''; 
	display: block; 
	width: 210px; 
	height: 210px; 
	border-radius: 50%; 
	background-image: url(../img/icona_corsi_accesa-8.png); 
	background-color:#289EC3; 
	opacity: 1; 
	z-index: 1000; 
	background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-startup
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_startup_spenta-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-startup-active
{
	content: '';
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: url(../img/icona_startup_accesa-8.png);
    background-color: #289EC3;
    background-color: #289EC3;
    opacity: 1;
    z-index: 1000;
    background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.icona-area-startup:hover
{
	content:''; 
	display: block; 
	width: 210px; 
	height: 210px; 
	border-radius: 50%; 
	background-image: url(../img/icona_startup_accesa-8.png); 
	background-color:#289EC3; 
	opacity: 1; 
	z-index: 1000; 
	background-size: 100%;
	position: relative;
    left: calc(50% - 105px);
	margin: 10px 0 10px 0;
}
.filtro-tutor
{
	background-color: #F2F2F2;
}
.filtro-tutor h2
{
	color: #009A5D;
	font: 32px 'Avenir-Roman', 'Roboto Slab', serif;	
}
.filtro-tutor p
{
	color: #000000;
	font: 17px 'Avenir-Roman', 'Roboto Slab', serif;
}
#selectRegione
{
	margin-top: 20px;
    /*width: 90%;*/
    /*border: 2px solid #009A5D;*/
	font: 15px 'Avenir-Roman', 'Roboto Slab', serif;	
	/*color: #009A5D;*/
	color:black;
	padding: 10px;
	font-weight:bold;
}





nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#289EC3;
    border-radius:0;

}
nav > div a.nav-item.nav-link
{
	border: none;
    padding: 18px 25px;
    color:#fff;
    background:#009A5D;
    border-radius:0;
}
nav > div a.nav-item.nav-link.active
{
	border-bottom: 2px solid #fff;
    padding: 18px 25px;
    color:#fff;
    background:	#009A5D;
    border-radius:0;
	font-size:22px;
}
/*nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #009A5D ;
}*/
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #009A5D;
    border-bottom:5px solid #009A5D;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    background: #009A5D;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.newsletter
{
	background-color: #009A5D;
}
.testonewsletter
{
	padding: 20px;
}
.testonewsletter h2
{
	color: #ffffff;
	font: 32px 'Avenir-Roman', 'Roboto Slab', serif;	
}
.testonewsletter p
{
	color: #ffffff;
	font: 17px 'Avenir-Roman', 'Roboto Slab', serif;	
}
.iscrizionenewsletter
{
	padding: 20px;
}
#newsletterframe
{
	width: 100%;
	height: 400px;
}
.titolofooter h1
{
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.titolofooter h1
{
	color: #000000;
	font: 32px 'Avenir-Roman', 'Roboto Slab', serif;
}
.footermenu
{
	font: 13px 'Avenir-Roman', 'Roboto Slab', serif;
}
.footermenu li
{
	list-style-type: none;
}
.page h1
{
	color: #000000;
	font: 24px 'Avenir-Roman', 'Roboto Slab', serif;
	padding-bottom: 10px;
}
.page h2
{
	color: #009A5D;
	font: 30px 'Avenir-Roman', 'Roboto Slab', serif;
	padding-bottom: 10px;
}
.page h3
{
	color: #000000;
	font: 24px 'Avenir-Roman', 'Roboto Slab', serif;
	padding-bottom: 10px;
}
.page p
{
	color: #000000;
	font: 15px 'Avenir-Roman', 'Roboto Slab', serif;
}
.page ul
{
	padding-top: 20px;
	padding-bottom: 10px;
}
.storie h1
{
	font: 24px 'Avenir-Roman', 'Roboto Slab', serif;
	border-bottom: 4px solid #289EC3;
	color: #289EC3;
	text-transform: uppercase;
}
.azienda
{
	background-color: #F2F2F2;
}

.azienda h2
{
	font: 24px 'Avenir-Roman', 'Roboto Slab', serif;
	border-bottom: 4px solid #289EC3;
	color: #289EC3;
	text-transform: uppercase;
}
.notizie h1
{
	font: 75px 'Avenir-Roman', 'Roboto Slab', serif;
	border-bottom: 4px solid #289EC3;
	color: #289EC3;
	text-transform: uppercase;
	top: calc(50% - 60px);
	position: relative;
}
.card-body
{
	color: #000000;
    font: 16px 'Avenir-Roman', 'Roboto Slab', serif;
}
.gform_body
{
    margin-left: -39px;
}
.formEsperto input, textarea
{
	width: 100%;
}
#gform_submit_button_2
{
	background: #009A5D;
	color: #ffffff;
	font: 16px 'Avenir-Roman', 'Roboto Slab', serif;
	text-transform: uppercase;
	padding: 10px;
}










.btn-primary {
	background-color:transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size:20px;
	text-transform: uppercase;
	border-radius: 0px;	
}
.btn-primary:hover {
	background-color:transparent;
	border-color: #d6962c;
	color: #d6962c;
	border-radius: 20px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h6{
	text-transform: uppercase;
	color: #ffffff !important;
	border: 0px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 16px 'Avenir-Black', 'Nunito',  'Roboto Slab', serif;	
}

.portfolio_images_overlay .product_price{
	font-size: 35px;
	color: #fff;
	font-weight:800;
	line-height:30px;
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}
.zoom{
	width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    border-radius: 50%;

	background: #FF512F;
	background: -webkit-linear-gradient(to right, #F09819, #FF512F);
	background: linear-gradient(to right, #F09819, #FF512F);
    box-shadow:0px 0px 0px 10px rgba(0,0,0,0.5);
	opacity:0.9;
}
.zoom:before {
	content: "\f00e";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.5);
    font-size: 70px;
    padding-right: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
}
.banner-partecipare{    text-align: left; font-size: 50px; padding: 20px; color: #fff; margin-top: -390px;height:200px;    margin-left: 100px;}
.banner-scopri{text-align: left; margin-top: -130px; margin-left: -438px; width: 125px; padding-bottom: 30px; padding-top: 8px; font-size: 18px; color: #fff; border-top: 2px solid #fff;}

@media (min-width:769px) and (max-width:991px) {
	.portfolio_images_overlay {
		padding: 0px;
	}
}
@media (min-width:1440px) {
	.menuLarge{
		display:flex;
		justify-content:center;
	}

}




@media (max-width:768px) {

	
	
	.portfolio_images_overlay{
		padding: 170px 20px;
	}
.banner-partecipare{text-align: left; font-size: 30px; padding: 20px; color: #fff; margin-top: -160px;height:200px;}
.banner-scopri{text-align: left; margin-top: -57px; margin-left: -266px; width: 125px; padding-bottom: 30px; font-size: 18px; color: #fff; border-top: 2px solid #fff;}
.mainslider .swiper-slide
{
	min-height:700px;
} 
}
@media (max-width:580px) {
	.portfolio_images_overlay{
		padding: 100px 20px;
	}
}
@media (max-width:480px) {
	.portfolio_images_overlay{
		padding: 40px 20px;
	}
}
@media (max-width:320px) {
	.portfolio_images_overlay{
		padding: 20px;
	}
}

.accedere-al-credito h2
{
	font-size: 25px !important;
}
.accedere-al-credito h1
{
	margin: 0 !important;
    font: bold 35px 'Avenir-Roman', 'Roboto Slab', serif !important;
	color: #000000 !important;
}

input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: auto;
    width: 100%;
    max-width: 200px;
    margin-top: 30px;
	color: #ffffff;
	background-color: #0B2146!important;
	cursor: pointer;
}
.card-header .btn-link {
    text-decoration: none;
    background-color: #fff !important;
    border: 2px solid #0B2146 !important;
	color: #0B2146 !important;
    width: 100%;
    max-width: 200px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, .selector {
    margin: 0;
    padding: 0;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: 1px solid #d1d0c3;
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    height: 44px;
}

#filterform{float:left;}
#search{float:left;}
#filter_tag{border: 2px solid #009C59 !important;border-radius:0px;}
#filter_anno{border: 2px solid #009C59 !important;border-radius:0px;}
#cerca{border: 2px solid #009C59 !important;height: 40px;border-radius:0px;}
#filterform > input[type=submit]{border: 2px solid #009C59 !important;background: #009C59!important; color: #fff!important;}
#search > input[type=submit]{border: 2px solid #009C59 !important;background: #009C59!important; color: #fff!important;}

input, select{
    /*background: transparent!important;*/
    /*border: none!important;*/
    /*border-bottom: 1px solid #009C59!important;*/
}
input:focus, select:focus{
    background: transparent!important;
    border: none!important;
    border-bottom: 2px solid #009C59!important;
}
.titoloSlide{font-weight:600;}
.current-menu-item{font-weight:800!important;}
#wpadminbar{display:none;}
.titolettoSlide{border-top:2px solid #fff;}
#loginform > p.login-username{float:left;width:350px;margin-left:20%;}
#loginform > p.login-password{width:350px;float:left;}
#loginform > p.login-remember{margin-left:20%;    padding-top: 80px;float:none;width:100%;}
#loginform > p.login-submit{margin-left:41.52%;}
.login-submit #wp-submit{width:260px;background: #0B2146!important;}
.buttonRegistrati{background:transparent!important;border: 2px solid #009C59 !important;}
.buttonAcedi{background:transparent!important;border: 2px solid #009C59 !important;}
.btnregistazione{margin: 20px!important;margin-left:33.52%!important;}
.card-header{border-bottom: 2px solid #009C59;}
.titoloSlide{font-family:'Roboto-Black','Roboto',serif!important;}
#n2-ss-1item1 > a{font-family:'Roboto-Black','Roboto',serif!important;}
.modal {z-index:99999999;}
.text.articolo{margin-top:30px;}
.border-bottom-tab{border-bottom: 2px solid #fff !important;    font-weight: 800;}
input[type="checkbox"], input[type="radio"] {
   margin: 10px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[list], input[type="file"], select, textarea {
    width: 100%;
    padding: auto/5;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
}


.linea-bianca {
    width: 100%; height:24px; border-bottom: 3px solid #009C59; text-align: center;
}
.linea-bianca span{
	font-size: 40px; background-color: #f2f2f2; padding: 0 10px;
}
.linea-bianca span.cat{
	font-size: 30px; background-color: #f2f2f2; padding: 0 10px; color:#009C59;
}
.linea-bianca span.cat2{
	font-size: 30px; background-color: #fff; padding: 0 10px; color:#009C59;
}
.round{
	border-radius:50%;
	background-color:#F2F2F2;
	width: 146px;
	height: 146px;
}
.scopri-slide{border-top:2px solid #fff;}




/* Customize the label (the container) */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 100%;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #009C59;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* Create a custom radio button */
.checkmarkradio {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmarkradio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmarkradio {
  background-color: #009C59;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmarkradio:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media screen and (min-width: 890px) {
	.checkboxcontainer
	{
		display: inline-block;
		position: relative;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 16px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		min-width: 48%;
		width: 48%;
	}
}
.control-label
{
	font-weight: bold;
	width: 100%;
}
.form-group > .row
{	
	padding-left: 40px;
}
.form-group > .checkboxcontainer
{	
	padding-left: 40px;
}
.child-2
{
	padding-left: 20px !important;
}
.child-3
{
	padding-left: 40px !important;
}