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

.nav a,
.nav label {
  display: block;
  padding: 0.35rem 0.55rem;
  color: #000;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px #d9d9d9;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 0.8rem;
}
.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.5);
}

.nav label {
  cursor: pointer;
}
/**
 * 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: 380px;
}

.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: black;
  opacity: 0.7;
  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);
}

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 {
  max-width: 380px;
  border-bottom: 1px solid #ccc;
}
ul.need-mm li:last-child {
  max-width: 380px;
  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,.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,.5) !important; 

}
.form-group.green .row.odd{
  background-color: rgba(82,174,50,.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: .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,.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, .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: .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: .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;}