@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,700,800,600italic,600,400italic,300italic";
/* ==========================================================================
   Harper Lee Styles - Word Up
   ========================================================================== */
/* ==== imports ==== */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==== Variables ===== */
/* dark blue */
/* light blue */
/* ==== Mixins ==== */
/* ==== Grid ==== */
.grid-row {
  width: 100%;
  *zoom: 1;
}
.grid-row:before,
.grid-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-row:after {
  clear: both;
}
.grid-row > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.span1 {
  width: 12.5%;
}
.span2 {
  width: 25%;
}
.span2-5 {
  width: 33.33333333%;
}
.span3 {
  width: 37.5%;
}
.span4 {
  width: 50%;
}
.span5 {
  width: 62.5%;
}
.span6 {
  width: 75%;
}
.span7 {
  width: 87.5%;
}
.span8 {
  width: 100%;
}
/* ==== Fonts ===== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  min-width: 360px;
  font-style: italic;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.2em;
}
/* ==== Structure ==== */
.container {
  position: relative;
  /*overflow:hidden;*/
}
.container .slide-container {
  position: absolute;
  width: 100%;
  top: 0;
}
.page {
  position: relative;
  padding: 70px 0 0;
}
.page .page-inner {
  margin: 0 12.5% 0;
}
.content {
  position: relative;
  z-index: 70;
}
.ajax-content {
  display: none;
}
.menu-back {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 69;
  display: none;
}
.header {
  height: 70px;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 80;
}
.header .logo {
  float: left;
  margin: 0;
  color: #003e6d;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12.5%;
  padding: 19px 0 0 0;
}
.header nav {
  overflow: hidden;
  margin-right: 25%;
  float: right;
}
.header nav .menu-btn {
  display: none;
}
.header nav ul {
  padding: 0;
  margin: 0 -22px 0 0;
}
.header nav ul .home {
  display: none;
}
.header nav ul li {
  display: inline;
}
.header nav ul li a {
  display: block;
  float: left;
  line-heigtht: 18px;
  padding: 21px 30px;
  color: #000000;
  font-weight: 600;
}
.header .social-nav {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 65px;
  height: 32px;
  margin: 0;
}
.header .social-nav li {
  padding: 0;
  display: inline;
}
.header .social-nav li a {
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -100px;
  display: block;
  float: left;
}
.header .social-nav li a.in {
  background: url(/content/img/sprite.png) -81px 0px no-repeat;
}
.header .social-nav li a.twitter {
  background: url(/content/img/sprite.png) -113px 0px no-repeat;
}
@media (max-width: 1200px) {
  .page {
    padding: 60px 0 0;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    font-size: 18px;
    padding: 16px 0 0 0;
  }
  .header nav {
    margin-right: 12.5%;
  }
  .header nav ul li a {
    line-heigtht: 16px;
    padding: 18px 20px;
  }
  .header .social-nav {
    top: 15px;
  }
}
@media (max-width: 900px) {
  .header .logo {
    font-size: 16px;
    padding: 16px 0 0 0;
  }
  .header nav {
    margin-right: 12.5%;
    float: none;
    float: right;
    width: auto;
  }
  .header nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .header .logo {
    padding-left: 25px;
  }
  .header nav {
    position: fixed;
    left: -350px;
    overflow: visible;
    width: 350px;
    top: 0;
    background: #003e6d;
    padding: 0;
    z-index: 30;
    float: none;
    margin-right: 12.5%;
  }
  .header nav .menu-btn {
    display: block;
    position: absolute;
    left: 350px;
    background: #003e6d;
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 17px;
  }
  .header nav .menu-btn span {
    opacity: 0.9;
    background: #ffffff;
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    margin: 2px;
  }
  .header nav ul {
    margin: 60px 0 0 0;
    width: 100%;
  }
  .header nav ul .home {
    display: inline;
  }
  .header nav ul li {
    display: block;
  }
  .header nav ul li a {
    font-size: 24px;
    color: #ffffff;
    padding: 20px 40px;
    width: auto;
    float: none;
    text-align: center;
  }
  .header nav ul li a:hover {
    background: #003463;
  }
}
/* ==== Loader ==== */
.loader {
  background: #003e6d;
  position: relative;
}
.loader .load-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #003463;
  z-index: 3;
}
.loader .load-text {
  color: #ffffff;
  position: absolute;
  z-index: 4;
  font-size: 18px;
  width: 100%;
  left: 0;
  text-align: center;
}
.loader .load-text span {
  display: block;
  opacity: 0.6;
}
/* ==== Skills ==== */
.skills {
  background: #eeeeee;
}
.skills ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skills ul li {
  position: relative;
  margin: 0;
  display: inline;
  height: 100px;
  float: left;
  width: 33.3%;
  padding: 0;
}
.skills ul li span {
  height: 100px;
  display: block;
  background: #e3e3e3;
}
.skills ul li span canvas {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 80px;
}
.skills ul li span strong {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -1px;
}
.skills ul li span p {
  margin: 0;
  padding: 30px 15px 20px 100px;
  font-size: 14px;
}
/* ==== credit ==== */
.credit {
  width: 12.5%;
  background: #003463;
  color: #ffffff;
  height: 100px;
}
.credit div {
  padding: 28px 25px 0;
}
.credit div p {
  font-size: 12px;
  margin: 5px 0 0;
}
.credit div p.agency {
  color: #006BBB;
  font-style: italic;
}
/* ==== title block ==== */
.title {
  background: #003e6d;
  color: #ffffff;
  height: 100px;
  position: relative;
}
.title h1 {
  padding: 22px 25px 0px;
  margin: 0;
}
.title h3 {
  padding: 27px 25px 0;
  margin: 0;
}
.title p {
  margin: -3px 0 0;
  padding: 0 25px 0;
  font-size: 13px;
}
.title .visit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100px;
  width: 100px;
  background: #003463;
}
.title .visit span {
  width: 20px;
  height: 20px;
  display: block;
  margin: 40px;
  background: url(/content/img/sprite.png) no-repeat;
  background-position: -20px 0;
}
/* ==== ctrl buttons ==== */
.controls a {
  display: block;
  height: 100px;
  width: 50%;
  float: left;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.controls a span {
  position: absolute;
  margin: -10px 0 0 -10px;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  text-indent: -100px;
  background: url(/content/img/sprite.png) no-repeat;
}
.controls a:hover {
  background-color: #003e6d !important;
}
.controls a.left {
  background-color: #ffffff;
}
.controls a.left span {
  background-position: 0 -20px;
}
.controls a.right {
  background-color: #eeeeee;
}
.controls a.right span {
  background-position: -20px -20px;
}
.controls a.left:hover span {
  background-position: 0 0;
}
.controls a.right:hover span {
  background-position: -20px 0;
}
/* ==== Home ==== */
.homeCtrl {
  padding-bottom: 100px;
}
.homeCtrl canvas {
  display: block;
}
.homeCtrl .controls {
  width: 12.5%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}
.homeCtrl .banner {
  position: relative;
  z-index: 4;
}
.homeCtrl .project-info {
  width: 100%;
  *zoom: 1;
  position: absolute;
  bottom: 0;
  height: 200px;
  overflow: hidden;
  z-index: 5;
}
.homeCtrl .project-info:before,
.homeCtrl .project-info:after {
  display: table;
  line-height: 0;
  content: "";
}
.homeCtrl .project-info:after {
  clear: both;
}
.homeCtrl .project-info > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homeCtrl .project-info .spacer {
  width: 12.5%;
}
.homeCtrl .project-info .title {
  width: 25%;
}
.homeCtrl .project-info .skills {
  width: 37.5%;
  background: #ffffff;
  clear: left;
}
.homeCtrl .project-info .skills ul li span {
  background: #eeeeee;
  margin-left: 1px;
}
.homeCtrl .project-info .skills ul li span canvas {
  width: 80px;
  height: 80px;
}
.homeCtrl .project-info .overview {
  width: 50%;
  background: #000000;
  color: #ffffff;
  margin-top: -100px;
  height: 200px;
}
.homeCtrl .project-info .overview div p {
  margin: 0;
  font-size: 30px;
  padding: 30px 45px;
}
.homeCtrl .project-info .credit {
  width: 12.5%;
}
@media (max-width: 1500px) {
  .homeCtrl .project-info .spacer {
    width: 25%;
  }
  .homeCtrl .project-info .title {
    width: 25%;
  }
  .homeCtrl .project-info .skills {
    width: 50%;
  }
  .homeCtrl .project-info .overview {
    width: 37.5%;
  }
  .homeCtrl .project-info .overview div p {
    font-size: 26px;
  }
  .homeCtrl .project-info .credit {
    width: 12.5%;
  }
  .homeCtrl .project-info .credit div {
    padding: 20px 15px 0;
  }
}
@media (max-width: 1200px) {
  .homeCtrl .project-info .spacer {
    width: 12.5%;
  }
  .homeCtrl .project-info .title {
    width: 25%;
    padding-right: 30px;
  }
  .homeCtrl .project-info .title .visit {
    width: 50px;
  }
  .homeCtrl .project-info .title .visit span {
    margin: 40px 15px;
  }
  .homeCtrl .project-info .skills {
    width: 37.5%;
  }
  .homeCtrl .project-info .skills ul li span p {
    display: none;
  }
  .homeCtrl .project-info .overview {
    width: 50%;
  }
  .homeCtrl .project-info .credit {
    width: 12.5%;
  }
  .homeCtrl .project-info .credit div {
    padding: 20px 15px 0;
  }
}
@media (max-width: 900px) {
  .homeCtrl .controls {
    width: 25%;
  }
  .homeCtrl .project-info .spacer {
    width: 12.5%;
  }
  .homeCtrl .project-info .title {
    width: 37.5%;
  }
  .homeCtrl .project-info .skills {
    width: 50%;
  }
  .homeCtrl .project-info .overview {
    width: 50%;
  }
  .homeCtrl .project-info .overview div p {
    font-size: 22px;
  }
  .homeCtrl .project-info .credit {
    display: none;
  }
}
@media (max-width: 800px) {
  .homeCtrl .project-info {
    overflow: visible;
    height: 300px;
    bottom: -100px;
  }
  .homeCtrl .project-info .spacer {
    width: 50%;
  }
  .homeCtrl .project-info .title {
    width: 50%;
  }
  .homeCtrl .project-info .skills {
    width: 100%;
  }
  .homeCtrl .project-info .skills ul li span p {
    display: block;
  }
  .homeCtrl .project-info .overview {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
  }
  .homeCtrl .project-info .credit {
    display: none;
  }
}
@media (max-width: 560px) {
  .homeCtrl .project-info {
    bottom: -200px;
  }
  .homeCtrl .project-info .spacer {
    display: none;
  }
  .homeCtrl .project-info .title {
    width: 100%;
  }
  .homeCtrl .project-info .skills {
    width: 100%;
  }
  .homeCtrl .project-info .skills ul li span p {
    display: none;
  }
}
.banner {
  overflow: hidden;
}
.banner .img-loader {
  visibility: hidden;
}
.banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner ul li {
  margin: 0;
}
/* ==== Work ==== */
.projectCtrl .overview {
  width: 100%;
  *zoom: 1;
}
.projectCtrl .overview:before,
.projectCtrl .overview:after {
  display: table;
  line-height: 0;
  content: "";
}
.projectCtrl .overview:after {
  clear: both;
}
.projectCtrl .overview > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projectCtrl .overview .detail-hero {
  width: 50%;
}
.projectCtrl .overview .detail-content {
  width: 50%;
}
.projectCtrl .overview .detail-content header {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 15;
  width: 100%;
  *zoom: 1;
  width: 50%;
}
.projectCtrl .overview .detail-content header:before,
.projectCtrl .overview .detail-content header:after {
  display: table;
  line-height: 0;
  content: "";
}
.projectCtrl .overview .detail-content header:after {
  clear: both;
}
.projectCtrl .overview .detail-content header > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projectCtrl .overview .detail-content header .title {
  width: 50%;
}
.projectCtrl .overview .detail-content header .title h1,
.projectCtrl .overview .detail-content header .title p {
  padding-left: 50px;
}
.projectCtrl .overview .detail-content header .credit {
  width: 25%;
}
.projectCtrl .overview .detail-content header .controls {
  width: 25%;
}
.projectCtrl .overview .detail-content .detail-article {
  margin-top: 100px;
  width: 100%;
  *zoom: 1;
}
.projectCtrl .overview .detail-content .detail-article:before,
.projectCtrl .overview .detail-content .detail-article:after {
  display: table;
  line-height: 0;
  content: "";
}
.projectCtrl .overview .detail-content .detail-article:after {
  clear: both;
}
.projectCtrl .overview .detail-content .detail-article > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projectCtrl .overview .detail-content .detail-article article {
  width: 75%;
}
.projectCtrl .overview .detail-content .detail-article article .inner {
  padding: 20px 50px;
}
.projectCtrl .overview .detail-content .detail-article article .inner h2 {
  font-size: 26px;
  line-height: 1.05em;
}
.projectCtrl .overview .detail-content .detail-article .skills {
  width: 25%;
  overflow: hidden;
}
.projectCtrl .overview .detail-content .detail-article .skills ul li {
  display: block;
  float: none;
  width: auto;
  margin-top: 1px;
}
.projectCtrl .overview footer {
  height: 150px;
  background: #003463;
  width: 100%;
  *zoom: 1;
}
.projectCtrl .overview footer:before,
.projectCtrl .overview footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.projectCtrl .overview footer:after {
  clear: both;
}
.projectCtrl .overview footer > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projectCtrl .overview footer .style {
  width: 50%;
}
.projectCtrl .overview footer .style img {
  float: right;
  max-height: 150px;
}
.projectCtrl .overview footer .link-box {
  width: 50%;
}
.projectCtrl .overview footer .link-box a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-size: 18px;
  margin: 65px 40px;
  color: #006BBB;
}
.projectCtrl .overview footer .link-box a:hover {
  color: #ffffff;
}
/*
@media (max-height: 950px) {
	.projectCtrl{
		.overview{
			footer{
				height:100px;
				.style{
					img{
						height:100px;
					}
				}
				.link-box{
					a{
						margin:40px 40px;
					}
				}
			}
		}	
	}
}



@media (max-width: 1600px) {
	.projectCtrl{
		.overview{
			.detail-hero{
			}
			.detail-content{
				header{
					.title{
						.span3;
					}
					.controls{
						.span3;	
					}
				}
				.detail-article{
					article{
						.span5;
					}
					.skills{
						.span3;	

					}
				}
			}
		}
				
	}
}
*/
@media (max-width: 1500px) {
  .projectCtrl .overview .detail-hero {
    width: 100%;
    min-height: 300px;
  }
  .projectCtrl .overview .detail-content {
    width: 100%;
  }
  .projectCtrl .overview .detail-content header {
    position: static;
    width: 100%;
  }
  .projectCtrl .overview .detail-content .detail-article {
    margin: 0;
  }
  .projectCtrl .overview .detail-content .detail-article article .inner h2 {
    font-size: 24px;
  }
  .projectCtrl .overview footer {
    height: 100px;
  }
  .projectCtrl .overview footer .style {
    width: 25%;
    width: auto;
  }
  .projectCtrl .overview footer .style img {
    float: left;
    max-height: 100px;
  }
  .projectCtrl .overview footer .link-box {
    width: 37.5%;
  }
  .projectCtrl .overview footer .link-box a {
    margin: 40px 40px;
  }
}
@media (max-width: 750px) {
  .projectCtrl .overview .detail-content .detail-article .skills ul li p {
    display: none;
  }
  .projectCtrl .overview .detail-content .detail-article .skills ul li canvas,
  .projectCtrl .overview .detail-content .detail-article .skills ul li strong {
    left: 50%;
    margin-left: -40px;
  }
}
@media (max-width: 560px) {
  .projectCtrl .overview .detail-content header .title {
    width: 100%;
  }
  .projectCtrl .overview .detail-content header .credit {
    width: 50%;
  }
  .projectCtrl .overview .detail-content header .controls {
    width: 50%;
  }
  .projectCtrl .overview footer {
    height: 100px;
  }
  .projectCtrl .overview footer .style {
    display: none;
  }
  .projectCtrl .overview footer .link-box {
    width: 100%;
  }
  .projectCtrl .overview footer .link-box a {
    margin: 40px 40px;
  }
}
/* ==== Work ==== */
.grid {
  width: 100%;
  *zoom: 1;
  background: #013660;
}
.grid:before,
.grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid:after {
  clear: both;
}
.grid > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid a {
  width: 25%;
  display: block;
  float: left;
  cursor: pointer;
  background: #003e6d;
  border-bottom: solid 1px #013660;
  border-right: solid 1px #013660;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.grid a div {
  width: 100%;
  position: relative;
  z-index: 4;
}
.grid a div span {
  display: block;
  padding: 20px;
  height: 45px;
  overflow: hidden;
}
.grid a div span h3 {
  color: #ffffff;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.grid a div span h4 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #0261a3;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.grid a div span p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #003463;
}
.grid a div img {
  width: 100%;
}
.grid a .tile1 {
  z-index: 3;
  position: relative;
}
.grid a .tile2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 4;
}
.grid a:hover {
  background: #eeeeee;
}
.grid a:hover h3 {
  color: #333333;
}
.grid a:hover h4 {
  color: #333333;
}
@media (max-width: 1200px) {
  .grid a {
    width: 33.33333333%;
  }
}
@media (max-width: 900px) {
  .grid a {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .grid a {
    width: 100%;
  }
}
.experienceCtrl {
  text-align: center;
}
.experienceCtrl .hero {
  overflow: hidden;
  min-height: 200px;
}
.experienceCtrl .hero img {
  width: 100%;
}
.experienceCtrl section {
  margin: auto;
  display: block;
  max-width: 1000px;
  padding: 25px 40px 35px;
}
.experienceCtrl section h2 {
  color: #003463;
}
@media (max-width: 560px) {
  .experienceCtrl .hero {
    display: none;
  }
}
.logo-grid {
  width: 100%;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo-grid:before,
.logo-grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.logo-grid:after {
  clear: both;
}
.logo-grid > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo-grid li {
  width: 12.5%;
  padding: 0;
}
.logo-grid li img {
  width: 80%;
  margin: 0% 10%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  opacity: 0.3;
}
.logo-grid li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  /* Firefox 4+ */
  filter: none;
  /* IE 6-9 */
  opacity: 1;
}
@media (max-width: 800px) {
  .logo-grid li {
    width: 25%;
  }
}
/* ==== Skills ==== */
.skillsCtrl {
  width: 100%;
  *zoom: 1;
}
.skillsCtrl:before,
.skillsCtrl:after {
  display: table;
  line-height: 0;
  content: "";
}
.skillsCtrl:after {
  clear: both;
}
.skillsCtrl > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.skillsCtrl .overview {
  width: 50%;
  float: right;
}
.skillsCtrl .overview header {
  width: 100%;
  *zoom: 1;
}
.skillsCtrl .overview header:before,
.skillsCtrl .overview header:after {
  display: table;
  line-height: 0;
  content: "";
}
.skillsCtrl .overview header:after {
  clear: both;
}
.skillsCtrl .overview header > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.skillsCtrl .overview header .title {
  width: 75%;
}
.skillsCtrl .overview header .title * {
  padding-left: 50px;
}
.skillsCtrl .overview header .credit {
  width: 25%;
}
.skillsCtrl .overview header .credit p {
  margin-top: -3px;
}
.skillsCtrl .overview .intro {
  padding: 20px 50px;
}
.skillsCtrl .overview .intro h2 {
  font-size: 28px;
  line-height: 1.05em;
}
.skillsCtrl section {
  width: 25%;
  color: #fff;
}
.skillsCtrl section div {
  padding: 40px;
}
.skillsCtrl section div h3 {
  margin: 0 0 12px;
  font-size: 16px;
}
.skillsCtrl section div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skillsCtrl section div ul li {
  font-size: 15px;
  margin: 0;
}
.skillsCtrl section div ul li strong {
  opacity: 0.8;
}
.skillsCtrl .programming {
  color: #000;
  background: #E3E3E3;
}
.skillsCtrl .software {
  color: #000;
  background: #EEEEEE;
}
.skillsCtrl .javascript {
  background: #004475;
}
.skillsCtrl .actionscript {
  background: #409F8B;
}
.skillsCtrl .development {
  background: #EBD06D;
}
.skillsCtrl .digital {
  background: #D15055;
}
@media (max-width: 1400px) {
  .skillsCtrl .overview header .title {
    width: 62.5%;
  }
  .skillsCtrl .overview header .credit {
    width: 37.5%;
  }
  .skillsCtrl section div h3 {
    font-size: 14px;
  }
  .skillsCtrl section div ul li {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .skillsCtrl .overview {
    width: 100%;
  }
  .skillsCtrl section {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .skillsCtrl section {
    width: 100%;
  }
}
/* ==== Contact ==== */
.contactCtrl {
  width: 100%;
  *zoom: 1;
}
.contactCtrl:before,
.contactCtrl:after {
  display: table;
  line-height: 0;
  content: "";
}
.contactCtrl:after {
  clear: both;
}
.contactCtrl > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCtrl form {
  width: 37.5%;
  background: #e3e3e3;
}
.contactCtrl .form-result {
  display: none;
  width: 37.5%;
  background: #003463;
}
.contactCtrl .form-result h2 {
  color: #ffffff;
}
.contactCtrl .detail-content {
  width: 62.5%;
  float: right;
}
.contactCtrl .detail-content header {
  width: 100%;
  *zoom: 1;
}
.contactCtrl .detail-content header:before,
.contactCtrl .detail-content header:after {
  display: table;
  line-height: 0;
  content: "";
}
.contactCtrl .detail-content header:after {
  clear: both;
}
.contactCtrl .detail-content header > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCtrl .detail-content header .title {
  width: 62.5%;
}
.contactCtrl .detail-content header .title h1,
.contactCtrl .detail-content header .title p {
  padding-left: 50px;
}
.contactCtrl .detail-content header .credit {
  width: 37.5%;
}
.contactCtrl .detail-content .detail-article {
  width: 100%;
  *zoom: 1;
}
.contactCtrl .detail-content .detail-article:before,
.contactCtrl .detail-content .detail-article:after {
  display: table;
  line-height: 0;
  content: "";
}
.contactCtrl .detail-content .detail-article:after {
  clear: both;
}
.contactCtrl .detail-content .detail-article > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCtrl .detail-content .detail-article article {
  width: 62.5%;
}
.contactCtrl .detail-content .detail-article article .inner {
  padding: 20px 50px;
}
.contactCtrl .detail-content .detail-article article .inner h2 {
  font-size: 28px;
  line-height: 1.05em;
}
.contactCtrl .detail-content .detail-article .map {
  width: 37.5%;
  background: #eeeeee;
  overflow: hidden;
}
.contactCtrl .detail-content .detail-article .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  /* IE 6-9 */
}
.contactCtrl footer {
  width: 100%;
  *zoom: 1;
}
.contactCtrl footer:before,
.contactCtrl footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.contactCtrl footer:after {
  clear: both;
}
.contactCtrl footer > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCtrl footer .space {
  width: 37.5%;
  background: #eeeeee;
  height: 150px;
}
.contactCtrl footer .action {
  width: 62.5%;
}
.contactCtrl footer .action .inner {
  width: 100%;
  *zoom: 1;
}
.contactCtrl footer .action .inner:before,
.contactCtrl footer .action .inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.contactCtrl footer .action .inner:after {
  clear: both;
}
.contactCtrl footer .action .inner > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCtrl footer .action .inner .email {
  background: #003e6d;
  width: 62.5%;
  height: 150px;
}
.contactCtrl footer .action .inner .email a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-size: 18px;
  margin: 65px 40px;
  color: #006BBB;
}
.contactCtrl footer .action .inner .email a:hover {
  color: #ffffff;
}
.contactCtrl footer .action .inner address {
  width: 37.5%;
  padding: 0;
  margin: 0;
  height: 150px;
  background: #003463;
}
.contactCtrl footer .action .inner address p {
  padding: 0;
  margin: 40px 40px 0;
  font-size: 14px;
  color: #ffffff;
}
.contactCtrl footer .action .inner address p span {
  color: #006BBB;
}
@media (max-width: 1000px) {
  .contactCtrl form,
  .contactCtrl .form-result {
    width: 100%;
  }
  .contactCtrl .detail-content {
    width: 100%;
  }
  .contactCtrl footer .space {
    display: none;
  }
  .contactCtrl footer .action {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .contactCtrl .detail-content header .title {
    width: 100%;
  }
  .contactCtrl .detail-content header .credit {
    height: auto;
    width: 100%;
  }
  .contactCtrl .detail-content header .credit div {
    padding: 15px 45px;
  }
  .contactCtrl .detail-content .detail-article article {
    width: 100%;
  }
  .contactCtrl .detail-content .detail-article .map {
    width: 100%;
  }
}
.form .inner {
  padding: 40px 50px;
}
.form .inner .frm-element {
  background: #ffffff;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
.form .inner .frm-element label {
  display: none;
}
.form .inner .frm-element input,
.form .inner .frm-element textarea {
  border: none;
  padding: 0;
  width: 100%;
}
.form .inner .submit {
  position: relative;
}
.form .inner .submit .icn {
  position: absolute;
  background: #003463;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.form .inner .submit .icn span {
  margin: 10px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/content/img/sprite.png) no-repeat;
  background-position: -20px 0;
}
.form .inner .submit input {
  border: none;
  background: #003e6d;
  height: 40px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
  text-indent: 20px;
  font-size: 14px;
  font-weight: bold;
}
.footer {
  width: 100%;
  *zoom: 1;
  border-top: 110px solid #003463;
  background: #003e6d;
  padding: 30px 10px;
  width: auto;
}
.footer:before,
.footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.footer:after {
  clear: both;
}
.footer > * {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer > div {
  width: 25%;
  font-size: 12px;
  font-weight: 100;
  color: #ffffff;
}
.footer > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer > div ul li {
  margin: 0;
}
.footer > div a,
.footer > div h5,
.footer > div p {
  font-size: 12px;
  margin: 0;
  color: #ffffff;
}
/* ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
