@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #24282e;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}

/* Image Slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*  Pics */
.col-md-3, .w3ls-team-grids{ height: 140px !important; }

/*  Footer fa fa icons  */
.fa-facebook-square, .fa-twitter-square, .fa-rss-square, .fa-twitter-square { font-size: 16px; color: #fff; }

/* fa fa icons */
.heading a{ text-decoration: none;color: #000; font-weight: 500; }
.heading a:hover{ color:#ff154d; }
.font{ font-weight: 400; }
.fa-store-alt{ font-size: 47px; color: #fff; padding:8px 10px; margin-left: 5px; background: #f46f66; border-radius: 5px; }
.fa-university{ font-size: 47px; color:#fff ; padding:8px 10px; background: #e91d62; border-radius: 5px; }
.fa-utensils { font-size: 47px; color:#fff ; padding:8px 10px; background: #663ab6; border-radius: 5px;}
.fa-chart-bar { font-size: 47px; color:#fff ; padding:8px 10px; margin-left: 5px; background: #f3ac1d; border-radius: 5px;}
.fa-lightbulb { font-size: 47px; color:#fff ; padding:8px 10px; background: #2095f2; border-radius: 5px; }
.fa-couch { font-size: 47px; color:#fff ; padding:8px 10px; background: #00bbd4; border-radius: 5px; }
