/* Enter Your Custom CSS Here */
#main-content.container {
  padding-top: 0px;
}

#toggle-icon.active span.mn-ext1 {
	background: #777777;
}

#toggle-icon.active span.mn-ext2 {
	background: #777777;
}

#toggle-icon.active span.mn-ext3 {
	background: #777777;
}

#nav ul {
  border: 3px solid #242424;
}

.center {
  vertical-align: middle;
}

.footer-navi {
  color: #ffffff;
  line-height: 20px;
  font-size: 13px;
}

.footer-navi a {
  color: #ffffff;
  margin: 0 1px;
}

.grad {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, red , yellow); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, red, yellow); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, red, yellow); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red , yellow); /* Standard syntax */
  font-size: 150%;
}
