/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900i&display=swap');

:root {
    --cBlu: #0061a1;
    --cArancio: #f28d33;
    --cCiano: #0598f9;
    --cSabbia: #b7a998;
    --cGray: #cac4be;
    --cDGray: #515151;
    --cBlack: #464645;
    --cLWhite: #f6f5f4;
    --cWhite: #FFFFFF;
}


/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
/*    background-color: var(--cWhite);*/
}

.wide.odd { background-color: var(--cArancio); }

.wide.even { background-color: var(--cBlu); }

.padding { padding: 1em; }
.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-vertical4 { padding-bottom: 4em; padding-top: 4em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-top3 { padding-top: 3em; }
.padding-bottom3 { padding-bottom: 3em; }
.padding-top4 { padding-top: 4em; }
.padding-bottom4 { padding-bottom: 4em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.margin-top2 { margin-top: 2em; }
.margin-bottom2 { margin-bottom: 2em; }
.nomargin { margin: 0;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.mx-auto { margin: auto 0; }
.my-auto { margin: 0 auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.row-flex  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row-flex  {
  -ms-box-orient: horizontal;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -moz-flex;
  display: -webkit-flex;  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  position: relative;
}

/*FIX SAFARI*/
.row-flex:before, .row-flex:after { display: none; }

/*.d-flex-column  {   */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.row-fullL {
    width: 50vw;
    position: relative;
    margin-left: -50vw;
    left: 100%;
}

.row-fullR {
  width: 50vw;
  position: relative;
  margin-left: -50vw;
  left: 50vw;
}

.row-fullL .wrapper { max-width: 555px; margin-left: auto; }
.row-fullR .wrapper { max-width: 555px; margin-right: auto; }

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* TRIGGER */
/*.popup .icon { cursor: pointer; }*/
/*.popup .icon:hover { opacity: 0.8; }*/
.popup .trigger { z-index: 10; padding: 1em 0; text-align: center; height: 100%; }
/*.popup .trigger:hover { opacity: 0.8; }*/
.popup .toggle { display: none; }
/*.popup .toggle p {  font-size: 1em; }*/
/*.popup .toggle .chiudi { text-align: right; }*/
/*.popup .toggle .chiudi .icon:before { font-weight: 700; font-size: 1.5em; }*/


.popup .toggle.animated {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: var(--cLWhite);
  background: var(--cWhite) none no-repeat scroll top center;
  padding: 1em 1.5em;
  overflow: auto;
}

.popup .toggle.effet-right.animated { margin-left: 585px; }

/*EFFECT*/

/* ----------------------------------------------
 * Generated by Animista on 2019-12-10 15:2:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.focus-in-expand {
	-webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@keyframes slideInLeftCustom {
  0% {
/*    -webkit-transform: translate3d(-50%, 0, 0);*/
/*    transform: translate3d(-50%, 0, 0);*/
    width: 0px; 
    visibility: visible;
  }

  100% {
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
    width: 100%; 

  }
}

.slideInLeftCustom {
  -webkit-animation-name: slideInLeftCustom;
  animation-name: slideInLeftCustom;
}



/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 var(--cWhite);
    font: 21px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--cBlack);
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--cBlu);
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 2.4em; line-height: 1.2; } /*60*/

h1.big, .h1.big { font-weight: 400; font-size: 4em; line-height: 1; } /*100*/

h1.title, .h1.title { font-weight: 400; font-size: 3.2em; line-height: 1; } /*80*/

h2, .h2 { font-weight: 400; font-size: 2em; line-height: 1.2; } /*50*/

h3, .h3 { font-weight: 400; font-size: 1.6em; line-height: 1.2; } /*40*/

h4, .h4 { font-weight: 400;  font-size: 1.2em; line-height: 1.2; } /*35*/

h5, .h5 { font-weight: 400;  font-size: 0.75em; line-height: 1.2; } /*20*/

h6, .h6 { font-weight: 400;  font-size: 0.65em; line-height: 1.2; } /*16*/

p, ul { 
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: var(--cBlack);
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0px;
}


ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: var(--cBlack);
}

p.big { font-size: 1.3em; }

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


/* STYLE */

a, img { border: 0 none; transition: all 0.25s ease-in-out 0s; }

.cover img,
.img-cover { width: 100%; height: 50vw; height: auto; object-fit: cover; object-position: 50% 50%;  object-position: center top; }

a:link, a:visited, li a:link, li a:visited { color: var(--cDGray); text-decoration: none; }

a:hover, a:focus, li a:hover { color: var(--cArancio); outline: none; }

a:active, li a:active, a.active, li a.active { color: var(--cCiano);  }

.marker, .form-required, .request { color: var(--cBlu); display: none; }

.evidenza { color: var(--cArancio); }
.Blu { color: var(--cBlu); }
.Arancio { color: var(--cArancio); }
.Ciano { color: var(--cCiano); }
.Sabbia { color: var(--cSabbia); }
.Gray { color: var(--cGray); }
.DGray { color: var(--cDGray); }
.LWhite { color: var(--cLWhite); }
.White { color: var(--cWhite); }
.Black, .CText { color: var(--cBlack); }

.fprimary { font-family: 'Roboto', sans-serif; }

.bgBlu { background-color: var(--cBlu); }
.bgArancio { background-color: var(--cArancio); }
.bgCiano { background-color: var(--cCiano); }
.bgSabbia { background-color: var(--cSabbia); }
.bgGray { background-color: var(--cGray); }
.bgDGray { background-color: var(--cDGray); }
.bgWhite { background-color: var(--cWhite); }
.bgLWhite { background-color: var(--cLWhite); }
.bgBlack { background-color: var(--cBlack); }

strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn,
.btn-primary, .btn-secondary { 
  border: 1px solid var(--cBlu) !important;
  background-color: var(--cBlu);
  font-family: 'Roboto', sans-serif;
  font-size: 1em; 
  font-weight: 700;
  color: var(--cWhite) !important;
  padding: 0.5em 4em;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; 
  transition: all 0.25s ease-in-out 0s;
  outline: none;
  box-shadow: 0px 3px 6px #666666;
  box-shadow: none;
/*  border-radius: 27px;*/
  text-transform: none;
}

.btn:hover {
  background-color: var(--cCiano) !important;
  border-color: var(--cCiano) !important; 
  color: var(--cWhite) !important;
}

.btn-primary,
.webform-client-form .form-actions .form-submit {
  background-color: var(--cBlu) !important;
  border-color: var(--cBlu) !important; 
  color: var(--cWhite) !important;
}

.btn-primary:hover,
.webform-client-form .form-actions .form-submit:hover {
  background-color: var(--cArancio) !important;
  border-color: var(--cArancio) !important; 
  color: var(--cWhite) !important;
}


.btn-secondary {
  background-color: var(--cCiano) !important;
  border-color: var(--cCiano) !important; 
  color: var(--cWhite) !important;
}

.btn-secondary:hover {
  background-color: var(--cBlu) !important;
  border-color: var(--cBlu) !important; 
  color: var(--cWhite) !important;
}

.btn .icon-custom:before {  
  transition: all 0.25s ease-in-out 0s;
/*  color: #96d915;*/
  font-size: 1em;
  font-weight: 500;
  position: relative;
/*  top: 2px;*/
}

.btn:hover .icon-custom:before { color: var(--cWhite) !important; }

.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}




/*SCROLL-TO-TOP*/
.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: var(--cGreen);
    background: none;
    line-height: 1;
    z-index: 98;
    background:var(--cWhite);
    padding: 0;
    right: 0.5em;
    bottom: 0.5em;
    width: 2em;
    height: 2em;
    border-radius: 50px;
    transition: all 0.25s ease-in-out 0s;
}
.scroll-to-top a { color: var(--cBlu); }
.scroll-to-top a:focus, .scroll-to-top a:hover { var(--cCiano); }
.scroll-to-top:hover {    -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: var(--cBlu); font-size: 1.2em; line-height: 0; }


.btn-action, .arrow, .icon { transition: all 0.25s ease-in-out 0s;  }
.btn-action:hover, .arrow:hover { opacity: 0.7; }

.btn-action { cursor: pointer; }

/*STRUCTURE*/
.structure { max-width: 2000px; }
/*.structure .container-fluid.grid { padding-left: 0; padding-right: 0; }*/


/*HEADER*/
.header .layout { background: transparent url('../images/header_visual.jpg') scroll no-repeat center center / cover; }

.header .box-square  { margin: 2em 0; }
.header .box-square .box-caption { min-height: 20em; padding: 1em; }

.header .box-footer .box-caption { padding: 0; }

/*DEPOSITO*/
.deposito .box { padding: 0; }
.deposito .wideCustom { height: 100%; min-height: 16em; min-height: 20em; overflow: hidden; background-color: var(--cArancio); }
.deposito .row-fullL .wrapper { padding: 1em 1.5em; padding-left: 0; }
.deposito .box-visual-deposito .wideCustom {
  background: transparent url("../images/deposito_visual.png") scroll no-repeat top center / cover;  
}
.deposito .box-content-deposito .h4 { text-align: left;  }
.deposito .box-content-deposito .bottone { text-align: right; margin-top: 1em; }
.deposito .box-content-deposito .bottone.icon-close { text-align: left; margin: -1em 0 0em -1em;}

/*LAVORARE*/
.lavorare .box { padding: 0; }
.lavorare .wideCustom { height: 100%; min-height: 22em; min-height: 22em; overflow: hidden; background-color: var(--cBlu); 
  background: var(--cBlu) url("../images/lavorare_box_blu.jpg") scroll no-repeat bottom center / cover;  
}
.lavorare .row-fullR .wrapper { padding: 1em 1.5em; padding-right: 0; position: relative; top: -1em; }
.lavorare .box-visual-lavorare .wideCustom {
  background: transparent url("../images/lavorare_visual.jpg") scroll no-repeat bottom center / cover;  
}
.lavorare .box-content-lavorare .h4 { text-align: right;}
.lavorare .box-content-lavorare .bottone { text-align: left; margin-top: 1em; }
.lavorare .box-content-lavorare .bottone.icon-close { text-align: right; margin: -1em 0em 0em 0em; }

/*UNISCITI*/
.unisciti .box { padding: 0; }
.unisciti .wideCustom { height: 100%; min-height: 14em; overflow: hidden; background-color: var(--cBlu); 
}
.unisciti .row-fullR .wrapper { padding: 1em 1.5em; padding-right: 0; }
.unisciti .box-visual-unisciti .wideCustom {
  background: transparent url("../images/unisciti_visual.png") scroll no-repeat top center / cover;  
}

/*SERVIZI*/
.servizi .box-flip { padding-top: 3em; }
.servizi .box-flip .box-odd .flipper { background-color: var(--cCiano); }
.servizi .box-flip .box-even .flipper { background-color: var(--cBlu); }

.servizi .box-flip .box-odd .flipper,
.servizi .box-flip .box-even .flipper  { background-color: transparent; }

.servizi .box-flip .flip-container { padding: 7px; }

  /*FLIPPER*/
  .servizi .flipper { transition: 0.8s; transform-style: preserve-3d; position: relative; text-align: center; min-height: auto; padding: 0em;   }

  /* flip the pane when hovered */
  .servizi .flip-container.hover .flipper { transform: rotateY(180deg); }

  .servizi .flip-container, .servizi .front, .servizi .back { text-align: center; }

  /* flip speed */
  .servizi .flipper { transition: 0.8s; transform-style: preserve-3d; position: relative; }

  /* hide back of pane during swap */

  .servizi .front, .servizi .back {
      transition: all 0.25s ease-in-out 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 14em; 
      height: 14em;
      width: auto; 
      height: auto; 
      min-height: 9em;
      padding: 0.4em;
  }

  .servizi .box-flip .box-odd .front,
  .servizi .box-flip .box-odd .back { background-color: var(--cCiano); }
  .servizi .box-flip .box-even .front,  
  .servizi .box-flip .box-even .back { background-color: var(--cBlu); }

/*  .servizi .flipper .front:hover,*/
/*  .servizi .flipper .back:hover { cursor: pointer; background-color: var(--cArancio) !important; }*/

  .servizi .box-flip .box-odd:hover .front,
  .servizi .box-flip .box-odd:hover .back,
  .servizi .box-flip .box-even:hover .front, 
  .servizi .box-flip .box-even:hover .back { cursor: pointer; background-color: var(--cArancio)!important; } 

  /* front pane, placed above back */
  .servizi .front { z-index: 2;  -webkit-transform: rotateY(0deg); transform: rotateY(0deg); width: 100%; 
/*    top: 50%;*/
/*    left: 50%;*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
  }

  /* back, initially hidden pane */
  .servizi .back {  -webkit-transform: rotateY(180deg); transform: rotateY(180deg); position: relative; margin: auto; }

  .servizi .flipper .h5 { font-size: 0.95em; margin: auto; }
  .servizi .front p { margin: auto; }

/*CONTATTI*/
.contatti { padding-bottom: 6em; }
.contatti .row-caption .box-caption { padding: 1em; }

/*FOOTER*/
.footer.container { display: none; }

/*  WEBFORM  */
/*.alert.alert-dismissible.messages { display: none; }*/

.webform-client-form p,
.webform-client-form label {   }

.webform-client-form h2 { font-size: 3em; line-height: 1.2; }
.webform-client-form h3 { font-size: 1.8em; line-height: 1.2; }
.webform-client-form h4 { font-size: 1.3em; line-height: 1.3; }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    margin: 0.8em 0 0em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 0.75em;
    text-transform: none;
    position: relative;
    color: var(--cBlack); 
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid var(--cBlack); 
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.75em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: var(--cBlack); 
    border-radius: 0;
    box-shadow: none;
}

.webform-component input,
.webform-component select,
.webform-component textarea { border-bottom: 1px solid var(--cBlack); }

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    text-transform: none;
    font-size: 0.8em;
    color: var(--cBlack); 
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -20px;
    margin: 0.1em 0 0.2em -25px;
    margin-left: -30px;
    width: auto; 
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
    width: 50%;
    width: 35%;
}

.webform-component .form-control { color: var(--cBlack); }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cGray);  } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cGray);   } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cGray);   } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cGray);   } /* Firefox 18- */

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; }
.webform-client-form .panel-body { padding: 0; }

.webform-component.webform-component-markup { width: 100%; margin-top: 0; padding: 0 15px; }

.container-visual .webform-component.webform-component-markup { padding: 0px; }

.webform-component-markup.webform-component--campi { width: 50%; text-align: right; }

.webform-component-markup .campi { font-weight: 400; font-size: 0.9em; margin: 0.2em;}

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; }

.webform-component.privacy { }
.webform-component.privacy a  { color: var(--cBlu); font-weight: 400; text-decoration: underline; }

.webform-component.privacy .control-label { text-transform: none; font-size: 0.75em; line-height: 1.2; font-weight: 400; color: var(--cBlack); }


.webform-client-form .form-actions { 
  position: relative;
  text-align: right;
  float: left;
  width: 100%;
  margin: -2em 0 0;
  top: 3em;
}

.webform-client-form .form-actions .form-submit { 
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  padding: 0.5em 4em;
  font-weight: 700;
  z-index: 1;
  transition: all 0.25s ease-in-out 0s;
  text-transform: uppercase;
  position: relative;
  outline: none;
  width: auto;

}

.webform-client-form .form-actions .form-submit:hover {   }


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 21px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 22px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 23px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 24px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 25px; }

    }


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1400px) {


    }


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

      h1.title, .h1.title { font-size: 2.8em; }
      h2, .h2 { font-size: 1.75em; }

      /*HEADER*/
      .header .box-square .box-caption { min-height: 18em; }

      /*LAVORARE*/
      .lavorare .box-visual-lavorare .wideCustom { background-position: -8em 0; }

      /*SERVIZI*/
/*      .servizi .flipper {  min-height: 8.5em; }*/
      .servizi .front, .servizi .back { min-height: 8.5em; }

      .servizi .flipper .h5 { font-size: 0.85em; }

    }

    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1199px) {

      .popup .toggle.effet-right.animated { margin-left: 485px; } 

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

      /*LAVORARE*/
      .lavorare .box-visual-lavorare .wideCustom { background-position: -9.5em 0; }

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 991px) {

      h1.title, .h1.title { font-size: 2.2em; }

      .popup .toggle.animated { padding: 1em; }
      .popup .toggle.effet-right.animated { margin-left: 375px; }

      .deposito .row-fullL .wrapper,
      .unisciti .row-fullR .wrapper,
      .lavorare .row-fullR .wrapper { padding: 1em; }

      /*HEADER*/
      .header .box-square .box-caption { min-height: 14em; }

      /*DEPOSITO*/
      .deposito .wideCustom {  min-height: 14em; }

      /*LAVORARE*/
      .lavorare .wideCustom { min-height: 16em; }
      .lavorare .box-visual-lavorare .wideCustom { background-position: -6em 0; }

      /*SERVIZI*/
      .servizi .box-flip { padding-top: 2em; }
/*      .servizi .flipper { min-height: 10em; }*/
      .servizi .front, .servizi .back { min-height: 10em; }
      .servizi .flipper .h5 { font-size: 1em; }

      /*CONTATTI*/
      .contatti { padding: 0 0 2em; }
      .contatti .container { padding: 0;}

      .contatti .row-caption { padding: 2em 15px; }
      .contatti .row-caption .box-caption {  padding: 0em; }
      .contatti .row-caption .box-caption .h2 { margin: 0; }

      .contatti .row-modulo { padding-top: 2em; }
      .contatti .row-modulo .box-form { padding-top: 1em; }

      /*WEBFORM*/
      .webform-client-form .form-actions { 
        position: relative;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 2em;
        top: auto;
      }

      .webform-client-form .form-actions .form-submit { }


    }

    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 850px) {

      /*LAVORARE*/
      .lavorare .box-visual-lavorare .wideCustom { background-position: -8em 0; }

    }


    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

      h2, .h2 { font-size: 2.2em; }

/*      .row-full { padding: 0 15px; }*/
      .row-fullL, .row-fullR { width: 100%; margin-left: 0; left: 0; }

      br { display: none; }

      /*HEADER*/
      .header .layout { background: none; padding: 0; }

      /*DEPOSITO*/
      .deposito .wideCustom { min-height: auto; }
      .deposito .box-visual-deposito .wideCustom { background-image: url("../images/deposito_visual_mobile.png"); min-height: 16em; }
      .deposito .box-content-deposito .h2 { margin: 0 0 0.5em;  }

      /*LAVORARE*/
      .lavorare .wideCustom { min-height: auto; }
      .lavorare .box-visual-lavorare .wideCustom { background-image: url("../images/lavorare_visual_mobile.png"); background-position: top center; min-height: 22em; }
      .lavorare .box-content-lavorare .h2 { margin: 0 0 0.5em;  }
      .lavorare .box-content-lavorare .h4 { text-align: left; }

      /*SERVIZI*/
      .servizi { padding-bottom: 0em; }
      .servizi .box-content { padding-top: 0em; }
      .servizi .box-content .box-header { padding-bottom: 2em; }
      .servizi .box-content .box-header .h1 { font-size: 3em; }
      .servizi .box-content .box-header .h3 { font-size: 1.2em; }


      .servizi .box-rows-mobile .box-row { border-bottom: 5px solid var(--cWhite);}
      .servizi .box-rows-mobile .box-row div { padding-top: 0.5em; padding-bottom: 0.5em; padding: 0.5em; }
      .servizi .box-rows-mobile .box-row .box-icon { border-right: 5px solid var(--cWhite); text-align: center; }
      .servizi .box-rows-mobile .box-odd { background-color: var(--cCiano); }
      .servizi .box-rows-mobile .box-even { background-color: var(--cBlu); }
      .servizi .box-rows-mobile .box-row .h5 { margin: 0; }

      /*UNISCITI*/
      .unisciti .wideCustom { height: auto; min-height: auto; margin-top: 0; margin-bottom: 0; }
/*      .unisciti .wideCustom .box-content  { padding: 0; }*/
      .unisciti .box-visual-unisciti .wideCustom {  background-image: url("../images/unisciti_visual_mobile.png"); min-height: 16em;}
      .unisciti .row-fullR .wrapper { padding-top: 2em; padding-bottom: 2em;}

      /*CONTATTI*/
      .contatti .row-full .row-caption .box-caption { padding: 0 15px; }
      .contatti .row-full .row-caption .box-caption .h2 { font-size: 1.6em; }

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {

      /*DEPOSITO*/

      .deposito .box-visual-deposito .wideCustom { min-height: 12em; }

      /*LAVORARE*/
      .lavorare .box-visual-lavorare .wideCustom { min-height: 15em; }

      /*UNISCITI*/
      .unisciti .box-visual-unisciti .wideCustom { min-height: 12em; }


    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {

      h1.title, .h1.title { font-size: 2em; }
      h2, .h2 { font-size: 1.8em; }
      h4, .h4 { font-size: 1.1em; }
      h5, .h5 { font-size: 0.65em; }

      /*SERVIZI*/
      .servizi .box-content .box-header .h1 { font-size: 2em; }
      .servizi .box-content .box-header .h3 { font-size: 1em; }

      /*CONTATTI*/
      .contatti .row-full .row-caption .box-caption .h2 { font-size: 1.3em; }

    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

