/**
 * 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:100,300,400,500,700,900');*/

:root {
    --cLBlu: #007bff;
    --cBlu: #004088;
    --cViola: #dd0865;
    --cLGray: #a8a7a7;
    --cGray: #333333;
    --cLCiano: #e1eaee;
    --cAzzurro0: #91b7cc;
    --cAzzurro1: #5ba3d2;
    --cAzzurro2: #508eb7;
    --cAzzurro3: #5096c4;
    --cAzzurro4: #4782ab;
    --cBlack: #1a171b;
    --cLWhite: #F0F0F0;
    --cWhite: #FFFFFF;
}


/* SYSTEM */

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

.wideL {
    margin: 0 0 0 -9999px;
    padding: 0 0 0 9999px;
    position: relative;
}

.wideR {
    margin: 0 -9999px 0 0;
    padding: 0 9999px 0 0;
    position: relative;
}

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

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

.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; }
.margin-top3 { margin-top: 3em; }
.margin-bottom3 { margin-bottom: 3em; }
.nomargin { margin: 0;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.m-auto { margin: auto auto; }
.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; }


.rflex-icenter { align-items: center; }

.rflex-jcenter { justify-content: center; }

/*.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, .row-fullR .wrapper { max-width: 555px; text-align: center;}

.row-fullL .wrapper { margin-left: auto; }
.row-fullR .wrapper { 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: 400; font-size: 1.5em; }

/*.popup .toggle.animated { */
/*    background: #FFFFFF none no-repeat scroll top center;*/
/*    display: block;*/
/*    width: auto;*/
/*    height: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 1em 2em;*/
/*    position: absolute;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*}*/


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

/*EFFECT*/
@-webkit-keyframes rotate-icon {
  from {
    -webkit-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotate-icon {
  from {
    -webkit-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

.rotate-icon {
  -webkit-animation-name: rotate-icon;
  animation-name: rotate-icon;
}

.icon-rotate:before {
    -webkit-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
}

.icon-rotate:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* DEFAULT */

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

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

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

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

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

h3, .h3 { font-weight: 400; font-size: 1.25em; line-height: 1.4; } /*32*/ 

h3.big, .h3.big { font-weight: 400; font-size: 1.5em; } /*37*/

h4, .h4 { font-weight: 400;  font-size: 1em; line-height: 1.4; } /*24*/

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

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

p, ul { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: var(--cGray);
    line-height: 1.4;
    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: 1em 0; margin: 0.5em 0; }
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: #005573;*/
      font-family: "vita-custom";
      content: '\e802';
      color: var(--cViola);
      font-size: 1em;
      position: relative;
      margin: 0 0.5em 0 -1.5em;
      line-height: 1;
}

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; }

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

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

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

.marker, .form-required, .request { color: var(--cLBlu);  }

.evidenza { color: var(--cViola); }
.LBlu { color: var(--cLBlu); }
.Viola { color: var(--cViola); }
.LGray { color: var(--cLGray); }
.Gray, .CText { color: var(--cGray); }
.LCiano { color: var(--cLCiano); }
.Azzurro0 { color: var(--cAzzurro0); }
.Azzurro1 { color: var(--cAzzurro1); }
.Azzurro2 { color: var(--cAzzurro2); }
.Azzurro3 { color: var(--cAzzurro3); }
.Azzurro4 { color: var(--cAzzurro4); }
.LWhite { color: var(--cLWhite); }
.White { color: var(--cWhite); }
.Black { color: var(--cBlack); }

.fprimary { font-family: Arial, Helvetica, sans-serif; }

.bgLBlu { background-color: var(--cLBlu); }
.bgViola { background-color: var(--cViola); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgLCiano { background-color: var(--cLCiano); }
.bgAzzurro0 { background-color: var(--cAzzurro0); }
.bgAzzurro1 { background-color: var(--cAzzurro1); }
.bgAzzurro2 { background-color: var(--cAzzurro2); }
.bgAzzurro3 { background-color: var(--cAzzurro3); }
.bgAzzurro4 { background-color: var(--cAzzurro4); }
.bgLWhite { background-color: var(--cLWhite); }
.bgWhite { background-color: var(--cWhite); }
.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; }

hr {
  border: 0;
  border-top: 8px solid var(--cViola);
  margin: 0.5em 0;
  width: 4em;
}


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

.btn,
.btn-primary, .btn-secondary,
.webform-client-form .form-actions .form-submit { 
  border: 1px solid var(--cViola) !important;
  background-color: var(--cViola)  !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em; 
  font-weight: 700;
  color: var(--cWhite) !important;
  padding: 0.5em 2em;
  -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: none;
/*  border-radius: 27px;*/
  text-transform: none;
  text-transform: uppercase;
}

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

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

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


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

.btn-secondary:hover {
  background-color: var(--cViola) !important;
  border-color: var(--cViola) !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; }

.btn-big { 
  color: var(--cWhite) !important; 
  font-size: 1em; 
  font-weight: 400; 
  padding: 0.6em 1em; 
  background-color: transparent !important; 
  border-color: transparent !important; 
  text-transform: none; 
}

.btn-big .icon-custom:before { font-size: 2em; position: relative; top: 0.2em; line-height: 0; }

.btn-big:hover { background-color: transparent !important; border-color: transparent !important; color: var(--cBlack) !important;  }

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

.btn-action { cursor: pointer; }


.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) */
}

.gradA1A2 {
  background: var(--cAzzurro1);/* Old Browsers */
  background: -moz-linear-gradient(left, var(--cAzzurro1) 0%, var(--cAzzurro1) 50%, var(--cAzzurro2) 50%, var(--cAzzurro2) 100%); /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, var(--cAzzurro1)), color-stop(50%, var(--cAzzurro1)), color-stop(50%, var(--cAzzurro2)), color-stop(100%, var(--cAzzurro2)));/* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, var(--cAzzurro1) 0%, var(--cAzzurro1) 50%, var(--cAzzurro2) 50%, var(--cAzzurro2) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, var(--cAzzurro1) 0%, var(--cAzzurro1) 50%, var(--cAzzurro2) 50%, var(--cAzzurro2) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, var(--cAzzurro1) 0%, var(--cAzzurro1) 50%, var(--cAzzurro2) 50%, var(--cAzzurro2) 100%); /* IE 10+ */
  background: linear-gradient(to right, var(--cAzzurro1) 0%, var(--cAzzurro1) 50%, var(--cAzzurro2) 50%, var(--cAzzurro2) 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--cAzzurro1)', endColorstr='var(--cAzzurro2)', GradientType=1 );/* IE6-9 */
}


/*SCROLL-TO-TOP*/
.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: var(--cBlack);
    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: 0px;
    transition: all 0.25s ease-in-out 0s;
}
.scroll-to-top a .scroll-to-top:focus, .scroll-to-top:hover { color: var(--cWhite); }
.scroll-to-top:hover { background: var(--cViola); }
.scroll-to-top i, .scroll-to-top span { font-weight: 700; color: var(--cWhite); }


/*.line { padding-left: 0; }*/
.line img { position: relative; margin-bottom: 0.5em; }
/*STRUCTURE*/
.structure { max-width: 2000px; }
/*.structure .container-fluid.grid { padding-left: 0; padding-right: 0; }*/


/*TOP*/
.top .tnavbar { line-height: 0; margin: 0; }
.top .tnavbar, .top .logo { margin: 0.5em 0; }

/*HEADER*/
.header .hvisual .img-cover { max-height: 35em; }
/*.header .line { padding-left: 15px; }*/

/*RMATERIALI*/
.rmateriali .box-content { padding: 0; }
.rmateriali .box-symbol .symbol { padding-bottom: 1em; }
.rmateriali .box-symbol .symbol .icon { padding-left: 0; }
.rmateriali .box-symbol .symbol .caption { padding: 0; }
.rmateriali .box-symbol .symbol .caption p { margin-top: 0; }

/*USEDUTA*/
.useduta {}
.useduta .box-content { padding: 0; }

/*AREA-DOWNLOAD*/
.area-down {}

.area-down .box { padding: 0; }

.area-down .wideCustom {
/*    padding-top: 2em;*/
/*    padding-bottom: 2em;*/
    height: 100%;
    min-height: 15em;
    overflow: hidden;
/*    background-color: transparent;*/
}
.area-down .box-brochure { background-color: var(--cAzzurro3); }
/*.area-down .box-brochure .wideCustom { background-color: var(--cAzzurro1); }*/

.area-down .box-casi_clinici { background-color: var(--cAzzurro4); }
/*.area-down .box-casi_clinici .wideCustom { background-color: var(--cAzzurro2); }*/

.area-down .trigger .btn-action { font-size: 2em; line-height: 0; }

.area-down ul.list-bullet { font-size: 0.75em; font-size: 0.6em;  }
.area-down ul.list-bullet li a { color: var(--cBlack); }
.area-down ul.list-bullet li a:hover, .area-down ul.list-bullet li a:focus { color: var(--cViola); }
.area-down ul.list-bullet li:before { font-weight: 700; }


/*CONTATTI*/
.contatti .container { border: 0px solid red; }

.contatti .container .wrapper-container { padding-top: 2em; }
.contatti .container .webform-client-form .wide {  padding-bottom: 2em; }

/*FOOTER*/
.footer.container { display: none; }
.footer-first.border { border-top: 1em solid var(--cViola); }
.footer-first .box-caption .h6 { margin: 0.5em 0; }
.footer-first .box-caption .privacy { margin-left: 2em; }
.footer-first .box-logo { text-align: right;  }

/*CARD PAGE*/
/*.pcard .icard:last-child { padding-bottom: 0; }*/
.pcard .icard .row-full { padding-bottom: 1em; border-bottom: 1px solid var(--cLCiano); }
.pcard .icard:last-child .row-full { padding-bottom: 0; border-bottom: none; }

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

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


.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: Arial, Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    margin: 0.7em 0 0.3em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 1em;
    text-transform: none;
    position: relative;
    color: var(--cGray); 
    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: 1em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    padding: 0.5em 0.5em;
    height: auto;
    color: var(--cGray); 
    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: Arial, Helvetica, 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.75em;
    color: var(--cGray); 
    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; 
    width: 1em;
    height: 1em;
}

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

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

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



.webform-component.campoform,
.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea,
.webform-component.campoform label,
.webform-component.campoform .description { margin: 0 0 0; }


.webform-component.campoform label,
.webform-component.campoform .description { }

.webform-component.campoform .description { }

.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea { font-size: 0.7em; margin: 0.5em 0 1em; }



.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; padding: 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(--cLBlu); font-weight: 400; }

.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: 0;
  margin: 1em 0 0;
}

.webform-client-form .form-actions .form-submit { 
  font-family: Arial, Helvetica, sans-serif;
/*  border: none;*/
  font-size: 0.7em;
/*  padding: 0.5em 2em;*/
  text-shadow: none;
  text-transform: none;
/*  font-weight: 400;*/
  z-index: 1;
  transition: all 0.25s ease-in-out 0s;
  text-transform: uppercase;
/*  border-radius: 0;*/
/*  background: var(--cDBlu) none no-repeat scroll 0 0;*/
  position: relative;
  outline: none;
  width: auto;

}

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


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

.img-responsive { display: inline-block; }
.img-cover { height: auto; object-fit: cover; max-width: 100%; width: 100%; }


    /*==========  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: 21px; }
    }

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

        body { font-size: 21px; }

    }

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

        body { font-size: 23px; }

    }

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

        body { font-size: 24px; }

    }


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


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

        h1, .h1 { font-size: 1.7em; }
        h2, .h2 { font-size: 1.5em; }

    }

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

      h3.big, .h3.big { font-size: 1.4em; }

      /*  WEBFORM  */
      .webform-component-fieldset.col-sx-hcaption .hvisual .sez-top p br { display: none; }

    }

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

      h3.big, .h3.big { font-size: 1.1em; }

      /*RMATERIALI*/
      .rmateriali .box-symbol .symbol { padding-bottom: 0em; padding-top: 2em; }
      .rmateriali .box-symbol .symbol .caption .h6 { font-size: 0.75em; }

      /*  WEBFORM  */
      .webform-component-fieldset.col-sx-hcaption .hvisual br { display: none; }
      .webform-component-fieldset.col-sx-mcaption .mvisual br { display: none; }

    }

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

      /*USEDUTA*/
      .useduta .box-legend  h4 { font-size: 0.8em; }

      /*  WEBFORM  */
      .webform-component-fieldset.COLSX  h2 { font-size: 1.4em; }
      .webform-component-fieldset.COLSX  h3 { font-size: 1.15em; }
/*      .webform-component-fieldset.COLSX  p { font-size: 0.7em; }*/
      .webform-component-fieldset.col-sx-mcaption .mvisual .sez-bottom p { font-size: 0.7em; }

      .webform-component,
      .webform-component input, 
      .webform-component select, 
      .webform-component textarea { padding: 0 8px; }


    }

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

      .row-fullR,
      .row-fullL,
      .row-full { width: 100vw; margin-left: -50vw; left: 50%; }

      .row-fullR .wrapper, .row-fullL .wrapper { margin: auto; }

      .btn-big { white-space: unset; line-height: 1.7; }
      .btn-big .icon-custom:before { font-size: 1.5em; }

      br { display: none; }

      h5, .h5 { font-size: 0.9em; }

      /*HEADER*/
      .header .row1  { padding: 1em 0 2em; }

      /*RMATERIALI*/
      .rmateriali .box-content { padding-bottom: 1em; }
      .rmateriali .box-symbol .symbol .caption .h6 { font-size: 0.9em; }

      /*USEDUTA*/
      .useduta .box-content { padding-bottom: 1em; }
      .useduta .row.row3 { padding: 0; }
      .useduta .box-legend { padding-top: 1em; }
      .useduta .box-legend h5 { font-size: 0.9em; }

      /*AREA-DOWNLOAD*/
      .popup .toggle.animated { padding: 0.5em; }
      .area-down ul.list-bullet { font-size: 0.8em; font-size: 0.7em; }

      /*  WEBFORM  */
      .webform-component-fieldset.COLSX  h2 { font-size: 1.3em; }
      .webform-component-fieldset.COLSX  h3 { font-size: 1.15em; }
      .webform-component-fieldset.col-sx-mcaption .mvisual .sez-bottom p { font-size: 0.9em; }
      .webform-component-fieldset.col-sx-mcaption .mvisual p { margin: 0 0 1em; }


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

      .webform-component .form-type-checkbox label, 
      .webform-component .form-type-checkbox .description, 
      .webform-component .form-type-radio label, 
      .webform-component .form-type-radio .description { font-size: 0.9em; margin: 0.5em 0; }

      .webform-component.campoform input, 
      .webform-component.campoform select, 
      .webform-component.campoform textarea { font-size: 0.85em; margin: 0.5em 0 0; }


      .webform-client-form .form-actions { text-align: center; } 
      .webform-client-form .form-actions .form-submit { font-size: 0.9em; }


      /*FOOTER*/
      .footer-first .box-caption { text-align: center;  }
      .footer-first .box-caption .h6 { font-size: 0.75em; margin: 0 0 2em; }
/*      .footer-first .box-caption .privacy { display: block; position: relative; margin: 1em 0; }*/
      .footer-first .box-logo { text-align: center;  }

      /*CARD PAGE*/
      .pcard .icard h5, .h5 { font-size: 0.75em; }

    }


    @media (min-width: 576px) and (max-width: 767px) { 

      /*RMATERIALI*/
      .rmateriali .box-symbol .col-xs-12 { width: 50%; }

      /*VPIONIERE*/
      .vpioniere h4 { font-size: 0.9em; }

    }

    @media only screen and (max-width : 575px) {


      /*TOP*/
      .tnavbar { 
          max-width: 100vw; 
          overflow-x: auto; 
          overflow-y: hidden; 
          padding: 0; 
          scrollbar-width: none;
          scrollbar-width: thin;
          /* Only FireFox */
          scrollbar-color: var(--cViola)  var(--cLWhite);
          /* Only IE */
          scrollbar-face-color: var(--cLWhite); 
          scrollbar-shadow-color: var(--cLGray); 
          scrollbar-highlight-color: var(--cViola); 

       }

      .tnavbar svg { min-width: 50rem; min-width: 80rem;  margin-bottom: 0.5em; }

      /*overflow-x css  scrollbar style*/
      /*https://css-tricks.com/custom-scrollbars-in-webkit/*/
      /*https://css-tricks.com/examples/WebKitScrollbars/*/

      /* Only Chrome */
          /* Let's get this party started */
          .tnavbar::-webkit-scrollbar {
              width: 8px;
              height: 8px;
      	      background: var(--cWhite); 
          }

          .scroller::-webkit-scrollbar-track-piece  {
              background-color: var(--cLWhite);
          }
           
          /* Track */
          .tnavbar::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
              -webkit-box-shadow: none;
              -webkit-box-shadow: inset 0 0 6px var(--cLGray); 
              -webkit-border-radius: 8px;
              border-radius: 8px;
          }
           
          /* Handle */
          .tnavbar::-webkit-scrollbar-thumb {
              -webkit-border-radius: 8px;
              border-radius: 8px;
              background: var(--cViola); 
              -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
              -webkit-box-shadow: none;
              -webkit-box-shadow: inset 0 0 6px var(--cLGray); 
              background-clip: content-box;
          }

          .tnavbar::-webkit-scrollbar-thumb:window-inactive {
	          background: var(--cLWhite); 
          }


    }



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

    }

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


    }

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

        h1, .h1 { font-size: 1.4em; }
        h2, .h2 { font-size: 1.2em; }
        h3, .h3 { font-size: 1em; }

    }

/* 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) {  }

