/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*//* global mixins */
.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
/* handy shortcuts */
.clear {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Museo-700';
  src: url('webfonts/2319B2_0_0.eot');
  src: url('webfonts/2319B2_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2319B2_0_0.woff') format('woff'), url('webfonts/2319B2_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-300';
  src: url('webfonts/2319B2_1_0.eot');
  src: url('webfonts/2319B2_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2319B2_1_0.woff') format('woff'), url('webfonts/2319B2_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-500';
  src: url('webfonts/2319B2_2_0.eot');
  src: url('webfonts/2319B2_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2319B2_2_0.woff') format('woff'), url('webfonts/2319B2_2_0.ttf') format('truetype');
}
.m3 {
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
}
.m5 {
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
}
.m7 {
  font-family: 'Museo-700', Verdana, Arial, Helvetica, sans-serif;
}
/* global layout */
body {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  background: #eeeeee url(img/noise.jpg) top center;
  color: #080101;
  font-family: Verdana, Arial, sans-serif;
}
h1,
h2,
h3,
h4 strong,
h6 {
  color: #003300;
}
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  height: 179px;
  background: url(img/noise.jpg) top center;
}
#header h1 {
  padding-top: 10px;
  height: 131px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#header h1 a {
  height: 116px;
  width: 156px;
  display: block;
  text-indent: -9999em;
  margin: auto;
  background: url(img/logo.png) center no-repeat;
}
#nav {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  height: 38px;
}
#nav:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: url(img/nav.png) center no-repeat;
}
#nav ul {
  width: 498px;
  margin: auto;
  position: relative;
}
#nav ul:before {
  position: absolute;
  top: 10px;
  height: 18px;
  left: 165px;
  width: 1px;
  content: "";
  background: #a0a0a0;
}
#nav ul:after {
  position: absolute;
  top: 10px;
  height: 18px;
  right: 165px;
  width: 1px;
  content: "";
  background: #a0a0a0;
}
#nav li {
  float: left;
  width: 166px;
}
#nav a {
  height: 38px;
  line-height: 38px;
  position: relative;
  z-index: 110;
  display: block;
  color: #4b4b4b;
  width: 166px;
  text-decoration: none;
  text-transform: uppercase;
}
#nav a:hover {
  background: #fee303;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  height: 36px;
  line-height: 36px;
  width: 164px;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
}
#splash {
  height: 318px;
  position: relative;
  padding-top: 179px;
  background: url(img/oil.png) bottom center no-repeat;
}
#mission {
  position: relative;
  padding: 45px 0 55px 0;
  border-bottom: 50px solid rgba(0, 0, 0, 0.08);
}
#mission h2 {
  width: 800px;
  margin: auto;
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
  font-size: 36px;
  padding-bottom: 24px;
}
#mission p {
  width: 688px;
  margin: auto;
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}
#team {
  border-top: 1px solid #fff;
  position: relative;
  padding: 45px 0 45px 0;
  border-bottom: 50px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#team h3 {
  width: 800px;
  margin: auto;
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
  font-size: 36px;
  padding-bottom: 24px;
}
#team > p {
  width: 588px;
  margin: auto;
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
  padding-bottom: 45px;
}
.team-members {
  position: relative;
  text-align: justify;
  width: 800px;
  margin: auto;
  padding-top: 70px;
  background: url(img/hr1.png) top center no-repeat;
}
.team-members h4 {
  font-size: 25px;
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 30px;
  color: #282828;
}
.team-members h4 strong {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 12px;
  color: #003300;
}
.team-members li {
  padding-bottom: 35px;
  margin-bottom: 40px;
  background: url(img/hr2.png) center bottom no-repeat;
}
.team-members li:last-of-type {
  margin-bottom: 35px;
  padding-bottom: 0px;
  background: none;
}
.team-members h5 {
  font-weight: bold;
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #282828;
  padding-bottom: 1.2em;
}
.team-members p {
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 1.2em;
  line-height: 1.7em;
  color: #282828;
}
#footer {
  background: rgba(0, 0, 0, 0.68);
  padding: 45px 0;
  color: #dcdcdc;
  font-family: 'Museo-300', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  text-shadow: 0 1px #222;
  position: relative;
}
#footer:before {
  position: absolute;
  top: -1px;
  height: 1px;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
}
#footer h6 {
  font-size: 36px;
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
#footer p {
  padding-bottom: 8px;
}
#footer a {
  font-family: 'Museo-500', Verdana, Arial, Helvetica, sans-serif;
  color: #dcdcdc;
  font-size: 21px;
}
