@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 20px;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pad-0 {
  padding: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.lesspad {
  padding: 0px 2px;
}
.margin-0 {
  margin: 0px -15px !important;
}
.upp {
  text-transform: uppercase;
}
.w100 {
  width: 100%;
}
.cont-text {
  padding: 30px 15px;
}
.carousel-control {
  background-image: none !important;
  height: 450px;
}
.carousel-control svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: #666666;
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
}
a:click {
  color: #666666 !important;
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:link {
  text-decoration: none !important;
}
.grey-bg {
  background-color: #cfd1d2;
  position: relative;
}
.grey-bg-gradient {
  padding: 30px 0px;
  margin: 30px 0px;
  background: -moz-linear-gradient(top,#ececec 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,#ececec 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,#ececec 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#00ffffff',GradientType=0);
}
.btn-blue {
  background-color: #193476;
  color: white;
  border-radius: 0px;
  padding: 3px 25px;
  margin: 10px 0px;
  font-size: 20px;
}
.btn-blue svg {
  font-size: 16px;
}
.blue-wrap {
  background-color: #244ba6;
  color: white;
  position: absolute;
  width: 50%;
  margin-left: -15px;
  height: 63px;
}
.tit-wrap {
  color: white;
  margin: 15px 0px;
  font-weight: 400;
}
.logo {
  margin: 9px 10px;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.9);
  color: white;
  font-size: 15px;
}
.cookie .close_cookie {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
  margin-top: 25px;
  padding: 0px 15px;
}
.cookie .close_cookie:hover {
  background-color: white;
  color: black;
}
.cookie a {
  color: white;
}
.cookie a:hover {
  color: #666666;
}
.cookie p {
  margin: 0px;
}
.notFound {
  padding: 100px 0px;
  text-align: center;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound h1 {
  color: #696969;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound ul {
  padding: 0px;
  text-align: left;
}
.notFound ul>li {
  list-style-type: none;
  padding-left: 1.4em;
  color: #696969;
  line-height: initial;
}
.notFound ul>li:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 1.4em;
  margin-left: -1.4em;
  color: #696969;
}
.page-home header {
  display: none;
}
.page-home .contentTop {
  margin-top: 0px;
}
header {
  position: fixed;
  z-index: 100;
  background: #fff;
  box-shadow: 1px 1px 7px #888888;
  top: 0;
  width: 100%;
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}
header li a {
  color: #333;
  text-transform: uppercase;
}
header .navbar {
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}
header .navbar .logo {
  max-height: 40px;
}
header .navbar-nav>li>a {
  padding: 20px;
}
header .navbar-nav>li.active a,
header .navbar-nav>li:hover a {
  background-color: #003476;
  color: white;
}
header .navbar-nav>li>a:focus {
  background-color: #244ba6 !important;
  color: white !important;
}
#banner-full {
  height: 100vh;
  position: relative;
}
#banner-full .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}
#banner-full .cont-slogan {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,#ffffff 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}
#banner-full .cont-slogan h2 {
  color: #003476;
  margin: 5px 0px;
  font-weight: 400;
}
#banner-full .cont-slogan h3 {
  margin: 10px 0px;
  font-weight: 400;
}
#banner-full .cont-slogan a {
  color: black;
}
#banner-full .cont-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#banner-full .cont-indicators .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 10px 0px;
  left: initial;
  width: 100%;
}
#banner-full .cont-indicators .carousel-indicators li {
  border: 2px solid #003476;
  margin: 0px;
  width: 15px;
  height: 15px;
}
#banner-full .cont-indicators .carousel-indicators li.active {
  background-color: #003476;
  border: 2px solid #003476;
  margin: 0px;
}
#banner-full .cont-claim {
  padding: 40px 0px 10px;
}
#banner-full .logo {
  margin-top: 20px;
  max-height: 150px;
}
#banner-middle .item {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-middle .item .btn-blue {
  position: absolute;
  bottom: 40px;
  margin-bottom: 0px;
}
.cont-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
}
.square-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left center !Important;
  height: 190px;
}
.cont-img-xs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  margin-bottom: 20px;
}
#banner-offers img {
  max-height: 160px;
  float: right;
}
.home .section-services {
  padding: 50px 0px 0px;
}
.home .section-services h2 {
  color: #003476;
  margin: 0px 0px 10px 0px;
}
.home .grey-bg {
  height: 450px;
  padding: 40px;
}
.home #banner-norms .carousel-control.right {
  height: auto;
  opacity: 1;
  background-color: #193476;
  color: white;
  height: 40px;
  width: 40px;
  display: table !important;
}
.home #banner-norms .carousel-control.right svg {
  margin: auto !important;
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
}
.home .cnt-norms {
  border-bottom: 0px solid transparent !important;
  border-top: 5px solid #244ba6;
  margin-bottom: 0px;
  margin-top: 30px;
}
.home .cnt-norms a {
  display: initial !important;
}
.home .cnt-evidence {
  border-bottom: 5px solid #244ba6;
  margin-bottom: 30px;
  padding: 20px 0px;
}
.home .cnt-evidence h1 {
  margin: 0px;
  color: #244ba6;
}
.home .cnt-evidence h3 {
  margin: 0px 0px 10px;
  font-weight: 400;
}
.home .cnt-evidence a {
  color: black;
  display: block;
  padding: 5px 0px;
}
.home .cnt-evidence svg {
  margin: 0px 8px;
}
.home .cnt-intro h1 {
  color: #244ba6;
  font-weight: 400;
  margin: 0;
}
.cont-product {
  padding: 0px 0px 20px 0px;
}
.cont-product .col-product {
  width: 12.5%;
  float: left;
  margin-bottom: 50px;
  border-left: 1px solid white;
  text-align: center;
  position: relative;
}
.cont-product .label-grey {
  text-transform: uppercase;
  width: 90%;
  font-size: 18px;
  margin: -35px 5% 5% 5%;
  height: 65px;
  background-color: #cfd1d2;
  color: black;
  padding: 10px;
  position: absolute;
}
.cont-certification {
  padding: 30px 0px;
  height: 280px;
}
.cont-certification a {
  color: black !important;
}
.cont-certification .certification {
  border-right: 2px dotted #003476 !important;
  text-align: center;
  height: 200px;
  font-size: 18px;
}
.cont-certification .certification img {
  margin-bottom: 10px;
  max-height: 87px;
  display: block;
  margin: 20px auto;
}
.cont-certification .certification .cont-cal {
  display: grid;
  background-color: #193476;
  color: white;
  padding: 0px 0px 10px 0px;
  height: 200px;
}
.cont-certification .certification .cont-cal img {
  margin: 40px auto 0px !important;
}
.cont-certification a:last-child .certification {
  border-right: 0px solid !important;
}
.product hr {
  border-top: 2px dotted #003476;
}
.product h3 {
  font-weight: 400;
}
.product .product-nav {
  background-color: #858bce;
  padding: 20px 0px;
  height: 400px;
}
.product .product-nav li {
  list-style-type: none;
  font-size: 19px;
  line-height: 24px;
  font-weight: 100;
  padding: 2px 0px;
}
.product .product-nav li a {
  color: white;
  font-weight: 400;
}
.product .product-nav li.active a,
.product .product-nav li:hover a {
  color: black;
}
.product .btn-blue {
  margin: 0px;
}
.product .child {
  padding: 20px 0px;
}
.product .child .cont-title {
  height: 125px;
  display: table;
}
.product .child .cont-title h2 {
  margin: 0px;
  color: #193476;
  display: table-cell;
  vertical-align: middle;
}
.product .open {
  display: block !important;
}
.product .all-category .button-category {
  display: -webkit-box;
  background-color: #858bce;
  color: white;
  padding: 10px;
  font-size: 22px;
  text-transform: uppercase;
}
.product .all-category .all-category-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 15px;
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
  background-color: white;
}
.product .all-category .all-category-menu ul {
  padding: 0;
}
.product .all-category .all-category-menu li {
  list-style: none;
  text-transform: initial;
  padding: 0px;
  text-align: center;
  background-color: white;
}
.product .all-category .all-category-menu li a {
  display: block;
  color: #666666;
  padding: 6px 10px;
  font-size: 18px;
}
.product .all-category .all-category-menu li:hover a,
.product .all-category .all-category-menu li.active a {
  background-color: #244ba6;
  color: white;
}
.certificates .child img {
  max-height: 230px;
}
.certificates .child .cont-title {
  height: 230px;
}
.cont-services {
  padding: 30px 15px;
  background-color: #cfd1d2;
}
.cont-services a {
  color: black;
}
.cont-services a:active {
  color: #666666;
}
.cont-services .col-services {
  width: 14.2%;
  float: left;
  padding: 0px 10px;
  border-right: 2px dotted #003476 !important;
  text-align: center;
  position: relative;
  height: 150px;
}
.cont-services .col-services img {
  margin-bottom: 10px;
  display: block;
  margin: auto;
}
.cont-services a:last-child .col-services {
  border-right: 0px solid !important;
}
.servizi {
  padding-bottom: 60px;
}
.servizi .square {
  padding: 30px 50px;
}
.servizi hr {
  border-top: 2px dotted #003476;
}
.col-form-label {
  padding-top: calc(.650rem + 1px);
  padding-bottom: calc(.650rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.contentTop {
  margin-top: 60px;
}
.relative {
  position: relative;
}
.formazione .backgroundGray {
  padding-top: 30px;
  background: -moz-linear-gradient(270deg,#dddddd 0%,#ffffff 58%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dddddd),color-stop(58%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(270deg,#dddddd 0%,#ffffff 58%,#ffffff 100%);
  background: -o-linear-gradient(270deg,#dddddd 0%,#ffffff 58%,#ffffff 100%);
  background: -ms-linear-gradient(270deg,#dddddd 0%,#ffffff 58%,#ffffff 100%);
  background: linear-gradient(180deg,#dddddd 0%,#ffffff 58%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#ffffff',GradientType=0);
}
.formazione .backgroundBlue {
  background: #003476;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.formazione .backgroundBlue svg {
  color: #fff;
}
.formazione .banner {
  height: 400px;
  background: #000;
}
.formazione .couseType {
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
  background: #ddd;
  color: #777;
  margin: 0 -15px;
}
.formazione .couseType.active {
  background: #244ba6;
  color: #fff;
}
.formazione .text {
  padding: 30px 0px;
}
.formazione .text h1 {
  color: #244ba6;
  margin: 0 0 10px;
  font-size: 32px;
}
.formazione .text h2 {
  color: #244ba6;
  margin: 0 0 10px;
  font-size: 20px;
}
.formazione .text hr {
  border-top: 3px solid black;
}
.formazione .calendarTitle {
  background: #003476;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  margin: 20px 0;
}
.formazione .calendarTable {
  margin: 20px 0px;
}
.formazione .calendarTable .internal {
  padding: 15px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.formazione .calendarTable .headTable .internal {
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}
.formazione .calendarTable .borderLeft {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #ddd;
}
.formazione .calendarTable .borderBottom {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
.formazione .calendarTable .row-eq-height {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.formazione .calendarTable .grayback {
  background: #ddd;
}
.formazione .calendarTable .grayback .borderLeft {
  border-left: 1px solid #fff;
}
.formazione .calendarTable .grayback .borderBottom {
  border-bottom: 1px solid #fff;
}
.formazione .calendarTable hr {
  border-top: 3px solid black;
}
.formazione .calendarTable svg {
  color: #193476;
}
.formazione .iscription {
  margin-bottom: 30px;
}
.formazione .iscription ul {
  list-style: none;
}
.formazione .iscription ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-weight: bold;
  float: left;
  margin-left: -1.5em;
  color: #000;
}
.formazione .iscription hr {
  border-color: #000;
}
.formazione .iscription .btn-sub {
  width: 100%;
  color: #fff;
  background: #003476;
  font-size: 18px;
}
.formazione .iscription .btn-sub svg {
  color: #fff;
}
.offers {
  padding: 30px 0px;
}
.offers a {
  color: black;
}
.offers h2 {
  margin: 0px;
  text-transform: uppercase;
}
.offers h3 {
  margin: 0px 0px 20px;
}
.offers hr {
  border-top: 2px dotted #244ba6;
  margin: 10px 0px;
}
.offers .grey-bg {
  padding: 30px 15px;
}
.offers .form-control {
  margin-bottom: 10px;
}
.offers .btn {
  float: right;
}
.offers .cont-tit {
  margin-bottom: 20px;
  min-height: 85px;
}
.offers .cont-img {
  height: 300px;
}
.offers .cont-text {
  padding: 20px 0px;
}
.contacts iframe {
  width: 100%;
  height: 450px;
}
.contacts .btn {
  margin: 20px 0px;
}
#privacy {
  padding: 30px 0px 60px;
}
.col-footer {
  width: 20%;
  float: left;
  border-right: 2px dotted white;
  padding: 0px 10px;
  height: 180px;
  margin-bottom: 20px;
}
footer .sitemap {
  background-color: #244ba6;
  color: white;
  padding: 30px 0px;
  font-size: 12px;
}
footer .sitemap a {
  color: white;
}
footer .sitemap a:hover {
  color: #cfd1d2;
}
footer .sitemap p {
  margin: 0px 0px 5px 0px;
  font-size: 12px;
}
footer .sitemap .navbar-footer {
  padding: 0px 15px 20px;
}
footer .sitemap .navbar-footer .col-footer:last-child {
  border-right: 0px solid;
}
footer .sitemap .navbar-footer .indent {
  padding-left: 10px;
}
footer .sitemap .cont-privacy {
  margin-top: 43px;
}
footer .sitemap .cont-newsletter {
  position: relative;
}
footer .sitemap .cont-newsletter .form-control {
  background-color: #cfd1d2;
  border-radius: 0px;
}
footer .sitemap .cont-newsletter .cont-send {
  background-color: white;
  color: #244ba6;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  padding: 10px;
}
footer .cont-social {
  color: #244ba6;
  padding: 20px 15px 40px;
  font-size: 16px;
}
footer .cont-social .social {
  margin: 5px 0px;
  font-size: 20px;
}
footer .cont-social .social svg {
  color: #003476;
}
footer .btn-blue {
  padding: 3px 15px;
  font-size: 16px;
}
footer .col-footer {
  width: 14.2%;
  float: left;
  border-right: 2px dotted white;
  padding: 0px 10px;
  height: 400px;
  margin-bottom: 20px;
}
#terms {
  padding: 50px 0px;
}
#terms table {
  margin-top: 30px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .col-product {
    width: 20% !important;
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .col-product {
    width: 25% !important;
    margin-bottom: 30px;
  }
  .cont-certification {
    height: 370px;
  }
  .col-footer {
    height: 230px;
  }
  footer .btn-blue {
    padding: 3px 0px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contentTop {
    margin-top: 100px;
  }
  .blue-wrap {
    width: 60%;
  }
  .col-product {
    width: 25% !important;
    margin-bottom: 30px;
  }
  .col-footer {
    width: 33% !important;
    margin-bottom: 20px;
    height: 270px !important;
  }
  .col-footer:last-child {
    height: auto;
  }
  .cont-certification {
    height: auto;
  }
  .cont-img,
  #banner-middle .item,
  .home .grey-bg,
  .product .product-nav,
  .contacts iframe,
  .formazione .banner,
  .carousel-control {
    height: 350px;
  }
  header .navbar-nav>li>a {
    padding: 10px 17px;
    font-size: 18px;
  }
  header .logo {
    display: block;
    margin: 5px auto;
  }
  .home .grey-bg {
    padding: 20px;
    font-size: 17px;
  }
  #banner-middle .item .btn-blue {
    bottom: 20px;
  }
  #banner-middle .item h2 {
    font-size: 28px;
  }
  .product .product-nav {
    padding: 30px 10px;
  }
  .product .product-nav li {
    font-size: 22px;
  }
  .cont-services .col-services {
    width: 24.5% !important;
    margin-bottom: 20px;
  }
  .cont-certification .certification {
    height: 260px;
    border-right: 0px solid;
  }
  .servizi .square {
    padding: 20px;
  }
  footer .btn-blue {
    padding: 3px 0px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .notFound {
    padding: 50px 0px;
  }
  .cookie {
    font-size: 10px;
    padding: 5px;
  }
  .cookie .close_cookie {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 15px;
  }
  .page-home .contentTop,
  .contentTop {
    margin-top: 66px;
  }
  .blue-wrap {
    width: 100%;
  }
  .tit-wrap {
    text-align: center;
    font-size: 24px;
    margin: 18px 0px;
  }
  header {
    position: initial !important;
  }
  header .navbar-nav>li>a {
    text-align: center;
    padding: 10px;
  }
  .square-img {
    height: 140px;
  }
  .cont-img,
  #banner-middle .item,
  .contacts iframe,
  .formazione .banner,
  .carousel-control {
    height: 250px;
  }
  #banner-full {
    height: 50vh;
  }
  #banner-full .item {
    height: 50vh;
  }
  #banner-full .cont-slogan {
    bottom: 0;
    top: 0;
  }
  #banner-full .logo {
    display: block;
    margin: 5px auto;
  }
  #banner-full h2 {
    font-size: 24px;
  }
  #banner-full h3 {
    font-size: 20px;
  }
  .cont-certification .col-footer,
  .home .col-footer {
    width: 50% !important;
    height: 200px !Important;
    font-size: 14px;
  }
  .home .grey-bg {
    height: auto;
  }
  #banner-middle .item .btn-blue {
    position: relative;
    bottom: initial;
  }
  .product .product-nav {
    height: auto;
    display: -webkit-box;
    padding: 15px 0px;
  }
  .product .product-nav li {
    font-size: 22px;
    padding: 4px 0px;
  }
  .product .child {
    padding: 0px 0px 20px;
  }
  .product .child img {
    display: block;
    margin: 0px auto 10px;
  }
  .product .child .cont-title {
    width: 100%;
    text-align: center;
    height: 100px;
  }
  .cont-product {
    padding: 0px;
  }
  .cont-product .label-grey {
    width: 100%;
    position: relative;
    margin: 0px;
  }
  .cont-services .col-services {
    width: 50% !important;
    height: 160px;
    margin-bottom: 20px;
    border-right: 0px solid;
  }
  .servizi .square {
    padding: 15px;
  }
  .servizi .square img {
    margin: 15px 0px;
  }
  .formazione .calendarTable .row-eq-height {
    display: block;
  }
  .formazione .calendarTable .borderLeft,
  .formazione .calendarTable .borderBottom {
    display: none;
  }
  .formazione .calendarTable hr {
    margin: 0;
  }
  footer .col-footer {
    padding: 10px;
  }
  footer .sitemap .cont-privacy {
    margin: 0px 0px 20px;
  }
  .col-product {
    width: 50% !important;
  }
  .col-footer {
    width: 100% !important;
    margin-bottom: 10px;
    height: auto !important;
    border-right: 0px dotted !important;
    border-bottom: 2px dotted white;
  }
  #terms {
    padding: 30px 0px;
  }
  #terms table {
    font-size: 15px;
    font-weight: 500;
  }
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0,0,0,0.2);
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #446a89;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #517fa4;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0,0,0,0.2);
}
 



  