@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/Raleway-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Italic';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf')  format('truetype');  
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf') format('truetype'); 
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto-Regular", sans-serif;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/
#idImgModal
{	
	cursor:pointer;
}
a
{
	text-decoration: auto;
}
padding
{
	font-size:17px!important;
}




/*styling open close button*/
.button {
	display:inlines;
	position:absolute;
	right:50px;
	top:20px;
	z-index:999;
	font-size:30px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#706F6F;
	content:"\f0c9";
	font-family:"Font Awesome 5 Free";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-weight: 900;
}
.btn-open:hover:after {
	color:#000029;
}
.btn-close
{
	background: none !important;
}
.btn-close:after {
	color: #706F6F;
	content:"\f00d";
	font-family:"Font Awesome 5 Free";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-weight: 900;
}
.btn-close:hover:after {
	color: #000029;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
    opacity: 1;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#FFF;
	overflow:auto;
	z-index:99;
}
/*
css fas
*/
.navbartop
{
	margin:0;
	background-color:#FFFFFF;
	/*height:110px;*/
	height:100px;
	z-index: 99999;
	-webkit-box-shadow: 0px 5px 15px 5px #000000; 
box-shadow: 0px 5px 15px -5px #000000;
}

.sectionfederazione
{
	background-color:#F3F9ED; 
	height:100%;
}
.articlefederazione
{
	height:100%;
}
/*
fine css fas
*/
.nav-logo
{
	width:100%;
}
.logo-pc
{
    position: absolute;
    width: 150px;
    top: 0;
}
.imgtest
{
	position: absolute;
    bottom: -40px;
    left: calc(50% - 40px);
	}



/*
.overlay {
	display:block;
	position:fixed;
	top:0;
	height:100%; 
	width:100%;
	background:#FFF;
	overflow:auto;
	z-index:99;
}*/
.wrap span
{
	display:block;
	height:1px;
	width:30px;
	margin-bottom:5px;
	background-color:#75B72A;
	padding:2px;
	
}
.divspan span
{
	display:block;
	height:1px;
	width:30px;
	margin-bottom:5px;
	background-color:#75B72A;
	padding:2px;
	
}
.divspan
{
	float:right;
	display:none;
	margin-top:7px;
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	width:fit-content;
	margin-right:100px;
	/*margin:0 auto;*/
}
.wrap ul.wrap-nav {
	margin-bottom:0px;
	/*/*border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;*/
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display:inline-block;
	vertical-align:top;	
	position:relative;
	color:#707070;
	font-family:"Raleway-Bold";
	margin-right:20px;
}
.wrap ul.wrap-nav li a {
	color:#706F6F;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#000029;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#706F6F;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#706F6F;
}


.divpunti
{
	position:relative;
	 height:150px;
}
.imgchisiamopunti
{
    /*position: absolute;
    width: 200px;
    bottom: 22px;
    left: calc(50% - 252px);*/
	position: absolute;
    width: 50%;
    bottom: 22px;
    right: calc(0% - 25%);
}
.ppresidentenome
{
position: absolute;
    right: calc(50% - 190px);
    background-color: #FFEB3B;
    border-radius: 10px;
	width:160px;
	color:#333232;
	font-size:19px;
	font-family:"Raleway-Bold";
	top: calc(50% - 124px);
}
.ppresidente
{
    position: absolute;
    right: calc(50% - 135px);
    color: #333232;
    font-size: 15px;
    font-family: "Raleway-Regular";
    top: calc(50% - 92px);
}
.pvicepresidentenome
{
    position: absolute;
    right: calc(50% - 200px);
    background-color: #75B72A;
    border-radius: 10px;
    color: #333232;
    font-size: 19px;
    font-family: "Raleway-Bold";
    top: calc(50% - 60px);
	width:180px;
}
.pvicepresidente
{
    position: absolute;
    right: calc(50% - 163px);
    color: #333232;
    font-size: 15px;
    font-family: "Raleway-Regular";
    top: calc(50% - 30px);
}

.divpresidente
{
	position:relative;
}
.psottoposti
{
	color:#333232;
	font-family:"Raleway-Bold";
	font-size:15px;
}
.imgchisiamo
{
	width:100%;
	height:auto;
}
.imgchisiamopuntiverticale
{
/*position: absolute;*/
    transform: rotate(90deg);
    width: 120px;
    bottom: 22px;
    /*left: calc(50% - 140px);
    top: calc(50% - 109px);*/
	margin-top:15%;
}
.divpuntiverticale
{
	position:relative;
}
.divimgpuntmappa
{
	position:relative;
}
.imgpuntomappa
{
    height: 35px;
	position: absolute;
    right: calc(50% - -162px);
    top: calc(50% - 18px);
}
.ppuntomappa
{
	font-size:16px;
	font-family:"Raleway-Bold";
	    margin-bottom: 0;
color:#333232;
}
.divnome label
{
	font-size:14px;
	font-family:"Raleway-Bold";
	color:#333232;
}
.divemail label
{
	font-size:14px;
	font-family:"Raleway-Bold";
	color:#333232;
}
.divoggetto label
{
	font-size:14px;
	font-family:"Raleway-Bold";
	color:#333232;
}
.divmessaggio label
{
	font-size:14px;
	font-family:"Raleway-Bold";
	color:#333232;
}

.divmessaggio textarea
{
	border-radius:10px;
	background-color:#F3F9ED;
	width:100%;
	font-family:"Raleway-Bold";
	font-size:14px;
	height:150px;
}
.your-name text
{
	border-radius:10px;
	background-color:#F3F9ED;
}
.wpcf7-submit
{
	background-color:#75B72A;
	color: white;
	text-transform:uppercase;
	width:42%!important;
	height:100%;
	border-radius:20px;
	width:100%;
	/*position: relative;*/
    /*left: 50%;*/
	height:50px;
	border:0;
}
.btninvia 
{
	position:absolute;
	width:100%;
}
/*.divemail email
{
	border-radius:10px;
	background-color:#F3F9ED;
}
.divoggetto text
{
	border-radius:10px;
	background-color:#F3F9ED;
}
*/

.divimgemail
{
	position:relative;
}
.imgemail
{
    height: 35px;
    position: absolute;
    right: calc(50% - -162px);
	top: calc(50% - 18px);
}
.pemail
{
	font-size:16px;
	font-family:"Raleway-Bold";
	    margin-bottom: 0;
color:#333232;
}


.h2contatti
{
	color:#75B72A;
	font-family:"Raleway-Bold";
	font-size:30px;
}
@media screen and (max-width:48em) {
	/*.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}*/
}
.content {
	width:100%;
	margin-top:200px;
	font-size:20px;
	color#333;
	text-align: center;
}
.container-footer{
	height:263px;
}
/* Home section */


.containerSlider
{
width:100%;
 background-image : url('../img/Assets-01.png')!important;
 background-size:cover;
 height:100%;
}
.h3slider
{
	width:30%;
}
.conteinerfederazione 
{
	text-align:center;
}
.conteinerchisiamo
{
	text-align:center;
}
.conteinercomeassociarsi 
{
	text-align:center;
	
}
.lineeventi
{
position: absolute;
    width: 40%;
    height: 0;
    border: 2px solid #75B72A;
    border-radius: 10px;
    margin: 0px;
    bottom: 10px;
    left: calc(50% - 20%);
    display: inline-block;
}
.divpcontenitore
{
	display:flex;
	justify-content:center;
}
.sectioncomeassociarsi
{
	background-color:#FCF8C0;
}
.conteinerfederazione1
{
	height:100%;
}
.rowfederazioneinterna
{
	/*height:400px;*/
	
}
.pfederazione
{
	/*margin-left:25%;
	width:50%;*/
	font-size:18px;
	color:#333232;
	font-family:"Raleway-Medium";
}
.articlecontenutodomanda
{
	display:flex;
	height:auto;
}
.div1federazione
{
height:100%;
width:100%;
 background-image : url('../img/1mm_1.jpg')!important;
 background-size:cover;
 position:relative;
 height:250px;
}
.div2federazione
{
height:100%;
width:100%;
 background-image : url('../img/imm_2.jpg')!important;
 background-size:cover;
  position:relative;
 height:250px;
}
.div3federazione
{
height:100%;
width:100%;
 background-image : url('../img/imm_3.jpg')!important;
 background-size:cover;
 position:relative;
 height:250px;
}
.scaricastatuto
{
	background-color:#75B72A;
	height:200px;
}
footer
{
	display: none;
}
.footersection
{
	height:200px;
	background-color:#FFEB3B;
}
.scaricastatutoimg
{
	width:25%;
}
.containerscaricastatuto
{
	display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
}
.div1contenutodomanda
{
/*height:100%;*/
position:relative;
width:100%;
 /*background-image : url('../img/Assets-11.png')!important;
 background-size:cover;*/
}
.div2contenutodomanda
{
height:25%;
width:50%;
 /*background-image : url('../img/Assets-12.png')!important;
 background-size:cover;*/
}
.div3contenutodomanda
{
height:25%;
width:50%;
 /*background-image : url('../img/Assets-13.png')!important;
 background-size:cover;*/
}
.rowcontenutodomanda
{
	height:100%;
}
.div1sottofederazione
{
/*height:250px;*/
width:100%;
display:flex;
justify-content:center;
align-items:center;
}
.chisiamo
{
	 background-image : url('../img/imgSlider.jpg')!important;
		background-size:cover;
		height:500px;
		width:100%;
}
.pcontenutodomanda2
{
	color:#707070;
	font-size:15px;
	font-family:"Raleway-Bold";
		width:100%;
}
.imghourse
{
	float:left;
	margin-left:0%;
}
.phourse
{
	display:flex;
	/*align-items:center;*/
	height:100%;
	color:#333232;
	font-family:"Raleway-Medium";
	font-size:18px;
	margin-top:0;
}

.h2federazione
{
	color:#75B72A;
	font-family:"Raleway-Bold";
	font-size:30px;
	text-transform:uppercase;
}
.h3federazione
{
	color:#707070;
	font-family:"Raleway-Bold";
	font-size:30px;
	}
.h2chisiamo
{
	color:#75B72A;
	font-family:"Raleway-Bold";
	font-size:30px;
	text-transform:uppercase;
}

.h2comeassociarsi
{
	color:#75B72A;
	font-family:"Raleway-Bold";
	font-size:30px;
	text-transform:uppercase;
}
.h3comeassociarsi
{
	color:#333232;
	font-family:"Raleway-Bold";
	font-size:30px;
}
.containerimg
{
	width:50%;
}
.contatti
{
	height:800px;
	/*background-color:white;*/
}
.containercontatti
{
	position: relative;
    display: flex;
	margin-right:0;
	padding-right:0;
		margin-left:0;
	padding-left:0;
	height:100%;
	width:100%;
}
.divcontactform
{
	position:absolute;
	height:100%;
	width:100%;
}
.wpcf7
{
	position: absolute;
    z-index: 9999;
	top:5%;
	background-color:white;
	width:45%;
	height:100%;
	right: calc(60% + -224px);
}
.ajax-loader
{
	position:absolute!important;
}
.wpcf7-submit
{
}
.wpcf7-email
{
	width:100%;
	background-color:#F3F9ED;
	border-radius:10px;
	border:0;
	height:50px;
}
.wpcf7-text
{
	width:100%;
	background-color:#F3F9ED;
	border-radius:10px;
	border:0;
	height:50px;
}

.wpcf7 p label
{
	/*display:none;*/
}
.your-subject,.your-email
{
	/*display:none;*/
}

.pcomeassociarsi
{
	/*margin-left:25%;
	width:50%;*/
	font-size:18px;
	color:#333232;
	font-family:"Raleway-Medium";
}


.h2contenutodomanda
{
	color:#333232;
	font-family:"Raleway-Bold";
	font-size:30px;
}
.pcontenutodomanda
{
color:#333232;
font-family:"Raleway-Medium";
font-size:18px;
}

.pfederazione2
{
	font-size:13px;
	font-family:"Raleway-Bold";
	color:#707070;
	width:100%;
}
/*
fine css fas
*/
.is-open
{
	/*height:300px;
	overflow:auto;*/
}
.divcavalli
{
	padding-left:0;
}

.pea_cook_wrapper
{
    position: fixed !important;
    padding: 6px 6px 6px 50px !important;
    margin: 0 !important;
    border-radius: 0px !important;
    z-index: 10000 !important;
    text-align: center !important;
    background-color: #FFFFFF !important;
    border: 1px solid #75B72A !important;
}
.pea_cook_wrapper p {
    bottom: 30px !important;
    font-family: 'Raleway-Regular' !important;
	font-size: 16px !important;
}
button.pea_cook_btn 
{
    background: #75B72A !important;
    border: 0px solid #bbb !important;
    border-radius: 0px !important;
    box-shadow: inset 0 0 0px 0px #f6f6f6 !important;
    color: #FFFFFF !important;
    font-family: 'Raleway-Regular' !important;
	font-size: 16px !important;
    padding: 20px 40px !important;
	width: auto !important;
	font-weight: normal !important;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom: 10px !important;
    left: 10px !important;
    margin: 0 25%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.imgchisiamopunti,.imgchisiamopuntiverticale,.rowimgchisiamopuntiverticale
{
	display:none;
}
.nav-logo
{
	padding-left:0!important;
}
.divspan
{
	display:none;
}
.wrap ul.wrap-nav li 
{
	font-size:18px;
	display:inline-block;
	vertical-align:top;	
	position:relative;
	color:#707070;
	font-family:"Raleway-Bold";
	margin-right:20px;
}
.containerimg
{
	height:0px;
}
.imgpuntomappa
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:5px;
}
.imgemail
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:15px;
}

/*.logo-pc
{

	width:25%;
	padding-top:0%;
}*/
}

@media screen and (max-width: 1024px) {
    .imgchisiamopunti,.imgchisiamopuntiverticale,.rowimgchisiamopuntiverticale
{
	display:none;
}
}

@media screen and (max-width: 768px)
{
	.img_prossimeventi
	{
		display: none;
	}
	.psottoposti
{

	font-size:20px;
}
	.divpunti
{
	height:100%;
}
	.wpcf7
{
	position: absolute;
    z-index: 9999;
	top:5%;
	background-color:white;
	width:60%;
	height:100%;
	right: calc(80% + -224px);
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	width:100%!important;
	margin:0 auto;
	margin-top: 0px;
	position: absolute;
    top: 56px;
}
	.divemail label
{
	font-size:10px;
}
.divoggetto label
{
	font-size:10px;
}
.divmessaggio label
{
	font-size:10px;
}
.divnome label 
{
	font-size:10px;
}
	.ppuntomappa
{
font-size:10px;
}
.pemail{font-size:10px;margin-top:25px;}
	.imgpuntomappa
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:10px;
}
.imgemail
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:20px;
}
	.wpcf7-submit
{
	background-color:#75B72A;
	color: white;
	text-transform:uppercase;
	width:100%;
	height:100%;
	border-radius:20px;
	width:100%;
	position: relative;
    left: 0%;
	height:50px;
	border:0;
}
	.imgchisiamopunti,.imgchisiamopuntiverticale,.imgchisiamopuntiverticale
{
	display:none;
}
	.ppresidentenome {
    position: absolute;
    right: calc(50% - 190px);
    background-color: #FFEB3B;
    border-radius: 10px;
    width: 140px;
    color: #333232;
    font-size: 20px;
    font-family: "Raleway-Bold";
    top: calc(26% - 127px);
}
.ppresidente {
    position: absolute;
    right: calc(50% - 172px);
    color: #333232;
    font-size: 20px;
    font-family: "Raleway-Regular";
    top: calc(27% - 90px);
}
.pvicepresidentenome
{
	font-size:20px;
	width:200px;
	left: calc(50% - -52px);
	top: calc(30% - 118px);
}
.pvicepresidente
{
	font-size:20px;
	left: calc(60% - 0px);
	top: calc(30% - 70px);
width:150px;
}
.imgchisiamopuntiverticale
	{
	/*position: absolute;*/
    transform: rotate(90deg);
    width: 180px;
    bottom: 22px;
	margin-top:12%
    /*left: calc(50% - -9px);
    top: calc(50% - 286px);*/
	}
	.imgchisiamopunti
	{
    /*position: absolute;
    width: 110px;
    bottom: 22px;
    left: calc(50% - 159px);*/
	position: absolute;
    width: 50%;
    bottom: 22px;
    right: calc(0% - 25%);
	}
	.sectionchisiamo
	{
		/*height:1150px;*/
	}
.is-open
{
	height:296px!important;
	overflow:auto!important;
}
.divspan
{
	display:block;
	margin-right:10px;
	    /*margin-bottom: 15px;*/
		margin-top:0px;
		position: relative;
    top: -9px;
    right: 23px;
}
.scaricastatutoimg
{
	width:100%;
}
.containerimg
{
	height:0px;
}
.wrap-nav  
{
	display:block;
	width:100%;
	height:0px;
	overflow:hidden;
	/*background-color:#F3F9ED;*/
}

.logo-pc
{
width:72px;
	
}
.is-open{
	display:block;
	vertical-align:top;	
	/*position:relative;
	color:#707070;*/
	margin-right:20px;
	background-color:#FCF8C0;
	height:100px;
	/*padding-left:0px;*/
}
.containermenu
{
	padding:0;
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display:block;
	/*vertical-align:top;	*/
	/*position:relative;
	color:#707070;*/
	color:#75B72A;
	font-family:"Raleway-Bold";
	margin-right:20px;
		padding:15px;
	border-bottom: 1px solid #75B72A;
}
.wrap ul.wrap-nav li a {
	color:#75B72A;

}
.containerimg
{
	z-index:99999;
}
.overlay 
	{
		display:block;
		/*position: relative;
		margin-top:100px;*/
	}
.pea_cook_wrapper
	{
		width:100% !important;
		padding: 0px!important;
		/*bottom: 50px !important;*/
	}
.pea_cook_wrapper.pea_cook_bottomcenter { 
    bottom: 40px !important;
    left: 10px !important;
    margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomright	
{
	bottom:3px!important;
	right:0!important;
}
}
@media screen and (max-width: 558px)
{
	.imgemail
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:15px;
}
	.imgpuntomappa
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 46px);
	margin-top:5px;
}
.imgchisiamopunti,.imgchisiamopuntiverticale
{
	display:none;
}
	.pea_cook_wrapper
	{
		width:100% !important;
		padding: 0px 0px 0px 0px !important;
		/*bottom: 50px !important;*/
	}
	.imgchisiamopuntiverticale
	{
	/*position: absolute;*/
    transform: rotate(90deg);
    width: 120px;
    bottom: 22px;
    /*left: calc(50% - -9px);
    top: calc(50% - 286px);*/
	margin-top:10%;
	}
	.imgchisiamopunti
	{
position: absolute;
    width: 50%;
    bottom: 22px;
    right: calc(0% - 25%);
	}
	.sectionchisiamo
	{
		/*height:1100px;*/
	}
.is-open
{
	height:296px!important;
	overflow:auto!important;
}
.divspan
{
	display:block;
	margin-right:10px;
	    margin-bottom: 15px;
}
.containerimg
{
	height:0px;
}
.wrap-nav  
{
	display:block;
	width:100%;
	height:0px;
	overflow:hidden;
	/*background-color:#F3F9ED;*/
}

/*.logo-pc
{
	padding-top:0px;
	width:36%;
	
}*/
.is-open{
	display:block;
	vertical-align:top;	
	/*position:relative;
	color:#707070;*/
	margin-right:20px;
	background-color:#FCF8C0;
	height:100px;
	/*padding-left:0px;*/
}
.containermenu
{
	padding:0;
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display:block;
	/*vertical-align:top;	*/
	/*position:relative;
	color:#707070;*/
	color:#75B72A;
	font-family:"Raleway-Bold";
	margin-right:20px;
		padding:15px;
	border-bottom: 1px solid #75B72A;
}
.wrap ul.wrap-nav li a {
	color:#75B72A;

}
.containerimg
{
	z-index:99999;
}


	.ppresidentenome {
    position: absolute;
    right: calc(50% - 135px);
    background-color: #FFEB3B;
    border-radius: 10px;
    width: 100px;
    color: #333232;
    font-size: 14px;
    font-family: "Raleway-Bold";
    top: calc(30% - 82px);
}
.ppresidente {
    position: absolute;
    right: calc(50% - 120px);
    color: #333232;
    font-size: 14px;
    font-family: "Raleway-Regular";
    top: calc(30% - 55px);
}
.pvicepresidentenome
{
	font-size:14px;
	width:130px;
left: calc(61% - 9px);
    top: calc(30% - 55px);
}
.pvicepresidente
{
	font-size:14px;
	left: calc(61% - 8px);
	top: calc(30% - 30px);
}
.divpunti
{
	height:100%;
}
}


font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf')  format('truetype');  
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Italic';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf') format('truetype'); 
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins-Regular", sans-serif;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/
#idImgModal
{	
	cursor:pointer;
}
a
{
	text-decoration: auto;
}
padding
{
	font-size:17px!important;
}




/*styling open close button*/
.button {
	display:inlines;
	position:absolute;
	right:50px;
	top:20px;
	z-index:999;
	font-size:30px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#706F6F;
	content:"\f0c9";
	font-family:"Font Awesome 5 Free";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-weight: 900;
}
.btn-open:hover:after {
	color:#000029;
}
.btn-close
{
	background: none !important;
}
.btn-close:after {
	color: #706F6F;
	content:"\f00d";
	font-family:"Font Awesome 5 Free";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-weight: 900;
}
.btn-close:hover:after {
	color: #000029;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
    opacity: 1;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#FFF;
	overflow:auto;
	z-index:99;
}
.wpcf7
{
	position: absolute;
    z-index: 9999;
	top:5%;
	background-color:white;
	width:45%;
	height:100%;
	right: calc(60% + -224px);
}
.ajax-loader
{
	position:absolute!important;
}
.wpcf7-submit
{
}
.wpcf7-email
{
	width:100%;
	background-color:#F3F9ED;
	border-radius:10px;
	border:0;
	height:50px;
}
.wpcf7-text
{
	width:100%;
	background-color:#F3F9ED;
	border-radius:10px;
	border:0;
	height:50px;
}

.wpcf7 p label
{
	/*display:none;*/
}
.wpcf7-submit
{
	background-color:#75B72A;
	color: white;
	text-transform:uppercase;
	width:100%;
	height:100%;
	border-radius:20px;
	width:100%;
	position: relative;
    left: 0%;
	height:50px;
	border:0;
}
.is-open
{
	min-height:calc(100vh - 100px) !important;
	overflow:auto!important;
}
.divspan
{
	display:block;
	margin-right:10px;
	    /*margin-bottom: 15px;*/
		margin-top:0px;
		position: relative;
    top: 0px;
    right: 23px;
	position: absolute;
    top: 39px;
}
.wrap-nav  
{
	display:block;
	width:100%;
	height:0px;
	overflow:hidden;
	/*background-color:#F3F9ED;*/
}

.is-open{
	margin-top: 42px;
	display:block;
	vertical-align:top;	
	/*position:relative;
	color:#707070;*/
	margin-right:20px;
	background-color:#FFFFFF;
	height:100px;
	/*padding-left:0px;*/
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display:block;
	/*vertical-align:top;	*/
	/*position:relative;
	color:#707070;*/
	color:#75B72A;
	font-family:"Poppins-Bold";
	margin-right:20px;
		padding:15px;
	border-bottom: 1px solid #75B72A;
}
.wrap ul.wrap-nav li a {
	color:#75B72A;

}
.overlay 
	{
		display:block;
		/*position: relative;
		margin-top:100px;*/
	}

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

h2
{
	font-family: "Poppins-Bold";
    font-size: 16px;
}
h3
{
	font-family: "Poppins-Regular";
    font-size: 14px;
}
h4
{
	font-family: "Poppins-Light";
    font-size: 14px;
}

hr
{
	color: #00904A;
    width: 300px;
    height: 3px !important;
	opacity: 1;
}

a
{
	color: #212529;
}

a:hover
{
	color: #00904A;
}

#left
{
	background-color: #FFFFFF;
}

p
{
	font-family: "Poppins-Regular";
    font-size: 14px;
	color: #212529;
}

body
{
	font-size: 14px;
	height: 100%;
	margin: 0;
}

ul.menu
{
	list-style-type: none;
}

.menu i
{
	width: 40px;
	text-align: center;	
}

.menu li
{
	
}

li.selected
{
	border-right: 2px solid #00904A;
}

.selected i
{
	color: #00904A;
}

.selected a
{
	font-family: "Poppins-Bold";
}

#right
{
	background-color: #F5F5FB;
}

.programma h2
{
	font-family: "Poppins-Bold", sans-serif;
	font-size: 1rem;
}

.programma h3
{
	font-size: 1rem;
	text-align: right;
}

.evento
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.evento.even
{
	background-color: #45AA79;
}

.evento.odd
{
	background-color: #E3DB75;
}
.evento .orari
{
	background-color: rgba(255,255,255, 0.2);
    width: 100%;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 47px;
}

.evento .orari p
{
	margin: 0;
    text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}

.evento .orari hr
{
	color: #FFFFFF;
    width: 30px;
    height: 1px !important;
	opacity: 1;
	margin: 5px;
	margin-left: calc(50% - 15px);	
}

.evento h2
{
	font-family: "Poppins-Bold", sans-serif;
	font-size: 1rem;
	color: #FFFFFF;
}

.evento h3
{
	font-size: 1rem;
	text-align: left;
	color: #FFFFFF;
}

.relatore
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #545871;
}

.relatore h2
{
	font-family: "Poppins-Bold", sans-serif;
	font-size: 1rem;
	color: #FFFFFF;
}

.relatore h3
{
	font-size: 1rem;
	text-align: left;
	color: #FFFFFF;
}

.relatore .profilo
{
	height: 50px;
	width: 50px;
	border-radius: 10px;
	background-position: center; 
	background-size: cover;
}

.cartina
{
	position: relative;
	height: 400px;
    width: 100%;
}

#contattaci
{
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	bottom: 20px;
	left: 45px;
}
#contattaci i
{
	width: 30px;
    text-align: center;
    margin-left: -9px;
}
#dettaglio
{
	min-height: 100%;
	background-color: #FFFFFF;
	width: 100%;
	/*position: absolute;
    top: 0;
    right: 0;*/
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.54); 
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.54);
}

#dettaglio h3
{
	font-family: "Poppins-Bold", sans-serif;
}

#closeDialog
{
	border: 0px;
    background-color: transparent;
	position: fixed;
    right: 0;
    top: 97px;    
}

.intervento_sx
{
	width: 80px;
	float: left;
}

.intervento_dx
{
	width: fit-content;
	float: left;
	width: calc(100% - 80px);
}

#contenutoDettaglio
{
	width: calc(100vw - 70px);
}
#contenutoDettaglio .relatore
{
	width: fit-content;
	background-color: transparent;
}

#contenutoDettaglio .durata
{
	background-color: #EFEFEF;	
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

#contenutoDettaglio .durata p
{
	padding: 0px;
	margin: 0px;
	line-height: 50px;
    text-align: center;
}

.titolointervento h3
{
	color: #ADADC9;
	font-size: 22px;
}

.relatore h5
{
	color: #ADADC9;
    font-size: 15px;
}

.relatore h4
{
	font-family: "Poppins-Bold", sans-serif;
}

.moderatore .nome
{
	font-family: "Poppins-Bold", sans-serif;	
}

.moderatore .ruolo
{
	font-size: 14px;
}

.dettaglioRelatore h5
{
	color: #ADADC9;
    font-size: 18px;
}

.titoloDettaglio
{
	font-size: 22px;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 746px) {
	#menuBig
	{
		display: block;
	}
	header
	{
		display: none;
	}
	#topLoghi
	{
		display: none !important;
	}
}

@media screen and (max-width: 745px) {
	#menuBig
	{
		display: none;
	}
	
	header
	{
		display: block;
	}
	
	#topLoghi
	{
		display: block !important;
		background-color: #FFFFFF;
		float: left;
		width: 100%;
	}
	
	#logo0
	{
		width: 100%;
		float: left;
		text-align: center;
		padding: 10px 0px 0px 0px ;
	}
	#logo1
	{
		width: 50%;
		float: left;
		text-align: center;
		padding: 0px 0px 0px 0px;
	}
	#logo2
	{
		width: 50%;
		float: left;
		text-align: center;
		padding: 0px 0px 0px 0px ;
	}
	#logo1 img 
	{
		max-height: 66px !important;
	}
	#logo2 img 
	{
		max-width: 70%;
		margin-top: 13px;
	}
	#dettaglio
	{
		margin-top: 101px !important;
	}
	
	header
	{
		height: 100px;
	}
	
	nav
	{
		height: 100px;
		background-color: #FFFFFF;
	}
	
	#contattaci 
	{
		left: 43px;
		width: calc(100% - 85px);
	}
}





@media screen and (min-width: 768px) and (max-width: 1024px) {
.imgchisiamopunti,.imgchisiamopuntiverticale,.rowimgchisiamopuntiverticale
{
	display:none;
}
.nav-logo
{
	padding-left:0!important;
}
.divspan
{
	display:none;
}
.wrap ul.wrap-nav li 
{
	font-size:18px;
	display:inline-block;
	vertical-align:top;	
	position:relative;
	color:#707070;
	font-family:"Raleway-Bold";
	margin-right:20px;
}
.containerimg
{
	height:0px;
}
.imgpuntomappa
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:5px;
}
.imgemail
{
	height: 35px;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 53px);
	margin-top:15px;
}

/*.logo-pc
{

	width:25%;
	padding-top:0%;
}*/
}

#menu
{
	width: calc(100% + 24px);
}

@media screen and (min-width: 746px) and (max-width: 1030px) {
	.evento h2 {
		font-family: "Poppins-Bold", sans-serif;
		font-size: 14px;
		color: #FFFFFF;
	}
	.relatore h2 {
		font-family: "Poppins-Bold", sans-serif;
		font-size: 14px;
		color: #FFFFFF;
	}
	
	
	#menu a
	{
		font-size: 13px;
	}
	
	.menu li 
	{
		margin-left: -26px;
		padding-left: 0px;
	}
}

.logolink
{
	width: 100%;
}

.logolink.scrolled img
{
	width: 50% !important;
}

.text-left.scrolled
{
}

#prossimi_eventi
{
	background-color: #C7D0E8;
	border-radius: 20px;
}
#prossimi_eventi h2
{
	color: #2E569A;
}
.img_prossimeventi
{
	position: relative;
}
.img_prossimeventi img
{
	position: absolute;
    top: -115px;
    left: calc(50% - 80px);
}

.row_archivio
{
	background-color: #FFFFFF;
	border-radius: 16px;
}
