/*****************************************************************
 * Infinity Push
 *****************************************************************/
/*.ma-infinitypush-open {
  display: block;
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}*/

.ma-infinitypush-wrapper {
  background: rgba(0,0,0,.5);
  position: fixed;
  width: 250px;
  height: 100%;
  z-index: 9999;
}
.ma-infinitypush-wrapper.ma-infinitypush-active-button {
  position: absolute;
}
.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-left .ma-infinitypush-button {
  margin: 0 0 0 22px;
  right: -44px;
}
.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-right .ma-infinitypush-button {
  margin: 0 22px 0 0;
  left: -44px;
}
.ma-infinitypush-wrapper .ma-infinitypush-button {
  display: block;
  box-shadow: inset 0 4px #444, inset 0 6px white, inset 0 9px #444, inset 0 11px white, inset 0 14px #444, inset 0 16px white;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  top: 13px;
  cursor: pointer;
  z-index: 100;
  background:none;
}

.sidebar {
  background-color: transparent !important;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5000;
}
.sidebar ul{
  background: rgba(0,0,0,.5);
  list-style-type: none;
  width: 250px;
  overflow-x: hidden;
}
.sidebar ul li{
  height: 40px;
  width: 100%;
}
.sidebar ul li a{
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  height: 100%;
  margin: 0;
  padding: 13px 0 0 15px;
}

.ma-infinitypush-wrapper .ma-infinitypush .ma-infinitypush-close-subnav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 250px;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}
