/**
 * 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=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');


/* SYSTEM */

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

.wide.odd { background-color: #f6f6f6; }
.wide.even { background-color: #7cba00; }
.wide.black { background-color: #373a3c; }
.wide.white { background-color: #FFFFFF; }

.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; }
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.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-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.row-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}

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

.row-flex.flex-stretch {
  align-items: stretch;
}

.section.row-full { width: 100vw !important; }

#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: 14px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #373a3c;
    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: #7cba00;
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 2.5em; line-height: 1; }

h1.title, .h1.title { font-weight: 400; font-size: 5em; line-height: 1; }

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

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

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

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

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

p, ul { 
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #373a3c;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0px;
}

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

a:link, a:visited, li a:link, li a:visited {  color: #7cba00; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #a6a8a9; outline: none; }

a:active, li a:active, a.active, li a.active { color: #a6a8a9;  }

a.negative { color: #000000; }
a.negative:hover { text-decoration: underline; }

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

.evidenza { color: #7cba00; }
.lgreen { color: #9ef135; }
.green { color: #7cba00; }
.lgray { color: #f6f6f6; }
.gray { color: #a6a8a9; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #373a3c; }


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

.bglgray { background-color: #f6f6f6; }
.bggray { background-color: #a6a8a9; }
.bggreen { background-color: #7cba00; }
.bgblack { background-color: #373a3c; }
.bgwhite { background-color: #FFFFFF; }


strong,b { font-weight: 700; }

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

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

.border-top { border-top: 1px solid #c6c3c3; }

.icon-social li { color: #a6a8a9; font-size: 1.5em; }
.icon-social li a { color: #a6a8a9; }
.icon-social li a:hover { color: #FFFFFF; }

.btn {}
.btn:hover, .btn-action:hover { opacity: 0.8; }
.btn:hover img {
/*  -webkit-filter: invert(.1);*/
/*  filter: invert(.1);*/
}

/* General Button Style */
.btn-esagonal, .Xwebform-client-form .form-actions .form-submit {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 80px;
    height: 4.5em;
    margin: 40px auto;
    margin: 0;
    padding: 0 2em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    line-height: 4em;
    transition: all 0.25s ease-in-out 0s;
    box-shadow: none;
    background: none;
    z-index: 1;
    border-radius: 0;
    width: auto;
    font-weight: 600;
    font-size: 1em;
}

.btn-esagonal span, .Xwebform-client-form .form-actions .form-submit span { 
  position: relative; top: 3px;
}

.btn-esagonal:before, .btn-esagonal:after,
.Xwebform-client-form .form-actions .form-submit:before, .Xwebform-client-form .form-actions .form-submit:after {
    position: absolute;
    content:'';
    width: 100%;
    left: 0px;
    height: 34px;
    height: 2em;
    z-index: -1;
    background: #7cba00;
    box-shadow: 0 5px 20px #b6b5b5;
    transition: all 0.25s ease-in-out 0s;
}
.btn-esagonal:before, .Xwebform-client-form .form-actions .form-submit:before,
.btn-esagonal:after, .Xwebform-client-form .form-actions .form-submit:after { 
/*    border-radius: 5px;*/
}
.btn-esagonal:before, .Xwebform-client-form .form-actions .form-submit:before {
    transform: perspective(15px) rotateX(2deg);
}
.btn-esagonal:after, .Xwebform-client-form .form-actions .form-submit:after {
    top: 40px;
    transform: perspective(15px) rotateX(-2deg);
}
/* Button Border Style */
 .btn-esagonal.border:before, .btn-esagonal.border:after,
 .Xwebform-client-form .form-actions .form-submit.border:before, .Xwebform-client-form .form-actions .form-submit.border:after {
    border: 4px solid #7cba00;
}
.btn-esagonal.border:before, .Xwebform-client-form .form-actions .form-submit.border:before {
    border-bottom: none;
    /* to prevent the border-line showing up in the middle of the shape */
}
.btn-esagonal.border:after, .Xwebform-client-form .form-actions .form-submit.border:after {
    border-top: none;
    /* to prevent the border-line showing up in the middle of the shape */
}
.btn-esagonal:hover, .Xwebform-client-form .form-actions .form-submit:hover { color: #373a3c; }
/* Button hover styles */
 .btn-esagonal.border:hover:before, .btn-esagonal.border:hover:after,
 .Xwebform-client-form .form-actions .form-submit.border:hover:before, .Xwebform-client-form .form-actions .form-submit.border:hover:after {
    background: #f6f6f6;
}
.btn-esagonal.border:hover, .Xwebform-client-form .form-actions .form-submit.border:hover {
    color: #7cba00;
}


.btn { 
  border: none; 
  padding: 0.5em 1em 0.5em;
  font-size: 1em; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
/*  padding: 1em 2.5em; */
  text-decoration: none; 
  transition: all 0.25s ease-in-out 0s;
  outline: none;
  text-shadow: none;
}


.btn:hover{ color: #7cba00; }

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

.gradient-bw { 
  background: #585859;
  background: -moz-linear-gradient(left,  #585859 0%, #3a3a3d 50%, #F3F1F0 50%, #F3F1F0 100%);
  background: -webkit-linear-gradient(left,  #585859 0%,#3a3a3d 50%,#F3F1F0 50%,#F3F1F0 100%);
  background: linear-gradient(to right,  #585859 0%,#3a3a3d 50%,#F3F1F0 50%,#F3F1F0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585859', endColorstr='#F3F1F0',GradientType=1 );
}

.gradient-wg { 
  background: #7cba00;
  background: -moz-linear-gradient(left,  #F3F1F0 0%, #F3F1F0 50%, #7cba00 50%, #7cba00 100%);
  background: -webkit-linear-gradient(left,  #F3F1F0 0%,#F3F1F0 50%,#7cba00 50%,#7cba00 100%);
  background: linear-gradient(to right,  #F3F1F0 0%,#F3F1F0 50%,#7cba00 50%,#7cba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F1F0', endColorstr='#7cba00',GradientType=1 );
}


.gradient-black { 
  background: #585859;
  background: -moz-linear-gradient(top,  #585859 0%, #3a3a3d 100%);
  background: -webkit-linear-gradient(top,  #585859 0%,#3a3a3d 100%);
  background: linear-gradient(to bottom,  #585859 0%,#3a3a3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585859', endColorstr='#3a3a3d',GradientType=0 );
}

.hidden-sm-custom { display: inline !important; }
.visible-sm-custom { display: none !important; }

/*FULLPAGE*/
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
  background: #72a506;
  border: 2px solid #72a506;
  height: 8px;
  width: 8px;
}

#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
  background: #72a506;
  border-color: #FFFFFF;
  height: 15px;
  width: 15px;
}

#fp-nav ul li .fp-tooltip { color: #373a3c; font-family: 'Open Sans', sans-serif; font-weight: 700; display: none; }

.section .fp-tableCell { 
  background-image: url('../images/bg-pattern.png'); 
/*  background-image: url('../images/bg-pattern2_4.png'); */
  background-repeat: repeat; 
  background-position: top center; 
  background-attachment: scroll;  
/*  padding-top: 1em;*/
/*  padding-bottom: 2em;*/
}

.section.fp-auto-height { }


/*NAVBAR*/
#navbar.navbar {
  background-color: transparent;
  border: 0;
}

#navbar .navbar-nav,
#navbar .navbar-nav h6 { margin: 0; }

/*SECTION-IMPLANTOLOGY*/
.section-implantology  {
/*  background: transparent url('../images/mano1.png')  no-repeat scroll bottom right; */
/*  background-position: 75vw bottom;*/
/*  height: 100%;*/
/*  padding-top: 3em;*/
}

.section-implantology .fp-tableCell { background-image: url('../images/bg-pattern1.png');  }

/*.section-implantology .title { position: relative; top: 5em; left: -2em; }*/
.section-implantology .title { position: relative; text-align: center; }
.section-implantology .caption { margin-top: 3em; }
.section-implantology .caption .custom-link { position: relative; text-align: center; z-index: 1;  margin-top: 3em; }
/*.section-implantology .mano { position: relative; text-align: right; }*/
.section-implantology .mano  { position: absolute; bottom: 0; left: 75vw; margin: 0; }

.section-implantology .box-blockquote {  display: inline-block; margin: 1em 0;}

.section-implantology .box-blockquote div { display: inline-block; float: left; }

.section-implantology .box-blockquote .box-text { padding: 0 1em; }

/*SECTION-NIWOP*/
.section-niwop .colsx .padding-custom { padding-right: 10em; }

/*SECTION-PROFESSIONALS */
/*.section-professionals .fp-tableCell { background-image: url('../images/bg-pattern3.png');  }*/

.section-professionals .mano  { position: absolute; bottom: 0; left: 15vw; margin: 0; }
.section-professionals .colsx .padding-custom { margin-bottom: 10em; padding-left: 6em; }


/*SECTION-DEMO */
.section-demo .fp-tableCell { background-image: url('../images/bg-pattern2_4.png');  }

/*  FOOTER-FIRST  */

    @media (min-width: 992px) and (min-height: 900px) {  
      .footer-first { position: fixed; width: 100%; bottom: 1.5em; }
    }

.footer-first h6 { color: #a6a8a9; }

.footer-first .address { text-align: left; }
.footer-first .copyright { text-align: center; }
.footer-first .hashtag { text-align: right; }

/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label { color: #FFFFFF; }

.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: 1em 0px 0.5em;
    margin: 0.7em 0px 0.5em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Open Sans', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 1em;
    font-size: 0.9em;
    position: relative;
    color: #FFFFFF;
    font-weight: 500;
    width: 100%;
    line-height: 1.3;
}

.webform-component .description { }

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

.webform-component textarea { resize: none; }

.webform-component.campoform { margin: 0.3em 0px; padding: 0 15px; }
.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea { border: 1px solid #b6b5b5; font-size: 80%; }

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



.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: #FFFFFF; 
    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;
    margin-left: -25px;
    width: auto; 
}

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

}

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

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

.webform-component .form-control { color: #373a3c; }
.webform-component .form-control::-webkit-input-placeholder { color: #666666; text-transform: uppercase; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #666666; text-transform: uppercase; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #666666; text-transform: uppercase; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #666666; 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-fieldset.container { padding: 0;}
.webform-component-fieldset.box-sx { padding-left: 0; padding: 0; }
.webform-component-fieldset.box-sx  .webform-component.webform-component-markup { padding: 0 0; }

.webform-component-fieldset.container .footer-first { padding-left: 15px; padding-right: 15px; }

.webform-component-fieldset.container .domande-top { padding: 0 8px; }

.webform-component-fieldset.container .domande-top .webform-component-markup { padding: 0; margin-bottom: 2em; }

.webform-component-fieldset.container .domanda { 
  margin-top: 0; 
  margin-bottom: 1em; 
  position: relative; 
  top: 1.5em; 
  top: 1em; 
  padding: 0; 
  padding-left: 8px; 
}
.webform-component-fieldset.container .domanda label { font-weight: 400; font-size: 0.8em; line-height: 1.1; }
.webform-component-fieldset.container .domanda .form-radios {
  position: absolute;
  bottom: 0.5em;
  bottom: 0em;
  left: 5.5em;
  width: 50%;
}
.webform-component-fieldset.container .domanda .form-type-radio { width: 50%; }


.webform-component.webform-component--col-sx--etichetta { padding-top: 0.5em; }

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

.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  { }


.webform-component.privacy .control-label {  font-size: 0.8em; line-height: 1.2; font-weight: 400; }


.webform-client-form .form-actions { 
    position: relative;
    text-align: center;
    margin-top: 3em;
/*    margin-top: 2em;*/
/*    padding-top: 0em;*/
}

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

}


/*.webform-client-form .form-actions .form-submit { font-size: 0.9em; line-height: 3.5em; text-transform: none; }*/
.webform-client-form .form-actions .form-submit {
  background: transparent url("../images/tasto_full.png") scroll no-repeat center center / cover; 
  color: transparent;
  padding: 1.1em 2em;
}

.webform-client-form .form-actions .form-submit:hover { opacity: 0.8; }


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

    }

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

        body { font-size: 15px; }
    }

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

    }

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

        body { font-size: 18px; }

    }

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

      body { font-size: 21px; }

      h1, h2, h3, h4, h5, h6, p,
      .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.5; }
      h1, h2, .h1, .h2 { line-height: 1.3; }

      /*SECTION-IMPLANTOLOGY*/
      .section-implantology .mano img { width: 120%; max-width: 120%; }

      /*SECTION-NIWOP*/
      .section-niwop .colsx .padding-custom {  padding-right: 2em; }

      /*SECTION-PROFESSIONALS */
      .section-professionals .colsx .padding-custom { margin-bottom: 5em; padding-left: 2em; }
      .section-implantology .mano { left: 70vw; }

      .contatti h2 { font-size: 2em; }

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

      .webform-component input, 
      .webform-component select, 
      .webform-component textarea, 
      .webform-client-form fieldset { font-size: 0.8em; }

      .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.8em; }

      .webform-client-form .form-actions { margin-top: 1em; }

    }

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


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

      #navbar .container { width: 100%; }

      /*SECTION-IMPLANTOLOGY*/
/*      .section-implantology .title { left: 0em; }*/
/*      .section-implantology .title img { max-width: 75%; }*/
/*      .section-implantology .caption .custom-link { left: 25em;  }*/

      /*SECTION-NIWOP*/
      .section-niwop .colsx .padding-custom { padding-right: 10em; }

      /*SECTION-PROFESSIONALS */
      .section-professionals .mano  { left: 0vw; }
      .section-professionals .colsx .padding-custom { margin-bottom: 5em;  padding-left: 2em; }

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

    }

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

      /*SECTION-NIWOP*/
      .section-niwop .colsx .padding-custom { padding-right: 4em; }

    }

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

      body { font-size: 18px; }

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

      .hidden-sm-custom { display: none !important; }
      .visible-sm-custom { display: block !important; }

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

      /*SECTION-IMPLANTOLOGY*/
/*      .section-implantology,*/
/*      .section-implantology .fp-tableCell { height: auto !important;}*/

      .section-implantology,
      .section-implantology .fp-tableCell { height: auto !important; }
      .section-implantology .title { padding-top: 5em; }

      .section-implantology .caption { text-align: center; margin-top: 2em; }
      .section-implantology .caption .custom-link { margin: 1em 0; }
      .section-implantology .mano { display: none; }

      .section-implantology .strillo  { text-align: center; }
      .section-implantology .box-blockquote { margin: 0; }

/*      .section-implantology .caption .custom-link { position: relative; left: unset; top: unset;  }*/
/*      .section-implantology .mano img { max-width: 80%; }*/
/*      .section-implantology .caption { margin-top: 8em; }*/
/*      .section-implantology .caption .custom-link { text-align: center; left: unset; margin-top: 2em; }*/

      /*SECTION-NIWOP*/
      .section-niwop,
      .section-niwop .fp-tableCell { height: auto !important; }

      .section-niwop .row-flex { flex-direction: column; }
      .section-niwop .row-full-sm-custom { background: #FFFFFF; padding-top: 2em; padding-bottom: 2em; }
      .section-niwop.gradient-bw { background: #3a3a3d; padding-top: 4em; padding-bottom: 0em; }

      .section-niwop .colsx .padding-custom { padding-right: 0em; padding-bottom: 4em; text-align: center; }

      /*SECTION-PROFESSIONALS */

      .section-professionals,
      .section-professionals .fp-tableCell { height: auto !important;}

      .section-professionals .row-flex { flex-direction: column-reverse; }
      .section-professionals .row-full-sm-custom { background: #FFFFFF; padding-top: 2em; }
      .section-professionals.gradient-wg { background: #7cba00; padding-top: 4em; padding-bottom: 0em; }

      .section-professionals .mano { display: none; }
      .section-professionals .mano img { max-width: 75%; }
/*      .section-professionals .mano-mobile img { max-width: 50%; }*/
      .section-professionals .colsx .padding-custom { padding-left: 0; text-align: center; margin-bottom: 4em; }

      /*  CONTATTI  */
      .contatti .zone-label br { display: none; }
      .contatti .zone-label { text-align: center; }

      /*  FOOTER-FIRST  */
      .footer-first { position: relative; width: 100%; bottom: unset; }

      .footer-first .copyright { text-align: right; }
      .footer-first .hashtag { text-align: center; padding-bottom: 2em; }

      /*  WEBFORM  */
      .webform-client-form .form-actions .form-submit { width: auto; margin-top: 1em;  background-size: contain; padding: 1em 1em }
      .webform-client-form .form-actions {  margin-top: 2em; }

    }

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

    }

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

      /*NAVBAR*/
      #navbar.navbar { background-color: #FFFFFF; padding-top: 0.5em; padding-bottom: 0.5em; min-height: auto; }

      /*  FOOTER-FIRST  */
      .footer-first .address,
      .footer-first .copyright,
      .footer-first .hashtag { text-align: center; }

      /*  WEBFORM  */
      .webform-client-form .form-actions .form-submit { padding: 1em 0em }

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

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

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

    }

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

      /*NAVBAR*/

      #navbar .navbar-header img { position: relative; left: 0em; max-width: 55%; }
      #navbar .navbar-nav img { position: relative; left: 1em; max-width: 90%; }

    }

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


    }

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

    }

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

