/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('../fonts/stylesheet.css');
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.maps iframe {
	height: 500px;
	width: 100%;
}
*:hover {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}
input:not([type="radio"]) {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.btn {
	white-space: normal;
}
font {
	font-family: 'flama_condensedlight';
}
html, body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	height: 100%;
	width: 100%;
}
p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
h1, h2 {
	font-family: 'flama_condensedlight';
	color: #0e253a;
	font-weight: normal;
	font-size: 50px;
}
img {
	border: none;
	max-width: 100%;
}
ul, li {
	list-style-type: none;
	list-style-image: none;
}
a {
	color: #4d606f;
	text-decoration: none;
}
a:hover {
	color: #4d606f;
	text-decoration: underline;
}
::selection {
	background: #DEDEDE; /* Safari */
}
::-moz-selection {
 background: #DEDEDE; /* Firefox */
}
input:focus {
	outline: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
div.wrapper {
	min-height: 100%;
	overflow-x: hidden;
	margin: 0px auto;
	position: relative;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: none;
	text-indent: -9999px;
	background: url('../img/top_move.png') no-repeat;
}
.obbligatorio {
	border-color: #dd0000 !important;
	background: rgba(255, 0, 0, 0.1) !important;
}
.btn {
	font-family: 'flama_condensedlight';
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-color: #4d606f;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	padding: 8px 35px 8px 15px;
	margin: 0px;
	font-size: 25px;
	background-image: url(../img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
}
.btn:hover {
	text-decoration: none;
	background-color: #0e253a;
	color: white;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.clear {
	clear: both;
}
div.header {
	height: 150px;
	background-color: #7F7F7F;
	min-width: 1000px;
	z-index: 999;
	position: relative;
}
div.content {
	overflow: auto;
	clear: both;  /*da togliere poi*/
}
div.contenthome {
	background-color: #339;
	overflow: auto;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 500px;
	padding-bottom: 300px;
}
div.footer {
	width: 100%;
	position: relative;
	background-color: #4d606f;
	padding: 30px 0px 0px 0px;
	height: auto;
	overflow: auto;
}
div.footer .container {
	height: auto;
	overflow: auto;
	padding: 20px 0px 30px 0px;
}
div.footer .box img {
	margin-right: 5px;
}
div.footer .btn {
	background-color: #94D60A;
	background-image: none;
	padding: 8px 30px;
	text-align: center;
	position: relative;
	top: 3px;
}
.footer h2 {
	color: #cccccc;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer h2 a {
	color: #cccccc;
}
.footer ul li a {
	color: white;
}
.footer ul li {
	margin-bottom: 5px;
}
/*module*/


.modulo {
	width: 640px;
	margin-top: 20px;
	border-spacing: 0px 10px;
}
.modulo tr td {
	padding: 5px;
}
.modulo tr th {
	background: #e6e6e6;
	color: #427fc1;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.field_module, .select_module, .field_note {
	position: relative;
	background: none;
	font-size: 15px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background-color: white;
	border: 1px solid #ccc;
	padding: 13px;
	color: #333;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field_note {
	height: 300px;
}
.select_module {
	padding: 12px !important;
}
.footer .field_module {
	width: calc(100% - 155px);
	border: 1px solid #4D606F;
}
/*.field_note {
	border: 1px solid #e3e3e3;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	height: 200px !important;
	overflow: auto;
	-moz-box-shadow: inset 2px 3px 3px #f5f4f4;
	-webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
	box-shadow: inset 2px 3px 3px #f5f4f4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3f79b7;
	font-family: 'Lato', sans-serif;
	width: 100%;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 outline:none;

	
}*/
.label_check a {
	color: #666;
	text-decoration: underline;
}
.label_check input {
	position: relative;
	float: left;
	margin-right: 5px;
	top: 2px;
}
.label_module {
	float: left;
	position: relative;
	font-size: 15px;
	color: #0E253A;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.campo_form {
	width: 50%;
	padding-bottom: 0.5em;
	position: relative;
	float: left;
	padding-right: 1em;
}
.pathway {
	position: relative;
	width: 100%;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	margin-bottom: 10px;
}
.pathway a {
	margin-left: 5px;
	margin-right: 5px;
}
.pathway a:hover {
	margin-left: 5px;
	margin-right: 5px;
}
.sx {
	position: relative;
	float: left;
	width: 60%;
}
.dx {
	position: relative;
	float: right;
	width: 40%;
}
.menu {
	position: relative;
	clear: both;
	width: 100%;
}
hr {
	border-top: 1px solid #ccc;
	border-left: none;
	height: 1px;
	border-right: none;
	border-bottom: none;
	position: relative;
	clear: both;
	margin: 20px 0px 10px 0px;
	display: inline-block;
	width: 100%;
}
.cerca {
    float: right;
    padding: 8px 6px 8px 10px;
    position: relative;
    background-color: white;
    width: 210px;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    top: -3px;
}
.newsletter {
	float: right;
	padding: 5px;
	position: relative;
	background-color: white;
	width: 100%;
	border: 1px solid #ccc;
}
.cerca input[type="text"], .newsletter input[type="text"] {
	font-family: 'Lato', sans-serif;
	border: none;
	background-color: transparent;
	width: 86%;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	padding: 0px;
}
.cerca input[type="image"], .newsletter input[type="image"] {
	position: relative;
	width: 16px;
	top: 2px;
}
.logo {
	position: relative;
	float: left;
}
.footer .box {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 50px;
}
.footer .box.big {
	width: 50%;
}
.social {
	position: relative;
	float: right;
	clear: right;
	margin-top: 22px;
}
.social img {
	margin-left: 3px;
}
.reserved_area {
	position: relative;
	float: right;
	font-weight: 300;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 5px;
	color: #748390;
}
.reserved_area span {
	color: #94D60A;
	text-transform: uppercase;
	margin-right: 5px;
}
header .sx, header .dx {
	padding: 10px 0px;
}
header .sx {
	width: 30%;
}
header .dx {
	width: 70%;
	margin-top: 20px;
}
.welcome {
	background-color: #4d606f;
	padding: 30px 0px 50px 0px;
	height: auto;
	overflow: auto;
}
.latestprojects, .support {
	background-image: url(../img/idea1.jpg);
	background-size: auto 100%;
	background-repeat: repeat;
	padding: 30px 0px 45px 0px;
	height: auto;
	overflow: auto;
}
.latestprojects {
	text-align: center;
}
.support {
	text-align: left;
}
.welcome h1 {
	color: #94d60a;
}
.welcome p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 3px;
	font-size: 15px;
}
.welcome .btn {
	color: #94d60a;
	background-image: url(../img/arrow_green.png);
	border: 1px solid #94d60a;
	background-color: transparent;
}
.welcome .btn:hover {
	color: white;
	background-image: url(../img/arrow_white.png);
	background-color: #94d60a;
}
.whatwedo, .articolo {
	height: auto;
	overflow: auto;
}
.articolo {
	padding-bottom: 30px;
}
.articolo .sx {
	width: 70%;
}
.articolo .dx {
	width: 29%;
}
.whatwedo h1, .articolo h1 {
	text-transform: uppercase;
}
.whatwedo .box {
	position: relative;
	float: left;
	width: 50%;
	padding: 5px 20px;
	height: 110px;
	overflow: hidden;
	margin-top: 15px;
	cursor: pointer;
}
.whatwedo .box:hover .img {
	background-color: #94d60a;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.whatwedo .box .img {
	width: 74px;
	height: 75px;
	background-color: #4d606f;
	position: relative;
	float: left;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.whatwedo .box .img.a {
	background-image: url(../img/bulb.png);
}
.whatwedo .box .img.b {
	background-image: url(../img/hands.png);
}
.whatwedo .box .img.c {
	background-image: url(../img/gear.png);
}
.whatwedo .box .img.d {
	background-image: url(../img/target.png);
}
.whatwedo h2 {
	text-transform: uppercase;
	font-size: 24px;
}
.whatwedo p {
	font-size: 15px;
	margin-bottom: 3px;
	color: #333;
}

.articolo .abstract p {
    font-size: 16px;
    margin-bottom: 3px;
    color: #7a8896;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}


.articolo p {
	margin-bottom: 20px;
}
.articolo .abstract {
    margin-bottom: 30px;
    color: #4c5f6f;
    font-family: 'flama_condensedlight';
    font-weight: normal;
    font-size: 35px;
}
.whatwedo .box p {
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
.latestprojects img {
	position: relative;
	float: left;
	margin-right: 40px;
	display: none;
}
.latestprojects h1 {
	color: #0e253a;
	font-size: 50px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
}
.latestprojects p {
	color: #333;
	font-size: 19px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	line-height: 25px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.projects, .section_news, .showus, .whatwedo {
	height: auto;
	padding: 30px 0px;
}
.project, .new {
	margin-bottom: 20px;
	width: 33%;
	padding: 10px;
	position: relative;
	float: left;
}
.project .img, .new .img {
	width: 100%;
	height: 175px;
	overflow: hidden;
}
.new .img {
	margin-bottom: 20px;
}
.project .img img, .new .img img {
	width: 100%;
	height: auto;
}
.project h1, .new h1 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	margin: 10px 0px;
}
.new h1 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	margin: 10px 0px;
}
.project .txt, .new .txt {
	height: 53px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
}
.project p, .new p {
	margin-bottom: 0px;
}
.project .btn {
	padding-right: 50px;
}
.project hr {
	margin-top: 30px;
	margin-bottom: 5px;
}
/*.support {
height:auto;overflow:auto;
    padding: 30px 0px 40px 0px;
background-color: #eff1f9;
background-image:url(../img/bg_support.png);
background-repeat:no-repeat;
background-size: auto 100%;
background-position: right center;
    text-shadow: 0 1px 0 white;
}*/



.support h1 {
	text-transform: uppercase;
	line-height: 50px;
	color: #4d606f;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support h1 span {
	color: #0e253a;
}
.support h2 {
	font-size: 30px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support .txt {
	margin: 10px 0px 20px 0px;
	width: 90%;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support p {
	font-size: 16px;
	color: #000;
}
.support ul {
	margin: 20px 0px;
	list-style-image: none;
	list-style-type: none;
}
.support ul li {
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
}
.support ul li span {
	position: relative;
	float: left;
	margin-right: 10px;
	font-size: 30px;
	color: #0E253A;
}
.support .btn {
	text-align: center;
	background-image: none;
	padding: 8px 50px;
	background-color: #0E253A;
}
.new h3 {
	color: #94D60A;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	padding-left: 30px;
	background-image: url(../img/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.new h2 {
	margin-top: 0px;
	font-size: 24px;
	/* font-weight: 500; */
	margin-bottom: 15px;
}
.section_news p {
	text-align: center;
}
.section_news .txt p {
	text-align: left;
}
.section_news .clear {
	margin-top: 50px;
	margin-bottom: 10px;
}
.section_news .btn {
	background-color: #94D60A;
}
.section_news .btn {
	background-color: #94D60A;
	background-image: none;
	padding: 8px 60px;
	text-align: center;
}
.section_news h1 {
	color: #0E253A;
}
.showus {
	background-image: url(../img/idea.jpg);
	background-repeat: repeat;
	text-align: center;
}
.showus .bianco {
	padding: 20px 40px 60px 40px;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 100px 0px;
	width: 75%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.showus h1 {
	margin-bottom: 40px;
	font-size: 90px;
}
.showus .btn {
	background-image: none;
	padding: 12px 120px;
	text-align: center;
}
.footer .sx ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}
.footer .sx ul li a {
	font-size: 15px;
	color: #ccc;
}
.footer .dx {
	text-align: right;
	font-size: 15px;
	color: #ccc;
}
.footer .dx img {
	position: relative;
	float: right;
	width: 40px;
	margin-left: 15px;
}
.footer hr {
	border-top: 1px solid rgba(204, 204, 204, 0.4);
	margin: 5px 0px;
}
.img_articolo {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.img_articolo img {
	width: 100%;/* margin: -30px 0px 0px 0px;*/
}
.img_articolo2 {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	clear: both;
}
.img_articolo2 img {
	width: 250px;
	height: auto;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.box_news, .riepilogo {
	width: 100%;
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding: 10px;
	margin-bottom: 20px;
}
.box_news h2, .riepilogo h2 {
	font-size: 40px;
	color: #0E253A;
	margin-bottom: 20px;
	text-transform: inherit;
}
.riepilogo li {
	margin-bottom: 10px;
}
.box_news h2 {
	margin-bottom: 0px 10px 10px 10px
}
.box_news .btn {
	display: block;
	width: 100%;
	clear: both;
	background: #7a8896;
	text-align: center;
	padding: 6px;
}
/*news*/

div.testo_focus.maxheight p {
	text-align: left !important;
	margin-bottom: 0px;
}
.data {
	background: #94d70c;
	position: relative;
	float: left;
	color: white;
	font-size: 24px;
	text-align: center;
	margin: 0px;
	margin-right: 10px;
	text-transform: uppercase;
	padding: 3px 10px;
}
.img_focus {
	height: 150px;
	width: 150px;
	display: table;
	position: relative;
	float: left;
	margin-right: 20px;
	border: 1px solid rgba(204, 204, 204, 0.55);
}
.img_focus div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.img_focus div img {
	max-width: 150px;
	border: none;
}
div.testo_focus.maxheight {
	max-height: 116px;
	overflow: hidden;
	margin-bottom: 7px;
}
.focus {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	height: auto;
	max-height: 172px;
	overflow: hidden;
}
.testo_focus h1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	text-transform: none;
	overflow: hidden;
	margin-bottom: 10px;
}
/*news*/


/* login */

.articolo .dx.login, .articolo .sx.login {
	width: 49%;
	margin-top: 20px;
}
.articolo .dx.login h2, .articolo .sx.login h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.boxdettaglio.login {
	background: #f0f0f0;
	padding: 20px;
	height: auto !important;
	min-height: 310px;
}
.login .label_module {
	width: 30%;
}
.login .field_module {
	width: 65%;
	margin-bottom: 10px;
}
.dx .login .clear {
	height: 10px;
}
.login .btn {
	bottom: 1em;
	position: absolute;
	right: 1em;
	text-decoration: none;
}
.riservata {
}
.riservata #topnav .sx img {
	height: 80px;
}
.riservata div.footer {
	padding: 0px;
	position: absolute;
	bottom: 0px;
	height: 64px;
	overflow: hidden;
}
.riservata div.content {
	padding-bottom: 64px;
}
.riservata .footer .box {
	margin-bottom: 0px;
}
.riservata div.footer .container {
	padding: 20px 0px 15px 0px;
}
.riservata .articolo .sx {
	width: 20%;
}
.riservata .articolo .dx {
	width: 77%;
}
.riservata .articolo h1 {
	text-transform: inherit;
	margin-bottom: 20px;
}
.riservata .riepilogo ul {
	margin-top: 10px;
}
 .dati ::-webkit-input-placeholder {
color: #000;
}
.dati :-moz-placeholder {
color: #000;
}
.dati ::-moz-placeholder {
color: #000;
}
.dati :-ms-input-placeholder {
color: #000;
}
.field_module.readonly, .select_module.readonly {
	background-color: #f1f1f1;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
}
.progetto .campo_form {
	width: 100%;
}
.errore {
	color: red !important;
	font-weight: bold;
	text-align: right;
	display: inline-block;
}
.alert {
	color: red !important;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
}
