/*ACCESSIBILITY_BAR*/
#accesibility_bar{
  background: white;
  text-align: right;
  padding-right: 5px;
}
.accessibility-menu a {
  color: #333!important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 15px;
  margin-right: 13px;
}



/*HEADER_GREY*/
#header_grey{
  background-color: #f7f7f7;
  height: 55px;
  text-align: right;
  display: flex;
  align-items: center;
}
#header_grey a{
  color: #838383;
  text-transform: uppercase;
  font-size: 21px;
  display: contents;
  font-weight: 600;
  margin-left: 30px;
  display: inline-flex;
  align-items: baseline;
}
.button_dona_ora{
  background: #246BA6;
  padding: 0px 25px;
  font-size: 26px!important;
  color: white!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  border: 2px solid #246BA6!important;
  margin-top:2px;
}
/*HEADER_ORANGE*/
#header_orange{
  height: 55px;
  background-color: #F04E29;
}
#header_orange a {
  color: white;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  margin: 0px!important;
}
/*HEADER RED*/
#header_red{
  height:55px;
  background-color: #D0352F;
}
#header_red li{
  list-style-type: none;
}
@media only screen and (min-width: 1079px) and (max-width: 3000px){

}

.menu_sezione .dropdown_li {
  list-style-type: none;
  display: inline;
  float: left;
  list-style-type: none;
  /*font-size: 12px*/;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  cursor: pointer;
  margin-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 31px;
}
.dropdown_li {
  list-style-type: none;
  display: inline;
  float: left;
  list-style-type: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  cursor: pointer;
  margin-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 31px;
}
/*LOGO*/
#logo{
  margin-left: -30px;
  position: absolute;
  top: 0px;
  z-index: 9;
}
.isAuthenticated #logo {
    margin-left: -30px;
    position: absolute;
    top: 40px;
    z-index: 99;
}
#logo img{
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px;
}

/*SLIDER HOME*/
#slider_home img{
  border-bottom: 4px solid #ce2e30;
}

/*menu*/
.img_arrow_menu_top {
    width: 10px;
    float: right;
    margin-top: 8px;
    margin-right: -18px;
}
.dropdown_show{
  display: table;
  top: 188px;
  margin: auto;
  border-top: 4px solid #d0352f;
  border-bottom: 4px solid #d0352f;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;

}
.div_dropdown{
  border-bottom: 2px solid #d0352f;
  margin-top: 2px;
  line-height: 28px;
}
.dropdown_exit{
  background: white;
  color: #d0352f!important;
}
.menu_page_desk{
  display: block;
}

.modal-header{
  border:0px solid white;
}

.modal-header .close{
  margin-top: -2px;
color: black;
position: absolute;
right:20px;
top:10px;
font-size:40px;
}