/*Font*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    color: #2f3033;
    font-family: 'Roboto';
}
h1,h4,h5,h6{
  font-family: 'termina';
}
h2{
  font-family: 'termina';
  font-size: 25px;
  margin: 0 0 15px 0;
  padding: 0;
}
h3{
  display: inline-block;
  font-size: 35px;
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
}

/*Padding*/
.l-box1{
  padding: 1em 3em;
}
.l-box2{
  padding: 3em 2em 1em 2em;
}
.l-box3{
  padding: 3em 0 1em 3em;
}
.l-box10{
  margin: 0 auto;
  max-width: 300px;
  padding: 1em 2em;
  text-align: justify;
}
.l-boxfooter{
  padding: 0.5em 2em;
}
.maxwidth1{
  margin: 0 auto;
  max-width: 900px;
}
.maxwidth2{
  margin: 0 auto;
  max-width: 70%;
  padding: 5em 2em;
}
.maxwidth3{
  margin: 0 auto;
  max-width: 1200px;
}
.vpadding50{
  padding-bottom: 50px;
  padding-top: 50px;
}

/*PURE custom*/
.menu-top .pure-menu-link{
  color: #003595;
  font-family: 'termina';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-top .pure-menu-link:hover{
  background: none;
  opacity: 0.8;
}
.menu-top .pure-menu-link:focus,
.menu-top .pure-menu-link:visited{
  background: none;
}
.menu-top .pure-menu-has-children ul .pure-menu-link:hover,
.menu-top .pure-menu-has-children ul .pure-menu-selected>.pure-menu-link{
  background: #003595;
  opacity: 1;
}
/*.menu-top .pure-menu-children{
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.menu-top>ul>.pure-menu-selected>.pure-menu-link,
.menu-top>ul>.pure-menu-selected>.pure-menu-link:visited,
.menu-top>ul>.nav-path-selected>.pure-menu-link{
  border-bottom: 1px solid #3dae2b;
  color: #003595;
}
.menu-top .pure-menu-has-children>ul{
  text-align: left;
}
.menu-top .pure-menu-has-children ul .pure-menu-link{
  background: #3dae2b;
  color: #fff;
  font-weight: 400;
  padding: 1em;
}
.g-standard{
  font-size: 16px;
  text-align: center;
}
.g-bgimage{
  padding-bottom: 3em;
  position: relative;
  z-index: 1;
}
.bg1{
  background-color: #070c0f;
  background-image: url('../images/background.png');
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 0s linear;
  transition-property: background-position;
}
.g-bgimage:before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 200px;
  left: 0;
  background-image: linear-gradient(to top,rgba(7,12,15,1),rgba(7,12,15,0));
  opacity: 1;
}
.g-bgimage p,.g-bgimage a,.g-bgimage h2{
  letter-spacing: 1px;
}
.g-rettangolo .maxwidth2 .relative{
  overflow: hidden;
  position: relative;
}
.g-rettangolo .overtitle,
.sp-slide .overtitle,
.privatiaziende .overtitle
{
  background: rgba(61,174,43,0.8);
  color: #fff;
  font-weight: 700;
  width: 40%;
}
.privatiaziende .overtitle{
  max-width: 500px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 80%;
}
.privatiaziende .overtitle:hover{
  opacity: 0.8;
}
.sp-slide .overtitle
{
  background: #003595;
}
.g-rettangolo .overtitle .testo,
.sp-slide .overtitle .testo,
.privatiaziende .overtitle .testo{
  padding: 2.5em;
}
.g-rettangolo .overtitle .testo p,
.sp-slide .overtitle .testo p,
.privatiaziende .overtitle .testo p{
  border-top: 1px solid #fff;
  display: inline-block;
  font-family: 'termina';
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0 0 0;
  padding: 15px 0;
  vertical-align: top;
  width: 100%;
}
.privatiaziende .overtitle .testo p{
  width: 100%;
}
.g-rettangolo .overtitle .testo a,
.sp-slide .overtitle .testo a,
.privatiaziende .overtitle .testo a{
  background: #fff;
  border: 1px solid #fff;
  color: #1bace4;
  display: inline-block;
  font-family: 'termina';
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  -ms-transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
  vertical-align: top;
}
.sp-slide .overtitle .testo a{
  color: #003595;
}
.g-rettangolo .overtitle .testo a:hover,
.sp-slide .overtitle .testo a:hover,
.privatiaziende .overtitle .testo a:hover{
  background: #1bace4;
  color: #fff;
}
.sp-slide .overtitle .testo a:hover,
.privatiaziende .overtitle .testo a:hover{
  background: #003595;
}
.sp-slide .tabella,
.privatiaziende .tabella{
  margin: 0 auto;
  max-width: 1200px;
}
.sp-slide .tabella,
.privatiaziende .tabella,
.sp-slide .tabella .cella,
.privatiaziende .tabella .cella{
  height: 100%;
}
.privatiaziende .tabella .cella{
  height: 400px;
}
.sp-slide .tabella .cella .padding,
.privatiaziende .tabella .cella .padding{
  padding: 25px;
}
.sp-slide .tabella .cella,
.privatiaziende .tabella .cella{
  vertical-align: middle;
}
.g-rettangolo .sinistra,
.sp-slide .sinistra,
.privatiaziende .sinistra{
  margin: 0 auto 0 0;
}
.g-rettangolo .destra,
.sp-slide .destra,
.privatiaziende .destra{
  margin: 0 0 0 auto;
}
.privatiaziende h3{
  width: 100%;
}
.privatiaziende .textwhite,
.privatiaziende .textwhite [class*="pure-u"]{
  color: #fff;
}
.privatiaziende img{
  height: auto;
  width: 100%;
}
.g-rettangolo .pure-img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-rettangolo .relative:hover .pure-img{
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.g-rettangoli{
  margin-top: 3em;
}
.u-pagecontatto{
  background: #1a1a1a;
}
.u-pagecontatto .l-box1{
  padding-bottom: 3em;
  padding-top: 3em;
}
.u-pagecontatto .contatto{
  background: #05090f;
}
.g-prefooter .logo img{
  margin: 15px auto;
}
.g-rettangolofoto .overlay{
  background: transparent;
  /*background: rgba(37,52,117,0.8);*/
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
}
.g-rettangolofoto .maxwidth2{
    max-width: 100%;
    padding: 3em 0;
}
.g-rettangolofoto .sinistra{
  margin: 0 auto 0 0;
}
.g-rettangolofoto .overtitle{
  margin-top: -84px;
  min-width: 405px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: auto;
}
.g-rettangolo .overtitle .testo {
    padding: 2.5em;
    padding-bottom: 1em;
}
.g-rettangolofoto .foto{
  float: right;
  max-width: 60%;
}
.g-rettangolofoto .foto img{
  height: auto;
  width: 80%;
}
.g-blocchi{
  text-align: center;
}
.g-blocchi .maxwidth2{
  max-width: 900px;
  padding-top: 0;
}
.g-contatti{
  margin: 0 auto;
  max-width: 1200px
}
.g-contatti .sinistra{
  text-align: center;
}
.g-contatti .sinistra div.ccm-block-feature-item i{
  color: #003595;
  font-size: 50px;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}
.g-contatti .sinistra div.ccm-block-feature-item a{
  color: #7895ab;
  font-weight: 400;
  text-decoration: none;
}
.g-contatti .destra .ccm-block-type-form,
.g-privatiaziende .ccm-block-type-form{
  background: #3dae2b;
  margin: 0 auto;
  max-width: 300px;
  padding: 25px 15px;
}
.g-contatti .destra input,
.g-privatiaziende input{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 5px 15px;
	margin-bottom: 5px;
	border: none;
	border-radius: 0;
}
.g-contatti .destra label,
.g-privatiaziende label{
  color: #fff;
  padding-bottom: 8px;
}
.g-privatiaziende div.ccm-block-type-form div.form-group label.control-label{
  font-weight: 400;
}
.g-contatti .destra textarea,
.g-privatiaziende textarea{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
	border: none;
	border-radius: 0;
}
.g-contatti .destra p,
.g-privatiaziende p{
	font-size: 18px;
	color: #34383a;
	margin-bottom: 10px;
  padding-top: 20px;
}
.g-contatti .destra span,
.g-privatiaziende span{
	font-size: 13px;
	color: #fff;
}
.g-contatti .destra span>a,
.g-privatiaziende span>a{
	color: #34383a;
}
.g-contatti .destra input[type="checkbox"],
.g-privatiaziende input[type="checkbox"]{
	width: auto;
}
.g-contatti .destra input[type="submit"],
.g-privatiaziende input[type="submit"]{
  background: #3dae2b;
	font-size: 15px;
	padding: 10px 20px;
	color: #fff;
	width: auto;
	cursor: pointer;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
}
.g-contatti .destra input[type="submit"]:hover,
.g-privatiaziende input[type="submit"]:hover{
	color: #3dae2b;
	background: #fff;
}
.g-privatiaziende .aziende input[type="submit"]{
  background: #003595;
	color: #fff;
}
.g-privatiaziende .aziende input[type="submit"]:hover{
	color: #003595;
	background: #fff;
}
#aziende .overtitle{
  background: rgba(0,53,149,0.8);
}
.testoformprivati,
.testoformaziende{
  background: #3dae2b;
  color: #fff;
  font-family: 'termina';
  font-size: 13px;
  line-height: 18px;
  margin: 0 auto;
  max-width: 300px;
  padding: 25px 15px 0 15px;
}
.testoformprivati a,
.testoformaziende a{
  font-size: 15px;
  line-height: normal;
}
.testoformaziende{
  background: #003595;
}
/*Other*/
body{
  background: #fff;
}
.valign{
  font-size: 0;
  white-space: nowrap;
}
.valign:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.valigned{
  display: inline-block;
  font-size: 15px;
}
.vtop{
  vertical-align: top;
}
.vmiddle{
  vertical-align: middle;
}
.vbottom{
  vertical-align: bottom;
}
.oleft{
  text-align: left;
}
.ocenter{
  text-align: center;
}
.oright{
  text-align: right;
}
.menu{
  text-align: right;
}
.logo{
  position: relative;
  text-align: right;
}
.logo img{
  max-width: 150px;
  margin: 0 0 0 auto;
}
.aziende .ccm-block-type-form{
  background: #003595;
}
.g-privatiaziende .sinistra img{
  height: auto;
  max-width: 150px;
  width:100%;
}
  /*Menu toggle*/
  .custom-toggle{
      display: none;
      height: 54px;
      margin-top: -27px;
      position: absolute;
      right: 35px;
      top: 50%;
      width: 54px;
  }
  .custom-toggle .bar{
      background-color: #777;
      border-radius: 100px;
      display: block;
      height: 2px;
      position: absolute;
      right: 7px;
      top: 35px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      width: 40px;
  }
  .custom-toggle .bar:first-child{
      top: 23px;
      /*-webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px);*/
  }
  .custom-toggle.x .bar{
      top: 23px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .custom-toggle.x .bar:first-child{
      top: 23px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .pure-menu-vertical{
    display: inline-block;
    padding: 0 2em 2em 2em;
    vertical-align: top;
  }
  .pure-menu-vertical .pure-menu-has-children ul .pure-menu-link{
    text-align: center;
  }
.certificazioni .contenutodue img{
  height: auto;
  margin: 0 15px;
  max-width: 130px;
  width: 100%;
}
.ccm-block-social-links,.ccm-block-switch-language{
  display: inline-block;
  font-size: 18px;
  line-height: 41px;
  margin: 0 10px;
  vertical-align: top;
}
.ccm-block-social-links i{
  color: #e6007e;
}
.ccm-block-switch-language select{
  background: transparent;
  border: 0;
}
.ccm-block-switch-language select option{
  background: #fff;
  color: #000;
}
.contatto{
  background: #1a1a1a;
  color: #fff;
  padding: 1.3em 0;
  text-align: center;
  width: 250px;
}
.contatto>.fa{
  color: #e6007e;
  font-size: 25px;
  margin-right: 8px;
  vertical-align: middle;
}
footer>.g-prefooter,
footer>.g-footer{
  font-size: 16px;
}
footer>.g-prefooter{
  background: #032e6d;
}
footer>.g-footer{
  background: #003595;
}
footer>.pure-g p,
footer>.pure-g a{
  color: #858bc3;
}
footer>.pure-g a{
  text-decoration: none;
}
.fixed{
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1;
}
.bgimageposition{
  width: 100%;
  height: 0;
}
.header{
  background: #070c0f;
  z-index: 2;
}
.whitebg{
  background: #fff;
  color: #000;
}
.whitebg p{
  color: #000;
}
.blackbg{
  background: #000;
  color: #fff;
}
.blackbg p{
  color: #fff;
}
.pinkbg{
  background: #e6007e;
  color: #fff;
}
.pinkbg p{
  color: #fff;
}
.greybg{
  background: #1a1a1a;
  color: #fff;
}
.greybg p{
  color: #fff;
}
.lightgreybg{
  background: #f2f2f2;
  /*color: #fff;*/
}
.lightgreybg p{
  /*color: #fff;*/
}
.redbg{
  background: #e93713;
}
/*.whale-grid-gallery{
  background: #fff;
}*/
.whale-grid-gallery .category-navbar{
  border: none;
  padding: 7px 0 35px 0;
  text-align: center;
}
.whale-grid-gallery .category-navbar li{
  margin: 0 15px;
}
.whale-grid-gallery .category-navbar li a{
  background: #070c0f;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whale-grid-gallery .category-navbar li a:hover,
.whale-grid-gallery .category-navbar .select a{
  background: #e6007e;
  color: #fff;
}
.sfondo1{
  background: #070c0f;
}
.whale-grid-gallery .grid{
  /*margin: 0 auto;
  max-width: 900px;*/
  padding: 4em 0;
}
/*.whale-grid-gallery .box{
  border: 8px solid #fff;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.shadow{
  border: 8px solid #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whale-grid-gallery .box:hover .shadow{
  border: 8px solid transparent;
}
.whale-grid-gallery .thumbnail-caption{
  border: 8px solid #e6007e;
  box-sizing: border-box;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whale-grid-gallery .thumbnail-caption > div > div .h-title{
  color: #e6007e;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}
.whale-grid-gallery .thumbnail-caption > div > div .h-description{
  color: #fff;
  margin: 10px 0;
}
.whale-grid-gallery .thumbnail-caption.mc>div>div{
  vertical-align: bottom;
}
.whale-grid-gallery .centered{
  overflow: hidden !important;
}
.nopadding{
  padding: 0;
}
/*FIX YOUTUBE*/
.youtubeBlock {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtubeBlock iframe,
.youtubeBlock object,
.youtubeBlock embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.ccm-block-edit[data-block-type-handle="youtube"] .ccm-edit-mode-disabled-item {
    width:100% !important;
    height:0 !important;
    padding-bottom: 56.25%;
}
.yresizer{
  display: inline-block;
  height: auto;
  max-width: 600px;
  vertical-align: top;
  width: 100%;
}
.yresizer .padding{
  padding: 2em;
}
.yvideo,
.premi{
  padding-bottom: 3em;
}
.yvideo .l-box2,
.premi .l-box2{
  padding-bottom: 0;
}
.premi img{
  height: auto;
  margin: 15px 0;
  max-width: 300px;
  width: 100%;
}
.biggerfont p{
  font-size: 18px;
  letter-spacing: 1px;
}
.titolo .maxwidth2{
  max-width: none;
  padding: 0;
}
.titolo .relative:hover .pure-img{
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.titolo .overtitle{
  text-align: center;
}
.titolo .overtitle .testo{
    font-size: 60px;
}
.menu-top>ul>li>.pure-menu-link{
    /*padding: .5em 0.5em;*/
    padding: 0.5em 0.5em 0.5em 0;
    margin-left: 0.5em;
}
.whale-grid-gallery .category-navbar li a{
  display: inline-block;
  padding: 15px 20px;
}
.autoGrid-lightbox .autoGrid-lbcaption>div>div .l-title{
  color: #e6007e;
  text-transform: uppercase;
}
.l-boxfooter .menu-top .pure-menu-link{
  color: #fff;
  font-weight: 400;
}
.l-boxfooter .menu-top>ul>li>.pure-menu-link{
  padding: 0.5em 2em;
}
.footerblock{
  color: #fff;
  display: inline-block;
  margin: 0 15px 15px 15px;
  padding: 15px;
  vertical-align: top;
}
body .footerblock a{
  color: #fff;
}
.footerblock i{
  font-size: 25px;
  margin-right: 15px;
  vertical-align: middle;
}
.l-boxfooter .menu-top>ul>.nav-path-selected>.pure-menu-link{
  border-bottom: none;
  color: #fff;
}
.vivid-carousel{
  margin:0;
  padding: 0;
}
.vivid-carousel li.carousel-item .item-inner{
  margin:0;
  padding: 0;
}
.vivid-carousel li.carousel-item img{
    display: block;
}
.vivid-carousel ul{
  margin:0;
  padding: 0;
}
.vivid-carousel h3{
  display: none;
}
.servizi h2{
  font-family: 'Roboto';
  font-size: 35px;
}
.servizi h3{
  font-family: 'Roboto';
  font-size: 35px;
  font-weight: 400;
}
.servizio{
  color: #fff;
  display: inline-block;
  margin-left: -3px;
  max-width: 280px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.servizio>.padding{
  padding: 2px;
}
.servizio .top,
.servizio .bottom{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.servizio .top{
  background: #3dae2b;
}
.brightbluetheme .greensquares .servizio .top > .padding{
  background: #36af1d;
}
.withbottom .top{
  cursor: pointer;
}
.servizio .top>.padding{
  background: #3dae2b;
  height: 90px;
  padding: 0 15px;
}
.servizio .top>.padding>.tabella,
.servizio .top>.padding>.cella
{
  height: 100%;
}
.servizio .bottom{
  color: #7c7e83;
  display: none;
}
.nopaddingtop .l-box2{
  padding-top: 0;
}
.slidecontatti{
  position: relative;
}
.slidecontatti .overtitle{
  background: #3dae2b;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  max-width: 280px;
  min-width: 0;
  padding: 35px 25px 25px 25px;
  z-index: 6;
}
header>.pure-g{
  margin: 0 auto;
  max-width: 1200px;
}
.partner img{
  width: 100%;
  height: auto;
  max-width: 200px;
}
.tabella{
  display: table;
  width: 100%;
}
.height40{
  height: 40px;
}
.cella{
  display: table-cell;
}
.valignmiddle{
  vertical-align: middle;
}
.iconeservizi{
  justify-content: center;
}
.iconeservizi .iconaservizio{
  margin-bottom: 30px;
  text-align: center;
}
.iconeservizi .iconaservizio img{
  height: auto;
  max-width: 100px;
  width:100%;
}
.iconeservizi .smaller img{
  max-width: 80px;
}
.iconeservizi .iconaservizio a{
  color: #003595;
  font-family: 'termina';
  font-weight: 700;
  text-decoration: none;
}
.iconeservizi .smaller a{
  font-size: 13px;
}
.bloccoservizio img{
  height: auto;
  max-width: 500px;
  width: 100%;
}
.bloccoservizio .icona{
  max-width: 80px;
}
.bloccoservizio .titolo{
  color: #3dae2b;
  font-family: 'termina';
  font-weight: bold;
  margin-top: 15px;
}
.aziende .bloccoservizio .titolo{
  color: #003595;
}
.bloccoservizio .descrizione p{
  color: #808181;
  font-family: 'termina';
  font-size: 12px;
}
.l-box5{
  padding: 25px;
}
.l-box6{
  padding: 0 2em 0 0;
}
.privati .slider-pro .overtitle{
  background: #3dae2b;
}
.bluetheme .servizio .top > .padding{
  background: #032e6d;
}
.redtheme .servizio .top > .padding{
  background: #e93713;
}
.bluetheme .g-rettangolo .overtitle{
  background: #032e6d;
}
.brightbluetheme .servizio .top > .padding{
  background: #003595;
}
/*DIALOG BEGIN*/
body .custom{
  border-radius: 0;
}
body .custom .ui-dialog-content{
  border-radius: 0;
  padding: 0;
}
.custom{
  border: 0;
  padding: 0;
}
/*.custom .servizio{
  max-width: none;
}*/
.custom .servizio>.padding{
  padding: 0;
}
.servizio .top{
  font-family: 'termina';
  font-weight: 700;
  line-height: 18px;
}
.custom .servizio .bottom{
  display: inline-block;
}
.custom .servizio .bottom .padding{
  padding: 20px 25px;
}
.custom .servizio .bottom p{
  padding: 0;
}
.redovertitle .sp-slide .overtitle{
  background: #e1251b;
}
.greenovertitle .sp-slide .overtitle{
  background: #3dae2b;
}
.autorizzazioni a{
  display: inline-block;
  vertical-align: top;
}
.autorizzazioni img{
  display: block;
  height: auto;
  margin: 3px;
  max-width: 250px;
  width: 100%;
}
.redbg2 .g-privatiaziende .ccm-block-type-form{
  background: #f93822;
}
.redbg2 .testoformprivati{
  background: #f93822;
}
.redbg2 .g-privatiaziende input[type="submit"]{
    background: #f93822;
    color: #fff;
}
.redbg2 .g-privatiaziende input:hover{
    background: #fff;
    color: #f93822;
}
.sp-slide .bluetheme .overtitle{
  background: #003595;
}
.sp-slide .redtheme .overtitle{
  background: #e1251b;
}
.sp-slide .greentheme .overtitle{
  background: #3dae2b;
}
.sp-slide .bluetheme .overtitle .testo a{
  color: #003595;
}
.sp-slide .redtheme .overtitle .testo a{
  color: #e1251b;
}
.sp-slide .greentheme .overtitle .testo a{
  color: #3dae2b;
}
.sp-slide .bluetheme .overtitle .testo a:hover{
  background: #003595;
  color: #fff;
}
.sp-slide .redtheme .overtitle .testo a:hover{
  background: #e1251b;
  color: #fff;
}
.sp-slide .greentheme .overtitle .testo a:hover{
  background: #3dae2b;
  color: #fff;
}
.assistenza1 img{
  height: auto;
  max-width: 400px;
  width: 100%;
}
.assistenza1 .sinistra .tabella .cella .padding{
  margin: 0 0 0 auto;
  max-width: 450px;
  text-align: left;
}
.assistenza1 .destra .tabella .cella .padding{
  margin: 0 auto 0 0;
  max-width: 450px;
  text-align: center;
}
.assistenza1 .tabella .cella .padding{
  padding: 2em 4em;
}
.assistenza1 p{
  color: #808181;
  font-family: 'termina';
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  padding: 0 35px;
}
.assistenza1 p strong{
  font-size: 18px;
  font-weight: 400;
}
.assistenza1 .tabella .cella{
  height: auto;
}
.assistenza2 .sinistra{
  background: #238bc8;
  color: #fff;
}
.assistenza2 .sinistra .tabella .cella .padding{
  margin: 0 0 0 auto;
  max-width: 450px;
}
.assistenza2 .destra{
  background: #3dae2b;
  color: #fff;
}
.assistenza2 .destra .tabella .cella .padding{
  margin: 0 auto 0 0;
  max-width: 450px;
}
.assistenza2 .tabella .cella .padding{
  padding: 2em 4em;
}
.assistenza2 .tabella .cella{
  height: auto;
  text-align: justify;
  vertical-align: top;
}
.g-standard .maxwidth1{
  color: #86888a;
  font-size: 18px;
  max-width: 800px;
}
.g-contatti h4{
  margin-bottom: 15px;
  margin-top: 15px;
}
.g-contatti div.ccm-block-feature-item{
  margin-bottom: 15px;
}
.g-contatti .nomarginbottom div.ccm-block-feature-item,
.g-contatti .nomarginbottom div.ccm-block-feature-item h4{
  margin-bottom: 0;
}
.g-contatti .nomargintop h4{
  margin-top: 0;
}
.g-contatti .nomargintop .fa{
  display: none;
}
.paimpianti .overtitle{
  max-width: 350px;
}
.paimpianti .tabella .cella .padding{
  padding: 25px 75px;
}
.paimpianti .overtitle .testo{
  padding: 2.5em 2.5em 1.5em 2.5em;
}
.autorizzazioni .l-box2{
  padding-bottom: 0;
  padding-top: 3em;
}
.autorizzazioni .maxwidth2{
  padding-bottom: 3em;
}
.iconeassistenza{
  text-align: center;
}
.iconeassistenza p{
  margin: 0;
  padding: 0;
}
.g-privatiaziende .sinistra .iconeassistenza img{
  height: auto;
  max-width: none;
  width: 100%;
}
.redsquare .overtitle{
  background: #f93822;
}
.bluesquare .overtitle{
  background: #003197;
}
.assistenza1 a{
  background: #3dae2b;
  border: 1px solid #3dae2b;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: top;
  -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.assistenza1 a:hover{
  background: #fff;
  color: #3dae2b;
}
.assistenza1 .tabella .cella{
  vertical-align: top;
}
.lessmargintop .l-box2{
  padding-top: 0.2em;
}
/*Certificazioni*/
.certificazioni .contenutodue a{
  color: #000;
  display: inline-block;
  font-size: 14px;
  max-width: 130px;
  text-decoration: none;
  vertical-align: top;
}
.certificazioni .contenutodue a img{
  display: block;
  margin: 0 auto;
}
/*Media Query*/
/*xl*/
@media only screen and (max-width : 1280px) {
  .menu-top .pure-menu-link{
    font-size: 12px;
  }
  /*.pure-menu-vertical .pure-menu-link{
    font-size: 15px;
  }*/
  .g-bgimage{
    background-size: 120% auto;
  }
  /*.maxwidth2 {
      max-width: 90%;
  }*/
  .g-rettangolo .overtitle{
    width: 50%;
  }
  .g-rettangolofoto .foto{
    max-width: 70%;
  }
  .g-rettangolofoto .overtitle{
    margin-right: 4em;
    min-width: 305px;
    width: auto;
  }
}
/*lg*/
@media only screen and (max-width : 1024px) {
  .menu-top .pure-menu-link{
      font-size: 12px;
  }
  .ccm-block-social-links,.ccm-block-switch-language{
      line-height: 36px;
      margin: 0 5px;
  }
  .titolo .overtitle .testo {
      font-size: 45px;
      padding: 10px 35px;
  }
  .g-rettangolofoto .foto{
    max-width: 80%;
  }
  .slidecontatti .overtitle{
    margin-right: 0;
  }
}
/*Custom*/
@media only screen and (max-width : 950px) {
  .sp-slide .overtitle
  {
    width: 60%;
  }
  .g-prefooter .l-boxfooter .menu-top > ul > li > .pure-menu-link {
      padding: 0.5em;
  }
}
/*md*/
@media only screen and (max-width : 768px) {
  header>.pure-g>.pure-u-md-1-5,
  header>.pure-g>.pure-u-md-4-5
  {
    width: 100%;
  }
  .custom-toggle{
    display: block;
  }
  .menu{
    display: none;
  }
  .menu>.l-box1{
    padding: 0;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .pure-menu-vertical .pure-menu-allow-hover:hover>.pure-menu-children{
    position: static;
  }
  .pure-menu-vertical .pure-menu-children{
    position: static;
    text-align: center;
  }
  .ccm-block-social-links ul.list-inline li{
      margin: 0 5px;
  }
  .menu-top{
    margin-top: 2em;
  }
  .menu-top .pure-menu-link {
      font-size: 18px;
  }
  .ccm-block-social-links,.ccm-block-switch-language{
      display: block;
  }
  /*.g-rettangolo .overtitle .testo{
      font-size: 25px;
      padding: 10px 35px;
  }
  .g-rettangolo .sinistra{
    padding-left: 25px;
  }
  .g-rettangolo .destra{
    padding-right: 25px;
  }*/
  .g-bgimage:before{
    height: 100px;
  }
  .maxwidth2{
    padding: 2em;
  }
  .l-box1{
      padding: 0.5em;
  }
  .l-box2{
      padding: 3em 2em 1em 2em;
  }
  .pure-menu-vertical{
    padding: 0 2em 1em 2em;
  }
  .header{
    z-index: 2;
  }
  .logo img{
      margin: 0 auto 0 0;
  }
  .g-rettangolo .overtitle{
    width: 70%;
  }
  .g-rettangolofoto .overtitle{
    margin-right: 0;
    right: auto;
    width: auto;
  }
  .g-rettangolofoto .foto{
    max-width: 100%;
  }
  .menu-top{
    width: 100%;
  }
  .menu-top .pure-menu-has-children>.pure-menu-link:after{
    display: none;
  }
  .menu-top>ul>.pure-menu-selected>.pure-menu-link{
    display: inline-block;
    vertical-align: top;
  }
  .menu-top>ul>li>.pure-menu-link {
      padding: 0.5em;
      margin-left: 0;
  }
  .privatiaziende .overtitle {
      width: 100%;
  }
  .g-prefooter .pure-menu-horizontal .pure-menu-item{
    display: list-item;
  }
  .assistenza1 .sinistra .tabella .cella .padding{
    margin: 0;
    max-width: none;
  }
  .assistenza1 .destra .tabella .cella .padding{
    margin: 0;
    max-width: none;
  }
  .assistenza1 .sinistra .tabella .cella .padding{
    text-align: center;
  }
  .assistenza2 .sinistra .tabella .cella .padding{
    margin: 0;
    max-width: none;
  }
  .assistenza2 .destra .tabella .cella .padding{
    margin: 0;
    max-width: none;
  }
  .sp-slide .overtitle,
  .sp-slide .bluetheme .overtitle{
    background: rgba(0,53,149,0.8);
  }
  .redsquare .overtitle,
  .sp-slide .redtheme .overtitle{
    background: rgba(249,56,34,0.8);
  }
  .bluesquare .overtitle{
    background: rgba(0,49,151,0.8);
  }
  .greensquare .overtitle,
  .sp-slide .greentheme .overtitle,
  .greenovertitle .sp-slide .overtitle{
    background: rgba(61,174,43,0.8);
  }
  .slidecontatti .overtitle{
    background: rgba(61,174,43,0.8);
  }
}
/*sm*/
@media only screen and (max-width : 568px) {
  .oleft{
    text-align: center;
  }
  .oright{
    text-align: center;
  }
  .contatto{
    width: 230px;
  }
  .g-rettangolo .maxwidth2{
    padding: 1em;
  }
  .titolo .maxwidth2 {
      padding: 0;
  }
  /*.g-rettangolo .overtitle .testo{
    font-size: 20px;
    padding: 5px 15px;
  }
  .g-rettangolo .sinistra{
    padding-left: 15px;
  }
  .g-rettangolo .destra{
    padding-right: 15px;
  }*/
  /*.l-box4{
    padding: 2em 0 0 0;
  }*/
  .g-bgimage{
    background: #070c0f;
  }
  .maxwidth2 {
      max-width: none;
  }
  .g-rettangolo .overtitle{
    width: 100%;
  }
  .l-boxfooter .menu-top>ul>li>.pure-menu-link{
    padding: 0.5em 0;
  }
  .g-rettangolofoto .overtitle{
    bottom: 0;
    top: auto;
  }
  .servizio{
    max-width: 230px;
  }
  .servizio .top>.padding{
    padding: 15px 15px
  }
  .g-rettangolofoto .overtitle{
    margin-right: 0;
    margin-top: 0;
    min-width: 0;
    position: relative;
  }
  .g-rettangolofoto .overtitle .testo{
    text-align: center;
  }
  .g-contatti .destra .l-box2{
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slidecontatti .overtitle{
    max-width: none;
    text-align: center;
  }
  .sp-slide .overtitle
  {
    width: 100%;
  }
  .sp-slide .overtitle .testo {
      padding: 1.5em;
  }
  .sp-slide .overtitle h3
  {
    font-size: 25px;
  }
  .sp-slide .overtitle .testo p{
    font-size: 11px;
  }
  .sp-slide .overtitle .testo a{
    padding: 8px;
  }
  .g-privatiaziende p{
    text-align: center;
  }
  footer .menu-top .pure-menu-link {
      font-size: 13px;
  }
  .assistenza1 .tabella .cella .padding{
      padding: 2em;
  }
  .assistenza2 .tabella .cella .padding{
      padding: 2em;
  }
  h2{
    word-break: break-all;
  }
  .iconeservizi .iconaservizio a{
      font-size: 13px;
  }
  .certificazioni .contenutodue img{
    max-width: 100px;
  }
  .bluetheme .g-rettangolo .overtitle{
      background: rgba(3,46,109,0.8);
  }
}
@media only screen and (max-width : 400px) {
  .g-rettangolofoto .overtitle .testo {
    padding: 1.5em;
    padding-bottom: 0.5em;
  }
  .g-rettangolofoto h3{
    font-size: 28px;
  }
}
