@import url(http://fonts.googleapis.com/css?family=Playfair+Display:700,700italic,900italic|Fauna+One);
@import url(https://fonts.googleapis.com/css?family=Raleway);
/*! normalize.css v2.1.0 | 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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; }

.container {
  max-width: 940px;
  padding: 0 1.06383%;
  margin: 0 auto; }

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

@media (min-width: 481px) {
  .columns {
    float: left;
    margin: 0 0 0 2.12766%;
    width: 6.38298%; }
    .columns:first-child {
      margin-left: 0; }
    .columns.two {
      width: 14.89362%; }
    .columns.three, .columns.one-fourth {
      width: 23.40426%; }
    .columns.four, .columns.one-third {
      width: 31.91489%; }
    .columns.five {
      width: 40.42553%; }
    .columns.six, .columns.one-half {
      width: 48.93617%; }
    .columns.seven {
      width: 57.44681%; }
    .columns.eight, .columns.two-thirds {
      width: 65.95745%; }
    .columns.nine, .columns.three-fourths {
      width: 74.46808%; }
    .columns.ten {
      width: 82.97872%; }
    .columns.eleven {
      width: 91.48936%; }
    .columns.twelve, .columns.full {
      width: 100%; }
    .columns.offset-one {
      margin-left: 10.6383%; }
      .columns.offset-one:first-child {
        margin-left: 8.51064%; }
    .columns.offset-two {
      margin-left: 19.14894%; }
      .columns.offset-two:first-child {
        margin-left: 17.02128%; }
    .columns.offset-three {
      margin-left: 27.65957%; }
      .columns.offset-three:first-child {
        margin-left: 25.53191%; }
    .columns.offset-four {
      margin-left: 36.17021%; }
      .columns.offset-four:first-child {
        margin-left: 34.04255%; }
    .columns.offset-five {
      margin-left: 44.68085%; }
      .columns.offset-five:first-child {
        margin-left: 42.55319%; }
    .columns.offset-six {
      margin-left: 53.19149%; }
      .columns.offset-six:first-child {
        margin-left: 51.06383%; }
    .columns.offset-seven {
      margin-left: 61.70213%; }
      .columns.offset-seven:first-child {
        margin-left: 59.57447%; }
    .columns.offset-eight {
      margin-left: 70.21277%; }
      .columns.offset-eight:first-child {
        margin-left: 68.08511%; }
    .columns.offset-nine {
      margin-left: 78.7234%; }
      .columns.offset-nine:first-child {
        margin-left: 76.59574%; }
    .columns.offset-ten {
      margin-left: 87.23404%; }
      .columns.offset-ten:first-child {
        margin-left: 85.10638%; }
    .columns.offset-eleven {
      margin-left: 95.74468%; }
      .columns.offset-eleven:first-child {
        margin-left: 93.61702%; } }
/* Usage - Stick into the top of your SCSS sheet and @include where needed for cross browser transitions.

.class {
     @include transition($transition-property, $transition-time, $method);
}

$transition-property = the property you want to transition
$transition-time = seconds you want the transition to last
$method = how you want it to transition - e.g. ease-in-out

Usage example
-------------
.item { @include transition(padding, 1s, ease-in-out); }
-------------
*/
body {
  background-color: #EEE;
  font-family: "Fauna One", sans-serif; }

h1, h2, h3, h4 {
  font-family: "Playfair Display", serif; }

h1 {
  font-size: 3.5em;
  margin-top: 24px;
  color: #4A4A4A; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 3em; } }

a, i {
  color: #0CA5B0;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out; }
  a:hover, i:hover {
    color: #19e1ef; }
  a:active, a .active, i:active, i .active {
    color: #097880; }

.blank {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.pad-me {
  padding-bottom: 24px !important; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.small {
  display: none; }
  @media screen and (max-width: 500px) {
    .small {
      display: block !important; } }

.large {
  display: auto; }
  @media screen and (max-width: 500px) {
    .large {
      display: none !important; } }

@media screen and (max-width: 500px) {
  p {
    font-size: 1.3em; } }
/* MODULES */
.social-media {
  text-align: center; }
  .social-media a {
    font-size: 36px;
    margin-right: 20px;
    transition: color 0.3s linear; }
    .social-media a:last-child {
      margin-right: 0; }

@media screen and (max-width: 500px) {
  div.content {
    padding: 0 5px; } }
div.content h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1; }
div.content h3 {
  font-size: 1.5em;
  margin-bottom: 1px;
  margin-top: 67px; }
  @media screen and (max-width: 500px) {
    div.content h3 {
      font-size: 2em; } }
div.content h4, div.content p.date {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
  color: #775A66;
  margin-top: 0;
  line-height: 0.3; }
div.content p {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1.5em;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  color: #555555;
  word-spacing: 0.1em; }
  @media screen and (max-width: 500px) {
    div.content p {
      font-size: 1.1em;
      line-height: 1.4; } }
  div.content p:last-child {
    margin-bottom: 3.25em; }
@media screen and (max-width: 500px) {
  div.content ul {
    padding-left: 5px; } }
div.content li {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
  text-rendering: optimizeLegibility;
  color: #555555;
  word-spacing: 0.1em;
  margin-left: 22px; }
  div.content li:last-child {
    margin-bottom: 2.5em; }
  @media screen and (max-width: 500px) {
    div.content li {
      font-size: 1.1em;
      line-height: 1.4; } }
div.content img {
  float: left;
  margin: 0 0 0 2.12766%;
  width: 6.38298%;
  width: 100%;
  margin-bottom: 20px; }
  div.content img:first-child {
    margin-left: 0; }

.header__bar {
  background-color: #4A4A4A;
  color: #0CA5B0;
  margin: 0 auto;
  height: 80px; }
  .header__bar h1 {
    text-align: center;
    font-size: 48px;
    margin: 0; }

div.header {
  min-height: 250px;
  margin-bottom: 30px; }
  @media screen and (max-width: 700px) {
    div.header {
      min-height: 180px; } }
  div.header h2 {
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    transform: translateY(0px);
    opacity: 1; }
  div.header p {
    text-align: center;
    margin-bottom: 20px; }

div#header__content {
  text-align: left; }
  div#header__content ul {
    padding-left: 0; }
  div#header__content span {
    font-family: "Playfair Display", serif;
    color: #4A4A4A; }
  div#header__content li {
    font-weight: 300;
    font-size: 1em;
    list-style: none;
    color: #775A66; }
    div#header__content li a {
      display: inline; }
    div#header__content li.current {
      background-image: url(/img/redline.jpg);
      background-repeat: repeat-x;
      background-position: 0px 48px; }
      div#header__content li.current a, div#header__content li.current a:hover {
        color: #775A66;
        text-decoration: none; }

.nav-container {
  margin-top: 33px; }
  .nav-container span {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    display: block;
    margin-bottom: -2px;
    margin-top: 5px; }

#selected-works > h2 {
  text-align: center;
  margin-bottom: 40px; }

.featured {
  box-sizing: border-box;
  display: block;
  background-color: #4A4A4A;
  height: 400px;
  max-width: 820px;
  margin: 0 auto;
  padding: 240px 40px 40px;
  margin-bottom: 100px; }
  .featured h2, .featured p {
    color: #A5B3AA; }
  .featured h2 {
    font-style: italic; }
  .featured span {
    color: #0CA5B0; }
  .featured.emki {
    background: url(/img/f-emki.jpg) no-repeat center center; }
  .featured.sensible {
    background: url(/img/f-sensible_2.jpg) no-repeat center center; }
  .featured.skype {
    background: url(/img/f-skype_3.png) no-repeat center center; }

#outlier {
  text-align: center; }

/* Portrait */
@media only screen and (max-device-width: 640px) and (orientation: portrait) {
  .featured {
    padding: 175px 40px 40px; }
    .featured.sensible {
      background: url(/img/f-sensible_alt.jpg) no-repeat center center; }
    .featured.skype {
      background: url(/img/f-skype_3.png) no-repeat center right; } }
div.portfolio ul li {
  text-align: center; }

.project-details {
  margin-bottom: 15px; }
  .project-details p, .project-details a {
    line-height: 1.5em;
    margin-bottom: 0 !important;
    display: block; }

.og-details {
  padding: 0 !important; }
  .og-details h3,
  .og-details p {
    padding-left: 20px !important; }
  .og-details a {
    margin-left: 20px !important; }

.pad-me {
  padding-bottom: 12px; }

div.footer {
  background-color: #4A4A4A;
  height: 50px;
  margin-top: 30px;
  padding: 52px 0; }

.pagination ul {
  list-style-type: none;
  padding-left: 0; }
  .pagination ul li {
    float: left;
    margin-right: 20px; }

.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.og-grid li {
  display: inline-block;
  margin: 15px;
  vertical-align: top;
  height: 250px; }

.og-grid li a {
  background-color: #4A4A4A;
  transition: background-color 150ms linear;
  -webkit-transition: background-color 150ms linear; }

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  text-decoration: none; }

.og-grid li > a img {
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }

.og-grid li > a img:hover {
  opacity: 0.7; }

.og-grid li.og-expanded a {
  background-color: rgba(238, 238, 238, 0);
  text-decoration: none !important; }

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #A5B3AA;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px; }

.og-expander {
  position: absolute;
  background: #A5B3AA;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden; }

.og-expander-inner {
  padding: 50px 30px;
  height: 100%; }

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #EEE;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.og-close:hover::before,
.og-close:hover::after {
  background: #fff; }

.og-fullimg,
.og-details {
  width: 35%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }

.og-details {
  width: 65%;
  padding: 0 40px 0 20px; }

.og-fullimg {
  text-align: center; }

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%; }

.og-details h3 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 52px;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #775A66; }

.og-details p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #EEE; }

.og-details a {
  font-weight: 700;
  font-size: 16px;
  color: #0CA5B0;
  background-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #0CA5B0;
  display: inline-block;
  margin: 20px 0 0;
  outline: none; }

.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
  background-color: transparent !important; }

.og-details a:hover {
  border-color: #19e1ef;
  color: #19e1ef; }

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@-webkit-keyframes loader {
  0% {
    background: #A5B3AA; }
  33% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #EEE, -15px 30px 1px #A5B3AA; }
  66% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #A5B3AA, -15px 30px 1px #EEE; } }
@-moz-keyframes loader {
  0% {
    background: #A5B3AA; }
  33% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #EEE, -15px 30px 1px #A5B3AA; }
  66% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #A5B3AA, -15px 30px 1px #EEE; } }
@keyframes loader {
  0% {
    background: #A5B3AA; }
  33% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #EEE, -15px 30px 1px #A5B3AA; }
  66% {
    background: #EEE;
    box-shadow: 0 0 1px #EEE, 15px 30px 1px #A5B3AA, -15px 30px 1px #EEE; } }
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px; }

  .og-expander p {
    font-size: 13px;
    display: none; }

  .og-expander a {
    font-size: 12px; } }
@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none; }

  .og-details {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
