/*
font-family: 'Montserrat';
font-family: 'Montserrat';
font-family: 'Montserrat';
*/
body{
  /*background: #000;*/
}
a,a:hover,a:active,a:focus{
  outline: 0;
}
div.ccm-page header{
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}
.tabella{
  display: table;
  height: 100%;
  width: 100%;
}
.riga{
  display: table-row;
  height: 100%;
  width: 100%;
}
.cella{
  display: table-cell;
  height: 100%;
  width: 100%;
}
.clear{
  clear: both;
}
.valigntop{
  vertical-align: top;
}
.valignmiddle{
  vertical-align: middle;
}
.valignbottom{
  vertical-align: bottom;
}
.pure-g>div>div{
  font-family: 'Montserrat';
}

.top{
  position: relative;
}
.topimage{
  width: 100%;
  height: auto;
}
.cella1,
.cella2{
  text-align: center;
}
.cella1{
  width: 55%;
}
.cella2{
  text-align: center;
  width: 45%;
}
.tophome .titolo,
.topgiovanni .titolo,
.toplineasottozero .titolo,
.topcontact .titolo{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 48px;
  right: 48%;
  padding-right: 15px;
  position: absolute;
  text-align: left;
  top: 20%;
}
.tophome .titolo{
  line-height: 25px;
  right: 25px;
  text-align: right;
  top: 30px;
}
.tophome .titolo strong{
  color: #b2b2b2;
  font-family: 'Montserrat';
  font-size: 13.3px;
  font-weight: 100;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.topgiovanni .titolo,
.topcontact .titolo{
  bottom: 20%;
  left: 10%;
  line-height: 55px;
  top: auto;
}
.topgiovanni .titolo strong,
.topcontact .titolo strong{
  font-size: 60px;
  font-weight: 400;
}
.topcontact .titolo{
  bottom: auto;
  left: auto;
  padding: 0;
  position: static;
  right: auto;
  top: auto;
}
.toplineasottozero .titolo{
  left: 10%;
  line-height: 55px;
  right: 10%;
  text-align: center;
  top: 10%;
}
.ccm-block-social-links ul{
  margin: 0;
  padding: 0;
}
.ccm-block-social-links li{
  border: 1px solid #fff;
  margin: 10px;
  padding: 0;
}
.ccm-block-social-links a{
  border: 1px solid #0f2e42;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 30px;
  -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;
}
.ccm-block-social-links a:hover{
  background: #0f2e42;
}
.ccm-block-social-links a i{
  color: #415364;
  font-size: 15px;
  margin: 0;
  padding: 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;
}
.ccm-block-social-links a:hover i{
  color: #fff;
}
.ccm-block-social-links a i:before{
  line-height: 28px;
}
/*Menu toggle begin*/
.custom-toggle{
    height: 54px;
    position: fixed;
    left: 35px;
    width: 54px;
    z-index: 2;
}
.custom-toggle,
.custom-toggle:hover,
.custom-toggle:active,
.custom-toggle:focus{
  outline: 0;
}
.custom-toggle .bar{
    background-color: #fff;
    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);
}
/*Menu toggle end*/
.row{
  margin: 0;
}
.footerlegal{
  color: #c5c5c5;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 300;
  padding: 15px 25px;
  text-align: center;
}
div.ccm-page footer .footerlegal a:not(.fa):not(.btn){
  color: #c5c5c5;
  text-decoration: none;
}
body .ccm-page main{
  background: transparent;
  padding-bottom: 0;
}
.bloccofoto{
  margin: 0 auto;
  max-width: 900px;
}
.bloccofoto .titolo{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 45px;
  margin-left: -60px;
  text-align: left;
}
.bloccofoto .descrizione .padding{
  color: #535454;
  font-family: 'Montserrat';
  font-weight: 300;
  padding: 20px 25px;
  text-align: left;
}
.bloccofoto.destra .titolo{
  margin-left: 0;
  margin-right: -50px;
  text-align: right;
}
.bloccofoto.destra .testo{
  z-index: 1;
}
.bloccofoto.destra .immagine{
  z-index: 0;
}
.bloccofoto.destra .immagine img{
  height: auto;
  width: 100%;
}
/*main .home .padding{
  padding-bottom: 30px;
}*/
.darkerbackground{
  background: #000;
}
.lighterbackground{
  background: #191919;
}
.lighterbackground,
.lighterbackground .darkerbackground{
  background: #191919;
}
.rapporto{
  position: relative;
}
.rapporto:before{
  display: block;
  content: "";
  width: 100%;
}
.rapporto>.content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.ccm-page h2{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 35px;
  font-weight: 300;
}
div.ccm-page h3{
  color: #8c8c8c;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contenuto1,
.iprodottidarker,
.iprodottilighter{
  text-align: center;
}
.contenuto1>div>.padding{
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 25px;
}
.partner{
  display: inline-block;
  max-width: 280px;
  vertical-align: top;
  width:100%;
}
.partner>.padding{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 25px;
  padding: 25px;
}
body .partner img{
  height: auto;
  max-width: 150px;
  width: 100%;
}
div.ccm-page .bloccotitolo hr{
  background: #fff;
  height: 2px;
  margin: 50px auto 10px auto;
  width: 100px;
}
.bloccofotostandard .bloccofoto{
  max-width: none;
}
.bloccofotostandard .bloccofoto .titolo{
  margin-left: 0;
}
.bloccofotostandard .bloccofoto .immagine img{
  width: 100%;
}
.bloccofotostandard .bloccofoto .descrizione .padding{
  padding: 0;
}
.bloccofotostandard .bloccofoto .cella{
  padding: 25px 20%;
}
.bloccofotostandard .bloccofoto .titolo{
    font-size: 35px;
}
.bloccotesto{
  color: #535454;
  font-family: 'Montserrat';
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 10%;
  text-align: center;
}
.invertedorder .bloccofotostandard .testo{
  order: 2;
}
.invertedorder .bloccofotostandard .immagine{
  order: 1;
  padding: 50px;
  text-align: center;
}
.invertedorder .bloccofotostandard .immagine img{
  max-width: 350px;
}
div.ccm-page .semplicemente h2{
    color: #191919;
    font-size: 45px;
    padding: 50px 25px;
    text-align: center;
}
.invertedorder.whitebg .bloccofotostandard .testo .titolo{
  color: #191919;
}
.invertedorder.whitebg .bloccofotostandard .immagine img{
  display: none;
}
.invertedorder.whitebg .bloccofotostandard .bloccofoto .cella{
  padding: 50px 20%;
}
.invertedorder .bloccofotostandard.tall .immagine img{
  margin-bottom: -250px;
}
.topcontact .titolo{
  margin-bottom: 50px;
}
.contattitop .destra>.padding{
  margin: 0 auto;
  max-width: 400px;
  padding: 80px 25px;
}
.contattitop .destra input,
.contattitop .destra textarea
{
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.contattitop .destra input,
.contattitop .destra textarea
{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
}
.contattitop .destra input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra .radio span{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
.contattitop .destra .radio{
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: top;
}
.contattitop .destra .radio input[type="radio"]{
  top: 3px;
}
.contattitop .destra input[type="submit"]{
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 30px;
  -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;
}
.contattitop .destra input[type="submit"]:hover{
  background: #fff;
  color: #000;
}
.consulenzafornitura .sinistra{
  background: #000;
}
.consulenzafornitura .destra{
  background: #fff;
}
.consulenzafornitura .sinistra>.padding,
.consulenzafornitura .destra>.padding{
  padding: 80px 10%;
  text-align: left;
}
.consulenzafornitura .sinistra .link:not(.fa):not(.btn),
.consulenzafornitura .destra .link:not(.fa):not(.btn){
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 50px;
  padding: 15px 10px;
  -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;
  vertical-align: top;
}
.consulenzafornitura .destra .link:not(.fa):not(.btn){
  border: 1px solid #000;
  color: #000;
}
.consulenzafornitura .sinistra .link:not(.fa):not(.btn):hover{
  background: #fff;
  color: #000;
}
.consulenzafornitura .destra .link:not(.fa):not(.btn):hover{
  background: #000;
  color: #fff;
}
.consulenzafornitura .sinistra .testo,
.consulenzafornitura .destra .testo{
  color: #535454;
  font-family: 'Montserrat';
  font-weight: 300;
}
.consulenzafornitura .sinistra .titolo,
.consulenzafornitura .destra .titolo{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 35px;
  font-weight: 300;
}
.consulenzafornitura .destra .titolo{
  color: #000;
}
div.ccm-page main .partner a:not(.fa):not(.btn){
  color: #fff;
}
.contattitop .destra .checkbox{
  margin-bottom: 0;
}
.contattitop .destra .checkbox span{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
}
.privacyarea{
  color: #535454;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 25px;
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page main a:not(.fa):not(.btn):focus{
  color: #fff;
}
.maxwidth1{
  margin: 0 auto;
  max-width: 1150px;
  padding: 50px 25px;
}
.language{
  height: 54px;
  position: fixed;
  left: 100px;
  top: 28px;
  z-index: 2;
}
.menu .nav{
  text-align: center;
}
.menu .nav li{
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.menu .nav li a:not(.fa):not(.btn){
  border: 1px solid #fff;
  border-radius: 25px;
  color: #415364;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  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;
  vertical-align: top;
}
.menu .nav .nav-selected a:not(.fa):not(.btn),
.menu .nav .nav-path-selected a:not(.fa):not(.btn),
.menu .nav li a:not(.fa):not(.btn):hover
{
  background-color: transparent;
  border: 1px solid #415364;
  color: #415364;
}
.menu .nav li a:not(.fa):not(.btn):focus{
  background-color: transparent;
}
.top .logo{
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 800px;
  padding: 0 25px;
  text-align: center;
  width: 100%;
}
.top .logo hr{
  background: #0f2e42;
  border: 0;
  height: 1px;
  margin: 20px 0 0 0;
  padding: 0;
}
div.ccm-page .logo img{
  height: auto;
  max-width: 400px;
  width: 100%;
}
.top .areaprivata{
  text-align: right;
}
.top .menu{
  margin-bottom: 25px;
}
.areaprivata a,
div.ccm-page footer .areaprivata a:not(.fa):not(.btn){
  border: 1px solid #0f2e42;
  border-radius: 50%;
  color: #415364;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  -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;
  vertical-align: top;
}
.areaprivata a:hover,
div.ccm-page footer .areaprivata a:not(.fa):not(.btn):hover{
  background: #0f2e42;
  color: #fff;
}
.top .social>.padding{
  padding: 15px 0 0 15px;
}
.top .areaprivata>.padding{
  padding: 25px 25px 0 0;
}
footer .sinistra>.padding{
  padding: 50px 0;
  text-align: left;
}
footer .centro>.padding{
  padding: 50px 0;
  text-align: center;
}
footer .destra>.padding{
  padding: 50px 0;
  text-align: right;
}
footer .container{
  padding: 0;
}
/*generali*/
.rigastandard,
.rigaconsfondo,
.rigadoppia,
.rigaconbottone
{
  text-align: center;
}
/*rigastandard*/
  .rigastandard .sfondo>.padding{
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 15px;
  }
  .rigastandard .titolo{
    color: #0f2e42;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
  .rigastandard .descrizione{
    font-size: 16px;
    font-weight: 300;
  }
  .rigastandard .link{
    margin-top: 30px;
  }
  .rigastandard .link a{
    background: #0f2e42;
    border: 1px solid #0f2e42;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    -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;
    vertical-align: top;
  }
  .rigastandard .link a:not(.fa):not(.btn):hover{
    background: #fff;
    color: #0f2e42;
  }
  .rigastandard .icona{
    height: 80px;
    margin: 0 auto 20px auto;
    width: 80px;
  }
  .rigastandard .icona img{
    height: auto;
    width:100%;
  }
/*rigaconsfondo*/
  .rigaconsfondo .rapporto>.padding{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rigaconsfondo .titolo{
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .rigaconsfondo .descrizione{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .rigaconsfondo .link a{
    background: #0f2e42;
    border: 1px solid #0f2e42;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 25px;
    -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;
    vertical-align: top;
  }
  .rigaconsfondo .link a:not(.fa):not(.btn):hover{
    background: #fff;
    color: #0f2e42;
  }
/*rigadoppia*/
  .rigadoppia{
    position: relative;
  }
  .rigadoppia .sfondo>.padding{
    margin: 0 auto;
    max-width: 900px;
    padding: 80px 20%;
  }
  .rigadoppia .titolo{
    color: #0f2e42;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .rigadoppia .descrizione{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .clientipratiche .descrizione{
    margin-bottom: 0;
  }
  .cliente .sfondo{
    height: 100%;
  }
  .cliente .titolo{
    color: #415364;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .cliente .data{
    color: #ababab;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .cliente .sfondo>.padding{
    padding-left: 0;
    padding-right: 0;
  }
  .rigadoppia .link a{
    background: #0f2e42;
    border: 1px solid #0f2e42;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    -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;
    vertical-align: top;
  }
  .rigadoppia .link a:not(.fa):not(.btn):hover{
    background: #fff;
    color: #0f2e42;
  }
  .rigadoppia .icona{
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    width: 100px;
  }
  .rigadoppia .iconaclientipratiche{
    margin-bottom: 20px;
    text-align: center;
  }
  .rigadoppia .iconaclientipratiche img{
    height: 120px;
    width: 120px;
  }
  .rigadoppia .icona img{
    height: auto;
    width:100%;
  }
  .linkclientipratiche .iconaclientipratiche img{
    -ms-transition: transform .2s;
  	-webkit-transition: transform .2s;
  	-moz-transition: transform .2s;
  	transition: transform .2s;
  }
  .linkclientipratiche:hover,
  .linkclientipratiche:focus{
    text-decoration: none;
  }
  .linkclientipratiche:hover .iconaclientipratiche img{
    transform: scale(1.15);
  }
  .rigadoppia .searchinput{
    border: 1px solid #c4c4c4;
    border-radius: 25px;
    box-sizing: border-box;
    max-width: 350px;
    padding: 15px 25px;
    width: 100%;
  }
  .searchinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ababab;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
  }
  .searchinput::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
  }
  .searchinput:-ms-input-placeholder { /* IE 10+ */
    color: #ababab;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
  }
  .searchinput:-moz-placeholder { /* Firefox 18- */
    color: #ababab;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
  }
  .cliente .dato{
    padding: 5px 25px;
    text-align: left;
  }
  .cliente .dato img{
    float: left;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
  }
  .cliente .dato .testo{
    height: 35px;
    font-weight: 300;
    line-height: 15px;
  }
  .cliente .dato:first-child .testo{
    font-weight: 700;
  }
  .cliente .file{
    padding: 5px 25px;
    text-align: left;
  }
  .cliente .file img{
    height: 35px;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
  }
  .cliente .file .testo{
    height: 35px;
    font-weight: 300;
    line-height: 15px;
  }
  .cliente .file .estensione{
    background: #c4c4c4;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 35px;
  }
  .cliente .filelink:hover,
  .cliente .filelink:focus{
    text-decoration: none;
  }
  .cliente .elencopratiche .padding{
    padding: 50px 25px;
  }
  .cliente .pratica{
    background: #fff;
    color: #ababab;
  }
  .clientipratiche .sfondo>.padding{
    padding-left: 25px;
    padding-right: 25px;
  }
  .elencopratiche .titolo{
    color: #415364;
    margin: 0;
    text-align: left;
  }
  .elencopratiche .titolo .testo{
    float: left;
    width: 90%;
  }
  .elencopratiche .titolo .testo .nome{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .elencopratiche .titolo .testo .info{
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .elencopratiche .titolo>.padding{
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    margin: 10px;
    padding: 0;
    padding-bottom: 15px;
  }
  .elencopratiche .mese{
    color: #dedede;
    font-size: 45px;
    line-height: 40px;
  }
  .elencopratiche .anno{
    color: #dedede;
    font-size: 25px;
  }
  .elencopratiche .ultimamodifica{
    color: #c4c4c4;
    text-align: left;
  }
  .elencopratiche .ultimamodifica>.padding{
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px 10px 10px;
  }
  .elencopratiche .stato>.padding{
    color: #c4c4c4;
    height: 35px;
    padding: 5px 10px 10px 10px;
    text-align: right;
  }
  .cliente .pratica .numerorg{
    display: none;
  }
  .cliente .completata .pratica{
    background: #39ad4a;
  }
  .cliente .completata .pratica .meseanno{
    background: #008a45;
  }
  .cliente .completata .pratica .mese,
  .cliente .completata .pratica .anno{
    color: #39ad4a;
  }
  .praticalink:not(.fa):not(.btn):hover,
  .praticalink:not(.fa):not(.btn):focus{
    text-decoration: none;
  }
  .elencopratiche .completata .titolo>.padding{
    color: #fff;
  }
  .elencopratiche .completata .titolo>.padding{
    border-bottom-color: #fff;
  }
  .elencopratiche .completata .ultimamodifica{
    color: #fff;
  }
  .praticalink>div{
    -ms-transition: transform .2s;
  	-webkit-transition: transform .2s;
  	-moz-transition: transform .2s;
  	transition: transform .2s;
  }
  .praticalink>div:hover{
    transform: scale(1.03);
  }

/*rigaconbottone*/
  .rigaconbottone .sfondo>.padding{
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 15px;
  }
  .rigaconbottone .titolo{
    color: #0f2e42;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .rigaconbottone .descrizione{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .rigaconbottone .link a{
    background: #051a27;
    border: 1px solid #0f2e42;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    -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;
    vertical-align: top;
  }
  .rigaconbottone .link a:not(.fa):not(.btn):hover{
    background: #fff;
    color: #0f2e42;
    text-decoration: none;
  }
  .rigaconbottone .link a:not(.fa):not(.btn):focus{
    text-decoration: none;
  }
  .rigaconbottone .link a i{
    font-size: 20px;
    margin-right: 15px;
    vertical-align: top;
  }
/*fotodxsx*/
  .fotodxsx{
    position: relative;
  }
  .fotodxsx .sfondo>.padding{
    margin: 0 auto;
    max-width: 900px;
    padding: 80px 20%;
  }
  .fotodxsx .titolo{
    color: #0f2e42;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .fotodxsx .descrizione{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .fotodxsx .link a{
    background: #0f2e42;
    border: 1px solid #0f2e42;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    -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;
    vertical-align: top;
  }
  .fotodxsx .link a:not(.fa):not(.btn):hover{
    background: #fff;
    color: #0f2e42;
  }
  .fotodxsx .icona{
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    width: 100px;
  }
  .fotodxsx .icona img{
    height: auto;
    width:100%;
  }
  .fotodestra .sfondo,
  .fotosinistra .sfondo{
    height: 100%;
    width: 100%;
  }
/*professionista*/
  .lightgreybgp{
    background: #f2f3f4;
  }
  .lightgreybgp>.maxwidth,
  .whitebgp>.maxwidth{
    margin: 0 auto;
    max-width: 1200px;
  }
  .professionista>.padding{
    padding: 50px 10%;
    text-align: center;
  }
  .professionista .maxsize{
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }
  .pgrande .maxsize{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px 50px 25px;
    text-align: center;
  }
  .professionista .fotop{
    border-radius: 50%;
    height: auto;
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
  }
  .professionista .titolo{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .professionista .titolo strong{
    font-weight: 400;
  }
  .professionista .descrizione{
    font-weight: 300;
  }
  .professionista .links{
    margin-top: 20px;
  }
  .professionista .links a{
    border: 1px solid #0f2e42;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin: 5px;
    padding: 3px;
    vertical-align: top;
    width: 40px;
  }
  .professionista .links a i{
    color: #0f2e42;
    line-height: 30px;
    vertical-align: middle;
  }
  .professionista .descrizione{
    font-size: 15px;
    margin-top: 30px;
  }
  .ppiccolo .fotop{
    max-width: 150px;
  }
  .lightgreybgp .titolosezione>.padding,
  .whitebgp .titolosezione>.padding{
    padding: 50px 25px 0 25px;
    text-align: center;
  }
  .lightgreybgp .titolosezione,
  .whitebgp .titolosezione{
    color: #415364;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
  }
/*sede*/
  .darkgreybgp{
    background: #0f2e42;
  }
  .nodarkgreybgp{
    background: transparent;
  }
  .darkgreybgp>.maxwidth{
    margin: 0 auto;
    max-width: 1200px;
    padding: 25px 0;
  }
  .darkgreybgp>.maxwidth>div{
    align-items: top;
    justify-content: center;
  }
  .sede>.padding{
    text-align: center;
  }
  .sede .maxsize{
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }
  .sede .maxsize{
    margin: 0 auto;
    max-width: 400px;
    padding: 25px;
    text-align: center;
  }
  .sede .titolo{
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .sede .titolo strong{
    font-weight: 400;
  }
  .sede .descrizione{
    font-weight: 300;
  }
  .sede .links{
    margin-top: 20px;
  }
  .sede .links a{
    border: 1px solid #0f2e42;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin: 5px;
    padding: 3px;
    vertical-align: top;
    width: 40px;
  }
  .sede .links a i{
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
  }
  .sede .descrizione{
    font-size: 15px;
    margin-top: 30px;
  }
  .darkgreybgp .titolosezione>.padding{
    padding: 50px 25px 0 25px;
    text-align: center;
  }
  .darkgreybgp .titolosezione{
    color: #415364;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
  }
/*backtotop*/
  #back-to-top.show {
    opacity: 1;
  }
  #back-to-top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    background: #0f2e42 url('../images/back_to_top.png');
    background-size: auto auto;
    background-size: 50px;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 25px;
    font-weight: bold;
    -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;
  }
  .show{
    display: block !important;
  }
.menu .menubutton{
  color: #415364;
  display: inline-block;
  font-size: 30px;
  line-height: 20px;
  vertical-align: top;
}
.menu .menubutton i{
  vertical-align: middle;
}
.clienti .sfondo>.padding{
  max-width: 1200px;
}
.clienti .utente{
  display: inline-block;
  max-width: 300px;
  padding: 15px;
  vertical-align: top;
  width: 100%;
}
.clienti .utente .padding{
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  color: #415364;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  max-width: 300px;
  padding: 10px 25px;
  padding-left: 65px;
  position: relative;
  text-align: left;
  -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;
  vertical-align: top;
  width: 100%;
}
.clienti .utente .icona{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.clienti .utente .utentelink:hover>.padding{
  background: #415364;
  border: 1px solid #415364;
  color: #fff;
}
.rigastandard .pratica .titolo .icona{
  height: 30px;
  float: right;
  margin: 0;
  width: 30px;
}
.collaborazioni .rigastandard{
  text-align: left;
}
.flexcenter{
  justify-content: center;
}
div.ccm-page .cliente hr{
  background: #c4c4c4;
  margin: 10px auto;
  max-width: 500px;
}
.cliente .noheight .testo{
  height: auto;
}
.avvocatocontroparte .cella{
  height: 30px;
}
.cliente .dato .sottotitolo{
  color: #ababab;
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 5px 0;
}
.cliente .dato .udienza{
  color: #0f2e42;
  padding: 3px 0;
}
.cliente .dato .whitetext{
  color: #fff;
}
.cliente .elencopratiche .azione .padding{
  padding: 15px 25px;
}
.elencopratiche .azione .titolo>.padding{
  margin: 0;
}
.elencopratiche .azione .titolo>.padding{
  border: 0;
}
.elencopratiche .azione .ultimamodifica>.padding{
  color: #0f2e42;
  padding-top: 0;
}
.elencopratiche .azione .titolo .testo .info{
  color: #ababab;
}
.azioni .pulsanti{
  background: #f2f3f4;
  font-size: 0;
  margin-bottom: 35px;
  text-align: right;
}
.cpulsante{
  text-align: center;
}
.azioni .pulsanti .vedinote,
.azioni .pulsanti .aggiungisottoazione,
.pulsante1{
  background: #415364;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 0 10px;
  padding: 8px 15px;
  -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;
  vertical-align: top;
}
.azioni .pulsanti .vedinote:hover,
.azioni .pulsanti .aggiungisottoazione:hover,
.pulsante1:hover{
  cursor: pointer;
  background: #0f2e42;
}
.azione>.pure-g{
  position: relative;
}
.cliente .elencopratiche .azione .icone .padding{
  padding: 0;
}
.azione .avvocato{
  color: #0f2e42;
  font-family: 'Montserrat';
  left: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: -25px;
}
.azione .avvocato img{
  border-radius: 50%;
  height: auto;
  vertical-align: middle;
  width: 35px;
}
.rigastandard .icone .icona{
  font-size: 0;
  margin-bottom: 0;
  padding: 20px 15px 0 15px;
  width: auto;
}
.azione .icona .allegati,
.azione .icona .condiviso,
.azione .icona .completata{
  background: #c4c4c4;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 2.5%;
  vertical-align: top;
  width: 28%;
}
.azione .icona img{
  height: auto;
  width: 100%;
}
.azione .icona .active{
  background: #39ad4a;
}
.cliente .elencopratiche .azione .sottoazioni{
  position: relative;
}
.cliente .elencopratiche .azione .sottoazioni>.padding{
  padding: 25px 0 0 0;
}
.cliente .elencopratiche .azione .sottoazioni>.padding:before{
  background: #dedede;
  content: "";
  height: 1px;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 5px;
}
.cliente .elencopratiche .azione .sottoazioni>.padding>.azione>.pratica,
.cliente .elencopratiche .azione .sottoazioni>.padding .avvocato{
  padding-left: 25px;
}
.cliente .elencopratiche .azione .sottoazioni>.padding>.azione{
  padding-top: 25px;
}
.input1{
  border: 1px solid #c4c4c4 !important;
  border-radius: 25px !important;
  box-sizing: border-box !important;
  max-width: 350px !important;
  padding: 15px 25px !important;
  width: 100% !important;
}
.input1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ababab;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}
.input1::-moz-placeholder { /* Firefox 19+ */
  color: #ababab;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}
.input1:-ms-input-placeholder { /* IE 10+ */
  color: #ababab;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}
.input1:-moz-placeholder { /* Firefox 18- */
  color: #ababab;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}
.formregistrazione>.padding{
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px 15px 50px 15px;
}
.formregistrazione .campo{
  text-align: center;
}
.formregistrazione .campo>.padding{
  padding: 10px 15px;
}
.formregistrazione .campo input{
  margin: 0 auto;
}
.formregistrazione .titolo{
  color: #415364;
  font-size: 25px;
  text-align: center;
}
.cpulsante .pulsante1[type="submit"]{
  margin-left: 0;
  margin-top: 25px;
  padding: 15px 35px;
}
/*SIGNATURE PAD BEGIN*/
.signature-pad{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 400px;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  margin: 0 auto;
  padding: 16px;
}
.signature-pad::before,
.signature-pad::after{
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.signature-pad::before{
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}
.signature-pad::after{
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}
.signature-pad--body{
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}
.signature-pad--body
canvas{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.signature-pad--footer{
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}
.signature-pad--actions{
  margin-top: 8px;
  text-align: center;
}
.signature-pad--actions>div{
  display: inline-block;
  vertical-align: top;
}
.signature-pad--actions button {
  color: #555;
  font-size: 17px;
  padding: 5px 25px;
}
/*SIGNATURE PAD END*/
.rigadoppia .aggiungi{
  display: inline-block;
  margin-left: 15px;
  -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;
  vertical-align: top;
}
.rigadoppia .aggiungi:hover{
  opacity: 0.8;
}
.rigadoppia .aggiungi>img{
  height: 50px;
  width: auto;
}
.scrollbox{
  border: 1px solid #ccc;
  height: 250px;
  margin-bottom: 20px;
  padding: 15px;
  overflow:auto;
}
.selectinput1{
  /*height: 48px;*/
  line-height: 18px;
  padding: 14px 25px !important;
}
.hiddenprivato,
.hiddenazienda{
  display: none;
}
.ccm-input-date-wrapper .input1{
  height: 48px;
  margin-right: auto !important;
}
/* Base for label styling */
.formregistrazione .campo .ccheckbox{
  height: 30px;
}
.formregistrazione .campo .ccheckbox label{
  height: 30px;
  line-height: 30px;
}
.formregistrazione .campo .ccheckbox [type="checkbox"]:not(:checked),
.formregistrazione .campo .ccheckbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.formregistrazione .campo .ccheckbox [type="checkbox"]:not(:checked) + label,
.formregistrazione .campo .ccheckbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* checkbox aspect */
.formregistrazione .campo .ccheckbox [type="checkbox"]:not(:checked) + label:before,
.formregistrazione .campo .ccheckbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 30px; height: 30px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.formregistrazione .campo .ccheckbox [type="checkbox"]:not(:checked) + label:after,
.formregistrazione .campo .ccheckbox [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0; left: 0;
  font-size: 30px;
  line-height: 30px;
  color: #0f2e42;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  text-align: center;
  width: 30px;
}
/* checked mark aspect changes */
.formregistrazione .campo .ccheckbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.formregistrazione .campo .ccheckbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.formregistrazione .campo .ccheckbox [type="checkbox"]:disabled:not(:checked) + label:before,
.formregistrazione .campo .ccheckbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.formregistrazione .campo .ccheckbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.formregistrazione .campo .ccheckbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/*.formregistrazione .campo [type="checkbox"]:checked:focus + label:before,
.formregistrazione .campo [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #0f2e42;
}*/
/* hover style just for information */
.formregistrazione .campo .ccheckbox label:hover:before {
  border: 2px solid #0f2e42!important;
}
div.ccm-page main .descrizione a:not(.fa):not(.btn),
div.ccm-page main .descrizione a:not(.fa):not(.btn):hover,
div.ccm-page main .descrizione a:not(.fa):not(.btn):focus{
  color: #0f2e42;
  text-decoration: none;
}
div.ccm-page .loggedin .logo img{
  max-width: 400px;
}
/*.loggedin .top .logo{
  margin-bottom: 10px;
  margin-top: -30px;
  max-width: 650px;
}
.loggedin .top .menu{
  margin-bottom: 10px;
}
.loggedin .menu .nav li a:not(.fa):not(.btn){
  padding: 5px;
}
.loggedin .top .social>.padding {
  padding: 0 0 0 15px;
}
.loggedin .top .areaprivata>.padding{
  padding: 10px 25px 0 0;
}*/
.montserrat{
  font-family: 'Montserrat' !important;
}
.alignright{
  text-align: right !important;
}
.multiselectinput1{
  margin: 0 auto;
  text-align: left;
}
.formregistrazione .campo .multiselectinput1 label{
  display: block;
  font-weight: 400;
  height: auto;
  line-height: normal;
  margin-left: 20px;
  text-align: left;
}
.multiselectinput1 input[type="checkbox"]{
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
}
.artworkslider .sp-layer{
  color: #fff;
  font-family: 'Montserrat';
  font-size: 35px;
  text-align: center;
}
.artworkslider .sp-layer .titolo{
  padding: 0 25px;
}
.artworkslider .sp-layer .descrizione{
  font-weight: 300;
  padding: 0 25px;
}
.titolobianco .titolo{
  color: #fff;
}
@media screen and (max-width: 1280px){/*xl*/

}
@media screen and (max-width: 1024px){/*lg*/

}
@media screen and (max-width: 950px){
  /*.ccm-block-social-links a{
    height: 40px;
    width: 40px;
  }
  .ccm-block-social-links a i{
    font-size: 20px;
  }
  .ccm-block-social-links a i::before{
    line-height: 40px;
  }*/
}
@media screen and (max-width: 768px){/*md*/
  .bloccofoto .titolo{
      font-size: 35px;
      line-height: 35px;
  }
  .toplineasottozero .titolo{
    font-size: 35px;
    line-height: 35px;
    top: 80px;
  }
  .contattitop .destra{
    background: rgba(0,0,0,0.5);
  }
  .parallaxblock .rapporto::before{
    padding-top: 80% !important;
  }
  footer .sinistra>.padding{
    padding: 50px 25px 25px 25px;
    text-align: center;
  }
  footer .centro>.padding{
    padding: 0;
    text-align: center;
  }
  footer .destra>.padding{
    padding: 25px 25px 25px 25px;
    text-align: center;
  }
  .menu .nav li{
    display: block;
    margin: 0;
  }
  .lightgreybgp .titolosezione>.padding,
  .whitebgp .titolosezione>.padding,
  .darkgreybgp .titolosezione>.padding{
      padding: 50px 25px 25px 25px;
      text-align: center;
  }
  .professionista>.padding{
    padding: 25px 25px 50px 25px;
  }
  .menu{
    padding: 0 25px;
    text-align: center;
  }
  .menu .nav{
    display: none;
    margin-bottom: 25px;
  }
  .menu .nav li a:not(.fa):not(.btn){
    padding: 10px;
  }
  .collaborazioni .rigastandard{
    text-align: center;
  }
  header .areaprivata a{
    font-size: 0;
  }
  header .areaprivata a i{
    font-size: 15px;
    margin: 0;
  }
  .artworkslider .sp-layer{
    font-size: 25px;
  }
}
@media screen and (min-width: 769px){
  .menu .menubutton{
    display: none;
  }
}
@media screen and (max-width: 680px){
  .tophome .titolo{
    font-size: 30px;
    left: 25px;
    line-height: 25px;
    padding-right: 0;
    text-align: center;
    top: 80px;
  }
  .topgiovanni .titolo{
    font-size: 35px;
    line-height: 35px;
  }
  .topgiovanni .titolo strong{
    font-size: 40px;
  }
}
@media screen and (max-width: 568px){/*sm*/
  .bloccofoto.destra .testo{
    order: 2;
  }
  .bloccofoto.destra .immagine{
    order: 1;
  }
  .bloccofoto .immagine img{
    width: 100%;
    height: auto;
  }
  .bloccofoto .titolo{
    margin-left: 0;
    padding: 20px 15px 0 15px;
  }
  .bloccofoto.destra .titolo{
    margin-right: 0;
    text-align: left;
  }
  .bloccofoto .descrizione .padding{
    padding: 10px 15px 30px 15px;
  }
  .invertedorder .bloccofotostandard .immagine{
    padding: 50px 50px 0 50px;
  }
  .invertedorder .bloccofotostandard.tall .immagine img{
    margin-bottom: 0;
  }
  .invertedorder.whitebg .bloccofotostandard .bloccofoto .cella{
    padding: 0 25px 50px 25px;
  }
  .invertedorder.whitebg .bloccofotostandard .bloccofoto .titolo{
    padding: 20px 0 0 0;
  }
  .rigadoppia .sfondo>.padding{
    padding: 80px 25px;
  }
  .rigadoppia .sinistra .sfondo>.padding{
    padding-top: 50px;
  }
  .clientipratiche .sinistra .sfondo>.padding{
    padding-bottom: 50px;
  }
  .rigadoppia .destra .sfondo>.padding{
    padding-bottom: 50px;
  }
  .clientipratiche .destra .sfondo>.padding{
    padding-top: 50px;
  }
  .parallaxblock .rapporto::before{
    padding-top: 100% !important;
  }
  .rigastandard .titolo,
  .rigaconsfondo .titolo
  {
    font-size: 25px;
  }
  .fotosinistra .sinistra .sfondo,
  .fotodestra .destra .sfondo{
    min-height: 300px;
  }
  .fotodestra .sinistra .sfondo>.padding,
  .fotosinistra .destra .sfondo>.padding{
    padding: 50px 25px;
  }
  .fotodxsx .descrizione{
    margin-bottom: 0;
    margin-top: 0;
  }
  .fotodestra .sinistra{
    order: 2;
  }
  .fotosinistra .destra{
    order: 1;
  }
  .top .logo{
    margin-top: 25px;
  }
  .loggedin .top .logo{
    margin-top: 0;
  }
}
