/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body#inner {
  margin: 0;
  padding: 55px 0 0 0;
  min-width: 320px; }

img.bg {
  z-index: 1;
  min-height: 545px;
  min-width: 1680px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0; }

@media screen and (max-width: 1680px) {
  img.bg {
    left: 50%;
    margin-left: -840px; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: #ff8500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #ff9d33; }

h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: -1px; }

h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #26343a;
  letter-spacing: -1px; }

h2 {
  font-size: 33px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 13px; }

.text-center {
  text-align: center; }

.button {
  margin: 1em 0;
  display: block;
  padding: 10px 20px;
  color: #ccc;
  text-align: center;
  background-color: #26343a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 21px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .button:hover {
    background-color: #3a5059;
    color: #fff; }

p {
  color: #444; }

#home {
  min-width: 320px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg1 {
  background: black url("../img/bg1.jpg") no-repeat center center fixed; }

.bg2 {
  background: black url("../img/bg2.jpg") no-repeat center center fixed; }

.bg3 {
  background: black url("../img/bg3.jpg") no-repeat center center fixed; }

#home p, #home ul {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

#home #container {
  min-height: 100%;
  position: relative;
  text-align: center;
  z-index: 3; }

#homeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25; }
  @media (max-width: 767px) {
    #homeCanvas {
      display: none; } }
  @media (max-width: 480px) {
    #homeCanvas {
      display: none; } }

#tagline {
  margin: 20px 20px 35px 20px;
  text-align: center;
  position: relative; }
  #tagline p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    -webkit-font-smoothing: antialiased; }
    #tagline p span {
      color: #ff8500; }
  @media (max-width: 480px) {
    #tagline {
      margin: 0 20px 40px 20px; } }

#home .wrap {
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0; }
  @media (max-width: 767px) {
    #home .wrap {
      height: 350px; } }
  @media (max-width: 480px) {
    #home .wrap {
      position: static;
      height: auto; } }

#homeLogo {
  display: block;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #homeLogo {
      margin: 20px 40px; } }

#homeMenu {
  width: 100%; }
  #homeMenu ul {
    margin: 0;
    padding: 0; }
    #homeMenu ul li {
      margin: 0 1px 0 0;
      padding: 0;
      display: inline-block;
      font-weight: 300;
      font-size: 21px;
      color: #aaa; }
      #homeMenu ul li a {
        display: block;
        color: #999;
        text-transform: capitalize;
        text-decoration: none;
        padding: 10px 20px;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5); }
        #homeMenu ul li a:hover {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.9); }
      #homeMenu ul li:first-child a {
        border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px; }
      #homeMenu ul li:last-child {
        margin-right: 0; }
        #homeMenu ul li:last-child a {
          border-radius: 0 8px 8px 0;
          -webkit-border-radius: 0 8px 8px 0; }
  @media (max-width: 480px) {
    #homeMenu {
      position: static;
      height: auto;
      margin-bottom: 31px; }
      #homeMenu ul {
        margin: 10px 0 20px 0;
        padding: 0;
        list-style: none; }
        #homeMenu ul li {
          margin: 0 0 1px 0;
          width: 100%;
          display: block;
          text-align: center; }
          #homeMenu ul li a {
            color: #fff;
            padding: 10px 0;
            background-color: rgba(255, 133, 0, 0.4); }
            #homeMenu ul li a:hover {
              background-color: rgba(255, 133, 0, 0.6); }
          #homeMenu ul li:first-child a {
            border-radius: 0;
            -webkit-border-radius: 0; }
          #homeMenu ul li:last-child {
            margin-right: 0; }
            #homeMenu ul li:last-child a {
              border-radius: 0;
              -webkit-border-radius: 0; }
      #homeMenu .sep {
        display: none; } }

#innerMenu a, #inner p, #inner li, #inner fieldset, #caseStudies {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.4; }

#inner p {
  font-size: 18px; }

#innerTopBar {
  margin: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  background-color: #000;
  overflow: hidden;
  z-index: 10000; }
  @media (max-width: 480px) {
    #innerTopBar {
      background-color: #000; } }
  #innerTopBar #innerTopBarWrap {
    position: relative; }
  #innerTopBar #innerLogo {
    display: block;
    width: 86px;
    height: 23px;
    background: transparent url(../img/innerlogo.png) no-repeat 0 0;
    position: absolute;
    top: 16px;
    left: 20px; }
  #innerTopBar #innerMenu {
    position: absolute;
    top: 0;
    right: 20px; }
    #innerTopBar #innerMenu ul {
      margin: 0;
      padding: 0; }
      #innerTopBar #innerMenu ul li {
        display: inline-block;
        color: #ccc;
        line-height: 52px; }
        #innerTopBar #innerMenu ul li a {
          font-size: 18px;
          text-decoration: none;
          color: #aaa; }
          #innerTopBar #innerMenu ul li a:hover {
            color: #fff; }
      #innerTopBar #innerMenu ul .current a {
        color: #ff8500; }
        #innerTopBar #innerMenu ul .current a:hover {
          color: #ff8500; }
      #innerTopBar #innerMenu ul .sep {
        margin: 0 10px; }
    @media (max-width: 480px) {
      #innerTopBar #innerMenu ul li {
        margin: 0 3px; }
        #innerTopBar #innerMenu ul li a {
          font-size: 16px; }
      #innerTopBar #innerMenu ul .sep {
        display: none; } }

#contactInfo {
  background-color: #3d5666; }
  #contactInfo p {
    margin: 0;
    padding: 1em 0;
    color: #ccc;
    font-size: 21px; }
  #contactInfo .contactDetail {
    float: right;
    margin: 0 0 0 10px;
    padding-left: 42px; }
  #contactInfo #contactEmail {
    background: transparent url(../img/icons/email.png) no-repeat 0 18px; }
  #contactInfo #contactPhone {
    background: transparent url(../img/icons/mobile.png) no-repeat 0 18px; }
  #contactInfo #contactAddress {
    background: transparent url(../img/icons/marker.png) no-repeat 0 18px; }
  #contactInfo a {
    color: #86a3b6; }
    #contactInfo a:hover {
      color: #fff; }
  @media (min-width: 768px) and (max-width: 979px) {
    #contactInfo p {
      font-size: 19px; }
    #contactInfo p.contactDetail {
      font-size: 15px;
      line-height: 37px; } }
  @media (max-width: 767px) {
    #contactInfo {
      padding-bottom: 1em; }
      #contactInfo p {
        padding: 1em 0;
        text-align: center;
        background: none; }
      #contactInfo .contactDetail {
        float: none;
        display: block; }
      #contactInfo #contactEmail, #contactInfo #contactPhone, #contactInfo #contactAddress {
        background: none;
        margin: 0 0 10px 0;
        padding: 0; } }

#innerFooter {
  margin: 0;
  padding: 0;
  background-color: #26343a;
  overflow: hidden; }
  #innerFooter p {
    margin: 0;
    padding: 20px 0;
    line-height: 1; }
  #innerFooter .copyright {
    text-align: right;
    color: #aaa; }
  #innerFooter .textlinks {
    color: #aaa; }
    #innerFooter .textlinks a {
      color: #aaa; }
      #innerFooter .textlinks a:hover {
        color: #fff; }
    #innerFooter .textlinks .current {
      color: #fff;
      font-weight: 400; }
  @media (max-width: 767px) {
    #innerFooter p {
      text-align: center;
      padding: 20px 0 0 0;
      line-height: 1; }
    #innerFooter .textlinks {
      text-align: center; }
    #innerFooter .copyright {
      text-align: center;
      margin-bottom: 20px; } }

#mainHeading {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center; }
  #mainHeading h1 {
    height: 25%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 1.1;
    font-size: 90px; }
  #mainHeading img {
    display: inline-block;
    width: 100%; }
  @media (max-width: 767px) {
    #mainHeading h1 {
      height: 50%;
      font-size: 72px; } }
  @media (max-width: 480px) {
    #mainHeading h1 {
      height: 50%;
      font-size: 42px; } }

blockquote {
  margin: 1.5em 1em; }
  blockquote p {
    text-align: center;
    font-size: 31px !important;
    line-height: 1.2;
    color: #3d5666;
    letter-spacing: -1px;
    font-weight: 400 !important; }
  @media (max-width: 480px) {
    blockquote p {
      font-size: 24px !important; } }

#philosophy {
  text-align: center; }
  #philosophy img {
    display: inline-block; }
  #philosophy .columns {
    margin-bottom: 40px; }
  #philosophy h3 {
    margin: 1em 0;
    padding: 0; }
  #philosophy p {
    margin: 0 20px; }

#expertise {
  margin-bottom: 0;
  padding: 40px 0;
  background: #c8c8c8 url(../img/bg_honeycomb.png) repeat 0 0; }
  #expertise h2 {
    margin-top: 0; }
  #expertise ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #expertise ul li {
      margin: 0 0 10px 0;
      font-size: 25px;
      color: #444;
      text-align: center;
      line-height: 1; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  display: none; }

input[type="text"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px; }
  input[type="text"]:focus, textarea:focus {
    border: 1px solid #aaa;
    background-color: #eee;
    color: #26343a; }

input[type="text"] {
  margin: 0 0 10px 0;
  padding: 10px; }

textarea {
  padding: 10px; }

small.error {
  display: block;
  background-color: red;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

input.error, textarea.error {
  margin-bottom: 0;
  border: 1px solid red;
  background-color: #ffe5e5;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

input.success {
  border: 1px solid green;
  background: transparent url(../img/icons/tick.png) no-repeat 98% 8px; }

p#phone, p#email {
  margin: 0 20px 20px 0;
  padding: 0 0 0 42px;
  color: #ccc;
  font-size: 21px;
  line-height: 36px;
  float: left; }

#phone {
  background: transparent url(../img/icons/mobile.png) no-repeat 0 0; }

#email {
  background: transparent url(../img/icons/email.png) no-repeat 0 0; }

#map {
  clear: left;
  margin: 20px 0 0 0;
  border: 1px solid #ccc;
  overflow: hidden; }

.mapLink {
  display: block;
  padding: 20px;
  background: transparent url(../img/bg_honeycomb.png) repeat 0 0;
  color: #26343a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px; }
  .mapLink:hover {
    color: #3a5059; }

#successMessage {
  margin: 0 0 1em 0;
  padding: 1em;
  text-align: center;
  background-color: #b3ffb3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: black; }

#btnSending {
  background: #666666 url(../img/loader.gif) no-repeat center center;
  color: #fff; }
  #btnSending span {
    visibility: hidden; }

#caseStudies {
  margin-top: 40px;
  margin-bottom: 20px; }

a.caseStudy {
  display: block;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  color: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background-color: #39484d; }
  a.caseStudy img {
    display: inline-block;
    z-index: 1; }
  a.caseStudy span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 20px;
    background-color: #26343a;
    background-color: rgba(38, 52, 58, 0.5);
    z-index: 2;
    font-size: 21px;
    text-align: left;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  a.caseStudy:hover {
    background-color: #ff8500; }
    a.caseStudy:hover span {
      background-color: rgba(38, 52, 58, 0.75); }

#otherWork {
  padding: 40px 0 20px 0; }
  #otherWork h2 {
    margin: 0 0 40px 0;
    text-align: center;
    line-height: 1; }
  #otherWork .work {
    margin-bottom: 40px;
    overflow: hidden; }
    #otherWork .work .logo {
      margin: 0 0 15px 0;
      overflow: hidden;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.35);
      text-align: center; }
      #otherWork .work .logo img {
        display: inline-block; }
    #otherWork .work h3 {
      margin: 10px 0 5px 0;
      font-size: 21px;
      letter-spacing: 0;
      line-height: 1.2;
      text-shadow: 0px 1px 0px #dcdcdc; }
    #otherWork .work p {
      margin: 0;
      text-shadow: 0px 1px 0px #dcdcdc; }
  #otherWork .visitLink {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 2px 5px;
    background-color: #ff8500;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    #otherWork .visitLink:hover {
      background-color: #cc6a00; }

section.general h2, section.alt h2 {
  font-size: 21px !important;
  letter-spacing: 0;
  margin: 1em 0;
  padding: 0;
  height: 30px;
  border-bottom: 1px solid gainsboro;
  text-align: left; }
  section.general h2 span, section.alt h2 span {
    padding: 0;
    height: 30px;
    display: inline-block;
    border-bottom: 1px solid #ff8500; }
section.general p.center, section.alt p.center {
  text-align: center; }

section.general {
  margin-bottom: 2em;
  padding: 1em 0 2em 0; }

section.alt {
  padding: 1em 0 3em 0;
  background-color: gainsboro; }
  section.alt h2 {
    border-bottom-color: #fff !important; }
    section.alt h2 span {
      background-color: gainsboro !important; }

section.bottomFigure {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

#intro {
  margin: 1em 0 0 0; }
  #intro .name {
    margin: 0.5em 0 0.25em 0; }
  #intro p.url {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #intro p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #intro .name, #intro p.url {
      text-align: center; } }

.logo {
  margin: 1em 0;
  text-align: center; }
  .logo img {
    display: inline-block; }

#goals h3, #tech h3 {
  text-align: center; }

.bigIcon {
  margin-top: 1em;
  text-align: center; }
  .bigIcon img {
    display: inline-block; }

#caseStudyNav {
  padding-bottom: 1em; }

figure {
  margin: 1em 0; }

.single img {
  display: block;
  min-width: 100%; }
