.menu-toggle {
  background: rgba(0, 0, 0, 0) url("../images/white_menu.png") no-repeat scroll right 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none !important;
  }
	.menu-box {
	  display: block !important;
	}
}
@media (max-width: 767px) {
  .menu-toggle {
	  display: block;
  }
  .menu-box {
	  display: none;
  }
}