#header .logo img {
  padding: 20px;
  width: 280px;
  height: auto;
}
#header .order {
  float: right;
}
#header .order ul {
	float: left;
  margin-top: 20px;
}
#header .order ul li {
  padding: 8px;
  font-size: 12px;
  display: inline-block;
  list-style: none;
  line-height: 25px;
  font-family: sans-serif;
  font-weight: lighter;
}
#header .order ul li img {
  width: 35px;
  height: 35px;
}
#header .order .tally_sol{
	float: left;
	padding-top: 35px;
	position: relative;
	left: -20px;
}
#header .order .tally_sol img{
	width: 80px;
	height: auto;
}
#header .menu {
  background: #205648;
}
#header .menu ul li {
  display: inline-block;
  list-style: none;
}
#header .menu ul li a {
  color: #ffffff;
  padding: 15px;
  font-family: sans-serif;
  font-weight: bold;
  transition-duration: 0.5;
  -webkit-transition-duration: 0.5;
}
#header .menu ul li a:hover {
  color: #205648;
}
#header .menu ul .menu_active {
  color: #205648;
  background: #C9E6CA;
}
#header .menu #pull {
  display: none;
}
@media (max-width: 995px) {
  #header .order {
    float: none;
  }
  #header .order ul {
    text-align: center;
  }
}
@media (max-width: 990px) {
  #header .logo {
    text-align: center;
  }
}
@media (max-width: 635px) {
  #header .menu #pull {
    font-family: sans-serif;
    font-weight: lighter;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  #header .menu nav ul {
    display: none;
  }
  #header .menu nav ul li {
    width: 100%;
    text-align: center;
  }
  #header .menu nav ul li a {
    width: 100%;
  }
}
