/* Bare minimum styles */
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
	margin-bottom:15px;
}

/* AnySlider can be styled to your liking. This is just example styles */


.contieninews h2, .contienivideo h2	{
	background:#7A461C;
	padding:4px 0;
	color:#fff;
	font-family:'exoextra_light';
	font-size:1.2em;
	padding-left:5px !important;
}

.contieninews h2 a, .contienivideo h2 a, .bandi	h2 a	{
	color:#fff;
	font-family:'exoextra_light';
}


.bandi	{
	background:#e6e6e6;
}

.bandi	h2 {
	background:#7A461C;
	padding:4px 0;
	color:#fff;
	font-family:'exoextra_light';
	font-size:1.2em;
	padding-left:5px !important;
	width:100%;
	margin-top:0;
	
}


.contieninews .slider {


	margin: 0px -.55em;
	padding: 0 5px;
 height:10.7em;
	width: 100%;

}

.contienivideo .slider {

/*height:10.7em;*/
	margin: 0px auto;

}

.contieniprogetto .as-nav, .archiviovideo .as-nav, .archiviofoto .as-nav  	{
	display:none;
}

.contieniprogetto .slider	{
	height:19em;
	
}


.archiviovideo .slider	{
	/*height:14em;	necessario ridimensionare per via del flex video*/
	/*height:11em;*/
	margin-bottom:1.25em;	
}

.archiviofoto .slider	{
	width:100%;
	height:auto;
}


.bandi .slider-wrapper	{
	width:100%;
}

.bandi .slider {



  height:4.3em;
	width: 100%;
	

}

.contieninews  .as-prev-arrow, .contieninews  .as-next-arrow, 
.contienivideo .as-prev-arrow, .contienivideo .as-next-arrow, 
.bandi .as-prev-arrow, .bandi .as-next-arrow,
.bandi .as-next-arrow
	{
	display:none !important;
}


/* The arrows can of course also be styled to your liking. This is just example styles */
.contieniprogetto .as-prev-arrow, .contieniprogetto .as-next-arrow, .archiviovideo .as-prev-arrow, .archiviovideo .as-next-arrow,
.archiviofoto .as-prev-arrow, .archiviofoto .as-next-arrow  {
	background: url(../img/arrows.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0.7);
	height: 60px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	
	white-space: nowrap;
	width: 40px;
	z-index: 1;
	
}

.contieniprogetto .as-prev-arrow, .contieniprogetto .as-next-arrow	{
	top: 110px;
}




.archiviovideo .as-prev-arrow, .archiviovideo .as-next-arrow	{
	top: 60px;
}

.archiviofoto .as-prev-arrow, .archiviofoto .as-next-arrow	{
	top: 50%;
}


.contieniprogetto .as-prev-arrow {
	left: 0;
	
	
}

/* .archiviovideo .as-prev-arrow	{
	 left:30px;
 }*/

.contieniprogetto .as-next-arrow, .archiviovideo .as-next-arrow,
.archiviofoto .as-next-arrow {
	background-position: -40px 0;
	right: 0;
	
	
}

.contieniprogetto .slider:hover .as-arrows a,
.archiviovideo .slider:hover .as-arrows a,
.archiviofoto .slider:hover .as-arrows a  
 {
	filter: alpha(opacity=1);
	opacity: 1;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {

	position:absolute;
	right:0;
	top:-2em;
	z-index:100;
	
	
}

.bandi .as-nav 	{
	top:.8em;
	left:-4.6em;
}




.as-nav a {


	
	float:left;
	display:block;
	background: rgba(255,255,255,0.3);
	width: .65em;
	height: .65em;

	border-radius: 1000px;
	margin-right: 6px;	

	color:transparent;
}




a.as-active, .as-nav a:hover {

	background: rgba(255,255,255,0.7);
}


.slider-wrapper {

	position: relative;
}




.notizie_wrapper, .eventi_wrapper, .gallery_wrapper, .bandi_wrapper {
	position:relative;
}


.notizie_wrapper .titolo a, .eventi_wrapper .titolo a, .bandi_wrapper .titolo a	{
	color:#cc3300;
	font-size:1em;
	line-height:1.3em;
	font-family:'exolight';
	margin-top:.4em;
}

.notizie_wrapper .titolo a:hover, .eventi_wrapper .titolo a:hover, .bandi_wrapper .titolo a:hover	{
	color:#ff8b00;
	
}

.notizie_wrapper .categoria, .notizie_wrapper .data, .bandi_wrapper .data	{
	color:#000;
	text-transform: uppercase;
	font-size:.75em;
	font-family:'exolight';
}

.bandi_wrapper .data	{
	margin-top:1.3em;
}

.notizie_wrapper .testonews, .eventi_wrapper .testonews	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:.8em;
	line-height:1.3em;
}



.flex-video iframe	{
	height:90%;
}







@media only screen and (min-width: 767px) and (max-width: 940px)  {
	
	.notizie_wrapper .titolo a, .eventi_wrapper .titolo a, .bandi_wrapper .titolo a	{
	
	font-size:1.2em;
	
}


.notizie_wrapper .testonews, .eventi_wrapper .testonews p	{
		display:none;
}

.contieninews .slider	{
	height:9.3em;
}

.contienivideo .slider	{
	height:8.7em;
}

.contieniprogetto .slider	{
	height:17em;
	
}


.bandi .slider {



  height:4.3em;
	width: 100%;

}



.contieniprogetto .as-prev-arrow, .contieniprogetto .as-next-arrow {
	/*background: url(../img/arrows.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0.7);
	height: 60px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 110px;
	white-space: nowrap;
	width: 40px;
	z-index: 1000;*/
	display:none;
}

.archiviovideo .slider	{
	/*height:14em;	necessario ridimensionare per via del flex video*/
	/*height:10em !important;*/
	
}


}


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

.contieninews .slider	{
	height:9.3em;
}

.contienivideo .slider	{
	height12.3em;
}


.bandi .slider {
  height:4.3em;
	width: 100%;

}

.bandi .as-nav 	{
	top: -2em;
	left: 15em;
}


.banditesto	{
	margin-top:-.5em;
}

.contieniprogetto .slider	{
	height:13em;
	
	/*width:100%;*/
	margin: 0px auto;
}

.archiviovideo .slider	{
	/*height:13em;*/
	
	
}

.archiviofoto .slider	{
	height:13em;
	
	
}


.contieniprogetto .as-prev-arrow, .contieniprogetto .as-next-arrow,
.archiviovideo .as-prev-arrow, .archiviovideo .as-next-arrow,
.archiviofoto .as-prev-arrow, .archiviofoto .as-next-arrow {
	
	/*display:none;*/
	
}



.contieniprogetto .as-nav, .archiviofoto .as-nav, .archiviovideo .as-nav {
display: none !important;
}

	


}