#page {
  position: relative;
  left: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 20;
  background: black;
  opacity: 0.850;
  filter: alpha(opacity=50);
  overflow: hidden !important;
}

.mmPushBody {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#mobile-menu {
  position: fixed;
  top: 10px;
  background: #f9f9f9;
  z-index: 99999;
  display: none;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  box-sizing: content-box;
  line-height: 1.42857;
  border-right: none;
  border-right: 4px solid rgb(10, 10, 10);
  height:100% !important;        
}

.mobile-menu {
  list-style-type: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
    height: 590px;
  overflow: auto;
  height:100% !important;
}
.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}
.mobile-menu ul .expand {
  background: #FCA001;
}
.mobile-menu .mm-search {
  height: 50px;
  background-color: #555555;
  color: #555555;
  padding: 10px 15px;
  box-sizing: border-box;
}
.mobile-menu .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mobile-menu .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mobile-menu .input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.mobile-menu .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.mobile-menu .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mobile-menu .input-group-btn > .btn {
  position: relative;
}
.mobile-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 8px;
}
.mobile-menu .form-control {
  height: 18px;
  padding: 6px 0;
  font-size: 15px;
  color: #555555;
  background-color: #FFF;
  border-radius: 8px;
  border: 0;
}
.mobile-menu .btn-default {
  height: 30px;
  border: 0;
  padding: 4px 5px;
  background-color: white;
}
.mobile-menu .btn-default:hover {
  background-color: white;
}
.mobile-menu .btn-default:focus {
  background-color: white;
}
.mobile-menu .btn-default:active {
  background-color: white;
}
.mobile-menu .home {
  background-color: #01c7c5;
  color: white;
  height: 43px;
  overflow: hidden;
}
.mobile-menu .home i {
  padding-right: 5px;
}
.mobile-menu .home a.active {
  color: #222222 !important;
}
.mobile-menu .expand {
  right: 0;
  position: absolute;
  border-left: 1px solid rgba(19, 19, 19, 0.33);
  padding: 0 10px;
  color: #FFFFFF;
  margin-left: 100px;
  background: rgba(252, 160, 1, 0.87);
}
.mobile-menu .expand:hover {
  cursor: pointer;
}
.mobile-menu li {
  display: block;
  border-top: 1px solid rgba(26, 26, 26, 0.26);
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #343434;
  text-decoration: none;
  padding: 2px;
  padding-left: 15px;
  font-family: 'Heffaklump' !important;
  font-size: 27px;
  font-weight: 100;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: lowercase;
}

.mobile-menu li a:hover {
background:#fff;
}
.mobile-menu li a.active {
  color: #fca001;
}
.mobile-menu li li {
  background: #D2D2D2;
}
.mobile-menu li li a {
  padding-left: 25px;
}
.mobile-menu li li li {
  background: #dddddd;
}
.mobile-menu li li li a {
  padding-left: 35px;
}
.mobile-menu .social a {
  float: left;
  padding: 0;
  margin: 10px 0 10px 15px;
}
.mobile-menu .social i {
  font-size: 22px;
  color: #fca001;
}
.mobile-menu input.simple:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobile-menu [class^="icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}
.mobile-menu [class*=" icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}

.mm-toggle-wrap {
  color: #000;
  /*width: 100%;
  background: #555555;*/
  height: 45px;
  line-height: 1;
  overflow: hidden;

  float:left;
  margin: 10px 0 0 10px;
  position: absolute;
}

.mm-toggle {
  cursor: pointer;
  font-size: 22px;

  padding: 12px 13px;
  width: auto;
  float: left;
  height: 45px;
}

@media (max-width: 768px) {
  .mm-toggle {
    display: block;
  }
  .mm-toggle .mm-label {
    margin-left: 3px;
  }
  .mm-toggle-wrap{
	  display:block;
	  }
}
@media (max-width: 480px) {
  .mm-toggle .mm-label {
    display: none;
  }
  
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
      background: rgba(252, 160, 1, 0.87);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}