/**
 * 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,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
    background-color: #FFFFFF;
}

.wide.odd { background-color: #dd0465; }
.wide.even { background-color: #44789a; }
.wide.border { border-bottom: 1px solid #4d4c4c; font-size: 0; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.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; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.margin-left { margin-left: 1em; }
.margin-right { margin-right: 1em; }
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }
.table-responsive { overflow-x: scroll; margin: 0 1em; }

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

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

#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;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 20px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #4d4c4c;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #dd0465;
    line-height: 1.2;
}

h1, .h1 { font-weight: 300; font-size: 1.55em; line-height: 1.1; }

h1.title, .h1.title { font-weight: 300; font-size: 2.4em; line-height: 1.1; }

h2, .h2 { font-weight: 300; font-size: 1.4em; line-height: 1.2; }

h3, .h3 { font-weight: 300; font-size: 1.2em; line-height: 1.2; }

h3.title, .h3.title { font-weight: 400; }

h4, .h4 { font-size: 1.11em; line-height: 1.2; }

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

h6, .h6 { font-size: 0.8em; line-height: 1.2; }

p, ul { 
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #4d4c4c;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 0px;
}

ul.list { padding-left: 0em; list-style: outside none none; padding-left: 1em; margin-top: 1em; }
ul.list li { display: block; margin-bottom: 0.1em; font-size: 0.85em; font-weight: 400; }
ul.list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e808";
    font-family: 'vita-custom';
    font-size: 0.85em;
    float: left;
    margin-top: 4px;
    margin-left: -1.45em;
    color: #4d4c4c;
}
ul.list.spacing li { margin-bottom: 1em; }

ul.down { padding-left: 0em; list-style: outside none none; padding-left: 1em; margin-top: 1em; }
ul.down li { display: block; margin-bottom: 0.1em; font-size: 0.7em; font-weight: 400; }
ul.down li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: '\e803';
    font-family: 'vita-custom';
    font-size: 0.75em;
    float: left;
    margin-top: 4px;
    margin-left: -1.45em;
    color: #dd0465;
}



ul.legenda { padding-left: 0em; list-style: outside none none; padding-left: 0em; margin-top: 4em; }
ul.legenda li { display: block; margin-bottom: 0.2em; font-size: 0.6em; font-weight: 400; }


ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }

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


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




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


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


/* STYLE */

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

.no-transition { transition: none !important; }

.cover, .img-cover img { width: 100%; object-fit: cover; }

.img-fluid { max-width: 100%;  height: auto; }

a:link, a:visited, li a:link, li a:visited {  color: #dd0465; text-decoration: none; cursor: pointer; }

a:hover, a:focus, li a:hover { color: #84afc6; outline: none; text-decoration: none; }

a:active, li a:active, a.active, li a.active { color: #84afc6;  }

.marker, .form-required, .request { color: #dd0465; }

.evidenza { color: #dd0465; }
.viola { color: #dd0465; }
.lciano {color: #84afc6; }
.ciano {color: #44789a; }
.dciano {color: #005256; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #4d4c4c; }

.bgmenu { color: #E2EAF5; }
.bglgray { background-color: #ebecec; }
.bggray { background-color: #f2f0f0; }
.bglciano { background-color: #84afc6; }
.bgciano{ background-color: #44789a; }
.bgdciano { background-color: #005256; }
.bgviola {  background-color: #dd0465; }
.bgwalpha { background: transparent url('../images/alpha-white.png') repeat scroll 0 0; }

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 { 
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    font-size: 0.9em;
    border: none;
    border-radius: 0;
    padding: 0.8em 1.5em;
    transition: all 0.25s ease-in-out 0s;
    color: #dd0465;
    background: transparent none no-repeat scroll 0 0;
    line-height: 1;
    text-shadow: none;
/*    text-transform: uppercase;*/
    width: auto;
    text-align: center;

}

.btn:hover, .btn:focus, .btn:active { }

.btn:active, .btn.active { box-shadow: none; }

/*.btn:active, .btn.active { background-color: #b3b9bd!important; }*/

.btn-default, .button-default  { background-color: transparent!important; color: #dd0465!important; }

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active,
.button-default:hover, 
.button-default:focus, 
.button-default.focus, 
.button-default:active { background-color: transparent!important; color: #84afc6!important; }

.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.focus:active, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus,
.button-default:active:hover, 
.button-default.active:hover, 
.open > .dropdown-toggle.button-default:hover, 
.button-default:active:focus, 
.button-default.active:focus, 
.open > .dropdown-toggle.button-default:focus, 
.button-default.focus:active, 
.button-default.active.focus, 
.open > .dropdown-toggle.button-default.focus { background-color: transparent!important; color: #84afc6!important; }


.btn-primary, .button-primary  { background-color: transparent!important; color: #dd0465!important;   }

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active,
.button-primary:hover, 
.button-primary:focus, 
.button-primary.focus, 
.button-primary:active { background-color: transparent!important; color: #005256!important; }

.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary.focus:active, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus,
.button-primary:active:hover, 
.button-primary.active:hover, 
.open > .dropdown-toggle.button-primary:hover, 
.button-primary:active:focus, 
.button-primary.active:focus, 
.open > .dropdown-toggle.button-primary:focus, 
.button-primary.focus:active, 
.button-primary.active.focus, 
.open > .dropdown-toggle.button-primary.focus { background-color: transparent!important; color: #005256!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) */
}

hr {
    border-color: #4d4c4c currentcolor currentcolor;
    border-color: #4d4c4c;
    border-width: 1px 0 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

.vita-custom { font-size: 3em; line-height: 1;}
.vita-custom.vita-app { font-size: 2em; }
.vita-menu::before { background: #E2EAF5; }

table { font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #4d4c4c; font-size: 0.7em; line-height: 1; }
table tr { text-align: center; white-space: pre; }
table tr.active { background-color: #eae5e7; }
table tr td:first-child {  font-weight: 700; }

table thead tr td { background-color: #dd0465; color: #FFFFFF; font-weight: 700; text-transform: uppercase; text-align: center; }

table tbody tr td:first-child{ text-align: left;  }
table tbody tr:hover { background-color: #f1f1e5; }
table tbody tr td.ciano { color: #4d4c4c; }

.RequestMail { color: #005256 !important;}
.RequestMail img { opacity: 0.5; }
.RequestMail img:hover { opacity: 0.8; }

.alert {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    color: #dd0465;
    border-color: #FFFFFF;
    font-weight: 400;
}

.alert-success,
.alert-success p { color: #dd0465 !important; }

/* TRIGGER */

/*.popup { height: 13em; }*/
.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 { margin-top: 40%; }
.popup .toggle.animated { 
    background: #FFFFFF none no-repeat scroll top center;
    display: block;
/*    width: auto;*/
/*    height: auto;*/
    width: 100%;
    height: 100%;
    padding: 1em 0.2em;
    position: absolute;
    z-index: 99;
}


ul.pdf { padding-left: 1.5em; list-style: outside none none;  }
ul.pdf li { display: block; margin-top: 0.5em;  font-size: 0.6em; font-weight: 400; line-height: 1.3;}
ul.pdf li:before {
    content: "\e803";
    font-family: 'vita-custom';
    font-size: 1em;
    float: left;
    margin-top: 0;
    margin-left: -1.75em;
    color: #dd0465;
    font-weight: 700;
}


/* HEADER */
.header .row-full { background: #FFFFFF url('../images/bg-head.jpg') no-repeat scroll bottom center / cover; 
min-height: 37em; 
/*position: relative;*/
/*height: calc(100vh);*/
/*background-size: cover;*/
/*background-position: bottom;*/
/*background-repeat: no-repeat;*/

}

.header .logo { margin: 2em 0em 2em 2em; }

.header .row-full .head-small { 
    background: transparent url('../images/alpha-white.png') repeat scroll 0 0; 
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100vw;
}

body.admin-menu .header .row-full .head-small { top: 1em; }

.header .head-small #menuslide-toggle { top: 0; position: absolute; } 
.header .head-small  .logo { 
    margin: 0.5em 0em 0.5em 2em;
    width: 5em;
}
.header .head-small .caption { 
/*    margin-top: 10%; */
}

.header .caption .strillo { margin-left: 1em; }
.header .caption .title { font-size: 2.4em; margin-bottom: 0em; line-height: 1; }
.header .caption .subtitle { font-size: 1.55em; margin-top: 3em; }

/*.header .caption {*/
/*  margin-top: 4em;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: flex-end;*/
/*}*/

/*.header .caption {*/
/*  margin-top: 0em;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: flex-end;*/
/*}*/


/* DOWNLOADS */
.downloads .box-sez { position: relative; float: right; }
.downloads .box-sez .icon-download p { margin-bottom: 1em; }
.downloads .box-sez .icon-download .vita-custom { position: relative; left: -0.3em; }
.downloads .box-sez .caption { position: relative; }
.downloads .box-sez .caption .item { margin: 1.2em 0 0; }


.downloads .brochure.toggle-popup { overflow: hidden; }
.downloads .brochure.toggle-popup .trigger { padding-top: 6%; }
.downloads .popup1 { height: 8em; }
.downloads .brochure.toggle-popup { padding-left: 0; }
.downloads .brochure.toggle-popup .trigger {}

.downloads .cclinici.toggle-popup { padding-left: 0; }
.downloads .popup2 { height: 15em; }
.downloads .cclinici.toggle-popup .trigger { padding-top: 18%; padding-top: 14%; }
.downloads .cclinici.toggle-popup .toggle { padding-top: 12%; padding-top: 5%; }

/* ANALISI COMPARATIVA */
.acomparativa .vita-left { font-size: 2em; }

/* VIDEO */
.video.wide img { opacity: 0.8; }
.video.wide img:hover { opacity: 1}


/* VIDEO TUTORIAL */
.tvideo .box-sez { position: relative; }
.tvideo .box-sez .icon-download p { margin-bottom: 0.5em; }
.tvideo .box-sez .icon-download .vita-custom { position: relative; left: -0.3em; }
.tvideo .box-sez .caption { position: relative; }
.tvideo .box-sez .caption .item { margin: 0; font-size: 1em; }

.tvideo .vtutorial { padding: 0; }
.tvideo .vtutorial.box-sez { padding-left: 15px; }

/* CONTATTI */
/*.contatti .row-full { background: #FFFFFF url('../images/bg-contatti-omaggio.jpg') no-repeat scroll top center / cover; min-height: 29em; position: relative; }*/
/*.contatti .row-full .box  { min-height: 29em;  }*/

.contatti .row-full { background: #FFFFFF url('../images/bg-contatti-omaggio.jpg') no-repeat fixed top center / cover; position: relative; }
.contatti .caption { position: absolute; width: 100%; bottom: 0; left: 0; padding: 1.5em 1.5em 1em; }

/* FOOTER-FIRST */
.footer-first .box-app { position: relative; padding: 0; padding-top: 2em; }

/*.footer-first .box-app .icon-download { position: relative; }*/
.footer-first .box-app .icon-download p {  }
.footer-first .box-app .icon-download .vita-download { position: absolute; top: -0.7em; left: -0.2em; }

.footer-first .box-app .caption { position: relative; }
.footer-first .box-app .caption .item { margin: 0 }
.footer-first .box-app .caption .vita-app { position: absolute; top: 0; }

.footer-first .box-app .icon-link { position: relative; }
.footer-first .box-app .icon-link img { margin-right: 00em; max-width: 45%;}


.footer-first .row-hegual { height: 13em; overflow: hidden; }
.footer-first .col-right .special-padding { padding: 0.7em 0em; position: relative; top: 0.5em; }
.footer-first .col-right .anagrafica .title { margin: 1em 0 1.2em; }
.footer-first .col-right .anagrafica p { font-size: 0.85em; }
.footer-first .col-right .anagrafica h6 { font-size: 0.65em; margin: 0 0 0.2em; line-height: 1.2; color: #4d4c4c; }
.footer-first .col-right .anagrafica h6 span { margin-top: 0.5em; display: block; }
.footer-first .col-right .strillo h3 { margin-top: 6em; margin-bottom: 0; padding-left: 0em; font-size: 1.15em; }


.scroll-to-top {
    position: fixed;
    right: 15px;
    right: 11px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
    z-index: 98;

    background: #FFFFFF;
    padding: 0;
    right: 0.4em;
    bottom: 0.4em;
    width: 2em;
    height: 2em;

}
.scroll-to-top:focus, .scroll-to-top:hover { color: #FFFFFF; }
.scroll-to-top:hover {  background: #dd0465; }
.scroll-to-top i, .scroll-to-top span { font-weight: 700; color: #FFFFFF; }


/*  WEBFORM  */
.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: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 1em 0px 0.5em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 0.8em;
    position: relative;
    color: #4d4c4c;
    font-weight: 400;
    width: 100%;
}

.dialogFormEmail .webform-component label,
.dialogFormEmail .webform-component .description { display: none; }

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #666666;
    border-bottom: 1px solid #666666;
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: #4d4c4c;
    border-radius: 0;
    box-shadow: none;
}

.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 {
    font-size: 0.85em;
    color: #4d4c4c;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component.option-big .form-type-checkbox .control-label,
.webform-component.option-big .form-type-radio .control-label { font-size: 1.2em; }

.webform-component.col-padding { margin: 0.5em 0px; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #4d4c4c; 
    font-weight: 400; 
    margin-left: 5px;
}

.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: 33%;
}


.webform-component.custom label { 
    color: #4d4c4c;
    font-weight: 400; 
    width: 100%;
    font-size: 0.85em;
    margin: 0.2em 0 0;
}

.webform-component.custom .form-type-checkbox,
.webform-component.custom .form-type-radio { width: 10%; position: relative; }


.webform-component.custom.color label { font-weight: 400; font-size: 0.9em; }

.webform-component.custom.full label { 
/*    font-size: 1em;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    color: #6c6e6e; */
}

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

.webform-component.custom .form-type-checkbox img,
.webform-component.custom .form-type-radio img { 
    background-color: #FFFFFF;
}

.webform-component.custom .form-type-checkbox.highlight img,
.webform-component.custom .form-type-radio.highlight img { 
    background-color: #dd0465;
}

.webform-component.custom .form-type-checkbox input,
.webform-component.custom .form-type-radio input { 
    position: absolute; 
    z-index:-1000; 
    left:-1000px; 
    left:0px; 
    top: auto;
    clip: rect(0 0 0 0);
    overflow: hidden;  
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}

.webform-component.custom .form-type-checkbox label,
.webform-component.custom .form-type-checkbox .description,
.webform-component.custom .form-type-radio label,
.webform-component.custom .form-type-radio .description { 

}

.webform-component.custom .form-required { display: none; }


.webform-component .form-control { color: #4d4c4c; }
.webform-component .form-control::-webkit-input-placeholder { color: #a19f9f; text-transform: uppercase; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #a19f9f; text-transform: uppercase; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #a19f9f; text-transform: uppercase; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #a19f9f; text-transform: uppercase; } /* 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; }

.webform-component.webform-component-markup .wide { border-bottom: 1px solid #4d4c4c; margin-bottom: 1em; }

.webform-component.webform-component-markup h3 { font-weight: 400; }

.webform-component-markup .campi { font-size: 0.8em; margin: 1em 0 0; }

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

.webform-component.privacy { margin: 0; }

.webform-component.privacy .control-label {  font-size: 0.8em; line-height: 1.2; color: #4d4c4c; }


.webform-client-form .form-actions { 
    position: relative;
    text-align: right;
    margin: 0;
}

.webform-client-form .form-actions .webform-previous { display: none; }

.webform-client-form .form-actions .form-submit { 
    background: transparent none no-repeat scroll 0 0;
    border: 0px solid #26aa99;
    border-radius: 0;
    color: #dd0465;
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    line-height: 1;
    margin: 0;
    padding: 0 0 0.5em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    width: auto;
}

.webform-client-form .form-actions .form-submit .vita-custom { position: relative; top: 0.2em;}

.webform-client-form .form-actions .form-submit:hover { background-color: #dd0465; }

.dialogFormEmail .webform-client-form .form-actions .form-submit { margin: 1em 0; }

.dialogFormEmail .webform-client-form .form-actions .form-submit .icon { font-size: 1em; position: relative; top: 0em; }


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

        .webform-component.col-padding { padding-right: 50%; }

    }


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

        body { font-size: 25px; }

    }

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

        body { font-size: 26px; }

        /* HEADER */
        .header .row-full { min-height: 45em; }

        /* VIDEO TUTORIAL */
        .tvideo .box-sez { right: -2em; }

        /* FOOTER-FIRST */
        .footer-first .box-app { right: -5em; }
        .footer-first .col-right .special-padding { left: 2em; }
        .footer-first .col-right .strillo h3 { padding-left: 1em; }

    }


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



    /* Large Devices, Wide Screens LG */
    @media (min-width: 992px) and (max-width: 1600px) {
        .col-lg-offset-5 { margin-left: 35%; }

    }



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

    }

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

        ul.pdf li { font-size: 0.6em; }
        ul.down li { font-size: 0.60em; }

        /* TRIGGER */
        .popup .toggle.animated { padding: 1em 0em; }
        .popup .toggle .chiudi {  margin-top: 100%; left: -2em; position: relative; }

        /* HEADER */
        .header .logo { margin-left: 1em;}
        .header .caption .title {  margin-bottom: 0em; }
        .header .caption .subtitle { margin-top: 2em; }

        /* HEADER SMALL */
        .header .head-small #menuslide-toggle { top: -0.5em; }

        /* DOWNLOADS */
        .downloads .brochure.toggle-popup .trigger { padding-top: 10%; }
        .downloads .cclinici.toggle-popup .trigger { padding-top: 25%; }
        .downloads .cclinici.toggle-popup .toggle { padding-top: 15%; padding-top: 7%; }

        /* VIDEO TUTORIAL */
        .tvideo .vtutorial.box-sez { padding: 0 15px 1em; }
        .tvideo .box-sez .caption .item { margin: 0; font-size: 1em; }

        /* FOOTER-FIRST */
        .footer-first .box-app .caption .vita-app { display: none; }
        .footer-first .col-right .special-padding { padding: 0em; top: 0em; }
        .footer-first .col-right .anagrafica .title { margin: 0em 0 1em; }
        .footer-first .col-right .strillo h3 { margin-top: 0.5em; padding-left: 0; }

        /*  WEBFORM  */
        .dialogFormEmail p { font-size: 0.9em; }

        .webform-component label, .webform-component .description { font-size: 0.75em; }
        .webform-component.option-big .form-type-checkbox .control-label, 
        .webform-component.option-big .form-type-radio .control-label { font-size: 1.1em; }
        .webform-client-form .form-actions .form-submit { font-size: 1em; }
        .webform-client-form .form-actions .form-submit .vita-custom { font-size: 2em; }


    }

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

    }

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

        .vita-custom { font-size: 2em; }

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

        ul.pdf li { font-size: 0.55em; line-height: 1.5; }
        ul.down li { font-size: 0.65em; }

        /* TRIGGER */
        .popup .toggle.animated { padding: 1em 0em; }
        .popup .toggle .chiudi {  margin-top: 150%; left: -1.5em; position: relative; }

        /* HEADER */
        .header .row-full { min-height: 32em; }
        .header .logo { margin-left: 0.5em; margin-bottom: 1em; }
        .header .caption .title { font-size: 2.2em; margin-bottom: 0em; }
        .header .caption .subtitle { margin-top: 1em; }

        /* HEADER SMALL */
        .header .head-small #menuslide-toggle { top: -0.5em; }

        /* DOWNLOADS */
        .downloads .box-sez .caption .item {  margin: 0.5em 0 0; }
        .downloads .brochure.toggle-popup .trigger { padding-top: 15%; }
        .downloads .cclinici.toggle-popup .trigger { padding-top: 35%; }

        .downloads .cclinici.toggle-popup .toggle { padding-top: 20%; padding-top: 10%; }
        .downloads .cclinici.toggle-popup .popup .toggle .chiudi { margin-top: 250%; }

        /* VIDEO TUTORIAL */
        .tvideo .vtutorial.box-sez { padding: 0 15px 0em; }
        .tvideo .box-sez .icon-download p { margin: 1em 0.5em; position: absolute; }
        .tvideo .box-sez .caption { margin-bottom: 1em; margin-left: 3em; margin-top: 1em; }
        .tvideo .box-sez .caption .item { margin: 0; font-size: 1em; }

        /* CONTATTI */
        .contatti .caption { padding: 1.5em 1em 1em; }
        .contatti .caption .h1,
        .contatti .caption h1 { font-size: 1.2em; }
    
        /* FOOTER-FIRST */
        .footer-first .row-hegual {  height: 11em; }
        .footer-first .box-app { padding: 0; padding-top: 1em; }
        .footer-first .box-app .caption .vita-app { display: none; }
        .footer-first .box-app .icon-download .vita-download { top: -1em; }
        .footer-first .box-app .icon-link { padding-top: 2em; }
        .footer-first .box-app .caption .item { font-size: 1.1em; }
        .footer-first .col-right { padding-top: 1em; }
        .footer-first .col-right .special-padding { padding: 0em; top: 0em; }
        .footer-first .col-right .anagrafica .title { margin: 0em 0 1em; }
        .footer-first .col-right .strillo h3 { margin-top: 0.5em; padding-left: 0; }

        /*  WEBFORM  */
        .dialogFormEmail p { font-size: 0.65em; }
        .webform-component p { font-size: 0.9em;  }
        .webform-component label, .webform-component .description { font-size: 0.75em; }
        .webform-component .form-type-checkbox, .webform-component .form-type-radio { width: 50%; }
        .webform-component.option-big .form-type-checkbox .control-label, 
        .webform-component.option-big .form-type-radio .control-label { font-size: 0.9em; }
        .webform-client-form .form-actions .form-submit { font-size: 1em; }
        .webform-client-form .form-actions .form-submit .vita-custom { font-size: 2em; }

    }

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

        .vita-custom { font-size: 2em; }

        .table-responsive { margin: 0; }

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

        ul.list { margin-bottom: 1em; }
        ul.list li {  font-size: 0.7em; }
        ul.down li { font-size: 0.7em; }

        ul.legenda li { font-size: 0.55em; }

        /* HEADER */
        .header .row-full { 
            background-image: none; 
            min-height: auto;
            height: auto;
            max-height: calc(100vh);
/*            background-image: url('../images/head-mobile-all.jpg'); */
/*            min-height: 30em; */
/*           min-height: 54em;*/
/*            position: relative;*/
/*            height: calc(100vh + 1em);*/
/*            height: 100vh;*/
/*            background-size: cover; */
/*            background-position: bottom;*/
/*            background-repeat: no-repeat;*/
        }
        .header .logo { margin: 2em 0em 2em 0em;  max-width: 30%; display: none;}
        .header .row-full .head { padding: 0;} 

        .header .row-full .head-small { position: relative; }


/*        .header .caption .strillo { margin-left: 0.5em; }*/
/*        .header .caption .title { font-size: 1.8em; margin-bottom: 1.5em; }*/
/*        .header .caption .subtitle { font-size: 1em; }*/

        /* DOWNLOADS */
        .downloads .box-hegual { height: auto !important; }
        .downloads .toggle-popup { padding-left: 0px; padding-right: 0; }
        .downloads .toggle-popup .trigger {  padding-top: 2em !important; height: auto !important; }
        .downloads .toggle-popup .toggle { padding-top: 1em !important; }
        .popup .toggle .chiudi { margin-top: 0; text-align: right; position: relative; }
        .downloads .popup2 { height: auto; }
        .popup .toggle.animated { position: relative; padding: 1em 0; float: left; width: 100%; height: auto; }

        /* VIDEO TUTORIAL */
        .tvideo .vtutorial { padding-bottom: 1em; }
        .tvideo .vtutorial.box-sez { padding: 0 15px 1em; }
        .tvideo .box-sez .caption .item { font-size: 1em; }

        /* ANALISI COMPARATIVA */
        .acomparativa .title {}

        /* CONTATTI */
        .contatti .row3 h1 { font-size: 1em; }
        .contatti .questionario { padding-top: 0em; }

        /* FOOTER-FIRST */
        .footer-first .row-hegual {  height: auto; padding-bottom: 1em; }
        .footer-first .box-app { padding: 0; padding-top: 1em; }
        .footer-first .box-app .caption .vita-app { display: none; }
        .footer-first .box-app .icon-download .vita-download { top: -1em; }
        .footer-first .box-app .caption .item { font-size: 1.1em; }
        .footer-first .col-right .special-padding { padding: 0em; top: 0em; }
        .footer-first .col-right .anagrafica .title { margin: 0em 0 1em; }
        .footer-first .col-right .strillo h3 { margin-top: 1em; padding-left: 0; }

        /*  WEBFORM  */

        .dialogFormEmail p { font-size: 0.65em; }

        .webform-component h3 { font-size: 0.9em; }
        .webform-component p { font-size: 0.8em; }
        .webform-component--step1-sez-top--step1-header { display: none; }

        .webform-component label, .webform-component .description { font-size: 0.75em; }
        .webform-component .form-type-checkbox, .webform-component .form-type-radio { width: 50%; }
        .webform-component.option-big .form-type-checkbox .control-label, 
        .webform-component.option-big .form-type-radio .control-label { font-size: 0.9em; }
        .webform-client-form .form-actions .form-submit { font-size: 1em; }
        .webform-client-form .form-actions .form-submit .vita-custom { font-size: 2em; }



    }

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

        /* HEADER */
        .header .row-full { min-height: 25em; }

    }

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

