body {
  padding: 0 8px;
}
h1#site-name {
  font-size: 2em;
}
#menu-bar .menu-wrapper li a,
#menu-bar .menu-wrapper .menu li a {
  padding: 0 1em;
  font-size: .9em;
}
#menu-bar .menu-wrapper li,
#menu-bar .menu-wrapper .menu li {
  margin-right: 2px;
}
.js #menu-bar nav {
  display: block;
  width: 100%;
}
#superfish-1-toggle {
  float: right;
}
#superfish-1-toggle span::before {
  content: "\f0c9";
  font: 20px fontawesome;
  margin-right: 10px;
  line-height: 2em;
}
#superfish-1-toggle {
	float: right;
	color: #fff;
	margin-right: 10px;
	margin-top: -40px;
}
ul.sf-menu {
  width: 100%;
}
.sf-menu.sf-style-default ul {
  width: 100% !important;
}
#menu-bar .sf-menu ul {
  min-width: 100%;
  width: 100%;
  float: none;
  margin-bottom: 5px;
}

.column-width-20,
	.five-columns .views-row {
		width: 25%;
	}
	.column-width-25,
	.four-columns .views-row {
		width: 50%;
	} 
	.column-width-33, 
	.three-columns .views-row {
		width: 50%;
	}
	.column-width-50,
	.two-columns .views-row  {
		width: 50%;
	}

	.contact-form .form-item.form-item-message {
  position: relative;
}