.Header-services {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  
  border-bottom: solid 1px #0066c6;
  float: right;

  color: white;
  background: #0066c6;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 12.8px;
  font-weight: bold;
}

.Header-services a{
  text-decoration: none;
  color: white;
}

.Megamenu-force-close {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9999;

}

.Megamenu--default .Megamenu-list>li>a[aria-expanded=true]:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: visible;
    right: 0;
}

.NewsIcon li a {
    text-decoration: none!important;
}
.NewsIcon li a span {
  background-color: transparent!important;
  color: #676767!important;
}

.userfilter-search-form, .Form-legend {
    border-color: #bfbfbf!important;
}

.Form-legend {
    color: #9e9e9e;
}

.Form-input.hasDatepicker{
    color: #171717;
}

.siteMap ul.Linklist > li:first-child a,
.siteMap ul.Linklist > li:first-child a:hover,
.siteMap ul.Linklist > li:first-child a:active {
    background-color: #d71920;
    color: #fff!important;
}


.proportionalContainer {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.proportionalContainer > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.anchor-position{
		display: block;
    position: relative;
    top: -126px;
		visibility: hidden;
 }
 #accordion-carta-servizi.Accordion{
 border: none!important;
 }

.Footer .gerenza{
    font-size:12px; 
    margin-top:7px;
    display: flex;
    flex-direction: column;
}

/*
.rwd-video iframe, .rwd-video object, .rwd-video embed  {
    width: 100%!important;
}
*/
@media (max-width: 768px) {
    .u-sm-hidden{
        display:none!important;
    }
}
 /*
  @media (max-width: 1025px){
    .rwd-video iframe, .rwd-video object, .rwd-video embed  {
         width:950px !important;
         height:535px !important;
    }
}
 @media (max-width: 768px){
    .rwd-video iframe, .rwd-video object, .rwd-video embed  {
         width:700px !important;
         height:394px !important;
    }
}

 @media (max-width: 576px){
    .rwd-video iframe, .rwd-video object, .rwd-video embed  {
         width:auto !important;
         height:auto !important;
    }
}*/