@charset "UTF-8";

.file {
	min-height: 1em;
	height: auto;
	float: left;
	margin-left: 6%;
	width: 91%;
	clear: both;
	display: inline-block;
}
.file:nth-child(1) {
	margin-top: 10px;
}
.file:last-child {
	margin-bottom: 15px;
}
.file_icona {
	clear: left;
	float: left;
	min-height: 22px;
	height: auto;	
	width: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
/*	border: 1px solid red;*/
}
.file_nome {
/*	border: 1px solid green;*/
	clear: none;
	float: left;
	height: auto;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	min-width: 18em;
	width: 18em;
	overflow: hidden;
}
/*.file_nome:hover {
	overflow: visible;
}*/
.file_descrizione {
/*	border: 1px solid blue;*/
	/*clear: none;*/
	float: left;
	padding: 7px;
	vertical-align: top;
	white-space: normal;
	height: auto;
	line-height: 1.5em;
	min-width: 20em;
	/*width: auto;*/ /*30em;*/
	width: 95%;
	margin: 2px;
	clear: both;
	margin-left: 45px;
	border-bottom: 1px dotted darkgray;
	
}

.no_files {
	clear: none;
	float: left;
	height: auto;
	line-height: 1.5em;
	min-width: 20em;
	width: 30em;
	padding: 7px;
	vertical-align: top;
	white-space: normal;
	margin: 2px;
	margin-left: 85px;
}

.file_icona_ini {	background-image: url("icons/file_ini.png");	}
.file_icona_exe {	background-image: url("icons/file_exe.png");	}
.file_icona_gz  {	background-image: url("icons/file_gz.png");		}
.file_icona_zip {	background-image: url("icons/file_zip.png");	}
.file_icona_dat {	background-image: url("icons/file_dat.png");	}
.file_icona_txt {	background-image: url("icons/file_txt.png");	}
.file_icona_xml {	background-image: url("icons/file_xml.png");	}
.file_icona_7z 	{	background-image: url("icons/file_zip.png");	}


.file:hover {
	border-color: darkgray;
	background-color: white;
}
.file.not_found {
	background-color: #ffb3b3;
}


.elenco_files {
	float: none;
	clear: both;
	display: inline-block;
	margin-left: 2em;
}
@media (max-width: 1024px) {
	.elenco_files {
		margin-left: 0px;
		margin-right: 0px;
	}
	.file {
		margin-left: 0px;
		width: 90%;
	}
	.file_descrizione {
		/*clear: both;
		margin-left: 45px;*/
		/*border-bottom: 1px dotted darkgray;*/
		margin-bottom: 15px;
		width: auto;
		min-width: unset;
	}
	.file_nome {
		min-width: unset;
		width: auto;
		max-width: 70%;
		white-space: normal;
	}
	.no_files {
		width: 90%;
		min-width: 90%;
	}
}
.link_secondari {
	float: left;
	clear: both;
}




/* SITI AMICI */
a.banner {
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 15px;
	-khtml-opacity: 0.80;
	  -moz-opacity: 0.80;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	       opacity: 0.80;
	        filter: alpha(opacity=80);
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 50px;
	height: 118px;
	line-height: 270px;
	width: 300px;
	vertical-align: bottom;
	text-align: center;
	font-family: arial;
	font-variant: small-caps;
	text-decoration: none;
}
a.banner:hover {
	-khtml-opacity: 1.0;
	  -moz-opacity: 1.0;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	       opacity: 1.0;
	        filter: alpha(opacity=100);
	-webkit-box-shadow: 5px 5px 6px gray;
	-moz-box-shadow: 5px 5px 6px gray;
	box-shadow: 5px 5px 6px gray;
	font-weight: bold;
}
a.banner:visited {
	color: inherit;
}
a.banner_progetto_snaps {
	background-image: url("images/banner_progetto_snaps.png");
}
a.banner_special_program {
	background-image: url("images/banner_special_program.png");
}
a.banner_feel {
	background-image: url("images/banner_feel.png");
}



#adbtools_gallery,
#mde_gallery {
	padding-left: 50px;
	padding-right: 50px;
	background-color: transparent;
}
ul.adbtools_gallery,
ul.mde_gallery {
	overflow: auto;
	padding: 10px;
	margin: 20px;
	width: 80%;
	height: auto;
	float: left;
}

ul.adbtools_gallery > li,
ul.mde_gallery > li {
	list-style-type: none;
	margin: 5px;
	float: left;
	-khtml-opacity: 0.70;
	  -moz-opacity: 0.70;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	       opacity: 0.70;
	        filter: alpha(opacity=70);
	-webkit-transition: all ease-in-out 200ms;
	   -moz-transition: all ease-in-out 200ms;
	    -ms-transition: all -ms-transform ease-in-out 200ms;
	     -o-transition: all ease-in-out 200ms;
	        transition: all ease-in-out 200ms;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.adbtools_gallery > li:hover,
ul.mde_gallery > li:hover {
	-khtml-opacity: 1.0;
	  -moz-opacity: 1.0;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	       opacity: 1.0;
	        filter: alpha(opacity=100);
	-webkit-transform: scale3d(1.10, 1.10, 1);
	-moz-transform: scale3d(1.10, 1.10, 1);
	-o-transform: scale3d(1.10, 1.10, 1);
	-ms-transform: scale3d(1.10, 1.10, 1);
	transform: scale3d(1.10, 1.10, 1);
	z-index: 10;
}
ul.adbtools_gallery > li > a > img,
ul.mde_gallery > li > a > img {
	height: 100px;
	border-radius: 5px;
}
ul.adbtools_gallery > li:hover > a > img,
ul.mde_gallery > li:hover > a > img {
	-webkit-box-shadow: 5px 5px 6px gray;
	-moz-box-shadow: 5px 5px 6px gray;
	box-shadow: 5px 5px 6px gray;
}



.note_mess {
	font-style: italic;
	color: #660000;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	border-left: 3px solid #660000;
}










/*
.slider_arrowleft:hover, .slider_arrowright:hover {
	background-color: #e5e6e6;
	opacity: .9;
}
.slider_arrowleft, .slider_arrowright {
	background-color: #f1f1f1;
	bottom: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 42px;
	z-index: 10;
	opacity: .7;
}
.slider_arrowleft {
	left: 0;	
}
.slider_arrowright {
	right: 0;
}

.slider_arrowleft_image, .slider_arrowright_image {
	height: 24px;
	left: 10px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 14px;
	background-image: url(slider.png);
	background-position: 0 -25px;
}

.slider_arrowright_image {
	background-image: url(slider-right.png);
	left: 16px;
}

.slider_items {
	-webkit-transition: left 0.3s;
	display: inline-block;
	height: inherit;
	margin-left: 20px;
	overflow: none;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	height: 100%;
}

.slider_item {
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	height: 100%;
}

.slider_item:hover {
	border: 1px solid #d6d6d6;
	box-shadow: 1px 1px #fff;
	background-color: #e5e6e6;
	cursor: pointer;
}

.slider_container {
	height: 100%;
	width: 100%;
}


.adbtools_gallery {
	position: relative;
	display: inline-block;
	width: 95%;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}


.slider_item {
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	width: 125px;
}
li.slider_item > a > span {
	clear: left;
	float: left;
	font-family: arial;
	font-size: 90%;
	font-variant: small-caps;
	height: 2.5em;
	margin-left: -120px;
	margin-top: 110px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: normal;
	width: 120px;
}
*/
