h1 {
  font-size: 2.2em;
  font-weight: 700;
}

.ribbon {
  background: transparent url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/nav-tile.png') repeat-x;
  background-size: auto;
  max-width: none;
  z-index: 100;
  position: relative;
}
.ribbon .container {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/nav.png') no-repeat center center;
  background-size: auto;
  margin: 0 auto;
}
.ribbon b {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/nav-bling.png') no-repeat;
  background-size: auto;
  display: block;
  height: 114px;
  left: 50%;
  margin: 0 auto;
  margin-left: -139px;
  position: absolute;
  top: -21px;
  width: 321px;
}

#nav .container {
  max-width: 1200px;
  position: relative;
}

#bits-grid {
  box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.4);
  display: block;
  height: 20px;
  overflow: hidden;
  padding: 0 3%;
  position: relative;
}
#bits-grid a#meet-us {
  color: rgba(167, 148, 125, 0.6);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  margin-right: 3%;
  position: fixed;
  right: 0%;
  text-decoration: none;
  text-transform: uppercase;
  top: 3px;
  z-index: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
#bits-grid a#meet-us i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/meet-us.png') no-repeat 0 0;
  display: block;
  float: right;
  height: 28px;
  margin: 11px 0 0 10px;
  width: 28px;
}
#bits-grid a#meet-us:hover {
  color: #9c866b;
}
#bits-grid .head {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/avatar-header.png') no-repeat 0 0;
  bottom: 0;
  height: 80px;
  left: 50%;
  margin-left: -350px;
  position: absolute;
  width: 700px;
}
#bits-grid .grid {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/bits-grid.png') no-repeat center -190px;
  padding-top: 50px;
}
#bits-grid.open {
  height: 950px;
}
#bits-grid.open a#meet-us i {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
#bits-grid.open .head {
  bottom: -80px;
}
#bits-grid.open .grid {
  background-position: center 0px;
}
#bits-grid h6.hero {
  font-weight: normal;
  text-shadow: 0 1px 0 black;
  margin-bottom: 40px;
}
#bits-grid h6.hero strong {
  font-weight: normal;
}
#bits-grid p.button-wrapper {
  margin: 0;
  padding-top: 30px;
}
#bits-grid p.button-wrapper a.button {
  background: #dc9400;
  background: -moz-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc9400), color-stop(100%, #e4a700));
  background: -webkit-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -o-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -ms-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: linear-gradient(to bottom, #dc9400 0%, #e4a700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc9400', endColorstr='#e4a700',GradientType=0 );
  border-radius: 6px;
  box-shadow: 0 2px 2px black, 0 -4px 0 #ffe874;
  color: white;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#bits-grid p.button-wrapper a.button:hover {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
}
#bits-grid p.button-wrapper a.button:active {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
  line-height: 39px;
}
#bits-grid .bits-row {
  margin: 0 auto 15px auto;
  width: 700px;
  zoom: 1;
}
#bits-grid .bits-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bits-grid .bit {
  color: #f6c500;
  float: left;
  font-size: 19px;
  font-weight: 200;
  line-height: 20px;
  margin-right: 14px;
  text-align: center;
  text-shadow: 0 1px 0 black;
  width: 161px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#bits-grid .bit em {
  color: #ccb697;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  line-height: 20px;
}
#bits-grid .bit span.avatar {
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  display: block;
  height: 128px;
  margin: 0 auto 10px auto;
  width: 128px;
}
#bits-grid .bit ul {
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 120px;
  zoom: 1;
}
#bits-grid .bit ul li {
  float: left;
}
#bits-grid .bit ul a {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/contact-buttons.png') no-repeat 0 0;
  display: block;
  height: 40px;
  outline: none;
  width: 40px;
}
#bits-grid .bit ul a i {
  display: none;
}
#bits-grid .bit ul a:hover {
  background-position: 0 -40px;
}
#bits-grid .bit ul .twitter a {
  background-position: -40px 0;
}
#bits-grid .bit ul .twitter a:hover {
  background-position: -40px -40px;
}
#bits-grid .bit ul .dribbble a {
  background-position: -80px 0;
}
#bits-grid .bit ul .dribbble a:hover {
  background-position: -80px -40px;
}
#bits-grid .bit ul .github a {
  background-position: -120px 0;
}
#bits-grid .bit ul .github a:hover {
  background-position: -120px -40px;
}
#bits-grid .bit ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bits-grid .bit.uno ul {
  width: 40px;
}
#bits-grid .bit.dos ul {
  width: 80px;
}
#bits-grid .bit:first-child {
  margin-left: 7px;
}
#bits-grid .bit:last-child {
  margin-right: 7px;
}
#bits-grid .bit:hover span.avatar {
  -webkit-transform: perspective(1800) rotateX(-20deg) rotateY(-5deg);
}
#bits-grid .bits-row.single .bit {
  margin: 0 auto;
  float: none;
}

#nav {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  margin-top: 0;
}
#nav ul {
  left: 3%;
  position: absolute;
  top: 25px;
}
#nav ul li {
  margin: 0 0.5em;
}
#nav ul li a {
  color: #2e2722;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 30px;
  text-shadow: 0px 1px 0px #ffd734;
}
#nav ul li a:hover {
  text-shadow: 0px 0px 2px black;
}
#nav ul li.active a {
  color: white;
  text-shadow: 0px 0px 2px white;
}
#nav a.button {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #2e2722;
  filter: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3%;
  text-shadow: 0px 1px 0px #ffd734;
  top: 25px;
  width: auto;
}
#nav a.button:hover {
  text-shadow: 0px 0px 2px black;
}
#nav a.button.active {
  color: white;
  text-shadow: 0px 0px 2px white;
}

.content .intro, .content .rapper {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/content.png') no-repeat center top;
  padding-bottom: 70px;
  padding-top: 70px;
}

.maximo {
  max-width: 1200px;
  margin: 0 auto;
}

h1.replaced {
  margin-bottom: 40px;
}
h1.hero {
  font-size: 1.6em;
}
h1.hero strong {
  font-size: 1.4em;
  font-weight: 700;
}

.wufoo-form {
  padding: 20px;
  border-radius: 6px;
  width: 50%;
}

h2 {
  font-size: 1.4em;
  font-weight: 300;
}

.home-page h1.hero {
  margin: 0;
}

h1.bumped {
  padding-top: 40px;
}

.section {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/section.png') no-repeat center top;
  border: none;
}

#brands {
  padding-bottom: 100px;
  text-align: center;
}
#brands .logo {
  display: inline;
  float: none;
  margin: 0 10px;
  width: auto;
}

#why-oven-bits {
  padding-bottom: 100px;
  padding-top: 80px;
}
#why-oven-bits b {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/amp.png') no-repeat;
  background-size: auto;
  top: 70px;
}
#why-oven-bits .split {
  margin: 0 auto;
  text-align: center;
  width: 350px;
}
#why-oven-bits h4 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1em;
}
#why-oven-bits p {
  color: #7f6c55;
  display: block;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1em;
}
#why-oven-bits a.button {
  display: none;
}

#contact {
  padding-bottom: 80px;
  padding-top: 80px;
  zoom: 1;
}
#contact .split {
  margin: 0 auto;
  width: 225px;
}

#contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#toot {
  clear: both;
  margin: 0 auto 20px auto;
  padding-top: 80px;
  position: relative;
  width: 55%;
  zoom: 1;
}
#toot i {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/tweet-bubble.png') no-repeat;
  bottom: 10px;
  height: 30px;
  left: -25px;
  position: absolute;
  width: 25px;
}
#toot .user {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70%);
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  float: left;
  height: 110px;
  width: 110px;
}
#toot blockquote {
  background: #2e2722;
  border-radius: 8px;
  color: #7f6c55;
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 0 150px;
  min-height: 50px;
  padding: 10px;
  text-shadow: 0 1px 0 black;
  position: relative;
  box-shadow: 1px 1px 1px black, 0 -1px 0 #4e4135;
}
#toot blockquote cite {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  text-align: right;
}
#toot blockquote cite a {
  color: #7f6c55;
}
#toot blockquote cite a:hover {
  color: #ccb697;
}
#toot a {
  color: #ccb697;
  text-decoration: none;
}
#toot a:hover {
  text-decoration: underline;
}
#toot:hover .user {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
}

#toot:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#foot b {
  margin-left: -140px;
}
#foot .logo {
  position: relative;
  margin: 0 auto;
  left: 0;
}
#foot .social-links {
  float: left;
  margin-left: 5%;
  height: 80px;
  width: 300px;
}
#foot .social-links a.social {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#foot #dribbble {
  display: block;
}

#base {
  position: relative;
}
#base .container {
  max-width: none;
}
#base #legal {
  color: #2e2722;
  font-size: 11px;
  line-height: 18px;
  margin-top: 13px;
  position: absolute;
  right: 5%;
  text-align: right;
  text-shadow: none;
  top: 0;
  z-index: 160;
}
#base #legal span.ob {
  font-size: 14px;
}

a.work-callout {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.work-callout strong, a.work-callout span.blurb {
  display: inline;
}
a.work-callout span.blurb {
  text-decoration: none;
}
a.work-callout:hover {
  background: rgba(0, 0, 0, 0.4);
}
a.work-callout:hover span.blurb {
  text-decoration: underline;
}

#work-hero {
  margin-bottom: 40px;
  text-align: center;
}
#work-hero .screen img {
  max-width: 100%;
}
#work-hero .screen-macbook {
  height: 412px;
  margin: 0 auto;
  position: relative;
  padding-top: 88px;
  text-align: center;
  width: 765px;
}
#work-hero .screen-macbook:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/macbook.png') no-repeat center center;
  content: ".";
  display: block;
  height: 500px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 765px;
  z-index: 50;
}
#work-hero .screen-macbook img {
  display: block;
  height: 325px;
  margin: 0 auto;
  position: relative;
  width: 510px;
  z-index: 1;
}

#work-thumbs {
  display: block;
  text-align: center;
  padding-bottom: 80px;
}
#work-thumbs a {
  display: inline-block;
  border: 1px solid #9e886f;
  width: 140px;
  padding: 2px;
  margin: 0 10px;
  border-radius: 3px;
  height: 70px;
}
#work-thumbs a:hover, #work-thumbs a.active {
  box-shadow: 0 0 1px 3px #f6c500;
}

#work-overview {
  max-width: 800px;
  width: 60%;
}
#work-overview p {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/timeline/overview-border.png') repeat-y top right;
  margin-right: 170px;
  min-height: 80px;
}
#work-overview a.meta {
  font-size: 12px;
  font-weight: normal;
  padding-top: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 150px;
}
#work-overview a.meta img {
  display: block;
  margin: 0 auto 20px auto;
}
#work-overview a.meta:hover {
  text-decoration: underline;
}

#work-timeline {
  margin: -20px auto 0 auto;
  position: relative;
  max-width: 1100px;
  width: 80%;
}
#work-timeline h2 {
  margin: 0 0 10px 0;
  padding: 0 60px 10px 60px;
  position: relative;
  text-align: left;
}
#work-timeline p {
  margin: 0;
  padding: 0 60px;
  width: auto;
}
#work-timeline .discovery:before, #work-timeline .graphics:before, #work-timeline .design:before, #work-timeline .development:before {
  right: -76px;
  left: auto;
  top: -11px;
}
#work-timeline .segment {
  margin-left: 50%;
  padding: 20px 0;
  width: 50%;
}
#work-timeline .segment .node {
  border: 0;
  margin: 0;
  width: 100%;
}
#work-timeline .segment h2:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/timeline/point.png') no-repeat;
  bottom: -12px;
  content: ".";
  height: 22px;
  left: -12px;
  position: absolute;
  text-indent: -9999px;
  width: 22px;
}
#work-timeline .segment.alt {
  margin-left: 0;
}
#work-timeline .segment.alt .node {
  margin: 0;
  width: 100%;
}
#work-timeline .segment.alt h2:after {
  left: auto;
  right: -12px;
}
#work-timeline .segment.alt .discovery:before, #work-timeline .segment.alt .graphics:before, #work-timeline .segment.alt .design:before, #work-timeline .segment.alt .development:before {
  left: -36px;
  right: auto;
}
#work-timeline .coda {
  padding-bottom: 150px;
}
#work-timeline .cap {
  border-top: 1px solid #ccb697;
  width: 314px;
  margin: 0 0 0 50%;
  padding: 0;
}
#work-timeline .cap .node {
  margin-left: 100px;
  margin-top: -1px;
}
#work-timeline .cap .node h2:after {
  left: -112px;
  bottom: auto;
  top: -9px;
}
#work-timeline .start {
  display: block;
  height: 60px;
}
#work-timeline .finale {
  min-height: 160px;
  padding-left: 200px;
  padding-top: 30px;
  position: relative;
  width: 50%;
}
#work-timeline .finale .quoter {
  display: block;
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 160px;
}
#work-timeline .finale .quoter:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/timeline/quote-mask.png');
  content: ".";
  height: 161px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 161px;
  z-index: 50;
}
#work-timeline .finale .quoter img {
  display: block;
  height: 160px;
  position: relative;
  width: 160px;
  z-index: 1;
}
#work-timeline .finale blockquote {
  font-size: 21px;
  line-height: 28px;
  margin: 0;
  min-width: 300px;
  padding: 20px;
}
#work-timeline .finale cite {
  text-align: left;
}

#bits-map {
  height: 272px;
  width: 504px;
}

#contact-bar {
  font-size: 14px;
  line-height: 25px;
  max-width: 1200px;
  padding: 20px;
  width: 90%;
}
#contact-bar a {
  padding: 0;
}
#contact-bar .links {
  position: absolute;
  left: 0;
  top: 20px;
  border: 0;
  padding: 0;
  width: 30%;
}
#contact-bar .address {
  border: 0;
  padding: 0;
}
#contact-bar .address .fn {
  display: none;
}
#contact-bar .get-in-touch {
  position: absolute;
  right: 0;
  top: 20px;
  border: 0;
  padding: 0;
  width: 30%;
}
#contact-bar .get-in-touch div {
  padding: 0;
}
#contact-bar:before, #contact-bar:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/staple.png') no-repeat;
  content: "----";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -230px;
  position: absolute;
  text-indent: -9999px;
  top: 13px;
  width: 85px;
}
#contact-bar:after {
  margin-left: 145px;
}

div.triplets {
  position: relative;
  zoom: 1;
}
div.triplets:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.triplets p {
  font-size: 1em;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}
div.triplets h2 {
  font-weight: 200;
}
div.triplets h2 strong {
  font-weight: normal;
}
div.triplets div {
  float: left;
  margin-right: 5%;
  width: 30%;
}
div.triplets .do {
  float: left;
}
div.triplets .tre {
  float: left;
  margin: 0;
}
div.triplets .uno, div.triplets .tre {
  padding-top: 60px;
}

#contact-form {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/form.png') repeat top left, url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/form-bottom.png') repeat-x bottom left;
  border: 1px solid rgba(160, 160, 160, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding-bottom: 280px;
  position: relative;
  width: 678px;
  z-index: 50;
}
#contact-form .form {
  position: relative;
  padding-top: 40px;
  z-index: 60;
}
#contact-form .form input, #contact-form .form textarea {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  width: 630px;
}
#contact-form .form p.submit {
  position: relative;
  z-index: 200;
}
#contact-form .form p.submit input {
  font-size: 26px;
  height: 45px;
  width: 240px;
}
#contact-form .form p.submit input:hover {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
}
#contact-form .form p.submit input:active {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
  line-height: 39px;
}
#contact-form .form dl dd.project-type-picker {
  position: relative;
  zoom: 1;
}
#contact-form .form dl dd.project-type-picker a {
  display: block;
  float: left;
  height: auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}
#contact-form .form dl dd.project-type-picker a strong {
  display: block;
  float: none;
  font-family: Georgia, Times New Roman, serif;
  font-size: 30px;
  padding: 0 0 6px 0;
  text-align: center;
  text-transform: none;
  width: auto;
}
#contact-form .form dl dd.project-type-picker a strong:first-letter {
  font-size: 16px;
}
#contact-form .form dl dd.project-type-picker a b {
  display: block;
  left: auto;
  margin: 6px auto 0 auto;
  position: relative;
  top: auto;
}
#contact-form .form dl dd.project-type-picker em {
  float: left;
  margin: 50px 6px 0 6px;
  font-size: 11px;
  height: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 13px;
  width: 16px;
}
#contact-form .form dl dd.project-type-picker:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#envelope {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/envelope.png') no-repeat;
  display: block;
  height: 416px;
  margin: -280px auto 0 auto;
  position: relative;
  width: 758px;
  z-index: 100;
}

dl.bumpers {
  padding-top: 30px;
}
dl.bumpers dt {
  font-size: 1.3em;
}
dl.bumpers dd {
  min-height: 125px;
  font-size: 1em;
}
dl.bumpers dt.binoculars:after, dl.bumpers dt.devices:after, dl.bumpers dt.heart:after, dl.bumpers dt.rocket:after, dl.bumpers dt.rocket:after, dl.bumpers dt.tools:after, dl.bumpers dt.zeppelin:after {
  background: pink;
  content: ".";
  display: block;
  height: 123px;
  left: -178px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 158px;
}
dl.bumpers dt.binoculars:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/binoculars.png') no-repeat;
}
dl.bumpers dt.devices:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/devices.png') no-repeat;
}
dl.bumpers dt.heart:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/heart.png') no-repeat;
}
dl.bumpers dt.rocket:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/rocket.png') no-repeat;
}
dl.bumpers dt.rocket:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/rocket.png') no-repeat;
}
dl.bumpers dt.tools:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/tools.png') no-repeat;
}
dl.bumpers dt.zeppelin:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/bumpers/zeppelin.png') no-repeat;
}
dl.bumpers dt:nth-of-type(2n):after {
  left: auto;
  right: -187px;
}
dl.bumpers.arrows dd:after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/dotted-arrow-rtl.png') no-repeat;
  content: "<-";
  display: block;
  height: 33px;
  position: absolute;
  right: -883px;
  text-indent: -9999px;
  top: 10px;
  width: 843px;
}
dl.bumpers.arrows dd:nth-of-type(2n):after {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/dotted-arrow-ltr.png') no-repeat;
  content: "->";
  left: -874px;
  right: auto;
}

h1.let-us-be-your-partner {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/headers/let-us-be-your-partner.png') no-repeat;
  height: 56px;
  width: 543px;
}

h1.make-happy-clients {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/headers/make-happy-clients.png') no-repeat;
  height: 64px;
  width: 712px;
}

h1.merry-christmas {
  height: 240px;
  padding-top: 70px !important;
  -moz-background-size: auto !important;
  -webkit-background-size: auto !important;
  background-size: auto !important;
  margin-top: 0 !important;
}

#client_video_wrapper {
  margin-bottom: 30px;
}

#lights-base, #lights .light {
  top: -119px;
  left: 50%;
  right: auto;
  width: 950px;
}

#people li {
  height: 260px;
}
#people li a {
  height: 225px;
  padding-top: 35px;
}
#people li a span.name {
  font-size: 75px;
}

.avgrund-popin {
  max-height: 580px;
  max-width: 800px;
  margin-left: -445px;
  margin-top: -345px;
  overflow: visible;
  padding: 45px;
}
.avgrund-popin img {
  width: 344px;
  height: 318px;
  right: -110px;
  bottom: -10px;
}
.avgrund-popin div {
  position: static;
}
.avgrund-popin p.bumped {
  width: 75%;
  text-align: left;
}

.problem, .avgrund-ready, .avgrund-ready .avgrund-popin, .avgrund-ready .avgrund-overlay, #outer-christmas, .containment dt, iframe, #client_video_wrapper, .containment dd, #people .person, #foot .container, .avgrund-active .avgrund-popin {
  -webkit-backface-visibility: hidden;
}

.overlay_transition, .avgrund-ready, .avgrund-ready .avgrund-popin, .avgrund-ready .avgrund-overlay {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.avgrund-ready, .avgrund-ready .avgrund-popin, .avgrund-ready .avgrund-overlay {
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

#outer-christmas strong, .containment dt strong, iframe strong, #client_video_wrapper strong, .containment dd strong, #people .person strong, #foot .container strong {
  font-weight: bold;
}

div.avgrund-active {
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.avgrund-active .avgrund-popin {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  visibility: visible;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.avgrund-active .avgrund-overlay {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30%);
  visibility: visible;
}

.avgrund-active .avgrund-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
