.uppercase {
  text-transform: uppercase !important;
}
.w300 {
  font-weight: 300 !important;
}
.w200 {
  font-weight: 200 !important;
}
.w100 {
  font-weight: 100 !important;
}
.w400 {
  font-weight: 400 !important;
}
.w500 {
  font-weight: 500 !important;
}
.w600 {
  font-weight: 600 !important;
}
.w700 {
  font-weight: 700 !important;
}
.w800 {
  font-weight: 800 !important;
}
.w900 {
  font-weight: 900 !important;
}
.big {
  font-size: 4.5rem !important;
  line-height: 4.8rem;
}

.categorybreadcrumbs {
  text-align: left;
  margin-bottom: 20px;
}

.categorybreadcrumbs ul {
  list-style: none;
  display: inline-table;
  margin: 0;
}
.categorybreadcrumbs a {
  transition: 0ms;
}
.my-jumbotron {
  width: 100%;
  background: #eee;
  color: white;
  padding: 0.75rem;
  margin: 0.35rem 0;
  border-radius: 3px;
}
.my-jumbotron h5 {
  border-bottom: 1px solid white;
  padding-bottom: 13px;
}
.my-jumbotron a {
  color: black;
}

.my-jumbotron i {
  font-size: 1.3rem;
  font-weight: 100;
}

.categorybreadcrumbs ul {
  display: inline;
}

.categorybreadcrumbs ul a {
  background: none repeat scroll 0 0 #c2c2c2;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 14px 0 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
}

.categorybreadcrumbs ul a:after {
  border-bottom: 14px solid transparent;
  border-left: 14px solid #c2c2c2;
  border-top: 14px solid transparent;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

.categorybreadcrumbs ul a:before {
  border-bottom: 14px solid transparent;
  border-left: 14px solid #efefef;
  border-top: 14px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.categorybreadcrumbs ul a:first-child:before {
  border: none;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.categorybreadcrumbs ul li:first-child a {
  padding: 0 14px 0 20px;
}

.categorybreadcrumbs ul a:hover {
  background: #505050;
  color: #ffffff;
}

.categorybreadcrumbs ul a:hover:after {
  border-left-color: #505050;
  color: #ffffff;
}

.shop-single-item-photos {
  padding-left: 0px;
}

.shop-single-item-gallery {
  position: relative;
}

.shop-single-item-gallery img {
  border: 1px solid #eee;
}

th {
  font-size: 0.8rem;
  font-weight: 500;
}
td {
  font-size: 0.8rem;
  font-weight: 300;
}
.module-cover {
  padding: 110px 80px;
}
.mont {
  font-family: "Montserrat", sans-serif !important;
}
.mich {
  font-family: "Michroma", sans-serif !important;
}
.inner-header img.logo {
  max-height: 50px;
}
.section-closer {
  background-image: url("/alutecsrl.it/ui/images/section-closer.jpg");
  background-size: cover;
  min-height: 295px;
  background-position: bottom center;
}
.ti-3x {
  font-size: 40px;
}
.white,
a.white {
  color: white !important;
}
.black {
  color: black !important;
}
.ctct li {
  list-style-type: circle;
  margin-left: 25px;
}

.card-like-content {
  -webkit-box-shadow: 0px 0px 14px 3px #9d9d9c;
  -moz-box-shadow: 0px 0px 14px 3px #9d9d9c;
  -o-box-shadow: 0px 0px 14px 3px #9d9d9c;
  box-shadow: 0px 0px 14px 3px #9d9d9c;
  border-radius: 15px;
}
.mission-img {
  height: 150px;
  width: auto;

  -webkit-box-shadow: 0px 0px 14px 3px #9d9d9c;
  -moz-box-shadow: 0px 0px 14px 3px #9d9d9c;
  -o-box-shadow: 0px 0px 14px 3px #9d9d9c;
  box-shadow: 0px 0px 14px 3px #9d9d9c;

  border-radius: 100%;
}
.card-like-content:hover {
  -webkit-box-shadow: 0px 0px 24px 3px #000000;
  -moz-box-shadow: 0px 0px 24px 3px #000000;
  -o-box-shadow: 0px 0px 24px 3px #000000;
  box-shadow: 0px 0px 24px 3px #000000;
  background: #52ae31;
  color: white;
  cursor: pointer;
}

.img-btn:hover {
  cursor: pointer;
}

@media (min-width: 356px) {
  .card-columns {
    column-count: 1;
  }
  .section-closer {
    min-height: 75px;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
  .section-closer {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
  .section-closer {
    min-height: 120px;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
  .cc04 .card-columns {
    column-count: 4;
  }

  .section-closer {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
  .cc04 .card-columns {
    column-count: 4;
  }

  .section-closer {
    min-height: 200px;
  }
}

@media (min-width: 1600px) {
  .section-closer {
    min-height: 250px;
  }
}
/**
 * Styling first level lists items
 */
.group-list a,
.group-list label {
  padding-left: 1rem;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px #d9d9d9;
}
.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  background: rgba(82, 174, 50, 0.5);
}
/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
  padding-left: 2rem;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px #d9d9d9;
}
.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  background: rgba(82, 174, 50, 0.5);
}
/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 3rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: rgba(82, 174, 50, 0.5);
}
/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.nav__list input[type="checkbox"]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

.nav__list li.in-path > ul,
.nav__list li.selected > ul {
  max-height: 1000px;
}

label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
}
.nav__list input[type="checkbox"]:checked + label span.fa,
.nav__list label.selected span.fa,
.nav__list label.in-path span.fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
  min-width: 99%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.shop-single-item-gallery > li {
  float: left;
  width: 90px;
  margin-right: 10px;
}
.shop-single-item-gallery {
  position: relative;
  width: 100%;
}

.portfolio-item-caption {
  padding: 1.5625rem 1rem;
}

.portfolio-abs {
  transition: all 0.4s ease-in-out;
}
.portfolio-item:hover .portfolio-abs {
  background: rgba(0, 0, 0, 0.02);
}

.eye {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0px !important;
}
a.eye {
  box-shadow: none;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
}

a.eye:hover {
  background-color: transparent;
}
.client {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.small a {
  color: black;
}
a.gal-item {
  height: 250px;
  width: 100%;
  display: flex;
}
.my-label {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-right: 5px;
  float: left;
}
a .my-label {
  color: #222;
}

.categories-list .categories:after {
  content: " / ";
}
.categories-list .categories:last-child::after {
  content: "";
}
.rea-cat a {
  color: #222;
}

.extra-nav > ul.xt_languages > li {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.extra-nav > ul.xt_languages > li > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0px;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.extra-nav > ul.xt_languages > li > a > span {
  transform: translateY(-50%);
  position: relative;
  display: block;
  top: 50%;
}
header.header.header-small .extra-nav > ul.xt_languages > li > a > span {
  padding: 0 2px;
}
.extra-nav > ul.xt_languages > li > a > span {
  padding: 0 12px;
}
.extra-nav > ul.xt_languages > li > a.selected > span,
.extra-nav > ul.xt_languages > li:hover > a > span {
  background-color: white;
  color: black !important;
  padding: 0 12px;
}

.inner-nav a.in-path,
.inner-nav a.selected,
.inner-nav a:hover {
  color: #52ae31 !important;
}

.header.header-transparent .inner-nav > ul > li > a.in-path::after,
.header.header-transparent .inner-nav > ul > li > a:hover::after {
  background: #52ae31 !important;
}

header.header::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 1;
  position: absolute;
}

header.header.header-small::before {
  background-color: white;
}

header.header.header-small
  .extra-nav
  > ul.xt_languages
  > li
  > a.selected
  > span,
.extra-nav > ul.xt_languages > li:hover > a > span {
  color: #52ae31 !important;
}

.pdmv .card-like-content:hover a {
  color: white !important;
}

.portfolio-item {
  margin-bottom: 4px;
}

.portfolio-abs .lead {
  color: #66cc33;
  font-weight: 600;
  font-size: 1.2rem;
}

.img-wrapper {
  min-height: 225px;
}
.img-wrapper img {
  max-height: 204px;
}

.my-label {
  position: relative;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
}

.inner-nav .sub-menu:not(.mega-menu-row) li {
min-width: 350px;
}

ul.need-mm {
  position: fixed !important;
  /* min-width: 100% !important; */
  min-width: 1240px !important;

  left: 50% !important;
  transform: translateX(-50%) !important;
  /*border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px !important;*/
  background-color: rgba(255, 255, 255, 0.95) !important;
}

ul.need-mm ul {
  top: -15px !important;
}
ul.need-mm ul ul {
  top: -20px !important;
}
ul.need-mm > li {
  min-width: 350px;
  width: 50%;
  border-bottom: 1px solid #ccc;
}
ul.need-mm > li > ul > li {
  width: 100%;
}
ul.need-mm > li:last-child {
  width:50%;
  border-bottom: 0px solid #ccc;
}

ul.need-mm li:hover {
  background-color: #eee;
  color: black;
}

ul.need-mm li:hover a {
}

.download-hov:hover {
  background-color: #eee;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.31);
}

.sidebar li.selected a {
  background-color: rgba(82, 174, 50, 0.5);
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -15px;
  z-index: 1;
  overflow: hidden;
  width: 145px;
  height: 145px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  letter-spacing: -0.5px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 135px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 32px;
  right: -27px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8f0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8f0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}

.row.direct .false {
  background: #3c7931;
  color: white;
}
.row.direct .true {
  background: #002100;
  color: white;
}

.config-form .row.mb-3 {
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.xt-pagination > li {
  display: inline;
}

.xt-pagination > .active > a,
.xt-pagination > .active > a:focus,
.xt-pagination > .active > a:hover,
.xt-pagination > .active > span,
.xt-pagination > .active > span:focus,
.xt-pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5da552;
  border-color: #5da552;
  border-radius: 0;
}
.xt-pagination > li > a,
.xt-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5da552;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.xt-pagination > li:first-child > a,
.xt-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-radius: 0;
}
.xt-pagination > .disabled > a,
.xt-pagination > .disabled > a:focus,
.xt-pagination > .disabled > a:hover,
.xt-pagination > .disabled > span,
.xt-pagination > .disabled > span:focus,
.xt-pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
}
.xt-pagination > li > a,
.xt-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5da552;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.xt-pagination .pagination-label {
  display: none;
}
.dropdown-block .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 5px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.triggerAnimation .dropdown-toggle:after {
  display: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5da552;
  outline: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.extra-nav i {
  font-size: 1.4rem;
  margin-top: 7px;
}

.lang-menu li {
  display: inline;
}

ul.lang-menu {
  float: left;
  margin-top: 23px;
  width: 50px;
}
.lang-menu {
  margin-top: 7px;
  height: 25px;
}
.highlight {
  background-color: rgba(82, 174, 50, 0.5) !important;
  color: black !important;
}

.row.odd {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.even {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.odd .col-4 {
}

.form-group {
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 10px 0px #c2c2c2;
  -moz-box-shadow: 3px 3px 10px 0px #c2c2c2;
  -o-box-shadow: 3px 3px 10px 0px #c2c2c2;
  box-shadow: 3px 3px 10px 0px #c2c2c2;
}

.form-group.green {
  border: 1px solid rgba(82, 174, 50, 0.5) !important;
}
.form-group.green .row.odd {
  background-color: rgba(82, 174, 50, 0.5);
}

form .text-right {
  font-weight: 700;
}

button.link {
  background: none;
  border: none;
}
button.link:hover {
  cursor: pointer;
  color: rgba(82, 174, 50, 1) !important;
}

form.first-level-tech {
  background-color: #000;
}
form.first-level-tech button {
  color: #fff !important;
  font-size: 0.95rem;
  padding: 5px 0 5px 10px;
}
.header-small.header-shadow .logout {
  color: black !important;
}
.header-small.header-shadow table.login-table td div {
  margin-top: 10px !important;
}
.header-small.header-shadow .lang-menu a:not(.selected) {
  background: white;
}

.left-news-menu a {
  color: #788487;
  font-size: 0.8rem;
}
ul.left-news-menu {
  margin-left: 10px;
}
.left-news-menu li {
  border-bottom: 1px solid #eee;
  list-style-type: disc;
  padding-left: 10px;
}
.left-news-menu a.selected,
.left-news-menu a:hover {
  color: rgba(82, 174, 50, 1);
}

#form-group-file {
  background-color: rgba(255, 0, 0, 0.5);
  color: black;
}

@media screen and (max-width: 1112px) {
  .inner-nav > ul > li > a {
    position: relative;
    padding: 0 3px;
    letter-spacing: 0;
    font-size: 0.75rem;
  }
  .inner-header img.logo {
    max-height: 30px;
  }
  .extra-nav i {
    font-size: 1rem;
  }
  .login-table td div {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
  .login-table td:last-child div {
    margin-left: 5px !important;
  }
  .extra-nav > ul > li > a {
    padding: 0 8px;
    letter-spacing: 0rem;
    font-size: 0.75rem;
  }
  ul.lang-menu {
    margin-top: 28px;
    width: 30px;
  }
  ul.need-mm {
    position: fixed !important;
    min-width: 100% !important;
    left: 52.5% !important;
    transform: translateX(-50%) !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}

@media screen and (max-width: 500px) {
  .extra-nav > ul > li > a {
    padding: 0 8px 0px 0px;
    color: white !important;
  }
  li.nav-toggle {
    margin-top: 27px !important;
    height: 24px;
  }
  li.nav-toggle i {
    font-size: 1.5rem;
  }

  .extra-nav > ul > li > a > .menu-item-span {
    transform: none;
    position: relative;
    display: block;
    top: 0;
  }

  .inner-nav .sub-menu,
  .inner-nav .mega-menu {
    position: relative !important;
    background: #222 !important;
    border-radius: 2px;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    left: 10px;
    margin-top: 5px;
    visibility: hidden;
    text-align: left;
    padding: 0px;
    opacity: 0;
  }
  ul.need-mm li:hover {
    background-color: #222 !important;
    color: #52ae31 !important;
  }
  .inner-nav .sub-menu:not(.mega-menu-row) .sub-menu {
    left: 0px;
  }
  ul.need-mm li {
    max-width: 360px;
    border-bottom: none !important;
  }

  .inner-nav .sub-menu li > a {
    padding: 0.125rem 0;
  }
  .sub-menu.the-mm,
  .sub-menu.the-mm .sub-menu {
    margin-top: 15px !important;
  }

  .categorybreadcrumbs ul a {
    padding: 0 7px 0 18px;
  }

  .inner-navigation {
    max-height: 500px;
  }

  .header-small .extra-nav > ul > li > a,
  .header-small i.ti-menu {
    color: black !important;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  min-width: 30px;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -5px;
}

.nav-centered.fixed.outOfSight.scrolled .dropdown-content {
  top: -45px;
  right: 70px;
}

.dropdown-content li {
  display: none;
  padding: 10px 10px 0px 16px;
  color: #fff;
}

.dropdown-content li a {
  text-decoration: none;
  display: block;
  line-height: 26px;
  font-size: 0.85rem;
  height: 30px !important;
}
.dropdown-content li a span {
  letter-spacing: 2px;
}
.dropdown-content li a.selected span {
  font-weight: 900;
}

.dropdown-content li a.selected:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  color: #000;
}

.dropdown-content li a.selected {
  font-weight: bold;
}

.dropdown:hover .dropdown-content li {
  display: block;
}

@media (max-width: 575px) {
  .home-featured-slick-item {
    margin: 5px;
  }

  .lmenu div.dropdown,
  .dropdown-content {
    float: right;
  }
  .lmenu .dropdown {
    height: 135px !important;
    top: 19px !important;
    right: 0px;
    width: 62px !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .nav-centered.fixed.outOfSight.scrolled .lmenu .dropdown-content {
    top: 5px;
    right: -10px;
    left: 260px !important;
    right: 0px !important;
    width: 70px !important;
  }

  .nav-centered.fixed.outOfSight.scrolled .lmenu .dropdown-content li {
    padding-top: 5px;
  }

  li.nav-toggle {
    margin-top: 23px !important;
  }

  .lmenu .dropdown-content.open li {
    display: list-item;
  }
}

.dropdown-content li {
  padding-left: 5px !important;
}
.dropdown-content {
  right: 0;
}
.nav-centered.fixed.outOfSight.scrolled .dropdown-content {
  right: 80px;
}

.dropdown-content li a span {
  font-weight: 600 !important;
  color: #000;
}
.dropdown-content li a span:hover {
  opacity: 1;
}
.dropdown-content li a.selected span {
  font-weight: 600 !important;
  color: #fff !important;
  opacity: 1;
}

.header-small .dropdown-content li a.selected span {
  color: #000 !important;
}

.dropdown-content li a.selected:after {
  content: "\25bc";
  transform: rotate(0deg);
  transform: translateY(-1px);
  font-size: 10px;
  color: #fff;
}

.header-small .dropdown-content li a.selected:after {
  color: #000;
}

ul.dropdown-content li:not(:first-child) {
  background: white;
}

ul.dropdown-content li:first-child {
  background: transparent;
}

.header-small .dropdown-content {
  position: absolute;
  top: -10px;
}

.home-hero-video {
  top: 72px;
  position: relative;
}

/* PROVA MENU DESTRA */

/*nav.nav li.li-level-2 ul {display: none;}*/

.nav a,
.nav label {
  padding: 0.35rem 0.55rem;
  font-size: 0.8rem;
}

.nav a,
.nav a + button,
.nav label {
  display: block;
  color: #000;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px #d9d9d9;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*
.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover,
.nav a.in-path,
.nav label.in-path,
.nav a.selected,
.nav label.selected,
.nav .my-in-path {
  color: #000;
  background: rgba(82, 174, 50, 0.9);
}*/

.nav a.in-path, .nav a.in-path + button {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}
.nav a.selected, .nav a.selected + button {
  color: #fff;
  font-weight: bold;
  background: rgba(82, 174, 50, 0.9);
}

.nav label {
  cursor: pointer;
}
.nav .li-level-2 {
  border-bottom: 5px #fff solid;
}
.nav ul ul {
  display: none;
}
.nav .in-path > ul {
  display: block;
}
.nav .li-selected > ul {
  display: block;
}
.nav a{
  flex-basis: calc(100% - 32px);
  flex-grow: 1;

}
.nav button {
  all: unset;
  font-family: monospace;
  display: block;
  width: 32px;
  text-align: center;
  cursor: pointer;
  flex: 0 0 32px;
  font-size:16px;
  font-weight: bold;
}
.nav ul {
  width: 100%;
  flex: 0 0 100%;
}
.nav li {
  display: flex;
  flex-wrap: wrap;
  align-items:stretch !important;
}
.nav a.with-children {
  position: relative;
} /*
.nav a.with-children::after {
  content: "+";
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.nav a.with-children.selected::after,
.nav a.with-children.in-path::after {
  content: "-";
}*/
/*
nav.nav li.li-level-2.active>ul {display: block;}
nav.nav li.li-level-2.in-path>ul {display: block;}
nav.nav li.li-level-3.active>ul {display: block;}

*/
nav.nav li.li-level-2 ul li a {
 /* padding-left: 15px;*/
border-left: 1px solid #52ae32;
margin-left: 15px;
}
nav.nav li.li-level-2 ul li ul li a {
  padding-left: 25px;
}


label.error {background: red; padding:3px; color: white;}



.blog-left-menu li {list-style-type: none; padding-left: 0 ; padding:5px;}
.blog-left-menu li.li-selected a, .blog-left-menu li:hover a {color:black}

.blog-left-menu li.li-selected, .blog-left-menu li:hover {background: rgba(82, 174, 50, 0.5);}


.extended-form-card-body .input-with-label, .extended-form-card-body{color:black}







/*TIMELINE*/

.h-timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.h-timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #006E51;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container-t {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  color:black !important
}
.container-t img {border:1px solid #eee}

.container-t.left {
  left: 0;
}

.container-t.right {
  left: 50%;
}

.container-t::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.container-t.right::after {
  left: -8px;
}

.container-t::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}

.container-t.right::before {
  left: 8px;
}

.container-t .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 25px);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: rgba(82,174,50,1);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container-t.left .date {
  right: -90px;
}

.container-t.right .date {
  left: -90px;
}

.container-t .content {
  padding: 30px 30px 30px 30px;
  background: rgba(82,174,50,0.5);
  position: relative;
  /*border-radius: 0 500px 500px 0;*/
}

.container-t.right .content {
  padding: 30px 30px 30px 30px;
  /*border-radius: 500px 0 0 500px;*/
}

.container-t .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.container-t .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container-t {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container-t.right {
    left: 0%;
  }

  .container-t.left::after, 
  .container-t.right::after {
    left: 82px;
  }

  .container-t.left::before,
  .container-t.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container-t.left .date,
  .container-t.right .date {
    right: auto;
    left: 15px;
  }

  .container-t.left .icon,
  .container-t.right .icon {
    right: auto;
    left: 146px;
  }

  .container-t.left .content,
  .container-t.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}


/*MENU IMAGE*/
.menu-icon-01 {
width:75px;
border:1px solid rgb(82,174,50);
}
.menu-icon-02 {
width:55px;
border-radius:500px;
border:1px solid rgb(82,174,50);
}

/*TABELLA SINOTTICA*/
.table_point {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
}

/* Mostra il pallino grande, centrato e colorato */
.table_point[data-val="true"]::before {
  content: '●';
  color: rgb(82,174,50);     /* colore verde richiesto */
  font-size: 1.5em;          /* 50% più grande rispetto a 1em */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;            /* evita problemi di allineamento */
}
.display th {
  font-size: 0.7 rem;
  font-weight: normal !important;
}
.display td {
  border-right: 1px solid #eee;
  white-space:no-wrap;
}



.border.icon {
  width: 55px;
  position: absolute;
  top: 0px;
  left:0px;
}









































/* HP TIMELINE */
#timeline {
  width: 800px;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 20px;
  text-align: center;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  color:black;
}

#dates .selected {
  font-size: 28px;
}

#issues {
  width: 800px;
  overflow: hidden;
}

#issues li {
  width: 800px;
  list-style: none;
  float: left;
}

#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#issues li img {
  float: left;
  margin: 10px 30px 10px 50px;
  width: 400px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li h1 {
  font-size: 48px;
  margin: 20px 0;
  text-align: left;
  padding-left: 70px;
}

#issues li p {
  font-size: 16px;
  margin-right: 70px;
  margin-left: 70px;
  font-weight: normal;
  line-height: 28px;
  
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
  background: url('../images/grad_left.png') repeat-y;
}

#grad_right {
  right: 0;
  background: url('../images/grad_right.png') repeat-y;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  background: red;
}

#prev {
  left: 0;
  background: blue;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

/* FINE HP TIMELINE */


.light-gray {
  background: rgba(245,245,245,1);
}


/*home carousel*/
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}






.hp-news-banner {
  background:url(/alutecsrl.it/ui/news-banner.jpg);
  background-position: left center;
  height: 236px;
  background-repeat:none;
  background-size: cover;
}

.hp-config-banner {
 height: 236px;
 background-color: #52ae32;
}


.dropdown-content li a.selected span, .dropdown-content li a.selected:after{
color:black !important;
}





h6.pro-01 {
  background-color:#9ecb84;
  padding:8px;
  letter-spacing: -1px;
  color:black;
}
h6.pro-02 {
  background-color:#52ae32;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-03 {
  background-color:#3b7823;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-04 {
  background-color:#1a450f;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-05 {
  background-color:#82bba2;
  padding:8px;
  letter-spacing: -1px;
  color:black;
}
h6.pro-06 {
  background-color:#3ba88e;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-07 {
  background-color:#34727b;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-08 {
  background-color:#0d5874;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-09 {
  background-color:#003860;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-10 {
  background-color:#88bce7;
  padding:8px;
  letter-spacing: -1px;
  color:black;
}
h6.pro-11 {
  background-color:#169fdb;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-12 {
  background-color:#0075bf;
  padding:8px;
  letter-spacing: -1px;
  color:white;
}
h6.pro-01b {
background-color:#8fbc8f;
  padding:8px;
  letter-spacing: -1px;
  color:white;
  }
.news-list-image {
height: 170px !important;
}






/* da css sito */

.inner-nav > ul > li > a {
letter-spacing: -2%;
text-transform: uppercase;
font-weight: 500;
font-size: .70rem;
}


#getinfo .submit-button {
color: #fff;
background-color: #52ae32;
border-color: #52ae32;
text-transform: uppercase;
letter-spacing: .1125rem;
font-size: .75rem;

display: inline-block;
font-weight: 600;
text-align: center;
border: 2px solid transparent;
padding: 0.4rem 1.875rem;
font-size: .75rem;
line-height: 1.5;
border-radius: .1875rem;
transition: color .15s ease-in-out,
background-color .15s ease-in-out,
border-color .15s ease-in-out,
box-shadow .15s ease-in-out;
}


#getinfo .submit-button:hover {
color: #52ae32;
background-color: #fff;
border-color: #52ae32;
  cursor:pointer;
}






#dates .selected {
font-size: 32px;
  font-weight:600;
  color:#52ae32
}

.home-config-content img {
height:350px;
width:auto;
}

.blogpage.article-title {height:130px; font-size:1.2rem}

.shop-single-item-description ul {list-style:disc; padding-left:30px}

section.homefood, section.ctct {display:none}


@media screen and (max-width: 992px) {
  h1.big {font-size:3rem !important}
}
@media screen and (max-width: 480px) {
  .home-hero-video {
top: 0px;
}
}

.fluid-width-video-wrapper {min-height:250px}

.fancybox-image {padding: 20px;
  background: white;}
  
  
  
  
  
  
  
  
  /*bug menu*/


/* Stile base del megamenu */
.sub-menu.need-mm.prodotti {
    position: absolute; /* resta sopra il contenuto */
    top: 100%; /* subito sotto la voce principale */
    left: 0;
    width: 50%; /* larghezza del megamenu */
    max-height: calc(100vh - 100px); /* altezza massima visibile sul viewport, lascio 100px per margine */
    overflow-y: auto; /* scroll verticale quando necessario */
    background: #fff;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Stile voci interne */
.sub-menu.need-mm.prodotti li {
    padding: 5px 10px;
}

.sub-menu.need-mm.prodotti li a {
    display: flex;
    align-items: center;
}

/* Icone piccole */
.sub-menu.need-mm.prodotti li a .menu-item-icon {
    margin-right: 8px;
    flex-shrink: 0;
}

/* Scrollbar personalizzata (opzionale) */
.sub-menu.need-mm.prodotti::-webkit-scrollbar {
    width: 8px;
}

.sub-menu.need-mm.prodotti::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}
