/* line 17, ../../../../shared/bundled_gems/ruby/2.1.0/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, ../../../../shared/bundled_gems/ruby/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../shared/bundled_gems/ruby/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../shared/bundled_gems/ruby/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../shared/bundled_gems/ruby/2.1.0/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, ../../../../shared/bundled_gems/ruby/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../shared/bundled_gems/ruby/2.1.0/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, ../../../../shared/bundled_gems/ruby/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../shared/bundled_gems/ruby/2.1.0/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;
}

/* line 1, ../../app/assets/stylesheets/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../../app/assets/stylesheets/_base.scss */
html, body {
  height: 100%;
}

/* line 9, ../../app/assets/stylesheets/_base.scss */
html {
  font-family: arial, sans-serif;
}

/* line 13, ../../app/assets/stylesheets/_base.scss */
body {
  color: #222222;
}

/* line 18, ../../app/assets/stylesheets/_base.scss */
a:visited,
a:link {
  text-decoration: none;
  color: #ed1c96;
}

/* line 22, ../../app/assets/stylesheets/_base.scss */
a:hover {
  color: #222222;
}

/* line 26, ../../app/assets/stylesheets/_base.scss */
strong, b {
  font-weight: bold;
}

/* line 30, ../../app/assets/stylesheets/_base.scss */
em, i {
  font-style: italic;
}

/* line 34, ../../app/assets/stylesheets/_base.scss */
img {
  display: block;
}

/* line 38, ../../app/assets/stylesheets/_base.scss */
h2 {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 1, ../../app/assets/stylesheets/_layout.scss */
.wrapper {
  max-width: 847px;
  margin: 0 auto;
  padding-top: 1em;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 900px) {
  /* line 1, ../../app/assets/stylesheets/_layout.scss */
  .wrapper {
    max-width: 679px;
  }
}
@media screen and (max-width: 680px) {
  /* line 1, ../../app/assets/stylesheets/_layout.scss */
  .wrapper {
    max-width: 520px;
  }
}
@media screen and (max-width: 520px) {
  /* line 1, ../../app/assets/stylesheets/_layout.scss */
  .wrapper {
    width: 100%;
    padding: 0;
  }
}

/* line 23, ../../app/assets/stylesheets/_layout.scss */
.tile {
  background: #ccc;
  float: left;
  margin: 0 0 1em 1em;
  overflow: hidden;
  position: relative;
}
/* line 30, ../../app/assets/stylesheets/_layout.scss */
.tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
/* line 39, ../../app/assets/stylesheets/_layout.scss */
.tile > img {
  opacity: 0;
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
  z-index: 2;
}
/* line 48, ../../app/assets/stylesheets/_layout.scss */
.tile h1 {
  position: absolute;
  bottom: 0em;
  left: 0;
  font-size: 3em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  /* line 48, ../../app/assets/stylesheets/_layout.scss */
  .tile h1 {
    font-size: 2em;
  }
}
/* line 60, ../../app/assets/stylesheets/_layout.scss */
.tile .tile-details {
  position: absolute;
  top: 0;
  color: #fff;
  padding: .5em;
  opacity: 0;
}
/* line 68, ../../app/assets/stylesheets/_layout.scss */
.tile.tile-detour {
  background: #ed1c96;
}
@media screen and (max-width: 520px) {
  /* line 23, ../../app/assets/stylesheets/_layout.scss */
  .tile {
    width: 30%;
    margin: 3% 0 0 3%;
    height: auto;
  }
  /* line 77, ../../app/assets/stylesheets/_layout.scss */
  .tile img {
    width: 100%;
    height: auto;
  }
}

/* line 86, ../../app/assets/stylesheets/_layout.scss */
.projects-wrapper {
  padding: 0 2% 2% 0;
}

/* line 90, ../../app/assets/stylesheets/_layout.scss */
.project-details {
  padding: 16px 0;
  max-width: 400px;
  margin: 0 auto;
}
/* line 95, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-actions {
  padding-left: 5.3em;
  overflow: hidden;
}
/* line 99, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-actions .project-services {
  color: #999;
  padding-top: 5px;
  font-size: 0.8em;
  line-height: 1.5em;
}
/* line 107, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-close {
  float: left;
  background: #ed1c96;
  padding: 0.8em 0.955em;
  color: #fff;
  margin-left: -3.5em;
  font-size: 1.5em;
  width: 2.6em;
  height: 2.6em;
}
/* line 118, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-slider {
  margin: 1.5em 0 2em 0;
  background: #ececec;
}
/* line 122, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-slider .flex-direction-nav {
  height: 0;
}
@media screen and (min-width: 680px) {
  /* line 128, ../../app/assets/stylesheets/_layout.scss */
  .project-details .project-slider img,
  .project-details .project-slider li {
    max-height: 25em;
    display: inline-block;
  }
  /* line 132, ../../app/assets/stylesheets/_layout.scss */
  .project-details .project-slider .slides img {
    height: 100%;
    margin: 0 auto;
  }
}
/* line 139, ../../app/assets/stylesheets/_layout.scss */
.project-details .project-content {
  clear: both;
  padding-top: 2em;
  line-height: 1.5;
}
/* line 145, ../../app/assets/stylesheets/_layout.scss */
.project-details .page-content {
  padding: 2em 1em;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 17, ../../app/assets/stylesheets/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 20, ../../app/assets/stylesheets/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 27, ../../app/assets/stylesheets/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 30, ../../app/assets/stylesheets/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, ../../app/assets/stylesheets/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 32, ../../app/assets/stylesheets/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 37, ../../app/assets/stylesheets/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 42, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider {
  zoom: 1;
  position: relative;
}

/* line 43, ../../app/assets/stylesheets/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 44, ../../app/assets/stylesheets/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 45, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../../app/assets/stylesheets/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 51, ../../app/assets/stylesheets/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 52, ../../app/assets/stylesheets/_flexslider.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}

/* line 53, ../../app/assets/stylesheets/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -35px;
}

/* line 54, ../../app/assets/stylesheets/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -35px;
}

/* line 55, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: -35px;
}

/* line 56, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: -35px;
}

/* line 57, ../../app/assets/stylesheets/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 58, ../../app/assets/stylesheets/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 61, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 62, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 63, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 64, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 65, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 67, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 68, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 69, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 70, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 71, ../../app/assets/stylesheets/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 900px) {
  /* line 74, ../../app/assets/stylesheets/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }

  /* line 75, ../../app/assets/stylesheets/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}
@media screen and (max-width: 680px) {
  /* line 79, ../../app/assets/stylesheets/_flexslider.scss */
  .flex-direction-nav {
    display: none;
  }
}
