@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Settings */
/*
* Base
*/
/* line 5, ../sass/_base.scss */
body {
  font-size: 14px;
  color: black;
  font-family: Arial, sans-serif;
  font-weight: normal;
  background: white;
  position: relative;
}

/* line 14, ../sass/_base.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 19, ../sass/_base.scss */
h1 {
  font-size: 1em;
}

/* line 23, ../sass/_base.scss */
p {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}

/* line 29, ../sass/_base.scss */
.hidden {
  display: none;
}

/*
* Rich content:
*/
/* line 5, ../sass/_rich-content.scss */
img.alignright {
  display: inline;
  float: right;
  margin: 15px 0 15px 15px;
}
/* line 10, ../sass/_rich-content.scss */
img.alignleft {
  display: inline;
  float: left;
  margin: 15px 15px 15px 0;
}
/* line 15, ../sass/_rich-content.scss */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 21, ../sass/_rich-content.scss */
h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .3em;
}

/* line 27, ../sass/_rich-content.scss */
strong {
  font-weight: bold;
}

/* line 31, ../sass/_rich-content.scss */
em {
  font-style: italic;
}

/*
* Sections
*/
/* line 5, ../sass/_sections.scss */
.container {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 12, ../sass/_sections.scss */
.main-header {
  height: 55px;
  background-color: white;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
/* line 22, ../sass/_sections.scss */
.main-header .container {
  position: relative;
  height: 55px;
}
/* line 28, ../sass/_sections.scss */
.main-header .logo,
.main-header .contact-info {
  position: absolute;
}
/* line 32, ../sass/_sections.scss */
.main-header .logo {
  bottom: 5px;
  left: 5px;
}
/* line 37, ../sass/_sections.scss */
.main-header .contact-info {
  bottom: 13px;
  left: 230px;
}
/* line 42, ../sass/_sections.scss */
.main-header p {
  line-height: 1;
}

/* line 47, ../sass/_sections.scss */
article.case-lightbox {
  padding-bottom: 50px;
  position: relative;
  background-color: #ccc;
}
/* line 64, ../sass/_sections.scss */
article.case-lightbox > figure.thumbnail > img {
  height: auto;
}
/* line 69, ../sass/_sections.scss */
article.case-lightbox > figure.thumbnail {
  margin-bottom: 25px;
}
/* line 73, ../sass/_sections.scss */
article.case-lightbox .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  min-height: 60px;
  background-color: black;
  color: white;
  padding: 5px 10px 10px 10px;
}
/* line 88, ../sass/_sections.scss */
article.case-lightbox .description.empty {
  background-color: white;
}
/* line 92, ../sass/_sections.scss */
article.case-lightbox .description table {
  width: 90%;
}
/* line 96, ../sass/_sections.scss */
article.case-lightbox .description td {
  vertical-align: top;
  padding: 4px 0;
}
/* line 101, ../sass/_sections.scss */
article.case-lightbox .description h2 {
  width: 100%;
}
/* line 104, ../sass/_sections.scss */
article.case-lightbox .description p {
  font-style: normal;
  width: 100%;
}

/* line 112, ../sass/_sections.scss */
.fixed-td {
  width: 70px;
  vertical-align: top!important;
}

/*
*  Isotope-gallery
*/
/* line 5, ../sass/_isotope.scss */
#isotope-container {
  background: black url('/images/bg-right.gif?1380202524') repeat-y right;
  width: 100%;
  max-width: 972px;
  overflow: hidden;
  padding-top: 5px;
  margin-top: 55px;
  margin-bottom: 20px;
}
/* line 14, ../sass/_isotope.scss */
#isotope-container .case {
  display: none;
  margin-bottom: 3px;
}
/* line 20, ../sass/_isotope.scss */
#isotope-container .case.thin, #isotope-container .case.thin a img {
  width: 157px;
}
/* line 25, ../sass/_isotope.scss */
#isotope-container .case.wide, #isotope-container .case.wide a img {
  width: 319px;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../sass/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../sass/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../sass/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

/* line 34, ../sass/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 38, ../sass/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 44, ../sass/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 48, ../sass/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
  height: auto!important;
}

/* line 53, ../sass/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 57, ../sass/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 65, ../sass/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 71, ../sass/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 76, ../sass/_fancybox.scss */
#fancybox-loading {
  background-image: url("../images/fancybox_sprite.png");
}

/* line 80, ../sass/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 92, ../sass/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

/* line 98, ../sass/_fancybox.scss */
.fancybox-close {
  background-image: url("../images/fancybox_close.png");
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 8040;
}

/* line 109, ../sass/_fancybox.scss */
.fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_arrows.png");
}

/* line 113, ../sass/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 125, ../sass/_fancybox.scss */
.fancybox-prev {
  left: -60px;
}

/* line 129, ../sass/_fancybox.scss */
.fancybox-next {
  right: -60px;
}

/* line 133, ../sass/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 19px;
  height: 48px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
}

/* line 145, ../sass/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
}

/* line 149, ../sass/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -48px;
}

/* line 154, ../sass/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 158, ../sass/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 170, ../sass/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 175, ../sass/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 179, ../sass/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 183, ../sass/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

/* line 193, ../sass/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 199, ../sass/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 209, ../sass/_fancybox.scss */
  #fancybox-loading {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 214, ../sass/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 219, ../sass/_fancybox.scss */
  .fancybox-close {
    background-image: url("../images/fancybox_close.png");
    position: absolute;
    top: -15px;
    right: -15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 8040;
  }

  /* line 230, ../sass/_fancybox.scss */
  .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_arrows.png");
  }

  /* line 234, ../sass/_fancybox.scss */
  .fancybox-prev {
    left: -60px;
  }

  /* line 238, ../sass/_fancybox.scss */
  .fancybox-next {
    right: -60px;
  }
}
/*Media Queries*/
@media (max-width: 972px) {
  /* line 3, ../sass/_responsive.scss */
  #isotope-container {
    background: black;
    width: 100%;
  }
  /* line 7, ../sass/_responsive.scss */
  #isotope-container .case.thin {
    width: 16%;
  }
  /* line 9, ../sass/_responsive.scss */
  #isotope-container .case.thin a img {
    width: 100%;
    height: auto;
  }
  /* line 15, ../sass/_responsive.scss */
  #isotope-container .case.wide {
    width: 32.5%;
  }
  /* line 17, ../sass/_responsive.scss */
  #isotope-container .case.wide a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 850px) {
  /* line 27, ../sass/_responsive.scss */
  #isotope-container .case.thin {
    width: 19.5%;
  }
  /* line 31, ../sass/_responsive.scss */
  #isotope-container .case.wide {
    width: 39.5%;
  }
}
@media (max-width: 700px) {
  /* line 38, ../sass/_responsive.scss */
  .main-header {
    position: relative;
    width: 98%;
  }

  /* line 42, ../sass/_responsive.scss */
  #isotope-container {
    margin-top: 0;
  }
  /* line 45, ../sass/_responsive.scss */
  #isotope-container .case.thin {
    width: 24%;
  }
  /* line 49, ../sass/_responsive.scss */
  #isotope-container .case.wide {
    width: 49%;
  }
}
@media (max-width: 550px) {
  /* line 57, ../sass/_responsive.scss */
  #isotope-container .case.thin {
    width: 32%;
  }
  /* line 61, ../sass/_responsive.scss */
  #isotope-container .case.wide {
    width: 65%;
  }
}
@media (max-width: 500px) {
  /* line 68, ../sass/_responsive.scss */
  .main-header {
    height: auto;
  }
  /* line 70, ../sass/_responsive.scss */
  .main-header .container {
    padding-top: 10px;
    height: auto;
  }
  /* line 75, ../sass/_responsive.scss */
  .main-header .logo {
    position: relative;
    top: 0;
  }
  /* line 80, ../sass/_responsive.scss */
  .main-header .contact-info {
    position: relative;
    bottom: 0;
    left: 8px;
    margin-top: 10px;
    margin-bottom: 17px;
  }
}
@media (max-width: 400px) {
  /* line 91, ../sass/_responsive.scss */
  .fancybox-close {
    top: 0;
    right: 0;
  }

  /* line 96, ../sass/_responsive.scss */
  .fancybox-nav span {
    visibility: hidden;
  }

  /* line 100, ../sass/_responsive.scss */
  .fancybox-prev {
    left: -10px;
  }

  /* line 104, ../sass/_responsive.scss */
  .fancybox-next {
    right: -10px;
  }
}
