@charset "UTF-8";
/* ==========================================================================
Theme Name: 1100 Architect
Theme URI: http://www.1100architect.com
Description: Official 1100 Architect theme. Please do not change.
Version: 2.1
Author: Sumit Paul
Author URI: http://www.studiokudos.com
============================================================================= */
/* normalize.css v1.1.0 | 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* =================== Variables ============================================= */
/* =================== Defaults ============================================== */
body {
  background-color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  font-family: "klavika-web-n4","klavika-web",sans-serif;
  -webkit-font-smoothing: antialiased; }

body.home {
  overflow: hidden; }

#main {
  position: relative;
  *zoom: 1; }
  #main:before, #main:after {
    content: " ";
    display: table; }
  #main:after {
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.wrap {
  *zoom: 1; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }

#warning {
  position: fixed;
  z-index: 999999;
  padding: 10px 0;
  width: 100%;
  background: #ee2d24;
  color: #fff;
  text-align: center;
  font-weight: 600; }

h1 {
  font-weight: 600; }

#filter-button {
  display: none;
  background-color: #6E6E6E;
  background-color: rgba(110, 110, 110, 0.7);
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 44px;
  height: 40px;
  -webkit-transition: background-color, 0.3s, ease-out;
  -moz-transition: background-color, 0.3s, ease-out;
  transition: background-color, 0.3s, ease-out;
  background-image: url(img/icon-filter.png);
  background-repeat: no-repeat;
  background-position: center center; }
  #filter-button:hover {
    background-color: #ee2d24;
    color: #fff; }
  @media only screen and (min-width: 1025px) {
    #filter-button {
      display: none !important; } }

.wf-loading, .wf-inactive {
  font-family: "klavika-web",sans-serif;
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/* =================== Homepage ============================================= */
#home-page {
  background: #FFFFFF; }

#big-slideshow {
  position: relative; }

#bs-container {
  cursor: pointer;
  height: 1200px; }

#bs-caption {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0 2% 0 0;
  padding: 4px 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.7em;
  line-height: 1em; }
  #bs-caption:hover {
    background-color: black; }

#white-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9999;
  width: 99px;
  height: 44px;
  background: transparent url(img/logo-1100-white-mobile.png) no-repeat center center; }
  @media only screen and (min-width: 1025px) {
    #white-logo {
      width: 135px;
      height: 58px;
      background: transparent url(img/logo-1100-white.png) no-repeat center center; } }

/* =================== Sidebar ============================================== */
#sidebar {
  position: relative;
  z-index: 9999;
  float: left;
  padding-left: 25px;
  width: 155px;
  color: #444;
  display: none; }
  #sidebar.fixed {
    position: fixed;
    top: 103px;
    left: 0; }
  #sidebar h2 {
    color: #4B4B4B;
    font-weight: 600;
    font-size: 1.125em; }
  #sidebar h3 {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #4B4B4B;
    margin: 0 0 7px 0; }
  #sidebar ul {
    margin: 0;
    padding: 0; }
  #sidebar ul.subcat {
    display: none;
    padding: 0; }
  #sidebar #residential, #sidebar #commercial, #sidebar #education, #sidebar #civic-cultural, #sidebar #view-all {
    font-weight: 500; }
    #sidebar #residential.current, #sidebar #commercial.current, #sidebar #education.current, #sidebar #civic-cultural.current, #sidebar #view-all.current {
      font-weight: 600; }
  #sidebar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em; }
  #sidebar li.cat {
    padding-bottom: 7px; }
    #sidebar li.cat.indent {
      padding-left: 7px; }
    #sidebar li.cat .switch-view {
      display: block; }
  #sidebar a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    display: block;
    color: #4B4B4B;
    text-decoration: none; }
    #sidebar a:hover {
      color: #000; }
    #sidebar a.selected {
      color: #ee2d24; }
    #sidebar a.current {
      color: #ee2d24;
      font-weight: 600; }
    #sidebar a:focus {
      outline: none; }
  #sidebar .subcat a.filter {
    text-transform: capitalize; }
  #sidebar #back-button {
    display: block;
    position: fixed;
    bottom: 30px;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-size: 0.75em; }
    #sidebar #back-button:hover {
      color: #ee2d24; }
  @media only screen and (min-width: 1025px) {
    #sidebar {
      display: block; }
      #sidebar #back-button {
        bottom: 70px; } }

#mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  width: 150px;
  padding: 0 20px 20px 20px;
  display: none; }
  #mobile-sidebar h2 {
    color: #777;
    font-weight: 600;
    font-size: 1.125em; }
  #mobile-sidebar h3 {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #777;
    margin: 0 0 7px 0; }
  #mobile-sidebar ul {
    margin: 0;
    padding: 0; }
  #mobile-sidebar ul.subcat {
    display: none;
    padding: 0; }
  #mobile-sidebar #residential, #mobile-sidebar #commercial, #mobile-sidebar #education, #mobile-sidebar #civic-cultural, #mobile-sidebar #view-all {
    font-weight: 500; }
    #mobile-sidebar #residential.current, #mobile-sidebar #commercial.current, #mobile-sidebar #education.current, #mobile-sidebar #civic-cultural.current, #mobile-sidebar #view-all.current {
      font-weight: 600; }
  #mobile-sidebar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em; }
  #mobile-sidebar li.cat {
    padding-bottom: 7px; }
    #mobile-sidebar li.cat.indent {
      padding-left: 7px; }
  #mobile-sidebar a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    display: block;
    color: #777;
    text-decoration: none; }
    #mobile-sidebar a:hover {
      color: #000; }
    #mobile-sidebar a.selected {
      color: #ee2d24; }
    #mobile-sidebar a.current {
      color: #ee2d24;
      font-weight: 600; }
    #mobile-sidebar a:focus {
      outline: none; }
  #mobile-sidebar .subcat a.filter {
    text-transform: capitalize; }
  #mobile-sidebar .close-caption {
    opacity: 0.75;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url(img/icon-close.png) no-repeat center center; }
  @media only screen and (min-width: 600px) {
    #mobile-sidebar {
      width: 250px;
      font-size: 1.2em; }
      #mobile-sidebar ul.subcat {
        font-size: 1.05em; } }
  @media only screen and (min-width: 1025px) {
    #mobile-sidebar {
      display: none !important; } }

.mobile-project-title {
  position: absolute;
  left: 0;
  bottom: 90px;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  width: 240px;
  padding: 15px 25px; }
  .mobile-project-title .title {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2; }
  .mobile-project-title .loc {
    margin: 0;
    font-size: 0.85em; }
  .mobile-project-title .year {
    margin: 0;
    font-size: 0.85em; }
  @media only screen and (min-width: 600px) {
    .mobile-project-title .title {
      margin: 0 0 5px 0;
      font-size: 1.5em; }
    .mobile-project-title .loc {
      font-size: 1em; }
    .mobile-project-title .year {
      font-size: 1em; } }
  @media only screen and (min-width: 1025px) {
    .mobile-project-title {
      display: none; } }

/* =================== Work Area ============================================ */
#work-area {
  padding: 0 25px 40px 25px; }
  #work-area .mobile-heading {
    display: block;
    color: #999;
    font-weight: 500;
    font-size: 1.5em;
    margin-top: 10px; }
  @media only screen and (min-width: 1025px) {
    #work-area {
      margin-left: 220px;
      padding: 0 40px 100px 0; }
      #work-area .mobile-heading {
        display: none; } }

#work-index {
  position: relative;
  width: 100%;
  cursor: pointer; }
  #work-index table {
    width: 100%;
    text-align: left; }
  #work-index thead tr {
    text-align: inherit; }
  #work-index thead th {
    font-weight: 600;
    padding: 16px 0 8px 0;
    text-align: inherit; }
  #work-index tbody td {
    vertical-align: top;
    padding: 10px 0 15px 0;
    line-height: 1.3;
    border-top: 1px solid #ccc; }
  #work-index tbody tr:hover {
    color: #ee2d24; }
  #work-index .title .table-thumb {
    float: left;
    width: 20%;
    height: auto; }
  #work-index .title .table-info {
    float: left;
    margin-left: 4%;
    width: 76%; }
  #work-index .title p {
    margin: 0;
    color: #666;
    padding-right: 20px; }
  #work-index .title .theName {
    display: block;
    padding-right: 20px; }
  #work-index .location {
    display: none; }
  #work-index .type {
    text-transform: capitalize;
    display: none; }
  #work-index .year {
    text-transform: capitalize;
    display: none; }
  @media only screen and (min-width: 600px) {
    #work-index .title {
      width: 55%; }
      #work-index .title .theYear {
        display: none; }
    #work-index .year {
      width: 22%; }
    #work-index .type {
      width: 23%; }
    #work-index .type, #work-index .year {
      display: table-cell; } }
  @media only screen and (min-width: 768px) {
    #work-index .title {
      width: 60%; }
      #work-index .title .table-thumb {
        width: 31%;
        height: auto; }
      #work-index .title .table-info {
        width: 65%;
        margin-left: 4%; }
    #work-index .year {
      width: 20%; }
    #work-index .type {
      width: 20%; } }
  @media only screen and (min-width: 800px) {
    #work-index .title {
      width: 50%; }
      #work-index .title .table-thumb {
        width: 34%;
        height: auto; }
      #work-index .title .table-info {
        width: 62%;
        margin-left: 4%; }
      #work-index .title .theLocation {
        display: none; }
    #work-index .location {
      width: 22%;
      display: table-cell; }
    #work-index .year {
      width: 14%; }
    #work-index .type {
      width: 14%; }
    #work-index tbody .location span {
      display: block;
      padding-right: 20px; } }
  @media only screen and (min-width: 1025px) {
    #work-index {
      display: none;
      width: 800px; }
      #work-index table {
        width: 800px; }
      #work-index thead th {
        padding: 16px 10px 8px 10px; }
      #work-index tbody td {
        padding: 8px 10px 8px 10px;
        border-top: none; }
      #work-index tbody tr:hover {
        background-color: #fff;
        color: inherit; }
      #work-index .title {
        width: 300px; }
        #work-index .title p {
          display: none; }
        #work-index .title .table-thumb {
          display: none;
          float: none; }
        #work-index .title .table-info {
          width: auto;
          margin-left: 0;
          float: none; }
      #work-index .location {
        width: 140px; }
      #work-index .year {
        width: 80px; }
      #work-index .type {
        width: 100px; } }

.arrow.up {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: transparent url(img/icon-up-sort.png) no-repeat center center;
  width: 16px;
  height: 10px; }

.arrow.down {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: transparent url(img/icon-down-sort.png) no-repeat center center;
  width: 16px;
  height: 10px; }

.arrow.back {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: transparent url(img/icon-back-arrow.png) no-repeat center center;
  width: 16px;
  height: 10px; }

.arrow.front {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: transparent url(img/icon-front-arrow.png) no-repeat center center;
  width: 16px;
  height: 10px; }

#project-preview {
  position: absolute;
  top: 0;
  right: -140px;
  width: 130px;
  height: 130px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  display: none; }
  @media only screen and (min-width: 1210px) {
    #project-preview {
      display: block; } }

html.js.cssanimations #grid {
  opacity: 0; }

#grid {
  display: none; }
  @media only screen and (min-width: 1025px) {
    #grid {
      display: block; } }

.item {
  position: relative;
  display: block;
  margin: 10px;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none !important; }
  .item img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .item .project-caption {
    font-size: 1.125em;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    z-index: 2;
    display: block;
    opacity: 0;
    width: 84%;
    height: 84%; }
  .item .loc {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8em;
    margin-top: 5px; }
  .item:hover img {
    opacity: 0.2; }
  .item:hover span {
    opacity: 1; }

/* =================== News Item ============================================ */
#news-grid {
  *zoom: 1;
  margin: 14px 0 0 0; }
  #news-grid:before, #news-grid:after {
    content: " ";
    display: table; }
  #news-grid:after {
    clear: both; }
  #news-grid .featured-news img {
    width: auto;
    height: 352px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  #news-grid .research-list img {
    width: 100%;
    height: auto;
  }
  #news-grid .other-news {
    display: none; }
    #news-grid .other-news img {
      width: auto;
      height: 203px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #news-grid .other-news a {
      width: 60%; }
    #news-grid .research-list .desc{
      float: left;
    }
  @media only screen and (min-width: 250px) and (max-width: 768px) {
    #news-grid .research-list .desc {
      width: 100%;
    }
    #news-grid .research-list .research-blurb-text {
      display: none;
    }

  }
  @media only screen and (min-width: 769px) {
    #news-grid .featured-news .news-item.not-featured {
      display: none; }
    #news-grid .featured-news img {
      width: auto;
      height: 352px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #news-grid .other-news img {
      width: auto;
      height: 203px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #news-grid .research-list img {
      width: 380px;
      height: auto;
    }
    #news-grid .featured-news {
      width: 60%;
      float: left;
      margin-right: 4%; }
    #news-grid .other-news {
      display: block;
      float: left;
      width: 36%; }
    #news-grid .research-list {
      width: 80%;
      float: left;
      margin-right: 4%;
    }
    #news-grid .other-news a {
        width: auto; } }
  @media only screen and (min-width: 1025px) {
    #news-grid .featured-news {
      width: 62%;
      margin-right: 2%; }
    #news-grid .other-news {
      width: 36%; } 
    }
  @media only screen and (min-width: 1025px) {
    #news-grid .research-list {
      width: 850px;
      margin-right: 20px;
    }
    #news-grid .research-list .desc{
      float: right;
    }
  }
  @media only screen and (min-width: 1104px) {
    #news-grid .featured-news {
      width: 517px;
      margin-right: 20px; }
    #news-grid .research-list .desc{
      float: right;
    }
    #news-grid .research-list {
      width: 850px;
      margin-right: 20px;
    }
    #news-grid .other-news {
      width: 307px; } }

  @media only screen and (max-width: 630px) {
    #work-area .research .image, #work-area .research .spacer {
      display: none;
    }
  }


.news-item, .research-item {
  display: block;
  color: #444;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none !important; }
  .news-item img, .research-item img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .news-item span.desc {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .research-item span.desc {
    width: 415px;
    float: right;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .news-item span.date {
    display: block;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400; }
  .news-item span.heading {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    font-size: 1em;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    margin: 0 0 5px 0;
    color: #000; }
  .news-item:hover span.heading {
    color: #ee2d24; }
  .news-item:hover img {
    opacity: 0.75; }
  .news-item:hover span.desc {
    color: #ee2d24; }
  .research-item span.heading {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    font-size: 1em;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    margin: 0 0 4px 0;
    color: #000; }
  .research-item span.date {
    display: block;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
  }
  .research-item .research-blurb-text {
    font-weight: 100;
    text-align: justify;
  }
  .research-item span.desc:hover {
    color: #ee3214;
  }
  /*.research-item span.heading:hover {
    color: #ee3214;
  }*/
  .research-item span.desc:hover span.heading {
    color: #ee3214;
  }
  .research-item img:hover {
    opacity: 0.75;
  }
  @media only screen and (min-width: 1025px) {
    .news-item, .research-item {
      margin: 15px 10px 10px 10px; } }

  .news .post img {
    width: auto;
    height: 437px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .news .post .metaslider img {
    width: auto;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


/* =================== Studio =============================================== */
article.studio {
  width: 100%; }
  article.studio h1 {
    margin: 14px 0 20px 0;
    font-weight: 600; }
  article.studio h2, article.studio strong, article.studio b {
    font-weight: 600; }
  article.studio img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 1025px) {
    article.studio {
      width: 620px; } }

article.team {
  margin-top: 16px;
  width: 100%; }
  article.team h1 {
    margin: 14px 0 20px 0;
    font-weight: 600; }
  article.team strong, article.team b {
    font-weight: 600; }
  article.team h2 {
    font-size: 1.5em;
    margin: 0 0 16px 0;
    font-weight: 600; }
    article.team h2 span {
      font-weight: 500;
      color: #888; }
  article.team .desc {
    margin-bottom: 32px; }
  article.team ul {
    margin: 0 0 20px -10px;
    padding: 0; }
  article.team img.alignleft {
    float: left;
    width: 130px;
    height: 130px;
    margin: 6px 15px 0 0; }
  article.team span.right-col {
    color: #666; }
  article.team li {
    display: block;
    list-style: none;
    padding: 0 0 8px 10px;
    line-height: 1.2; }
    article.team li.list-heading {
      font-weight: 600; }
  @media only screen and (min-width: 1025px) {
    article.team {
      width: 620px; } }

article.clients {
  width: 100%; }
  article.clients h1 {
    margin: 14px 0 20px 0;
    font-weight: 600; }
  article.clients h2 {
    margin: 0 0 16px 0;
    padding: 12px 0 0 0;
    font-weight: 600; }
    article.clients h2 span {
      font-weight: 500;
      color: #888; }
  article.clients ul {
    margin: 0 0 30px 0;
    padding: 0; }
  article.clients li {
    list-style: none;
    padding: 0 0 8px 0;
    line-height: 1.2; }
  @media only screen and (min-width: 600px) {
    article.clients ul {
      -webkit-column-count: 2;
      -webkit-column-gap: 25px;
      -moz-column-count: 2;
      -moz-column-gap: 25px;
      column-count: 2;
      column-gap: 25px; } }
  @media only screen and (min-width: 1025px) {
    article.clients {
      width: 620px; } }

article.contact {
  width: 100%;
  margin-top: 24px; }
  article.contact h1, article.contact strong, article.contact b {
    font-weight: 600; }
  article.contact h2 {
    font-size: 1.5em;
    line-height: 1.125;
    margin: 0 0 16px 0;
    font-weight: 600; }
    article.contact h2 span {
      font-weight: 500;
      color: #888; }
  article.contact .wrap {
    margin-bottom: 30px; }
  article.contact .image img {
    width: 80%;
    height: auto; }
  article.contact .address {
    margin: 15px 0 0 0; }
  article.contact a {
    color: #666;
    text-decoration: none; }
    article.contact a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 481px) {
    article.contact .image {
      float: left;
      width: 40%; }
      article.contact .image img {
        width: 100%; }
    article.contact .address {
      float: right;
      width: 56%;
      margin: 0; } }
  @media only screen and (min-width: 769px) {
    article.contact .image {
      float: left;
      width: 48%; }
    article.contact .address {
      float: right;
      width: 48%;
      margin: 0; } }
  @media only screen and (min-width: 1025px) {
    article.contact {
      width: 620px; } }

article.news {
  width: 100%; }
  article.news h1 {
    margin: 14px 70px 10px 0;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2; }
  article.news h2, article.news strong, article.news b {
    font-weight: 600; }
  article.news p.date {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #444; }
  article.news p {
    margin-top: 0; }
  article.news a {
    color: #333; }
    article.news a:hover {
      color: #ee2d24; }
  @media only screen and (min-width: 670px) {
    article.news {
      width: 620px; } }
  @media only screen and (min-width: 1025px) {
    article.news {
      width: 620px; } }

article.research {
  width: 100%; }
  article.research h1 {
    margin: 14px 70px 10px 0;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2; }
  article.research h2, article.research strong, article.research b {
    font-weight: 600; }
  article.research p.date {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #444; }
  article.research p {
    margin-top: 0; }
  article.research a {
    color: #777777; }
  article.research p.wp-caption-text{
    font-size: 14px; }
  article.research a:hover {
    color: #ee2d24; }
  @media only screen and (min-width: 670px) {
    article.research {
      width: 620px; } }
  @media only screen and (min-width: 1025px) {
    article.research {
      width: 620px; } }      

/* =================== Posts =============================================== */
.post {
  margin-bottom: 20px; }
  .post h2 {
    margin-bottom: 0; }
  .post a {
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .post .date {
    margin: 0;
    color: #666;
    font-size: 0.85em; }
  .post img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .post .see-also {
    margin: 0 0 15px 0; }
    .post .see-also strong {
      text-transform: uppercase;
      font-size: 0.9em; }
  .post .share-news {
    margin: 0 0 15px 0; }
    .post .share-news a {
      color: #222;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.9em; }

.next-prev {
  padding-top: 10px;
  border-top: 1px solid #ccc; }
  .next-prev .next-post a, .next-prev .prev-post a {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    display: block;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-size: 0.85em; }
    .next-prev .next-post a:hover, .next-prev .prev-post a:hover {
      color: #ee2d24; }
  .next-prev .next-post {
    float: left; }
  .next-prev .prev-post {
    float: right; }

.post-content.publications {
  color: #333; }
  .post-content.publications p {
    margin: 0 0 8px 0; }
  .post-content.publications a {
    color: #333;
    text-decoration: none; }
    .post-content.publications a:hover {
      color: #ee2d24; }

/* =================== Project Page ========================================= */
#project-mobile {
  padding: 0 25px 30px 25px; }
  #project-mobile img {
    width: 100%;
    height: auto; }
  #project-mobile .title {
    margin: 0 0 5px 0;
    line-height: 1; }
  #project-mobile h3 {
    margin: 0; }
  #project-mobile .rel-pub {
    margin-bottom: 20px; }
  #project-mobile .rel-news {
    margin-bottom: 20px; }
  #project-mobile .rel-proj {
    margin-bottom: 20px; }
  #project-mobile .rel-pub p, #project-mobile .rel-news p, #project-mobile .rel-proj p {
    margin: 0; }
  #project-mobile .loc {
    margin: 0; }
  #project-mobile .year {
    margin: 0 0 20px 0; }
  #project-mobile .the-credit {
    font-size: 0.75em;
    color: #888;
    margin: 5px 0 5px 0; }
  #project-mobile .the-credit.last {
    margin-bottom: 20px; }
  #project-mobile .the-caption p {
    margin: 5px 0 10px 0; }
  #project-mobile .the-photo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  #project-mobile .the-photo.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    #project-mobile .the-photo.last a {
      display: block;
      text-decoration: none;
      color: #222; }
      #project-mobile .the-photo.last a:hover {
        color: #ee2d24; }

@media only screen and (min-width: 601px) and (max-width: 1025px) {
  #caption-modal .the-text p {
    font-size: 1.125em; } }
@media only screen and (min-width: 601px) {
  #project-slider {
    display: block; }

  #project-mobile {
    display: none; }

  body.single-projects {
    overflow: hidden; }

  body.single-projects .fix-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; } }
@media only screen and (max-width: 600px) {
  #project-slider {
    display: none; }

  #project-mobile {
    margin-top: 10px; }

  body.single-projects {
    overflow: scroll; }

  body.single-projects .fix-header {
    position: static; } }
#project-page #work-area {
  padding: 0;
  background: #FFFFFF; }

#sidebar-desc {
  margin-top: 10px;
  color: #000; }
  #sidebar-desc h1 {
    font-size: 1em;
    line-height: 1.2em; }
  #sidebar-desc .loc, #sidebar-desc .year {
    font-size: 0.9em;
    line-height: 1.2em; }
  #sidebar-desc .loc, #sidebar-desc .year {
    margin: 0; }

#sidebar-special {
  margin-top: 25px;
  color: #444; }
  #sidebar-special h2 {
    font-size: 0.85em;
    line-height: 1.2em; }
  #sidebar-special .awards-content {
    font-size: 0.8em;
    line-height: 1.2; }
    #sidebar-special .awards-content p {
      margin: 0 0 10px 0; }

.swipe {
  position: relative;
  visibility: hidden;
  overflow: hidden; }

.swipe-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .swipe-wrapper .slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    color: #000; }
  .swipe-wrapper .image-container {
    width: auto;
    height: 100%;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: contain;
    -ms-behavior: url(backgroundsize.min.htc);
    background-repeat: no-repeat; }
  @media only screen and (min-width: 1025px) {
    .swipe-wrapper .slide .image-container {
      background-position: center center;
      background-size: cover;
      -ms-behavior: url(backgroundsize.min.htc);
      background-repeat: no-repeat;
      background-color: #FFFFFF; }
    .swipe-wrapper .slide.portrait .image-container {
      background-position: 0 center;
      background-size: contain;
      -ms-behavior: url(backgroundsize.min.htc);
      background-color: #FFFFFF; } }

.image-container img {
  width: auto;
  height: 100%;
  position: relative;
}

.landscape img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.portrait img {
  margin-right: 0;
  margin-left:0;
}

#project-nav {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 9999; }
  #project-nav a {
    -webkit-transition: background-color, 0.3s, ease-out;
    -moz-transition: background-color, 0.3s, ease-out;
    transition: background-color, 0.3s, ease-out;
    display: block;
    padding: 6px 0;
    width: 44px;
    height: 40px;
    background-color: rgba(110, 110, 110, 0.2);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 1.2; }
    #project-nav a:hover {
      background-color: #ee2d24;
      color: #fff; }
  #project-nav a#next-slide {
    background-image: url(img/icon-next-projects.png);
    background-repeat: no-repeat;
    background-position: center center; }
  #project-nav a#prev-slide {
    background-image: url(img/icon-prev-projects.png);
    background-repeat: no-repeat;
    background-position: center center; }
  #project-nav #hide-captions {
    -webkit-transition: background-color, 0.3s, ease-out;
    -moz-transition: background-color, 0.3s, ease-out;
    transition: background-color, 0.3s, ease-out;
    display: none;
    padding: 6px 0;
    width: 44px;
    height: 40px;
    background: rgba(110, 110, 110, 0.2) url(img/icon-info.png) no-repeat center center;
    color: #fff;
    cursor: pointer; }
    #project-nav #hide-captions:hover {
      background-color: #ee2d24;
      color: #fff; }
  #project-nav .hc-btn-container {
    display: none; }
  #project-nav a#share-button {
    background-image: url(img/icon-share.png);
    background-repeat: no-repeat;
    background-position: center center; }
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
    #project-nav #hide-captions, #project-nav .hc-btn-container {
      display: block; } }
  @media only screen and (max-width: 1024px) {
    #project-nav {
      bottom: 89px; }
      #project-nav a#next-slide, #project-nav a#prev-slide {
        display: block; } }
        
              @media only screen and (max-width: 601px) {
       #project-nav {
      bottom: 89px; }
      #project-nav a#next-slide, #project-nav a#prev-slide {
        display: none; } }


#intro-box {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: absolute;
  bottom: 65px;
  width: 400px;
  margin: 0 2%;
  padding: 20px 20px 0 20px;
  right: 60px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  opacity: 0;
  display: block; }
  #intro-box .title {
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2; }
  #intro-box .loc {
    margin: 0; }
  #intro-box .year {
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    #intro-box {
      display: none !important; } }

.photo-credit {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 2% 0 0;
  padding: 4px 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.7em;
  line-height: 1em; }
  .photo-credit:hover {
    background-color: #000;
    background-color: black; }
  @media only screen and (min-width: 1025px) {
    .photo-credit {
      /* bottom: 42px; */ } }

.photo-caption {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 65px;
  right: 60px;
  width: 400px;
  padding: 0 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 0.85em; }
  @media only screen and (max-width: 1024px) {
    .photo-caption {
      display: none !important; } }

.portrait .photo-caption {
  width: 400px; }

.jspTrack {
  background: #fff; }

.jspDrag {
  background: #dfdfdf; }

#project-extra {
  opacity: 0;
  display: block;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: absolute;
  bottom: 65px;
  width: 400px;
  height: 350px;
  overflow: auto;
  right: 60px;
  padding: 0 20px 20px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 0.9em; }
  #project-extra:hover {
    background-color: #fff; }
  #project-extra .left {
    margin-right: 4%;
    width: 48%; }
  #project-extra .right {
    width: 48%; }
  #project-extra h3 {
    margin: 20px 0 5px 0;
    color: #000;
    text-transform: uppercase; }
  #project-extra p {
    margin: 0 0 5px 0 !important; }
  #project-extra a {
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    #project-extra a:hover {
      color: #ee2d24; }
  #project-extra .rel-news a, #project-extra .rel-proj a {
    margin: 0 0 7px 0;
    line-height: 1.2; }
  @media only screen and (max-width: 1024px) {
    #project-extra {
      display: none !important; } }

/* =================== Navigation =========================================== */
nav ul {
  margin: 0;
  padding: 0; }
nav li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0;
  padding: 13px 20px 0 0; }
nav .site-nav {
  display: none; }
@media only screen and (min-width: 1025px) {
  nav .site-nav {
    display: block; }
  nav .language-selector {
    padding-right: 48px; } }

#bs-nav {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
  height: 50px;
  display: none; }
  #bs-nav a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #fff;
    text-decoration: none;
    text-shadow: 0.1em 0.1em 0.05em #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px; }
    #bs-nav a:hover {
      color: #ccc; }
  #bs-nav nav {
    float: right; }
  #bs-nav nav li {
    padding: 0 30px 0 0; }
  @media only screen and (min-width: 1025px) {
    #bs-nav {
      display: block; } }

#lang_sel_list {
  height: auto;
  width: auto;
  font-family: "klavika-web",sans-serif; }
  #lang_sel_list ul {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: none; }
  #lang_sel_list a {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-size: 18px;
    line-height: 20px; }
    #lang_sel_list a.lang_sel_sel {
      display: none; }
    #lang_sel_list a.lang_sel_other {
      display: block; }
  #lang_sel_list li {
    width: auto;
    float: none; }
  #bs-nav #lang_sel_list ul a {
    text-transform: uppercase;
    font-size: 0.95em;
    color: #dfdfdf;
    font-weight: 400; }
    #bs-nav #lang_sel_list ul a:hover {
      color: #ccc; }
  #main-nav #lang_sel_list ul a {
    text-transform: uppercase;
    font-size: 0.95em;
    color: #666;
    font-weight: 400; }
    #main-nav #lang_sel_list ul a:hover {
      color: #ee2d24; }

header {
  position: relative;
  width: 100%;
  background: #FFFFFF; }
  header a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125em; }
    header a:hover {
      color: #ee2d24; }
    header a.current {
      color: #ee2d24; }
  header nav {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 0 10px 180px;
    padding-top: 58px;
    background-color: #FFFFFF; }
    #project-page header nav {
      background-color: transparent;
      opacity: 1; }
  header nav ul {
    float: right; }
  header nav li {
    padding: 0 30px 0 0; }
  @media only screen and (min-width: 1025px) {
    header {
      background: transparent; }
      #project-page header nav {
        background-color: #FFFFFF;
        background-color: #FFFFFF;
        opacity: 0; }
      #project-page header nav:hover {
        background-color: #FFFFFF;
        background-color: #FFFFFF;
        opacity: 1; } }

#project-page header {
  background: transparent; }

.mobile-nav-button {
  position: absolute;
  z-index: 999999;
  top: 20px;
  right: 12px;
  width: 44px;
  height: 34px;
  background: transparent url(img/icon-menu-white.png) no-repeat center center; }
  .mobile-nav-button.dark {
    top: 25px;
    right: 12px;
    background: transparent url(img/icon-menu-dark.png) no-repeat center center; }
  @media only screen and (min-width: 769px) {
    .mobile-nav-button.dark {
      right: 27px; } }
  @media only screen and (min-width: 1025px) {
    .mobile-nav-button {
      display: none !important; } }

#mobile-menu {
  position: relative;
  z-index: 999999;
  display: none;
  background: #444;
  padding: 0.5em 0 1em 0;
  color: #aaa;
  font-size: 1.125em; }
  #mobile-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    padding-bottom: 5px; }
  #mobile-menu ul {
    margin: 0;
    padding: 0; }
    #mobile-menu ul.col1 {
      float: left;
      width: 100px;
      padding: 0 10px 0 25px; }
    #mobile-menu ul.col2 {
      float: left;
      width: 120px;
      padding: 0 25px 0 10px; }
    #mobile-menu ul.col1 a, #mobile-menu ul.col2 a {
      display: block; }
  #mobile-menu ul.col3 {
    font-size: 0.85em;
    margin: 20px 0 0 0;
    float: left;
    width: 220px;
    padding: 0 10px 0 25px; }
  #mobile-menu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #mobile-menu li.mobile-social a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 10px; }
  #mobile-menu .title {
    padding-bottom: 5px;
    font-size: 0.9em; }
  #mobile-menu .title a {
    font-weight: 700;
    text-decoration: none;
    color: #fff; }
  #mobile-menu .lang a, #mobile-menu .search a {
    color: #aaa; }
  #mobile-menu .title-link, #mobile-menu .title {
    margin-top: 0.7em; }
  #mobile-menu #close-mobile-menu {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(img/icon-close-white.png) no-repeat center center; }
  @media only screen and (min-width: 600px) {
    #mobile-menu ul.col3 {
      position: absolute;
      top: 0;
      right: 0; } }
  @media only screen and (min-width: 1025px) {
    #mobile-menu {
      display: none !important; } }

.fix-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

#red-logo {
  z-index: 99998;
  float: left;
  margin: 25px 0 10px 25px;
  width: 99px;
  height: 44px;
  background: transparent url(img/logo-1100-red-mobile.png) no-repeat center center; }
  @media only screen and (min-width: 1025px) {
    #red-logo {
      width: 135px;
      height: 58px;
      background: transparent url(img/logo-1100-red.png) no-repeat center center; } }

/* =================== Footer ================================================= */
.site-footer {
  display: none;
  width: 100%;
  background-color: #444;
  color: #ccc;
  font-size: 0.95em; }
  .site-footer a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #ccc;
    text-decoration: none; }
    .site-footer a:hover {
      color: #fff; }
  .site-footer nav {
    padding: 10px 20px 20px 20px; }
    .site-footer nav li {
      padding: 0 15px 0 0; }
    .site-footer nav li a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    .site-footer nav li.social a {
      margin: 10px 10px 0 0;
      vertical-align: bottom; }
    .site-footer nav ul.right {
      display: none; }
  @media only screen and (min-width: 1025px) {
    .site-footer {
      bottom: 0;
      left: 0;
      z-index: 99999;
      position: fixed;
      display: block;
      height: 42px; }
      .site-footer nav li.social a {
        margin: 0 10px 0 0; }
      .site-footer nav ul.right {
        display: block; } }

.post-edit-link {
  color: #fff !important;
  background: #ee2d24;
  display: block;
  padding: 0 5px; }

/* =================== Modals ================================================= */
#overlay {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  background-color: #000; }

#social-modal {
  display: none;
  padding: 20px 20px 20px 25px;
  width: 170px;
  height: 100px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -108px; }
  #social-modal .heading {
    font-weight: 600;
    color: #000;
    font-size: 1.25em; }
  #social-modal ul {
    margin: 0;
    padding: 0; }
  #social-modal li {
    list-style: none;
    display: inline; }
  #social-modal a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 44px;
    height: 44px;
    background-color: #ee2d24;
    text-indent: -9999px;
    margin: 20px 10px 0 0;
    background-repeat: no-repeat;
    background-position: center center; }
    #social-modal a:hover {
      background-color: #444; }
    #social-modal a.tw {
      background-image: url(img/icon-tw-big.png); }
    #social-modal a.fb {
      background-image: url(img/icon-fb-big.png); }
    #social-modal a.gp {
      background-image: url(img/icon-gp-big.png); }
    #social-modal a.pi {
      background-image: url(img/icon-pi-big.png); }

#caption-modal {
  display: none;
  width: 300px;
  max-height: 300px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 10px;
  z-index: 999999;
  overflow: scroll; }
  #caption-modal::-webkit-scrollbar {
    width: 0 !important; }
  #caption-modal .close-caption {
    opacity: 0.75;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url(img/icon-close.png) no-repeat center center; }
  @media only screen and (min-width: 600px) {
    #caption-modal {
      width: 400px;
      height: auto;
      top: 225px;
      left: 184px; } }
  @media only screen and (min-width: 1025px) {
    #caption-modal {
      display: none !important; } }

#modal-content {
  padding: 20px 20px 15px 20px; }
  #modal-content .title {
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2; }
  #modal-content .loc {
    margin: 0; }
  #modal-content .year {
    margin: 0; }
  #modal-content h3 {
    margin: 20px 0 5px 0;
    color: #000;
    text-transform: uppercase; }
  #modal-content h3:first-child {
    margin-top: 0; }
  #modal-content p {
    margin: 0 0 5px 0 !important; }
  #modal-content a {
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    #modal-content a:hover {
      color: #ee2d24; }
  #modal-content .rel-news a, #modal-content .rel-proj a {
    margin: 0 0 7px 0;
    line-height: 1.2; }

#search-modal {
  display: none;
  padding: 20px 25px 20px 25px;
  width: 240px;
  height: 100px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -145px; }
  #search-modal .heading {
    font-weight: 600;
    color: #000;
    font-size: 1.25em; }
  #search-modal input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0.25em 0.5em;
    border: none;
    font-size: 1em;
    font-family: "klavika-web",sans-serif;
    background: #ccc; }

#newsletter-modal {
  display: none;
  padding: 25px 25px 25px 25px;
  width: 240px;
  height: 355px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 45%;
  left: 50%;
  margin-top: -100px;
  margin-left: -145px; }
  
 #newsletter-modal a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    display: block;
    color: #777;
    text-decoration: none; }
    #newsletter-modal a:hover {
      color: #000; }   

#mce-MMERGE4, #mce-EMAIL, #mce-MMERGE5, #mce-FNAME, #mce-MMERGE3 {
  background: #ccc; 
  clear:left; 
  font-size: 1em;
  font-family: "klavika-web",sans-serif;
  width:205px; } 


#opensearch {
  padding-right: 10px; }
  #opensearch a {
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 400 !important;
    color: #666; }
    #opensearch a:hover {
      color: #ee2d24; }

#bs-nav #opensearch {
  padding-right: 10px; }
  #bs-nav #opensearch a {
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 400 !important;
    color: #dfdfdf; }
    #bs-nav #opensearch a:hover {
      color: #ee2d24; }

#overlay.reveal {
  cursor: pointer; }

/* =================== Misc. ================================================== */
.icon-twitter, .icon-facebook, .icon-google, .icon-linkedin, .icon-newsletter {
  display: block;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-twitter {
  background-image: url(img/icon-twitter.png); }
  .icon-twitter:hover {
    background-image: url(img/icon-twitter-hover.png); }

.icon-facebook {
  background-image: url(img/icon-facebook.png); }
  .icon-facebook:hover {
    background-image: url(img/icon-facebook-hover.png); }

.icon-google {
  background-image: url(img/icon-google.png); }
  .icon-google:hover {
    background-image: url(img/icon-google-hover.png); }

.icon-linkedin {
  background-image: url(img/icon-linkedin.png); }
  .icon-linkedin:hover {
    background-image: url(img/icon-linkedin-hover.png); }

.icon-newsletter {
  background-image: url(img/icon-newsletter.png); }
  .icon-newsletter:hover {
    background-image: url(img/icon-newsletter-hover.png); }

.list-view-icon {
  display: none;
  width: 60px;
  height: 20px;
  background: url(img/icon-listview-inactive.png) no-repeat 0 0, url(img/icon-gridview.png) no-repeat 20px 0; }
  @media only screen and (min-width: 1025px) {
    .list-view-icon {
      display: block; } }

.grid-view-icon {
  display: block;
  width: 60px;
  height: 20px;
  background: url(img/icon-listview.png) no-repeat 0 0, url(img/icon-gridview-inactive.png) no-repeat 20px 0; }

/* =================== Wordpress ============================================= */
img.alignright {
  float: right;
  padding: 0 0 0 20px; }

/* =================== Search ============================================= */
article.search-area {
  margin-top: 16px;
  width: 100%; }
  article.search-area h1 {
    margin: 14px 0 20px 0;
    font-weight: 600; }
  article.search-area strong, article.search-area b {
    font-weight: 600; }
  article.search-area h2 {
    font-size: 1.5em;
    margin: 0 0 16px 0;
    font-weight: 600; }
    article.search-area h2 span {
      font-weight: 500;
      color: #888; }
  article.search-area ul {
    margin: 0 0 20px 0;
    padding: 0; }
  article.search-area li {
    list-style: none;
    padding: 0 0 15px 0;
    line-height: 1.2; }
  article.search-area .search-results {
    color: #000; }
    article.search-area .search-results li {
      display: block;
      *zoom: 1; }
      article.search-area .search-results li:before, article.search-area .search-results li:after {
        content: " ";
        display: table; }
      article.search-area .search-results li:after {
        clear: both; }
    article.search-area .search-results li a {
      width: auto;
      display: block;
      float: none;
      color: #000;
      text-decoration: none;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      article.search-area .search-results li a:hover {
        color: #ee2d24; }
    article.search-area .search-results .post-type-label {
      text-align: center;
      width: auto;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      float: none;
      background: #666;
      color: #fff;
      font-size: 0.8em;
      padding: 0.2em 0.4em;
      margin-right: 5px;
      margin-bottom: 5px;
      text-transform: capitalize; }
  @media only screen and (min-width: 600px) {
    article.search-area .search-results li a {
      width: 81%;
      float: right; }
    article.search-area .search-results .post-type-label {
      width: 14%;
      float: left; } }
  @media only screen and (min-width: 1025px) {
    article.search-area {
      width: 620px; } }

#searchform {
  margin-top: 16px; }
  #searchform input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0.25em 0.5em;
    border: none;
    font-size: 1em;
    font-family: "klavika-web",sans-serif; }
  #searchform input[type=submit] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #666;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 0.25em 0.5em;
    font-size: 1em;
    font-weight: 400;
    font-family: "klavika-web",sans-serif;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    #searchform input[type=submit]:hover {
      background-color: #ee2d24; }

.flex-direction-nav a {
  width: 44px !important;
  height: 44px !important; }

.flex-direction-nav .flex-prev {
  background: transparent url(img/icon-prev.png) no-repeat center center !important; }

.flex-direction-nav .flex-next {
  background: transparent url(img/icon-next.png) no-repeat center center !important; }

/* =================== isotope =============================================== */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* =================== THE END =============================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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; } }
