dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mobile-header-mini #Action_bar {
      display: block !important;
  }
  /*#btn_sidebar{
    display: none;
  }*/
}
@media only screen and (max-width: 767px) {
  .mobile-header-mini #Action_bar {
      display: none;
  }
}
/* mostramos y ocultamos el boton*/
@media only screen and (min-width: 767px) {

  /* aplicar los estilos aquí "a partir" de este ancho mínimo  de 
   576px (dispositivos con tamaño de pantalla medio)*/
  #btn_sidebar{
    display: none;
  }
}
/*******************************************************/
.header-classic #Action_bar {
  position: static;
  background-color: #2c2c2c;
}
div#Action_bar {
  padding-top: 0px !important;
  font-size: 90%; /*jim*/
}
div#Action_bar {
  background-color: #1f1f1f !important;
}
@media only screen and (max-width: 767px) {
  #Action_bar, #Top_bar {
      background-color: #fff !important;
      position: static;
  }
}
#Action_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  line-height: 21px;
}
/********************/
body:not(.template-slider) #Header {
  min-height: 40px !important;
}

body:not(.template-slider) #Header {
  min-height: 250px;
}
#Header {
  position: relative;
}
#Header .container {
  padding-left: var(--mfn-column-gap-left);
  padding-right: var(--mfn-column-gap-right);
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
      max-width: 550px !important;
      padding-left: 33px;
      padding-right: 33px;
  }
}
#Action_bar .column {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .container .column, .section_wrapper .column, .section_wrapper .mcb-wrap {
      margin: 0;
      width: 100%;
      clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #Action_bar .contact_details {
      float: none;
      text-align: center;
      padding: 5px 0;
      color: #222;
  }
  
}
#Action_bar .contact_details li {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 0 10px 0;
}
/*#Action_bar a {
  color: white !important;
}*/
@media only screen and (max-width: 1239px) {
  a[href^=tel] {
      color: inherit;
      text-decoration: none;
  }
  
  
}
#Action_bar .contact_details li {
  color: white !important;
}
/**********************/
.header-classic #Top_bar {
  background-color: black !important;
}
.header-classic #Top_bar {
  position: static;
  background-color: #fff;
}
#Top_bar {
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  border-bottom: 1px solid transparent;
  z-index: 30;
}