body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  background-image: url("background.png")/*tpa=http://sixthgearstudios.com/images/background.png*/;
}
a.logo {
  padding: 30px 50px 38px 50px;
  float: left;
  text-align: center;
}
a.logo:hover {
  text-decoration: none;
  box-shadow: 0 32px 32px 0 #eee inset;
  -moz-box-shadow: 0 32px 32px 0 #eee inset;
  -webkit-box-shadow: 0 32px 32px 0 #eee inset;
}
a.tab {
  padding: 20px 3px;
  float: left;
  text-align: center;
  width: 144px;
  border-left: 1px solid #eee;
}
a.tab:hover {
  text-decoration: none;
  box-shadow: 0 32px 32px 0 #eee inset;
  -moz-box-shadow: 0 32px 32px 0 #eee inset;
  -webkit-box-shadow: 0 32px 32px 0 #eee inset;
}
a.active-tab {
  box-shadow: 0 16px 16px 0 #eee inset;
  -moz-box-shadow: 0 16px 16px 0 #eee inset;
  -webkit-box-shadow: 0 16px 16px 0 #eee inset;
}
div.clear {
  clear: both;
}
h1 {
  font-size: 44px;
  font-weight: normal;
}
h2 {
  font-size: 33px;
  font-weight: normal;
}
p.text {
  color: #818486;
  font-size: 18px;
  line-height: 1.3em;
}
p {
  font-size: 18px;
  line-height: 1.3em;
}
small {
  color: #818486;
}
div.white-background {
  background: #fff;
}
div.section {
  margin: 60px 60px 20px;
  padding-bottom: 40px;
}
div.border-sides {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
div.border-bottom {
  border-bottom: 1px solid #eee;
}
div.footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #818486;
  font-size: 16px;
}
div.image-main {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 400px;
  position: relative;
  top: -135px;
  z-index: 0;
  margin-bottom: -135px;
  padding-top: 195px;
}
div.image-main-home {
  background-image: url("main.jpg")/*tpa=http://sixthgearstudios.com/images/home/main.jpg*/;
}
div.image-main-development {
  background-image: url("main-1.jpg")/*tpa=http://sixthgearstudios.com/images/development/main.jpg*/;
}
div.image-main-moderation {
  background-image: url("main-2.jpg")/*tpa=http://sixthgearstudios.com/images/moderation/main.jpg*/;
}
div.image-main-qa {
  background-image: url("main-3.jpg")/*tpa=http://sixthgearstudios.com/images/qa/main.jpg*/;
}
div.image-main-bpo {
  background-image: url("main-4.jpg")/*tpa=http://sixthgearstudios.com/images/bpo/main.jpg*/;
}
div.sharp-corners {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.shadow1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.shadow2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
div.shadow3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.header {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  z-index: 1;
  position: relative;
}
.white-font {
  color: #fff;
}
.black-font {
  /*color: #000;*/
  /*background: rgba(255, 255, 255, 0.5);*/
}
.faded-background {
  background: rgba(255, 255, 255, 0.3);
  width: 500px;
  padding: 15px 20px 10px;
  margin-top: 154px;
  margin-left: -30px;
}
