@charset "UTF-8";
/* CSS Document */

.wrapper1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
	color: white;
	font-size: 1.2em;
}

footer{
  min-height: 200px;
  background-color: #283f55; 
  padding: 30px 20px;
  position: relative;
}
footer .dati{
  position: absolute;
  top:0;
  left: 0;
  width: 70%;
}
footer .dati p span{
  display: inline-block;
}
footer .social{
  position: absolute;
  top:0;
  right: 0;
  width: 250px;
}
footer .social ul{
  display: inline;
  list-style: none;
}
footer .social ul li{
  float: left;
  padding: 0px 5px;
}
footer .social ul li img{
  width: 30px;
}

#banner_3boxes .banner_wrapper .col-1-3 .col-1-1.content {
text-align: left !important;
	font-weight: bold;
}

#google_map_box{display: none;}

.abs_reset {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fw {
    width: 100%;
}
.fh {
    height: 100%;
}
.p30 {
    padding: 30px;
}
.abs {
    position: absolute;
}
i.red   {color: #b40937 !important; }
@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px), only screen and (min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-resolution: 192dpi) and (max-width: 960px), only screen and (min-resolution: 2dppx) and (max-width: 960px) {

  footer .dati{
    position: relative;
    float: left;
    text-align: center;
    padding-top: 30px;
    width: 100%;
  }
  footer .dati h3,
  footer .dati p{
    text-align: center;
  }
  footer .social ul{
    padding-left: 5px;
  }
  footer .social{
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    width: 210px;
    margin: auto;
  }
}