@charset "UTF-8";
@import url("//hello.myfonts.net/count/301804");
/* line 5, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/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, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.1.2@kaufmanngehring/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * @license
 * MyFonts Webfont Build ID 3151876, 2016-01-11T11:52:36-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BrandonGrotesqueWeb-Light by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/light/
 * 
 * Webfont: BrandonGrotesqueWeb-Medium by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3151876
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'BrandonGrotesqueWeb-Light';
  src: url("../fonts/301804_0_0.eot");
  src: url("../fonts/301804_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/301804_0_0.woff2") format("woff2"), url("../fonts/301804_0_0.woff") format("woff"), url("../fonts/301804_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'BrandonGrotesqueWeb-Medium';
  src: url("../fonts/301804_1_0.eot");
  src: url("../fonts/301804_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/301804_1_0.woff2") format("woff2"), url("../fonts/301804_1_0.woff") format("woff"), url("../fonts/301804_1_0.ttf") format("truetype");
}
/* line 15, ../sass/main.scss */
body {
  font-family: BrandonGrotesqueWeb-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding-bottom: 300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, ../sass/main.scss */
.body-home {
  color: #fff;
}

/* line 27, ../sass/main.scss */
.body-home a {
  color: #fff;
  text-decoration: none;
}

/* line 32, ../sass/main.scss */
strong {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
}

/* line 36, ../sass/main.scss */
.body-home .logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateZ(0px);
  -moz-transform: translateX(-50%) translateZ(0px);
  -ms-transform: translateX(-50%) translateZ(0px);
  -o-transform: translateX(-50%) translateZ(0px);
  transform: translateX(-50%) translateZ(0px);
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 999999;
}

/* line 46, ../sass/main.scss */
nav.nav {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 999999;
}
/* line 51, ../sass/main.scss */
nav.nav li {
  display: inline-block;
  margin: 0 0.5em;
}
/* line 55, ../sass/main.scss */
nav.nav li:hover a, nav.nav li.active a {
  border-bottom: 1px solid #fff;
}
/* line 61, ../sass/main.scss */
nav.nav a {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  padding-bottom: 1px;
}

/* line 72, ../sass/main.scss */
.section,
.fp-tableCell {
  position: relative;
}

/* line 77, ../sass/main.scss */
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 86, ../sass/main.scss */
.body-home video {
  position: relative;
}

/* line 90, ../sass/main.scss */
.content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) translateZ(0px);
  -moz-transform: translateY(-50%) translateZ(0px);
  -ms-transform: translateY(-50%) translateZ(0px);
  -o-transform: translateY(-50%) translateZ(0px);
  transform: translateY(-50%) translateZ(0px);
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

/* line 105, ../sass/main.scss */
.section-home {
  background: transparent url(../img/bgs/home.jpg) no-repeat center center;
  background-size: cover;
}

/* line 111, ../sass/main.scss */
#section-home .content-wrapper {
  padding-top: 12.5em;
}
/* line 115, ../sass/main.scss */
#section-home h2 {
  font-size: 4.875em;
  margin-top: -1.02564em;
  margin-bottom: 0.51282em;
}
/* line 122, ../sass/main.scss */
#section-home h3 {
  font-size: 1.5625em;
  line-height: 1.6em;
  margin: 0 auto;
  width: 34.4em;
  margin-bottom: 2.66667em;
}
/* line 128, ../sass/main.scss */
#section-home ul.languages {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 999999;
}
/* line 135, ../sass/main.scss */
#section-home ul.languages li {
  display: inline-block;
  margin: 0 0.5em;
}
/* line 139, ../sass/main.scss */
#section-home ul.languages li:hover a, #section-home ul.languages li.current a {
  border-bottom: 1px solid #fff;
}
/* line 145, ../sass/main.scss */
#section-home ul.languages a {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  padding-bottom: 1px;
}
/* line 154, ../sass/main.scss */
#section-home .arrow-small {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 1.4375em;
  padding: 0.78261em 3.56522em 0.43478em;
}
/* line 161, ../sass/main.scss */
#section-home .arrow-small:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 166, ../sass/main.scss */
#section-home .link-works {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 1.4375em;
  padding: 1.21739em 3.56522em 0.86957em;
}
/* line 173, ../sass/main.scss */
#section-home .link-works:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 179, ../sass/main.scss */
.section-about {
  background: transparent url(../img/bgs/about.jpg) no-repeat center center;
  background-size: cover;
}

/* line 185, ../sass/main.scss */
#section-about .content-wrapper {
  padding-top: 6.25em;
}
/* line 189, ../sass/main.scss */
#section-about h2 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
  margin-bottom: 1.48em;
}
/* line 195, ../sass/main.scss */
#section-about p {
  font-size: 1.875em;
  letter-spacing: -0.03em;
  line-height: 1.23333em;
  margin: 0 auto 1em;
  width: 28.66667em;
}
/* line 52, ../sass/_mixins.scss */
#section-about p strong {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 0.96667em;
  font-weight: normal;
}

/* line 200, ../sass/main.scss */
.section-services {
  background: transparent url(../img/bgs/services.jpg) no-repeat center center;
  background-size: cover;
}

/* line 206, ../sass/main.scss */
#section-services .content-wrapper {
  padding-top: 2.5em;
}
/* line 210, ../sass/main.scss */
#section-services h2 {
  font-size: 4.875em;
  margin-bottom: 0.38462em;
}
/* line 216, ../sass/main.scss */
#section-services h4 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
}
/* line 220, ../sass/main.scss */
#section-services p.services-intro {
  font-size: 1.5625em;
  line-height: 1.6em;
  margin: 0 auto;
  width: 34.4em;
  margin-bottom: 2.8em;
}
/* line 226, ../sass/main.scss */
#section-services .services-columns-container {
  text-align: center;
}
/* line 230, ../sass/main.scss */
#section-services .services-column {
  display: inline-block;
  vertical-align: top;
  width: 18.75em;
}
/* line 235, ../sass/main.scss */
#section-services .services-column h4 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding-bottom: 0.35em;
  margin-bottom: 0.6em;
}
/* line 244, ../sass/main.scss */
#section-services .services-column li {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
}

/* line 250, ../sass/main.scss */
.section-clients {
  background: transparent url(../img/bgs/clients.jpg) no-repeat center center;
  background-size: cover;
}

/* line 256, ../sass/main.scss */
#section-clients .content-wrapper {
  padding-top: 5em;
}
/* line 260, ../sass/main.scss */
#section-clients h3 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
  margin-bottom: 1.48em;
  width: 40em;
}
/* line 267, ../sass/main.scss */
#section-clients p {
  font-size: 1.875em;
  letter-spacing: -0.03em;
  line-height: 1.23333em;
  margin: 0 auto 1em;
  width: 28.66667em;
}
/* line 52, ../sass/_mixins.scss */
#section-clients p strong {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 0.96667em;
  font-weight: normal;
}

/* line 272, ../sass/main.scss */
.section-works {
  background: transparent url(../img/bgs/works.jpg) no-repeat center center;
  background-size: cover;
}

/* line 278, ../sass/main.scss */
#section-works .content-wrapper {
  padding-top: 2.5em;
}
/* line 284, ../sass/main.scss */
#section-works p span.works-1 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
}
/* line 288, ../sass/main.scss */
#section-works p span.works-2 {
  font-size: 4.875em;
  display: inline-block;
  margin-top: 0.51282em;
}
/* line 296, ../sass/main.scss */
#section-works a {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 1.4375em;
  margin-top: 3.26087em;
  padding: 1.21739em 3.56522em 0.86957em;
}
/* line 304, ../sass/main.scss */
#section-works a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 310, ../sass/main.scss */
.section-contact {
  background: transparent url(../img/bgs/contact.jpg) no-repeat center center;
  background-size: cover;
}

/* line 316, ../sass/main.scss */
#section-contact .content-wrapper {
  padding-top: 5em;
}
/* line 320, ../sass/main.scss */
#section-contact .contact-intro {
  margin-bottom: 5em;
}
/* line 324, ../sass/main.scss */
#section-contact .contact-1 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.6em;
  letter-spacing: -0.03em;
  margin: 0 auto;
}
/* line 328, ../sass/main.scss */
#section-contact .contact-2 {
  font-size: 1.5625em;
  line-height: 1.6em;
  margin: 0 auto;
  width: 34.4em;
}
/* line 332, ../sass/main.scss */
#section-contact .contact-person {
  display: inline-block;
  width: 250px;
}
/* line 336, ../sass/main.scss */
#section-contact .contact-person img {
  height: 104px;
  width: 104px;
}
/* line 341, ../sass/main.scss */
#section-contact .contact-person p {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: BrandonGrotesqueWeb-Light;
  font-weight: normal;
  font-style: normal;
}
/* line 346, ../sass/main.scss */
#section-contact .contact-person a {
  padding-bottom: 1px;
}
/* line 349, ../sass/main.scss */
#section-contact .contact-person a:hover {
  border-bottom: 1px solid #fff;
}
/* line 355, ../sass/main.scss */
#section-contact h5 {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: 1em;
}
/* line 361, ../sass/main.scss */
#section-contact .contact-company {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: BrandonGrotesqueWeb-Light;
  font-weight: normal;
  font-style: normal;
  margin-top: 4em;
}
/* line 367, ../sass/main.scss */
#section-contact .contact-company strong {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
}

/* line 380, ../sass/main.scss */
.body-works {
  padding-top: 5.625em;
  text-align: center;
}
/* line 384, ../sass/main.scss */
.body-works .project {
  margin-bottom: 9.0625em;
}
/* line 388, ../sass/main.scss */
.body-works h2 {
  font-size: 4.875em;
  margin-bottom: 0.15385em;
}
/* line 393, ../sass/main.scss */
.body-works h3 {
  font-family: BrandonGrotesqueWeb-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 1.0625em;
  line-height: 1.76471em;
  color: #c0c0c0;
  margin: 0 auto 2.64706em;
  text-align: center;
  width: 62%;
}
/* line 404, ../sass/main.scss */
.body-works h3 span {
  display: inline-block;
  white-space: nowrap;
}
/* line 410, ../sass/main.scss */
.body-works video {
  height: auto;
  width: 62%;
}
/* line 415, ../sass/main.scss */
.body-works strong {
  font-family: BrandonGrotesqueWeb-Medium;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
}
/* line 420, ../sass/main.scss */
.body-works .logo {
  display: inline-block;
  margin: 6.25em auto 0;
}

@media only screen and (max-width: 667px) {
  /* line 432, ../sass/main.scss */
  body.body-home {
    font-size: 9px;
  }

  /* line 436, ../sass/main.scss */
  nav,
  #section-home ul.languages {
    left: 0;
    text-align: center;
    width: 100%;
  }

  /* line 443, ../sass/main.scss */
  nav.nav {
    top: 30px;
  }

  /* line 448, ../sass/main.scss */
  #section-home .content-wrapper {
    padding-top: 15em;
  }
  /* line 452, ../sass/main.scss */
  #section-home ul.languages {
    top: 8px;
  }
  /* line 456, ../sass/main.scss */
  #section-home .logo {
    height: auto;
    top: 60px;
    width: 50px;
  }

  /* line 463, ../sass/main.scss */
  .body-home video {
    display: none;
  }

  /* line 467, ../sass/main.scss */
  #section-home h3,
  #section-about p,
  #section-services p.services-intro,
  #section-services .services-column,
  #section-clients p,
  #section-clients h3,
  #section-contact .contact-1,
  #section-contact .contact-2 {
    width: 90%;
  }

  /* line 480, ../sass/main.scss */
  #section-about .content-wrapper {
    padding-top: 1.25em;
  }
  /* line 484, ../sass/main.scss */
  #section-about p {
    font-size: 1.5625em;
    letter-spacing: -0.03em;
    line-height: 1.2em;
  }

  /* line 492, ../sass/main.scss */
  #section-services p.services-intro {
    margin-bottom: 1em;
  }
  /* line 498, ../sass/main.scss */
  #section-services .services-column h4 {
    margin: 1em auto 0.5em;
    padding-bottom: 0.3em;
    width: 12em;
  }
  /* line 504, ../sass/main.scss */
  #section-services .services-column li {
    display: inline-block;
  }
  /* line 507, ../sass/main.scss */
  #section-services .services-column li:before {
    content: " • ";
  }
  /* line 511, ../sass/main.scss */
  #section-services .services-column li:first-of-type:before {
    content: "";
  }

  /* line 520, ../sass/main.scss */
  #section-clients p {
    font-size: 1.5625em;
    letter-spacing: -0.03em;
    line-height: 1.2em;
  }

  /* line 528, ../sass/main.scss */
  #section-contact .contact-person {
    width: 150px;
  }

  /* line 534, ../sass/main.scss */
  body.body-works {
    font-size: 10px;
  }
  /* line 539, ../sass/main.scss */
  body.body-works h3 span {
    display: inline;
    white-space: normal;
  }
  /* line 545, ../sass/main.scss */
  body.body-works video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 668px) {
  /* line 553, ../sass/main.scss */
  .body-home .section {
    background-image: none;
  }
}
/* line 558, ../sass/main.scss */
::-moz-selection {
  background: #000;
  color: #fff;
}

/* line 563, ../sass/main.scss */
::selection {
  background: #000;
  color: #fff;
}
