* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 17, 2013 */
@font-face {
  font-family: 'klavika_lightplain';
  src: url("fonts/klavikalight-plain-webfont.eot");
  src: url("fonts/klavikalight-plain-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/klavikalight-plain-webfont.woff") format("woff"), url("fonts/klavikalight-plain-webfont.ttf") format("truetype"), url("fonts/klavikalight-plain-webfont.svg#klavika_lightplain") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'klavika_mediumplain';
  src: url("fonts/klavikamedium-plain-webfont.eot");
  src: url("fonts/klavikamedium-plain-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/klavikamedium-plain-webfont.woff") format("woff"), url("fonts/klavikamedium-plain-webfont.ttf") format("truetype"), url("fonts/klavikamedium-plain-webfont.svg#klavika_mediumplain") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'klavika_regularplain';
  src: url("fonts/klavikaregular-plain-webfont.eot");
  src: url("fonts/klavikaregular-plain-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/klavikaregular-plain-webfont.woff") format("woff"), url("fonts/klavikaregular-plain-webfont.ttf") format("truetype"), url("fonts/klavikaregular-plain-webfont.svg#klavika_regularplain") format("svg");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #001d30;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body {
  background-color: #001d30;
  background-image: url(../img/noise.png), url(../img/v-top.png), url(../img/v-btm.png);
  background-position: left top, left top, right bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  margin: 0;
  font-family: 'klavika_lightplain';
  font-size: 0.875em;
  line-height: 1.4em;
  color: #fff; }

a {
  color: #00b0ed;
  text-decoration: none; }
  a:hover {
    color: #54d3ff;
    text-decoration: none;
    cursor: pointer; }

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  color: #00b0ed;
  line-height: 1.2em; }

h2 {
  font-size: 2.6em; }

h3 {
  font-size: 1.9em; }

#navbar {
  height: 120px; }
  #navbar .brand {
    position: absolute;
    line-height: 120px;
    padding-top: 10px; }
  #navbar .topLinks {
    text-align: right;
    line-height: 60px;
    font-size: 1.1em; }
    @media screen and (max-width: 768px) {
      #navbar .topLinks {
        display: none; } }
    #navbar .topLinks .details {
      line-height: 1.5em;
      padding-top: 25px;
      color: #00B0ED; }
      #navbar .topLinks .details .phone {
        background-image: url(../img/phone.png); }
      #navbar .topLinks .details .email {
        background-image: url(../img/mail.png); }
    #navbar .topLinks .navLinks a {
      font-family: 'klavika_regularplain';
      color: #fff;
      margin-left: 20px; }
      #navbar .topLinks .navLinks a:hover {
        color: #00b0ed; }
  #navbar .mobileTopLinks {
    display: none;
    text-align: right; }
    @media screen and (max-width: 768px) {
      #navbar .mobileTopLinks {
        display: block; } }
    #navbar .mobileTopLinks a {
      display: block;
      float: right;
      margin-top: 40px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      background: url(../img/burger.png) top left no-repeat;
      width: 42px;
      height: 35px; }

#mobile-menu-outer {
  display: none; }
  @media screen and (max-width: 768px) {
    #mobile-menu-outer {
      display: block; } }
  #mobile-menu-outer #mobile-menu {
    display: none;
    *zoom: 1;
    margin-bottom: 20px; }
    #mobile-menu-outer #mobile-menu:before, #mobile-menu-outer #mobile-menu:after {
      content: " ";
      display: table; }
    #mobile-menu-outer #mobile-menu:after {
      clear: both; }
    #mobile-menu-outer #mobile-menu .nav {
      margin: 0;
      padding: 0;
      list-style: none; }
      #mobile-menu-outer #mobile-menu .nav li {
        margin: 0;
        padding: 0;
        width: 50%;
        float: left; }
        #mobile-menu-outer #mobile-menu .nav li a {
          color: #fff;
          font-size: 1.5em;
          padding: 15px;
          display: block;
          margin: 0px 1px 1px 0px;
          background-color: #02141f; }
          #mobile-menu-outer #mobile-menu .nav li a:hover {
            background-color: #1f2e37; }
  #mobile-menu-outer .contact {
    *zoom: 1;
    padding: 0 15px;
    text-align: center;
    font-size: 1.4em; }
    #mobile-menu-outer .contact:before, #mobile-menu-outer .contact:after {
      content: " ";
      display: table; }
    #mobile-menu-outer .contact:after {
      clear: both; }
    #mobile-menu-outer .contact .phone {
      background-image: url(../img/phone.png);
      margin-bottom: 20px; }
    #mobile-menu-outer .contact .email {
      background-image: url(../img/mail.png);
      margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #mobile-menu-outer .contact {
        text-align: left;
        padding: 0; } }

footer {
  background: #EBECEC;
  padding: 30px 0;
  color: #797B7E; }
  footer h3 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px; }
  footer a {
    color: #797B7E; }
  footer .logo {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 32.5062%; }
    footer .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .logo {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%;
        margin-bottom: 20px; }
        footer .logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .logo {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-bottom: 20px; }
        footer .logo:last-child {
          margin-right: 0; } }
    footer .logo img {
      margin-bottom: 2em; }
    footer .logo .phone, footer .logo .email, footer .logo .web {
      margin-left: 0px;
      margin-bottom: 8px;
      word-break: break-all;
      line-height: 1;
      display: block; }
    footer .logo .phone {
      background: url(../img/footer-phone.png) left center no-repeat; }
    footer .logo .email {
      background: url(../img/footer-mail.png) left center no-repeat; }
    footer .logo .web {
      background: url(../img/footer-web.png) left center no-repeat; }
  footer .nav {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 24.06948%; }
    footer .nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .nav {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px; }
        footer .nav:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .nav {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 30px; }
        footer .nav:last-child {
          margin-right: 0; } }
  footer .address {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 15.63275%; }
    footer .address:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .address {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%;
        margin-bottom: 20px; }
        footer .address:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .address {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-bottom: 20px; }
        footer .address:last-child {
          margin-right: 0; } }
  footer .map {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 24.06948%; }
    footer .map:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .map {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%;
        margin-bottom: 20px; }
        footer .map:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .map {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-bottom: 20px; }
        footer .map:last-child {
          margin-right: 0; } }

#banner {
  background: #00b0ed;
  background: rgba(0, 176, 237, 0.85);
  color: #fff;
  padding: 40px 0;
  margin-bottom: 30px; }
  #banner h2 {
    font-size: 3.7em;
    line-height: 1;
    color: #fff; }
    @media screen and (max-width: 640px) {
      #banner h2 {
        font-size: 2.4em; } }

.container {
  *zoom: 1;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.siteSection {
  border-bottom: #626268 solid 2px;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .siteSection.noBorder {
    border-bottom: 0px; }
  .siteSection .siteSectionHeader {
    *zoom: 1;
    display: block;
    margin-bottom: 20px; }
    .siteSection .siteSectionHeader:before, .siteSection .siteSectionHeader:after {
      content: " ";
      display: table; }
    .siteSection .siteSectionHeader:after {
      clear: both; }
    .siteSection .siteSectionHeader .titles {
      display: block;
      float: left;
      margin-right: 1.24069%;
      width: 91.56328%; }
      .siteSection .siteSectionHeader .titles:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .siteSection .siteSectionHeader .titles {
          display: block;
          float: left;
          margin-right: 3.81679%;
          width: 100%; }
          .siteSection .siteSectionHeader .titles:last-child {
            margin-right: 0; } }
    .siteSection .siteSectionHeader .toTop {
      display: block;
      float: left;
      margin-right: 1.24069%;
      width: 7.19603%; }
      .siteSection .siteSectionHeader .toTop:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .siteSection .siteSectionHeader .toTop {
          display: block;
          float: left;
          margin-right: 3.81679%;
          width: 100%;
          margin-top: 20px; }
          .siteSection .siteSectionHeader .toTop:last-child {
            margin-right: 0; } }
      .siteSection .siteSectionHeader .toTop a {
        width: 52px;
        height: 52px;
        text-indent: -10000px;
        display: block;
        position: absolute;
        background: url(../img/up-arrow.png) no-repeat;
        position: static;
        margin-top: 5px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.phone, .email, .web {
  padding-left: 30px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  margin-left: 20px;
  background-position: left center;
  background-repeat: no-repeat; }

/* PROJECT LIST */
#work {
  padding-top: 0px; }
  #work .projectThumb {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 32.5062%;
    position: relative;
    display: block;
    margin-bottom: 10px; }
    #work .projectThumb:last-child {
      margin-right: 0; }
    #work .projectThumb:nth-child(3n) {
      margin-right: 0; }
    #work .projectThumb:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 960px) {
      #work .projectThumb {
        display: block;
        float: left;
        margin-right: 1.24069%;
        width: 49.37965%;
        margin-bottom: 10px; }
        #work .projectThumb:last-child {
          margin-right: 0; }
        #work .projectThumb:nth-child(3n) {
          margin-right: 1.24069%; }
        #work .projectThumb:nth-child(3n+1) {
          clear: none; }
        #work .projectThumb:nth-child(2n) {
          margin-right: 0; }
        #work .projectThumb:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 640px) {
      #work .projectThumb {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-bottom: 10px; }
        #work .projectThumb:last-child {
          margin-right: 0; }
        #work .projectThumb:nth-child(2n) {
          margin-right: 1.24069%; }
        #work .projectThumb:nth-child(2n+1) {
          clear: none; }
        #work .projectThumb:nth-child(1n) {
          margin-right: 0; }
        #work .projectThumb:nth-child(1n+1) {
          clear: left; } }
    #work .projectThumb img {
      display: block; }
    #work .projectThumb .projectDetail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/black-semi-trans.png) repeat;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      display: none; }
      .touch #work .projectThumb .projectDetail {
        display: block;
        height: 40%;
        bottom: 0;
        top: auto;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8); }
        @media screen and (max-width: 640px) {
          .touch #work .projectThumb .projectDetail {
            position: static;
            height: auto; } }
        .touch #work .projectThumb .projectDetail h3 {
          margin: 0;
          line-height: 1;
          font-size: 1.6em; }
        .touch #work .projectThumb .projectDetail p {
          margin-top: 10px;
          line-height: 1.1;
          color: #fff;
          font-size: 1em; }
      #work .projectThumb .projectDetail h3 {
        margin: 0;
        line-height: 1;
        font-size: 2.2em; }
      #work .projectThumb .projectDetail p {
        margin-top: 10px;
        line-height: 1.1;
        color: #fff;
        font-size: 2em; }
    #work .projectThumb:hover .projectDetail {
      display: block; }
    #work .projectThumb a.toTop {
      margin-bottom: 25px; }

/* CLIENT LIST */
#clients .client-list .logo-cell {
  width: 20%;
  padding: 40px;
  text-align: center;
  display: inline-block !important;
  float: none !important;
  margin-right: -3px;
  vertical-align: middle; }
  @media screen and (max-width: 960px) {
    #clients .client-list .logo-cell {
      width: 25%; } }
  @media screen and (max-width: 768px) {
    #clients .client-list .logo-cell {
      width: 33%; } }
  @media screen and (max-width: 640px) {
    #clients .client-list .logo-cell {
      width: 50%; } }
  #clients .client-list .logo-cell a img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    max-width: 100%; }
  #clients .client-list .logo-cell a:hover img {
    opacity: 1;
    filter: alpha(opacity=100); }

/* TEAM */
.team {
  *zoom: 1;
  display: block; }
  .team:before, .team:after {
    content: " ";
    display: table; }
  .team:after {
    clear: both; }
  .team > div {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 32.5062%; }
    .team > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .team > div {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%; }
        .team > div:last-child {
          margin-right: 0; } }

/* CONTACT FORM */
.contact {
  *zoom: 1;
  display: block; }
  .contact:before, .contact:after {
    content: " ";
    display: table; }
  .contact:after {
    clear: both; }
  .contact .info {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 32.5062%; }
    .contact .info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .contact .info {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%; }
        .contact .info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .contact .info {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%; }
        .contact .info:last-child {
          margin-right: 0; } }
    .contact .info #contactRepeat a, .contact .info #contactRepeat span {
      margin: 6px 0; }
    .contact .info #contactRepeat .phone {
      background: url(../img/footer-phone.png) left center no-repeat; }
    .contact .info #contactRepeat .email {
      background: url(../img/footer-mail.png) left center no-repeat; }
  .contact form {
    display: block;
    float: left;
    margin-right: 1.24069%;
    width: 66.2531%; }
    .contact form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .contact form {
        display: block;
        float: left;
        margin-right: 1.87266%;
        width: 100%; }
        .contact form:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .contact form {
        display: block;
        float: left;
        margin-right: 3.81679%;
        width: 100%;
        margin-top: 10px; }
        .contact form:last-child {
          margin-right: 0; } }
    .contact form .form-row {
      *zoom: 1;
      display: block;
      border-bottom: #626268 solid 1px;
      padding: 0 0 10px;
      margin-bottom: 10px; }
      .contact form .form-row:before, .contact form .form-row:after {
        content: " ";
        display: table; }
      .contact form .form-row:after {
        clear: both; }
      .contact form .form-row.noBorder {
        border-bottom: 0; }
      .contact form .form-row .label {
        display: block;
        float: left;
        margin-right: 1.24069%;
        width: 49.37965%; }
        .contact form .form-row .label:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          .contact form .form-row .label {
            display: block;
            float: left;
            margin-right: 3.81679%;
            width: 100%;
            margin-bottom: 5px; }
            .contact form .form-row .label:last-child {
              margin-right: 0; } }
      .contact form .form-row .input {
        display: block;
        float: left;
        margin-right: 1.24069%;
        width: 49.37965%; }
        .contact form .form-row .input:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          .contact form .form-row .input {
            display: block;
            float: left;
            margin-right: 3.81679%;
            width: 100%; }
            .contact form .form-row .input:last-child {
              margin-right: 0; } }
        .contact form .form-row .input input[type="text"],
        .contact form .form-row .input input[type="email"],
        .contact form .form-row .input textarea {
          width: 100%;
          margin-bottom: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 8px !important;
          color: #333;
          border-radius: 4px;
          border: 1px solid #cccccc;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
          -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s; }
          .contact form .form-row .input input[type="text"]:focus,
          .contact form .form-row .input input[type="email"]:focus,
          .contact form .form-row .input textarea:focus {
            border-color: rgba(82, 168, 236, 0.8);
            outline: 0;
            outline: thin dotted \9;
            /* IE6-9 */
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
            .contact form .form-row .input input[type="text"]:focus:invalid,
            .contact form .form-row .input input[type="email"]:focus:invalid,
            .contact form .form-row .input textarea:focus:invalid {
              color: #b94a48;
              border-color: #ee5f5b; }
              .contact form .form-row .input input[type="text"]:focus:invalid:focus,
              .contact form .form-row .input input[type="email"]:focus:invalid:focus,
              .contact form .form-row .input textarea:focus:invalid:focus {
                border-color: #e9322d;
                box-shadow: 0 0 6px #f8b9b7; }
        .contact form .form-row .input select {
          height: 30px;
          /* In IE7, the height of the select element cannot be changed by height, only font-size */
          *margin-top: 4px;
          /* For IE7, add top margin to align select with labels */
          line-height: 30px;
          background-color: #ffffff;
          border: 1px solid #cccccc;
          color: #333;
          width: 100%; }
        .contact form .form-row .input input.ivt {
          display: none; }
        .contact form .form-row .input label {
          float: left;
          width: 50%; }
          .contact form .form-row .input label.error {
            width: 100%; }
        .contact form .form-row .input .checkLabel input {
          float: left;
          width: 15%; }
        .contact form .form-row .input .checkLabel .labelText {
          float: left;
          width: 85%; }
    .contact form #contactSubmit {
      border: 1px solid #0079a4;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 #40c8f7;
      color: white;
      display: inline-block;
      font-size: 11px;
      font-weight: bold;
      background-color: #00aeeb;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeeb), color-stop(100%, #0084b3));
      background-image: -webkit-linear-gradient(#00aeeb, #0084b3);
      background-image: linear-gradient(#00aeeb, #0084b3);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #006a8f;
      background-clip: padding-box;
      text-transform: uppercase;
      font-size: 1em; }
      .contact form #contactSubmit:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #0ebaf6;
        cursor: pointer;
        background-color: #0499cd;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0499cd), color-stop(100%, #0079a4));
        background-image: -webkit-linear-gradient(#0499cd, #0079a4);
        background-image: linear-gradient(#0499cd, #0079a4); }
      .contact form #contactSubmit:active:not(:disabled) {
        border: 1px solid #0079a4;
        box-shadow: inset 0 0 8px 4px #006e94, inset 0 0 8px 4px #006e94, 0 1px 1px 0 #eeeeee; }
      .contact form #contactSubmit:disabled {
        opacity: 0.5;
        cursor: not-allowed; }

#projectControls {
  height: 52px;
  margin-bottom: 30px; }
  #projectControls .container {
    position: relative; }
  #projectControls #prevBtn, #projectControls #nextBtn {
    width: 52px;
    height: 52px;
    text-indent: -10000px;
    display: block;
    position: absolute; }
  #projectControls #prevBtn {
    background: url(../img/left-arrow.png) no-repeat;
    left: 10px; }
  #projectControls #nextBtn {
    background: url(../img/right-arrow.png) no-repeat;
    right: 10px; }
  #projectControls #prevDesc, #projectControls #nextDesc {
    position: absolute;
    display: none; }
    #projectControls #prevDesc p, #projectControls #nextDesc p {
      margin-top: 0px; }
    #projectControls #prevDesc.show, #projectControls #nextDesc.show {
      display: block; }
    .touch #projectControls #prevDesc.show, .touch #projectControls #nextDesc.show {
      display: none !important; }
  #projectControls #prevDesc {
    left: 80px; }
  #projectControls #nextDesc {
    right: 80px;
    text-align: right; }

.projectDetails {
  display: block;
  float: left;
  margin-right: 1.24069%;
  width: 32.5062%; }
  .projectDetails:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .projectDetails {
      display: block;
      float: left;
      margin-right: 3.81679%;
      width: 100%; }
      .projectDetails:last-child {
        margin-right: 0; } }
  .projectDetails p {
    margin-top: 1em; }
  .projectDetails .minutae {
    font-size: 1.1em; }

.projectImages {
  display: block;
  float: left;
  margin-right: 1.24069%;
  width: 66.2531%; }
  .projectImages:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .projectImages {
      display: block;
      float: left;
      margin-right: 3.81679%;
      width: 100%; }
      .projectImages:last-child {
        margin-right: 0; } }
  .projectImages .projectImg {
    margin-bottom: 30px; }
    .projectImages .projectImg img {
      max-width: 100%; }
