/* а тут стили для админки */
b.admin-panel-essotec {
  position: fixed;
  left: -20%;
  bottom: 0;
  padding: 20px 0px;
  background: #111;
  z-index: 9999;
  width: 20%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  b.admin-panel-essotec-active {
    left: 0%; }
  b.admin-panel-essotec::after {
    content: "\f085";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 100%;
    top: 0%;
    font-size: 30px;
    background: #111;
    padding: 5px 10px 5px 0px;
    cursor: pointer; }
  b.admin-panel-essotec i.control {
    margin: 2px 0px; }
    b.admin-panel-essotec i.control a {
      float: left;
      width: 100%;
      height: 100%;
      color: #fff;
      text-decoration: none;
      padding: 5px 20px;
      font-family: 'ubuntu'; }
      b.admin-panel-essotec i.control a:hover {
        background: rgba(255, 255, 225, 0.3); }