/**
 * 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 */
/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');

:root {
    --cDBlu: #006098;
    --cLGreen: #9FD3C7;
    --cGreen: #1FBA97;
    --cDGreen: #16aa88;
    --cLGray: #EDEDED;
    --cGray: #797979; /*#666666*/
    --cRed: #DE1A22;
    --cBlack: #000000; /*#212121;*/
    --cDWhite: #F5F5F5;
    --cWhite: #FFFFFF;
}


/* SYSTEM */

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

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

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


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

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

.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-vertical5 { padding-bottom: 5em; padding-top: 5em; }
.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; }
.padding-top5 { padding-top: 5em; }
.padding-bottom5 { padding-bottom: 5em; }
.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!important;}
.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-Calign { align-items: center; }
.d-flex-Balign { align-self: self-end; }

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



.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 var(--cWhite);
    font: 15px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--cGray);
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 400; font-size: 2.5em; line-height: 1.4; } /*50*/ 

h1.big, .h1.big { font-weight: 400; font-size:  3em; line-height: 1.4; } /*60*/

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

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

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

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

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

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


ul.bullet-image {  list-style: outside url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/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: #005573;
}

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(--cGreen); text-decoration: none; }

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

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

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

.evidenza { color: var(--cGreen); }
.DBlu { color: var(--cDBlu); }
.LGreen { color: var(--cLGreen); }
.Green { color: var(--cGreen); }
.LGray { color: var(--cLGray); }
.Gray, .CText { color: var(--cGray); }
.Red { color: var(--cRed); }
.DWhite { color: var(--cDWhite); }
.White { color: var(--cWhite); }
.Black { color: var(--cBlack); }

.fprimary { font-family: 'Open Sans', sans-serif; }
.fsecondary {  font-family: 'Raleway', sans-serif; }

.bgDBlu { background-color: var(--cDBlu); }
.bgLGreen { background-color: var(--cLGreen); }
.bgGreen { background-color: var(--cGreen); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgRed { background-color: var(--cRed); }
.bgDWhite { background-color: var(--cDWhite); }
.bgWhite { background-color: var(--cWhite); }
.bgBlack { background-color: var(--cBlack); }

.bgAlphaDWhite { background: transparent url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/bgalpha.png") scroll repeat center top;}

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(--cGreen) !important;
  background-color: var(--cGreen);
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: var(--cWhite) !important;
  padding: 1em 3em;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none; 
  transition: all 0.25s ease-in-out 0s;
  outline: none;
  box-shadow: 0px 3px 10px #666666;
/*  border-radius: 27px;*/
  text-transform: none;
}

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

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

.btn-primary:hover,
.webform-client-form .form-actions .form-submit:hover   {
  background-color: var(--cLGray) !important;
  border-color: var(--cDBlu) !important; 
  color: var(--cDBlu) !important;
  box-shadow: 0px 3px 5px #666666;
}


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

.btn-secondary:hover {
  background-color: var(--cDBlu) !important;
  border-color: var(--cLGray) !important; 
  color: var(--cLGray) !important;
  box-shadow: 0px 3px 5px #666666;
}

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

.btn:hover .icon-custom:before { color: var(--cDBlu) !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) */
}

.line-bullet {
  background-color: var(--cGreen);
  width: 1px;
  height: 10em;
  position: absolute;
  top: 0;
  left: -1em;
}

.line-bullet-bullet {
  position: absolute;
  bottom: -10px;
  left: -0.65em;
  font-size: 0.8em;
}

/*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(--cGreen); }
.scroll-to-top a:focus, .scroll-to-top a:hover { var(--cDBlu); }
.scroll-to-top:hover {    -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: var(--cGreen); font-size: 1.4em; line-height: 0; }


/*STRUCTURE*/
.main-container.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
}

.padding-section { padding-top: 2em; padding-bottom: 2em }

.structure { max-width: 2000px; }

body { background: var(--cWhite) url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/bg_tondo.svg") fixed no-repeat 60% 5em; background-size: contain; background-size: 50%; }

h2.title-caption { margin-bottom: 0.7em; }

/*TOP*/
.top .logo-kinelock img {  max-width: 100%; }

/*MIGLIORA*/

.migliora { padding-left: 0em; padding-right: 0em; }

.migliora .layout { background: transparent url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/migliora_visual.png") scroll no-repeat right bottom / contain;  }

.migliora .row-caption { height: 85vh; }
.migliora .row-caption .bottone a { color: var(--cDBlu); }

.migliora .box-visual .image-visual { position: absolute; bottom: 0; right: 0; float: right; }


/*PROBLEMA*/
.problema { padding-left: 0em; padding-right: 0em; }
.problema .layout { background: transparent url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/problema_visual.png") scroll no-repeat left bottom / contain;  }

.problema .box-image img { position: relative; left: -15px; }

/*ALGORITMO*/
.algoritmo .bottone-scarica { text-align: right; }

  /* CAROUSEL */
    #algoritmo-carousel { padding: 0 10px 30px 10px; margin-top: 30px; }

    /* Control buttons  */
    #algoritmo-carousel .carousel-control {
      background: none;
      color: var(--cLGreen);
      font-size: 1em;
      text-shadow: none;
      margin-top: 20%;
    }
    #algoritmo-carousel .carousel-control:hover { color: var(--cGreen); }
    /* Previous button  */
    #algoritmo-carousel .carousel-control.left { left: -2em; }
    /* Next button  */
    #algoritmo-carousel .carousel-control.right { right: -2em !important }
    /* Changes the position of the indicators */
    #algoritmo-carousel .carousel-indicators {
      right: 50%;
      top: auto;
      bottom: 0px;
      margin-right: -19px;
    }
    /* Changes the color of the indicators */
    #algoritmo-carousel .carousel-indicators li {  background: var(--cLGreen); }
    #algoritmo-carousel .carousel-indicators .active { background: var(--cGreen); }
    #algoritmo-carousel img { max-width: 80%; }

      /**
        MEDIA QUERIES
      */

      /* Small devices (tablets, 768px and up) */
      @media (min-width: 768px) { 
          #algoritmo-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; }
          
      }

      /* Small devices (tablets, up to 768px) */
      @media (max-width: 768px) { 
          
          /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
          
          #algoritmo-carousel .carousel-indicators { bottom: -20px !important; }
          #algoritmo-carousel .carousel-indicators li {
              display: inline-block;
              margin: 0px 5px;
              width: 0.9em;
              height: 0.9em;
          }
          #algoritmo-carousel .carousel-indicators li.active {
              margin: 0px 5px;
              width: 0.9em;
              height: 0.9em;
          }
      }


  /* END CAROUSEL */


/*RISULTATI*/
.risultati .box-image h4 { 
  background: transparent url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/bg_tondo.svg") scroll no-repeat center center; background-size: contain;
  padding-top: 2em;
}


/*INNOVAZIONE*/
.innovazione .list li { color: var(--cGreen); margin-bottom: 2em; }
.innovazione .list li span { color: var(--cGray); }

/*FOOTER*/
.footer.container { display: none; }
.footer-first .row-footer .copyright { text-align: right; }
.footer-first .row-footer .logo { text-align: left; }
.footer-first .row-footer .logo .image { text-align: left; }


.footer-second .row-footer .privacy { text-align: left; }
.footer-second .row-footer .privacy a { text-decoration: underline; color: var(--cDBlu); }

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

.webform-client-form p,
.webform-client-form label { color: var(--cBlack);  }

.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: 'Open Sans', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    margin: 0 0 1.5em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: 'Open Sans', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 0.75em;
    text-transform: uppercase;
    position: relative;
    color: var(--cDBlu); 
    font-weight: 700;
    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.7em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    padding: 0.5em 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(--cWhite); }

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Open Sans', 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: uppercase;
    font-size: 0.8em;
    color: var(--cDBlu); 
    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(--cWhite); }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cWhite);  } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cWhite);   } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cWhite);   } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cWhite);   } /* 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 .campi { font-weight: 400;     font-size: 0.8em; margin: 2em 0 0; }

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

.webform-component.privacy { margin: 0; }
.webform-component.privacy a  { color: var(--cWhite); font-weight: 700; text-decoration: underline; }

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


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

.webform-client-form .form-actions .form-submit { 
  font-family: 'Open Sans', sans-serif;
/*  border: none;*/
/*  color: var(--cDBlu) !important;*/
  font-size: 0.7em;
  padding: 1em 3em;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  z-index: 1;
  transition: all 0.25s ease-in-out 0s;
/*  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 { background-color: var(--cAqua);  }


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

    }

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

        body { font-size: 16px; }
    }

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

        body { font-size: 16px; }

    }

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

        body { font-size: 16px; }

        /*TOP*/
        .top .row-loghi .logo-kinelock  { display: none !important; }

        .top.fixed-top .row-loghi .logo4T { display: none !important; }
        .top.fixed-top .row-loghi .logo-kinelock { 
          position: fixed; 
          display: block !important; 
          z-index: 100;  
          width: 100% !important; 
          text-align: left; 
          padding-left: 0;
          margin-left: -1em;
        }

        /*MIGLIORA*/
        .migliora .layout { background-position: 60vw bottom; background-size: auto; }

        /*PROBLEMA*/
        .problema .layout { background: transparent url("https://landing.dentalweb.it/sites/all/themes/bscustom/templates/node82/images/problema_visual_big.png") scroll no-repeat 1em bottom / contain;  }

    }

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

        body { font-size: 16px; }
        body { font-size: 20px; }

        .pull-l { position: relative; left: -15px; }

        /*MIGLIORA*/
          .migliora .row-caption { height: 85vh; padding-left: 0px; }

        /*PROBLEMA*/
        .problema .box-image img { position: relative; left: 0px; }

    }

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

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

        body { font-size: 20px; }

        /*MIGLIORA*/
        .migliora .layout { background-position: right bottom; background-size: auto; }

    }

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

/*        body { font-size: 28px; }*/

        .row-full { margin-left: -44vw; left: 50%; margin: 0 auto; left: auto; }

    }

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


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

    }

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

      /*TOP*/
      .top.fixed-top .logo-kinelock img { max-width: 12%; }

    }

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

      .layout { padding-left: 0em; padding-right: 0em; }

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

      .btn, .btn-primary, .btn-secondary { font-size: 1.1em; }

      /*TOP*/
      .top.fixed-top .row-loghi {
          position: fixed;
          width: 100%;
          z-index: 101;
          background: var(--cWhite) none scroll repeat center top;
          top: 0;
          left: 15px;
          padding: 1em 0;
          border-bottom: 1px solid var(--cGreen);
          -moz-transition: all .3s ease-in;
          -o-transition: all  .3s ease-in;
          -webkit-transition: all  .3s ease-in;
          transition: all  .3s ease-in;
      }

      .top .row-loghi .logo-kinelock  { display: none !important; }

      .top.fixed-top .row-loghi .logo4T { display: none !important; }

      .top.fixed-top .row-loghi .logo-kinelock {
        display: block !important; 
        z-index: 100;  
        width: 100% !important; 
        text-align: left; 
        padding-left: 15px;
/*        margin-left: -1em;*/
      }


      /*MIGLIORA*/
      .migliora .layout { background-position: 60vw bottom; }

      .migliora .row-caption { height: auto; }

      .migliora .box-visual { padding-top: 0; padding-right: 0; }
      .migliora .box-visual .image-visual { position: relative; }

      /*PROBLEMA*/
      .problema .layout { background-position: -4em bottom; }

      /*SOLUZIONE*/
      .soluzione .box-caption { text-align: center; }

      /*INNOVAZIONE*/
      .innovazione .list li { margin-bottom: 0em; }

      /*CONTATTI*/
      .contatti .row-header br { display: none; }
      .contatti .box-image { text-align: center; }
      .contatti .box-image img { max-width: 50%; }

    }

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

      h1, .h1 { font-size: 2.5em; }
      h2, .h2 { font-size: 1.95em; }
      h3, .h3 { font-size: 1.2em; }
      h5, .h5 { font-size: 1em; }

      /*FOOTER*/
      .footer-first h5, .footer-first .h5 { font-size: 0.8em; }

    }

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

      body { background-size: 90%; }
      .xs-d-flexr-row  { flex-direction: row-reverse; }
      .xs-d-flexr-column { flex-direction: column-reverse; }

      h1, .h1 { font-size: 2.6em; }
      h3, .h3 { font-size: 1.1em; }
      h5, .h5 { font-size: 0.9em; }
      h6, .h6 { font-size: 0.8em; }

      .bottone { text-align: center; }

       /*TOP*/
      .top .row-loghi .logo4T { text-align: center; }

      .top.fixed-top .row-loghi .logo4T img { max-width: 40%; }
      .top.fixed-top .row-loghi .logo-kinelock img { max-width: 70%; }

      /*MIGLIORA*/

      .migliora .layout { background: none; }
      .migliora .bottone { text-align: left !important; }
/*      .migliora .row-strillo { text-align: center; }*/

      .migliora .row-caption { height: auto;  }
      .migliora .row-caption .box-caption {  }

      .migliora .box-visual { padding-top: 0em; }
      .migliora .box-visual img { position: relative; max-width: 80%; right: -15px; }

      /*PROBLEMA*/
      .soluzione .box-caption { text-align: left !important; }
      .problema .layout { background: none; }

      /*ALGORITMO*/
      .algoritmo .box-caption { text-align: left !important; }
      .algoritmo .row-button .padding-top4 { padding-top: 2em; }

      /*RISULTATI*/
      .risultati .row-header { text-align: left !important; }
      .risultati .row-caption { text-align: left !important; }
/*      .risultati .box-image { height: 12em; }*/

      /*INNOVAZIONE*/
      .innovazione .box-head { text-align: left !important; }

      /*CONTATTI*/
      .contatti .row-header { text-align: left !important; }
      .contatti .box-modulo { padding-left: 0em; padding-right: 0em; }

      /*FOOTER*/
      .footer-first h5, .footer-first .h5 { font-size: 0.75em; }

      .footer-first .row-footer .copyright { text-align: center; }
      .footer-first .row-footer .logo { text-align: center; }
      .footer-first .row-footer .logo .image { text-align: center; }

      .footer-second .row-footer .privacy { text-align: center; }


    }

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

      /*RISULTATI*/
      .risultati .box-image { width: 100% !important; }

    }

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

