/**
 * 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=Montserrat:200,300,400,500,600,700&display=swap');

:root {
    --cBlu: #084987;
    --cAcqua: #33cccc;
    --cCiano: #3399cc;
    --cLGray: #d5dcde;
    --cBlack: #3c3d41;
    --cBlack1: #494a4f;
    --cBlack2: #54565d;
    --cDBlack: #121313;
    --cLWhite: #f1f5f7;
    --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(--cBlack); }

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

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

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

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

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

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

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

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

  position: relative;
}

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

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

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

.flex-align-content-center { align-content: center; }

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

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

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

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

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

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

/*.popup .toggle.animated { */
/*    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 1.5em;
  overflow: auto;
}

/*EFFECT*/

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

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

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


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

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


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

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

  }
}

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


/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 16px/1.5 Helvetica,Arial,sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: var(--cBlack);
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 300; font-size: 2.25em; line-height: 1.2; } /*45*/

h1.big, .h1.big { font-weight: 300; font-size: 5em; line-height: 1.2; } /*100*/

h2, .h2 { font-weight: 300; font-size: 2.05em; line-height: 1.4; } /*41*/

h3, .h3 { font-weight: 300; font-size: 1.9em; line-height: 1.4; } /*38*/

h4, .h4 { font-weight: 300;  font-size: 1.15em; line-height: 1.5; } /*23*/

h5, .h5 { font-weight: 300;  font-size: 0.8em; line-height: 1.5; } /*16*/

h6, .h6 { font-weight: 300;  font-size: 0.7em; line-height: 1.5; } /*15*/

p, ul { 
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: var(--cBlack);
    line-height: 1.5;
    font-weight: 300;
    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: 0em; }
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;*/
      color: var(--cBlack);
      font-size: 2em;
      content: "•";
      position: relative;
      margin: 0 0.3em 0 -0.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 */

.transition {
 -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

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

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

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

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

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

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

.evidenza { color: var(--cAcqua); }
.Blu { color: var(--cBlu); }
.cAcqua { color: var(--cAcqua); }
.Ciano { color: var(--cCiano); }
.LGray { color: var(--cLGray); }
.LWhite { color: var(--cLWhite); }
.White { color: var(--cWhite); }
.Black, .CText { color: var(--cBlack); }
.Black1 { color: var(--cBlack1); }
.Black2 { color: var(--cBlack2); }
.DBlack { color: var(--cDBlack); }

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

.bgBlu { background-color: var(--cBlu); }
.bgAcqua { background-color: var(--cAcqua); }
.bgCiano { background-color: var(--cCiano); }
.bgLGray { background-color: var(--cLGray); }
.bgLWhite { background-color: var(--cLWhite); }
.bgWhite { background-color: var(--cWhite); }
.bgBlack { background-color: var(--cBlack); }
.bgBlack1 { background-color: var(--cBlack1); }
.bgBlack2 { background-color: var(--cBlack2); }
.bgDBlack { background-color: var(--cDBlack); }

.border-top { border-top: 1px solid var(--cBlack); }
.border-top2 { border-width: 3px; }
.border-top3 { border-width: 3px; }

strong,b { font-weight: 500; }

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-tasto { min-width: 15em; }

.btn,
.btn-primary, .btn-secondary,
.webform-client-form .form-actions .form-submit { 
  border: 1px solid var(--cBlack) !important;
  background: transparent url("../images/alpha.png") scroll repeat 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em; 
  font-weight: 400;
  color: var(--cBlack) !important;
  padding: 1em 1em;
  -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;
  text-transform: none;
  min-width: 15em;
}

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

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

.btn-primary:hover {
  background-image: none;
  background-color: var(--cBlack2) !important;
  border-color: var(--cBlack) !important; 
  color: var(--cWhite) !important;
}


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

.btn-secondary:hover {
  background-image: none;
  background-color: var(--cBlack1) !important;
  border-color: var(--cBlack) !important; 
  color: var(--cWhite) !important;
}

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

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

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


/*SCROLL-TO-TOP*/
.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: var(--cGreen);
    background: none;
    line-height: 1;
    z-index: 98;
    background:var(--cWhite);
    padding: 0;
    right: 0.5em;
    bottom: 0.5em;
    width: 2em;
    height: 2em;
    border-radius: 50px;
    transition: all 0.25s ease-in-out 0s;
}
.scroll-to-top a { color: var(--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.6em; line-height: 0; }


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

.layout.padding-sez { padding-bottom: 6em; padding-top: 6em }
.layout .bottone { text-align: center; }


/*HEADER*/
.header { background: var(--cDBlack) url("../images/Tbg.jpg") scroll no-repeat top right / cover;  }
.header .logo { position: relative; left: 0; }
.header .slideInLeftCustom { margin-top: 2em; margin-bottom: 2em; }

/*ODONTOIATRIA*/
.odontoiatria {}

/*INFO*/
.info {}

.info .box { padding: 0; }

/*.info .boxL { padding-right: 0; }*/
/*.info .boxR { padding-left: 0; }*/


.info .wideCustom {
/*    padding-top: 2em;*/
/*    padding-bottom: 2em;*/
    height: 100%;
    min-height: 30em;
    overflow: hidden;
    background-color: var(--cLWhite);
}

.info .box-vantaggi .wideCustom {
  background: transparent url("../images/fslide_vantaggi.jpg") scroll no-repeat top right / cover;  
}

.info .box-ideali .wideCustom {
  background: transparent url("../images/fslide_ideali.jpg") scroll no-repeat top left / cover;  
}

.info .box-caratteristiche .wideCustom {
  background: transparent url("../images/fslide_caratteristiche.jpg") scroll no-repeat top left / cover;  
}

/*CCLINICI*/
.cclinici .padding-sez { margin-top: 6em; padding-top: 3em; padding-bottom: 3em; }

/*CORSI*/
.corsi {}

/*PROG*/
.prog .prog-head-collapse-mobile .box-prog.btn-collapse,
.prog .prog-head-collapse .box-prog.btn-collapse { padding: 1.5em 2em; }
.prog .prog-head-collapse-mobile .box-prog.btn-collapse:hover,
.prog .prog-head-collapse .box-prog.btn-collapse:hover { cursor: pointer; color: var(--cLWhite); }
.prog .prog-head-collapse-mobile .box-prog.btn-collapse p,
.prog .prog-head-collapse .box-prog.btn-collapse p { color: var(--cWhite); font-weight: 700; }

.prog .prog-head-collapse-mobile .box-prog.btn-collapse .icon-close, 
.prog .prog-head-collapse .box-prog.btn-collapse .icon-close { display: none; position: relative;  }

.prog .prog-head-collapse-mobile .box-prog.btn-collapse.active .icon-close, 
.prog .prog-head-collapse .box-prog.btn-collapse.active .icon-close { display: block;  }

.prog .prog-head-collapse-mobile .box-prog.btn-collapse .icon-close:before, 
.prog .prog-head-collapse .box-prog.btn-collapse .icon-close:before {  font-weight: 700; font-size: 1.5em;}


.prog .prog-head-collapse-mobile .box-prog.btn-collapse p,
.prog .prog-head-collapse .box-prog.btn-collapse p { color: var(--cWhite); font-weight: 700; }

.prog .prog-head-collapse-mobile .collapse-prog1.btn-collapse:hover,
.prog .prog-head-collapse-mobile .collapse-prog1.active,
.prog .prog-head-collapse .collapse-prog1.btn-collapse:hover,
.prog .prog-head-collapse .collapse-prog1.active { background-color: var(--cBlack); }
.prog .prog-head-collapse-mobile .collapse-prog2.btn-collapse:hover,
.prog .prog-head-collapse-mobile .collapse-prog2.active,
.prog .prog-head-collapse .collapse-prog2.btn-collapse:hover,
.prog .prog-head-collapse .collapse-prog2.active { background-color: var(--cBlack1); }
.prog .prog-head-collapse-mobile .collapse-prog3.btn-collapse:hover,
.prog .prog-head-collapse-mobile .collapse-prog3.active,
.prog .prog-head-collapse .collapse-prog3.btn-collapse:hover,
.prog .prog-head-collapse .collapse-prog3.active { background-color: var(--cBlack2); }

.prog .prog-body-collapse { margin-bottom: 2em; }
.prog .prog-body-collapse.open { padding-bottom: 2em; border-bottom: 1px solid var(--cBlack); }
.prog .prog-body-collapse .box-prog { padding-top: 0em; }



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

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

.webform-component label,
.webform-component .description {
    font-family: 'Montserrat', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 1em;
    text-transform: none;
    position: relative;
    color: var(--cBlack); 
    font-weight: 300;
    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-size: 0.8em;
    font-weight: 300;
    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(--cBlack); }

.webform-component textarea { resize: none; }

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

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

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

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

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

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

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

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

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

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

.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(--cCiano); font-weight: 300; text-decoration: underline; }

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


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

.webform-client-form .form-actions .form-submit { 
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  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;*/
  color: var(--cWhite) !important;
  background-color: var(--cDBlack) !important;
  background-image: none;
  position: relative;
  outline: none;
  width: auto;
}

.webform-client-form .form-actions .form-submit:hover {  color: var(--cBlack) !important; background: transparent url("../images/alpha.png") scroll repeat 0 0 !important;  }


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

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

        body { font-size: 13px; }

    }

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

    }


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

      .header .logo {  left: -10%; }

    }

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

      .header .logo {  left: -20%; }

    }




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

    }

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

    }

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

    }

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

      /*STRUCTURE*/
      .layout.padding-sez { padding-bottom: 3em; padding-top: 3em; }
      .layout .bottone { text-align: center; padding-top: 2em; padding-bottom: 0em; }

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

      h4, .h4 { font-size: 1em; }

      /*HEADER*/
      .header { background: #070707 url("../images/Tbg_mobile.jpg") scroll no-repeat bottom center; background-size: cover; padding-bottom: 10em; }
      .header .logo { position: relative; text-align: center;  }

      .header  h2 { font-size: 1.2em; text-align: center; }
      .header  h1.big { font-size: 2.9em; text-align: center;  }
      .header  h1.big br { display: none; }

      /*INFO*/
      .info .wideCustom { min-height: 27em; }
      .info .padding-horizontal { padding: 2em 15px; }

      /*CCLINICI*/
      .cclinici .padding-sez { margin-top: 0em; padding-bottom: 1em; }
      .cclinici .row-cclinici .box-note p { text-align: center; margin: 1em 0 2em; }
/*      .cclinici .row-cclinici .box-caption .box-note p:last-child { margin-bottom: 0em; }*/

      /*CORSI*/
      .corsi .layout.padding-sez { padding-top: 0em; }
      .corsi .box-image { padding: 0 0 2em; }

      /*PROG*/
      .prog .layout.bgBlack { background-color: var(--cWhite); }

      .prog .prog-head-collapse-mobile .box-prog.btn-collapse,
      .prog .prog-head-collapse .box-prog.btn-collapse {  padding: 1.5em 15px; display: block; }

      .prog .prog-body-collapse { margin-bottom: 0; }
      .prog .prog-body-collapse.open { padding-bottom: 0; border-bottom: 0px solid var(--cBlack); padding: 0; }
      .prog .prog-body-collapse .box-prog { min-height: auto; }
      .prog .prog-body-collapse.open .box-prog .body-collapse { padding-bottom: 1em; border-bottom: 1px solid var(--cBlack); }

      .prog .prog-head-collapse-mobile .box-prog.btn-collapse p, 
      .prog .prog-head-collapse .box-prog.btn-collapse p { text-align: center; font-size: 1.1em; }

      .prog .prog-head-collapse-mobile .box-prog.btn-collapse p br, 
      .prog .prog-head-collapse .box-prog.btn-collapse p br { display: block; }

      /*CONTATTI*/
      .contatti .row-caption { text-align: center; padding-bottom: 2em; }
      .contatti .row-caption .box-head .h1 { font-size: 2em; }
      .contatti .row-caption .box-head .padding-vertical2 { padding: 2em 0 0; }
      .contatti .row-caption .box-caption { padding-bottom: 0; }

    }

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

      .header { background-size: contain;  }

    }

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

