@import url(http://fonts.googleapis.com/css?family=Lustria);

/*@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/helveticalight-webfont.eot');
    src: url('fonts/helveticalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticalight-webfont.woff') format('woff'),
         url('fonts/helveticalight-webfont.ttf') format('truetype'),
         url('fonts/helveticalight-webfont.svg#HelveticaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue/BebasNeue.eot');
	src: local('☺'), 
	url('fonts/BebasNeue/BebasNeue.woff') format('woff'), 
	url('fonts/BebasNeue/BebasNeue.ttf') format('truetype'), 
	url('fonts/BebasNeue/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'UbuntuLightRegular';
    src: url('fonts/Ubuntu/ubuntu-l-webfont.eot');
    src: url('fonts/Ubuntu/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu/ubuntu-l-webfont.woff') format('woff'),
         url('fonts/Ubuntu/ubuntu-l-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu/ubuntu-l-webfont.svg#UbuntuLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/Ubuntu/ubuntu-m-webfont.eot');
    src: url('fonts/Ubuntu/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu/ubuntu-m-webfont.woff') format('woff'),
         url('fonts/Ubuntu/ubuntu-m-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu/ubuntu-m-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*RESET MARGINI E PADDING DI TUTTI GLI ELEMENTI*/
html * { margin: 0; padding: 0; border: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1 url('images/noise.png') repeat;
/*background: transparent;*/
	font: 0.9em UbuntuLightRegular, HelveticaLight, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #191919;
}
a:link { 
	color: #0062cc;
/*	color: #4d90fe;*/
/*	color: #08c;*/
/*	color: #357ae8;*/
/*color: #0080cc;*/
	outline: none;
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(53,122,232, .3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #2f5bb7;
	border-bottom: 1px solid #357ae8;
	border-bottom: 1px solid rgba(53,122,232, 1);
}
strong {
	font-family: UbuntuMedium, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
}
.clear {
	clear: both;
}




/* HEADER*/
#header {
	height: 15px;
/*	border-bottom: 1px solid #2f5bb7;*/
	border-bottom: 1px solid #4d90fe;
	box-shadow: 0px 1px 0px 0px #2f5bb7;
	background-image: #3f85f6;
	background-image: -webkit-linear-gradient(top, #4d90fe 0%, #3079ed 100%);
	background-image: -moz-linear-gradient(top, #4d90fe 0%, #3079ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0%, #3079ed 100%);
	background-image: -ms-linear-gradient(top, #4d90fe 0%, #3079ed 100%);
	background-image: linear-gradient(top, #4d90fe 0%, #3079ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#3079ed',GradientType=0);
}

#presentazione {
	background: url('images/cmd.png') no-repeat 110% -40px;
	background: url('images/cmd.png') no-repeat 110% -40px, url('images/noise.png') repeat left top;
	background-color: #333;
	border: 1px solid #2f5bb7;
	border-left: 0;
	color: #fff;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: 2em;
	padding-left: 5em;
	float: left;
	width: 60%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 0px 5px 6px #333;
	-sand-box-shadow: 0px 0px 5px 6px #333;
	border: 2px dashed #ccc;
	border-left: 0;
	
}
#presentazione #me {
	font-size: 3em;
	font-weight: 100;
}
#presentazione #me a {
	color: #fff;
	border: 0;
}
#presentazione #a_me_home:hover {
	text-shadow: 1px 1px 4px #b3b3b3;
}
#presentazione #occupazione {
	font-size: 1em;
	font-weight: 100;
}



#settore {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	
}
#settore .left {
	float: left;
/*	margin-left: 2em;*/
	width: 33%;
}
#settore .center {
	float: left;
	margin-left: 0em;
	width: 33%;
}
#settore .right {
	float: left;
/*	margin-right: 2em;*/
	width: 33%;
}



#wrapper {
	width: 53%;
	margin-left: auto;
	margin-right: auto;
	background: #f8f8f8;
	padding: 1.5em;
	border-radius: 3px;
}
#wrapper h3 {
	margin-bottom: 0.7em;
	font-family: Lustria;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: 500;
	border-bottom: 1px solid #e8e8e8;
	letter-spacing: 1px;
}
#wrapper h3:first-letter {
	font-size: 1.2em;
}
#wrapper p {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.6em;
}
#wrapper p.last {
	margin-bottom: 3em;
}
/*#wrapper #myslideshow {
	margin: 1.5em auto;
	margin-bottom: 6em;
	background-color: #f8f8f8;
}*/


.caption a, .caption a:link {
	color: #e6e6e6;
	color: rgba(255, 255, 255, .7);
	border-bottom: 1px solid #666;
}       
.caption a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}       
            
            
            
            
#wrapper ul {
	margin-left: 1.2em;
}


/*CONTATTI*/
.mail {
	border-top: 1px solid #ccc; /*dae6dd*/
	border-bottom: 1px solid #ccc;
	border: 1px solid #dfdfdf;
	padding: 1em 1.5em;
/*	margin: 2em -1.5em 0em -1.5em;*/
	font-size: 1em;
	margin-top: 2em;
	border-radius: 1px;
}
.m_ok {
	background-image: #f1fff7;
	background-image: -webkit-linear-gradient(top, #e3ffee 0%, #f2f2f2 100%);
	background-image: -moz-linear-gradient(top, #e3ffee 0%, #f2f2f2 100%);
	background-image: -o-linear-gradient(top, #e3ffee 0%, #f2f2f2 100%);
	background-image: -ms-linear-gradient(top, #e3ffee 0%, #f2f2f2 100%);
	background-image: linear-gradient(top, #e3ffee 0%, #f2f2f2 100%);
}
.m_no {
	background-image: #ff9ea6;
	background-image: -webkit-linear-gradient(top, #ff3d4d 0%, #f2f2f2 100%);
	background-image: -moz-linear-gradient(top, #ff3d4d 0%, #f2f2f2 100%);
	background-image: -o-linear-gradient(top, #ff3d4d 0%, #f2f2f2 100%);
	background-image: -ms-linear-gradient(top, #ff3d4d 0%, #f2f2f2 100%);
	background-image: linear-gradient(top, #ff3d4d 0%, #f2f2f2 100%);
}
.mail a {
	float: right;
	background: url('images/close.png') no-repeat center center;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	text-decoration: none;
	border: 0;
	left: 33px;
	top: -25px;
}

/*FORM*/
form {
	margin-top: 2.5em;
}
form label {
	display: inline-block;
	width: 20%;
	float: left;
}
form #anti {
	display: none;
}
form input[type=text], form select, form textarea {
	border: 1px solid #808080;
	border-radius: 2px;
	padding: 0.3em;
	background-image: #fafafa;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	width: 70%;
	font: 1em UbuntuLightRegular, HelveticaLight, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form input[type=text], form select {
	width: 15em;
}
form select {
	width: 16em;
	position: relative;
	left: -1px;
}
form input[type=text]:focus, form select:focus, form textarea:focus {
	border: 1px solid #2f5bb7;
	box-shadow: 2px 3px 4px #ccc;
}
form input[type=submit], form input[type=reset] {
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0.4em 1.5em;
	cursor: pointer;
	font: 0.9em UbuntuLightRegular, HelveticaLight, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin-right: 0.5em;
	margin-top: 1em;
	background-image: #d9d9d9;
	background-image: -webkit-linear-gradient(bottom, #cccccc 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(bottom, #cccccc 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(bottom, #cccccc 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(bottom, #cccccc 0%, #e6e6e6 100%);
	background-image: linear-gradient(bottom, #cccccc 0%, #e6e6e6 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: -1px 0 0 #e6e6e6;
}
form input[type=submit] {
	padding: 0.4em 3em;
}
form input[type=submit]:hover, form input[type=reset]:hover {
	background-image: #cdcdcd;
	background-image: -webkit-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
	background-image: linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
}
form input[type=submit]:active, form input[type=reset]:active {
	background-image: #c0c0c0;
	background-image: -webkit-linear-gradient(bottom, #999999 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(bottom, #999999 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(bottom, #999999 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(bottom, #999999 0%, #e6e6e6 100%);
	background-image: linear-gradient(bottom, #999999 0%, #e6e6e6 100%);
}

/*OVER FOOTER*/
#over_footer {
	clear: both;
	border-bottom: 1px solid #2f5bb7;
	margin-top: 3em;
}
/*FOOTER*/
#footer {
	padding: 1.5em;
	border-top: 1px solid #4d90fe;
	background-image: #2c76f6;
	font-size: 0.9em;
	background-image: -webkit-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background-image: -moz-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background-image: -o-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background-image: -ms-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background-image: linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5ced', endColorstr='#4d90fe',GradientType=0);	
	
	background: url('images/noise.png') repeat left top, -webkit-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background: url('images/noise.png') repeat left top, -moz-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background: url('images/noise.png') repeat left top, -o-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background: url('images/noise.png') repeat left top, -ms-linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	background: url('images/noise.png') repeat left top, linear-gradient(top, #0a5ced 0%, #4d90fe 100%);
	
}
#footer p {
	text-align: center;
	margin-bottom: 0.6em;
}
/*#footer p:last-child {
	margin-top: 7.5em;
	margin-bottom: 0;
}*/
#footer .cent_left {
	display: block;
	width: 50%;
	text-align: right;
	float: left;
	padding-right: 0.3em;
}
#footer .cent_right {
	display: block;
/*	width: 49.9%;*/
	margin-left: 50%;
	text-align: left;
	padding-left: 0.3em;
/*	float: right;*/
}
#footer a {
	color: #e8e8e8;
	color: rgba(255,255,255, .6);
	border-bottom: 1px solid #e8e8e8;
	border-bottom: 1px solid rgba(255,255,255, .3);
	
}
#footer a:hover, #footer a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#footer #copyright {
	margin-top: 1.5em;
	margin-bottom: 0;
}