/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.obbligatorio {
  border-color: #dd0000;
}
html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
strong {
  font-weight: 600;
}
p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
div.wrapper {
  min-height: 100%;
  overflow-x: hidden;
  margin: 0px auto;
  position: relative;
}
h1, h2 {
  font-family: 'Raleway', sans-serif;
  color: #227f98;
  font-weight: 500;
  font-size: 42px;
}
img {
  border: none;
	max-width: 100%;
}
ul, li {
  list-style-type: none;
  list-style-image: none;
}
a {
  color: #24607b;
  text-decoration: none;
}
a:hover {
  color: #24607b;
  text-decoration: underline;
}
::selection {
  background: #DEDEDE; /* Safari */
}
::-moz-selection {
  background: #DEDEDE; /* Firefox */
}
input:focus {
  outline: none;
}
.btn, a.btn {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  background-color: #24607b;
  color: white;
  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 15px 8px 15px; */
  margin: 0px;
  font-size: 20px;
  background-image: url(../img/arrow_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 500;
  padding: 18px 60px;
  text-align: center;
  border-radius: 2px;
}
.btn:hover {
  color: white;
  background-color: #227f98;
}
.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*/
  padding-bottom: 320px;
  background: white;
}
div.contenthome {
  background-color: #339;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 500px;
  padding-bottom: 300px;
}
div.footer {
  width: 100%;
  background-color: #24607b;
  padding: 30px 0px;
  height: auto;
  overflow: auto;
  position: absolute;
  bottom: 0px;
  color: white;
}
div.footer h2 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0px;
}
div.footer .container {
  height: auto;
  overflow: auto;
  padding: 0px;
}
div.footer .box img {
  width: 335px;
  margin-bottom: 0px;
}
div.footer .btn {
  background-color: #227f98;
  background-image: none;
  padding: 8px 30px;
  text-align: center;
  position: relative;
  top: 3px;
}
.footer h1 {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer ul li a {
  color: rgb(255 255 255 / 52%);
}
.footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer ul li {
  margin-bottom: 10px;
}
/*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: #24607b;
  font-weight: 500;
  font-family: 'Raleway', 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% - 172px);
  border: 1px solid rgb(204, 204, 204);
  padding: 8px;
  top: 1px;
}
/*.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: 'Raleway', 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: #24607b;
  font-family: 'Raleway', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert {
  color: #7E7E7E;
  line-height: 20px;
  font-size: 11px;
}
.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%;
}
.footer .sx {
  position: relative;
  float: left;
  width: 76%;
}
.footer .dx {
  position: relative;
  float: right;
  width: 24%;
}
.menu {
  position: relative;
  clear: both;
  width: 100%;
}
hr {
  border-top: 1px solid rgba(204, 204, 204, 0.1);
  border-left: none;
  height: 1px;
  width: 100%;
  border-right: none;
  border-bottom: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  position: relative;
  clear: both;
  margin: 10px 0px;
}
.cerca {
  float: right;
  padding: 4px 0px 4px 10px;
  position: relative;
  background-color: white;
  width: 210px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
}
.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: 'Raleway', sans-serif;
  border: none;
  background-color: transparent;
  width: calc(100% - 25px);
  color: #666;
  font-size: 15px;
  font-weight: 400;
  padding: 4px;
}
.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: auto;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6%;
}
.footer .box.big {
  width: 50%;
}
.social {
  position: relative;
  float: right;
  margin-left: 10px;
}
.social img {
  margin-left: 3px;
  opacity: 0.5;
}
.social img:hover {
  opacity: 0.9;
}
.reserved_area {
  position: relative;
  float: right;
  font-weight: 300;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 5px;
  color: #227f98;
}
.reserved_area span {
  color: #227f98;
  text-transform: uppercase;
  margin-right: 5px;
}
header .sx, header .dx {
  padding: 10px 0px;
}
header .sx {
  width: 50%;
}
header .dx {
  width: 50%;
  margin-top: 26px;
}
.welcome {
  background-color: #FFFFFF;
  padding: 30px 0px 50px 0px;
  height: auto;
  overflow: auto;
}
.latestprojects, .support {
  background-image: url(../img/idea1.jpg);
  background-repeat: repeat;
  padding: 30px 0px 50px 0px;
  height: auto;
  overflow: auto;
}
.latestprojects {
  text-align: center;
}
.support {
  text-align: left;
}
.welcome h1 {
  color: #227f98;
  margin-bottom: 20px;
}
.welcome p {
  color: #717782;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 30px;
}
.welcome .btn {}
.welcome .btn:hover {}
.whatwedo, .articolo {
  height: auto;
  overflow: auto;
}
.articolo {
  padding-bottom: 30px;
}
.articolo .sx {
  width: 70%;
}
.articolo .dx {
  width: 20%;
}
.whatwedo h1, .articolo h1 {
  margin-bottom: 20px;
  color: #24607b;
}
.whatwedo .box {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px 20px;
  height: 96px;
  overflow: hidden;
  margin-top: 20px;
  cursor: pointer;
}
.whatwedo .box:hover .img {
  background-color: #227f98;
  -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: #24607b;
  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, .articolo .abstract p {
  font-size: 17px;
  margin-bottom: 15px;
  color: rgb(78 87 90);
  LINE-HEIGHT: 30px;
}
.articolo p {
  margin-bottom: 20px;
}
.articolo .abstract {
  margin-bottom: 30px;
}
.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: #24607b;
  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;
  overflow: auto;
  padding: 30px 0px;
  background: #a1a8b4;
}
.projects, .showus, .whatwedo {
  background: #d3d7e0;
}
.section_news {
  background: #fff;
}
.project, .new {
  margin-bottom: 20px;
  width: 33%;
  padding: 10px;
  position: relative;
  float: left;
}
.project .img, .new .img {
  width: 100%;
  height: 200px;
  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 {
  margin-top: 5px;
  font-size: 20px;
  /* font-weight: 500; */
  margin-bottom: 15px;
}
.project .txt, .new .txt {
  height: 49px;
  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: #24607b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support h1 span {
  color: #24607b;
}
.support h2 {
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support .txt {
  margin: 20px 0px 40px 0px;
  width: 60%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.support p {
  font-size: 15px;
  color: #333;
}
.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: #333;
  font-size: 15px;
}
.support ul li span {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 30px;
  color: #24607b;
}
.support .btn {
  text-align: center;
  background-image: none;
  padding: 8px 50px;
  background-color: #24607b;
}
.new h2 {
  color: #227f98;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding-left: 30px;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.new h1 {
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.section_news p {
  text-align: center;
}
.section_news .txt p {
  text-align: left;
  line-height: 16px;
  font-size: 13px;
}
.section_news .clear {
  margin-top: 50px;
  margin-bottom: 10px;
}
.section_news .btn {
  background-color: #227f98;
}
.section_news .btn {
  background-color: #227f98;
  background-image: none;
  padding: 18px 60px;
  text-align: center;
  border-radius: 2px;
}
.section_news h1 {
  /* color: #FFFFFF; */
  margin-bottom: 30px;
}
.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: 14px;
  color: #24607b;
}
.footer .dx {
  text-align: right;
  font-size: 14px;
  color: #24607b;
}
.footer .dx img {
  position: relative;
  float: right;
  width: 22px;
  margin-left: 15px;
}
.footer hr {
  margin: 10px 0px;
  display: none;
}
.img_articolo {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.img_articolo img {
  width: 100%;
}
.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 h1, .riepilogo h1 {
  font-size: 40px;
  color: #24607b;
  margin-bottom: 20px;
  text-transform: inherit;
}
.riepilogo li {
  margin-bottom: 10px;
}
.box_news h1 {
  margin-bottom: 0px !important;
}
.box_news .btn {
  display: block;
  width: 100%;
  clear: both;
  background: #7E7E7E;
  text-align: center;
  padding: 6px;
}
/*news*/
div.testo_focus.maxheight p {
  text-align: left !important;
  margin-bottom: 0px;
}
.data {
  background: #3e454c;
  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%;
}
header .sx img {
  /*    margin: 10px 0px;
    width: 300px;*/
  width: 404px;
}
.chart {
  height: 315px;
  width: 100%;
  position: relative;
  float: left;
  background: white;
  overflow-x: auto;
  margin-bottom: 20px;
}
.img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.img img {
  width: 100%;
}
.servizio p {
  margin-bottom: 20px;
  line-height: 26px;
}
.servizio .whatwedo {
  background: white;
}
.servizio .whatwedo .ca-menu li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.servizio .whatwedo h1 {
  color: #24607b;
}
.content.servizio .sx {
  width: 30%;
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
  float: left;
}
.content.servizio .sx h1 {
  font-size: 20px;
}
.content.servizio .sx h2 {
  font-size: 27px;
  margin-bottom: 4px;
}
.content.servizio .sx h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.content.servizio .sx p {
  font-weight: normal;
  font-size: 15px;
}
.content.servizio .sx p strong {
  font-weight: 500;
  color: #333;
}
.content.servizio .dx {
  width: 65%;
  position: relative;
  float: right;
}
#topnav .dx img {
  position: relative;
  float: right;
  margin-left: 10px;
}
.grazie {
  width: 100%;
  background: #227f98;
  color: white;
  padding: 11px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 0px;
  text-align: center;
}
.credits {
  width: 100%;
  text-align: center;
  color: #626161;
  background: white;
  padding: 4px 0px 13px 0px;
  font-weight: normal;
  position: absolute;
  bottom: 0px;
}
.credits img {
  height: 23px;
  position: relative;
  top: 6px;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 4em;
  right: 1em;
  display: none;
  text-indent: -9999px;
  background: url(../img/top_move.png) no-repeat;
}