.logo {
  cursor: pointer;
}
.ie9 .logo {
  border-collapse: separate;
}
.logo-container {
  width: 265px;
  z-index: 3;
  margin: 7px 0px 0px 0px;
}
.logo-container .home-container {
  display: none;
}
#logo-wraper:hover {
  box-shadow: 0px 0px 7px -1px #ffffff;
  cursor: pointer;
}
#logo-wraper {
  white-space: nowrap;
  width: 215px;
  margin-top: -10px;
  height: 68px;
  background: #fff;
  text-align: center;
}
.mobile #logo-wraper {
  height: 58px;
}
#logo-wraper img:hover {
  box-shadow: none !important;
}
#logo-wraper img {
  vertical-align: middle;
  max-height: 68px;
  max-width: 215px;
  border: none;
}
.mobile #logo-wraper img {
  max-height: 58px;
}
@media only screen and (max-width: 1240px) {
  .logo-container {
    margin-left: -46px;
  }
  .logo-container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  #logo-wraper {
    display: none;
  }
  .logo-container .home-container {
    cursor: pointer;
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    margin-top: -7px;
    font-size: 24px;
    background: #ffffff;
  }
  .mobile .logo-container .home-container {
    height: 55px;
  }
  .logo-container .glyphicon {
    color: #4F81BD;
    top: 15px;
    font-size: 24px;
  }
  .logo-container .home-container:hover {
    box-shadow: 0px 0px 7px -1px #ffffff;
  }
  .fixed-off .logo-container {
    opacity: 0;
  }
  .logo-container {
    width: initial;
  }
}
