/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 3, ../sass/layout.sass */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* line 8, ../sass/layout.sass */
html {
  height: 100%;
  font-family: "Gotham Pro";
  font-size: 14px;
  color: white;
  background: black;
}
/* line 15, ../sass/layout.sass */
html.diablepointerevents #content > * {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
/* line 18, ../sass/layout.sass */
html.touch {
  overflow: hidden;
}
/* line 21, ../sass/layout.sass */
html.touch body {
  overflow: hidden;
}

/* line 25, ../sass/layout.sass */
body, html {
  height: 100%;
  overflow: hidden;
}

/* line 30, ../sass/layout.sass */
#overflow {
  position: fixed;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fb5b40;
}
/* line 40, ../sass/layout.sass */
html.scrollable #overflow {
  display: none;
}

/* line 43, ../sass/layout.sass */
#content {
  padding-left: 150px;
  height: 100%;
}
/* line 47, ../sass/layout.sass */
#content.touch {
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 43, ../sass/layout.sass */
  #content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 54, ../sass/layout.sass */
  #content .overview {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 639px) {
  /* line 54, ../sass/layout.sass */
  #content .overview {
    padding-top: 45px;
  }
}
/* line 61, ../sass/layout.sass */
#content section {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* line 65, ../sass/layout.sass */
header {
  position: fixed;
  background: black;
  z-index: 9999;
  width: 300px;
  left: 0;
  top: 0;
  height: 100%;
  font-family: "Gotham Pro";
  -webkit-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 14px;
}
/* line 78, ../sass/layout.sass */
header a {
  color: white;
  -webkit-transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 82, ../sass/layout.sass */
header a:hover {
  color: #fb5b40;
}
/* line 85, ../sass/layout.sass */
header .logo {
  display: block;
  background: black center no-repeat;
  height: 80px;
  background-image: url('../images/logo-1406553390.png');
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-top: 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 85, ../sass/layout.sass */
  header .logo {
    -webkit-background-size: 122px auto;
    -moz-background-size: 122px auto;
    -o-background-size: 122px auto;
    background-size: 122px auto;
    background-image: url('../images/logo-tablet-bowtie.png');
  }
}
/* line 93, ../sass/layout.sass */
header .logo:hover {
  background-image: url('../images/logo-tablet-bowtie.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 93, ../sass/layout.sass */
  header .logo:hover {
    -webkit-background-size: 122px auto;
    -moz-background-size: 122px auto;
    -o-background-size: 122px auto;
    background-size: 122px auto;
    background-image: url('../images/logo-tablet-bowtie.png');
  }
}
/* line 97, ../sass/layout.sass */
header nav {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: -12.85em auto 0px auto;
  height: 25.7em;
  width: auto;
}
/* line 106, ../sass/layout.sass */
header nav a {
  display: block;
  height: 6.4em;
  line-height: 6.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: 500;
  position: relative;
}
/* line 118, ../sass/layout.sass */
header nav a:hover {
  color: #bbbbbb;
}
/* line 121, ../sass/layout.sass */
header nav a.active {
  color: #fb5b40;
}
/* line 124, ../sass/layout.sass */
header nav li {
  list-style: none;
}
/* line 128, ../sass/layout.sass */
header .language {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background-color: white;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-shadow: inset 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px rgba(0, 0, 0, 0.2);
}
/* line 145, ../sass/layout.sass */
header .language:hover {
  color: #fb5b40;
}
/* line 148, ../sass/layout.sass */
header .menuicon {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 25px;
  height: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  /* line 148, ../sass/layout.sass */
  header .menuicon {
    top: 6px;
    right: 10px;
    width: 13px;
    height: 13px;
    padding: 10px;
  }
}
/* line 164, ../sass/layout.sass */
header .menuicon .icon {
  visibility: hidden;
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 639px) {
  /* line 164, ../sass/layout.sass */
  header .menuicon .icon {
    width: 13px;
    height: 13px;
  }
}
/* line 177, ../sass/layout.sass */
header .menuicon .l {
  position: absolute;
  width: 25px;
  height: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: white;
  top: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media only screen and (max-width: 639px) {
  /* line 177, ../sass/layout.sass */
  header .menuicon .l {
    width: 13px;
    height: 2px;
  }
}
/* line 194, ../sass/layout.sass */
header .menuicon .l.l2 {
  top: 11px;
}
@media only screen and (max-width: 639px) {
  /* line 194, ../sass/layout.sass */
  header .menuicon .l.l2 {
    top: 5px;
  }
}
/* line 199, ../sass/layout.sass */
header .menuicon .l.l3 {
  top: 22px;
}
@media only screen and (max-width: 639px) {
  /* line 199, ../sass/layout.sass */
  header .menuicon .l.l3 {
    top: 10px;
  }
}
/* line 206, ../sass/layout.sass */
body.zoomout header .menuicon .icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 208, ../sass/layout.sass */
body.zoomout header .menuicon .l1 {
  -webkit-transform: rotate(-42deg) scaleX(1.32);
  -moz-transform: rotate(-42deg) scaleX(1.32);
  -ms-transform: rotate(-42deg) scaleX(1.32);
  -o-transform: rotate(-42deg) scaleX(1.32);
  transform: rotate(-42deg) scaleX(1.32);
}
/* line 210, ../sass/layout.sass */
body.zoomout header .menuicon .l2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 212, ../sass/layout.sass */
body.zoomout header .menuicon .l3 {
  -webkit-transform: rotate(42deg) scaleX(1.32);
  -moz-transform: rotate(42deg) scaleX(1.32);
  -ms-transform: rotate(42deg) scaleX(1.32);
  -o-transform: rotate(42deg) scaleX(1.32);
  transform: rotate(42deg) scaleX(1.32);
}
@media only screen and (max-width: 639px) {
  /* line 216, ../sass/layout.sass */
  body.zoomout header .menuicon .l1 {
    -webkit-transform: rotate(-42deg) scaleX(1.16);
    -moz-transform: rotate(-42deg) scaleX(1.16);
    -ms-transform: rotate(-42deg) scaleX(1.16);
    -o-transform: rotate(-42deg) scaleX(1.16);
    transform: rotate(-42deg) scaleX(1.16);
  }
  /* line 218, ../sass/layout.sass */
  body.zoomout header .menuicon .l3 {
    -webkit-transform: rotate(42deg) scaleX(1.16);
    -moz-transform: rotate(42deg) scaleX(1.16);
    -ms-transform: rotate(42deg) scaleX(1.16);
    -o-transform: rotate(42deg) scaleX(1.16);
    transform: rotate(42deg) scaleX(1.16);
  }
}
@media only screen and (min-width: 639px) and (max-width: 1024px) {
  /* line 65, ../sass/layout.sass */
  header {
    width: 100% !important;
    height: 80px;
  }
  /* line 226, ../sass/layout.sass */
  header .logo {
    left: 0;
    width: 300px;
    top: 0;
    position: absolute;
  }
  /* line 232, ../sass/layout.sass */
  header .nav {
    position: absolute;
    top: 0;
    left: 150px;
    right: 100px;
  }
  /* line 238, ../sass/layout.sass */
  header nav {
    position: static;
    margin: 0px;
    height: 80px;
    display: table;
    width: 100%;
  }
  /* line 245, ../sass/layout.sass */
  header nav li {
    display: table-cell;
  }
  /* line 248, ../sass/layout.sass */
  header nav a {
    padding: 0px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  /* line 256, ../sass/layout.sass */
  header .language {
    width: 100px;
    right: 0px;
    left: auto;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 65, ../sass/layout.sass */
  header {
    width: 100% !important;
  }
  /* line 265, ../sass/layout.sass */
  header nav {
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    margin: 0;
    height: auto;
    display: none;
  }
  /* line 275, ../sass/layout.sass */
  header .nav.expanded nav {
    display: block;
  }
  /* line 278, ../sass/layout.sass */
  header .logo {
    margin-top: 0;
    background: black center no-repeat;
    background-image: url('../images/logo-tablet-bowtie.png');
  }
  /* line 283, ../sass/layout.sass */
  header .logo:hover {
    background-image: url('../images/logo-tablet-hover-bb.png');
  }
  /* line 287, ../sass/layout.sass */
  header .language {
    top: 15px;
    right: 130px;
    left: auto;
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 1.3em;
  }
  /* line 296, ../sass/layout.sass */
  header .menuicon .icon {
    visibility: visible;
  }
  /* line 299, ../sass/layout.sass */
  header nav {
    background: white;
  }
  /* line 301, ../sass/layout.sass */
  header nav a {
    height: 60px;
    line-height: 62px;
    font-size: 15px;
    color: black;
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 278, ../sass/layout.sass */
  header .logo {
    -webkit-background-size: 79px auto;
    -moz-background-size: 79px auto;
    -o-background-size: 79px auto;
    background-size: 79px auto;
    background-image: url('../images/logo-tablet@2x-1406653951.png');
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 283, ../sass/layout.sass */
  header .logo:hover {
    -webkit-background-size: 79px auto;
    -moz-background-size: 79px auto;
    -o-background-size: 79px auto;
    background-size: 79px auto;
    background-image: url('../images/logo-tablet-hover@2x-1406654007.png');
  }
}
@media only screen and (max-width: 639px) {
  /* line 65, ../sass/layout.sass */
  header {
    height: 45px;
    font-weight: 500;
  }
  /* line 311, ../sass/layout.sass */
  header .logo {
    height: 45px;
    width: 75px !important;
    -webkit-background-size: 45px 20px;
    -moz-background-size: 45px 20px;
    -o-background-size: 45px 20px;
    background-size: 45px 20px;
  }
  /* line 316, ../sass/layout.sass */
  header .language {
    font-size: 0.8em;
    top: 14px;
    right: 59px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}

/* line 324, ../sass/layout.sass */
article {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 639px) {
  /* line 329, ../sass/layout.sass */
  article.half {
    width: 100% !important;
  }
  /* line 332, ../sass/layout.sass */
  article.empty {
    display: none;
  }
}

/* line 335, ../sass/layout.sass */
.hide1220 {
  display: none;
}
@media only screen and (min-width: 1220px) {
  /* line 335, ../sass/layout.sass */
  .hide1220 {
    display: block;
  }
}

/* line 339, ../sass/layout.sass */
.hide720 {
  display: none;
}
@media only screen and (min-width: 720px) {
  /* line 339, ../sass/layout.sass */
  .hide720 {
    display: block;
  }
}

/* line 343, ../sass/layout.sass */
.hide768 {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 343, ../sass/layout.sass */
  .hide768 {
    display: block;
  }
}

/* line 347, ../sass/layout.sass */
.lessthan768 {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 347, ../sass/layout.sass */
  .lessthan768 {
    display: block;
  }
}

/* line 352, ../sass/layout.sass */
.header {
  position: relative;
  display: table;
  background: #fb5b40;
}
@media only screen and (max-width: 767px) {
  /* line 352, ../sass/layout.sass */
  .header {
    height: 75px !important;
  }
}
/* line 360, ../sass/layout.sass */
.header .wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 364, ../sass/layout.sass */
.header h1 {
  color: white;
  font-size: 4em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 364, ../sass/layout.sass */
  .header h1 {
    font-size: 3.2em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 364, ../sass/layout.sass */
  .header h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 639px) {
  /* line 364, ../sass/layout.sass */
  .header h1 {
    margin: 43px 0;
  }
}

/* line 380, ../sass/layout.sass */
.content {
  background: white;
}

/* line 383, ../sass/layout.sass */
.empty {
  background: white;
  -webkit-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
/* line 389, ../sass/layout.sass */
.empty:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 200%;
  left: 0;
  top: -1px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  background: #d0d0d0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 400, ../sass/layout.sass */
.empty:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 200%;
  right: 0;
  top: -1px;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  background: #d0d0d0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 411, ../sass/layout.sass */
.splash {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
}
@media only screen and (max-width: 639px) {
  /* line 411, ../sass/layout.sass */
  .splash {
    top: 45px;
  }
}
/* line 422, ../sass/layout.sass */
.splash nav {
  height: 80%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: table;
  width: 100%;
  padding-top: 10%;
}
/* line 431, ../sass/layout.sass */
.splash li {
  display: block;
  margin: 0;
  padding: 0;
  height: 25%;
  display: table-row;
}
/* line 438, ../sass/layout.sass */
.splash a {
  text-decoration: none;
  color: white;
  font-family: "Gotham Pro";
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
/* line 448, ../sass/layout.sass */
.splash a:hover, .splash a.active {
  color: #fb5b40;
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 3, ../sass/index.sass */
section#index {
  height: 100%;
  position: relative;
}
/* line 7, ../sass/index.sass */
section#index .layout {
  position: relative;
  margin: 0 auto 0 auto;
  padding-top: 1px;
  width: 35em;
  height: 100%;
  display: table;
}
/* line 16, ../sass/index.sass */
section#index .layout .text {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/index.sass */
  section#index .layout {
    width: auto;
    margin: 0 50px;
    font-size: 0.7em;
  }
}
/* line 26, ../sass/index.sass */
section#index .screen {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
}
/* line 31, ../sass/index.sass */
section#index .hammer {
  background: center no-repeat;
  background-image: url('../images/index/hammer-1406557590.png');
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 31, ../sass/index.sass */
  section#index .hammer {
    -webkit-background-size: 470px auto;
    -moz-background-size: 470px auto;
    -o-background-size: 470px auto;
    background-size: 470px auto;
    background-image: url('../images/index/hammer@2x-1406557604.png');
  }
}
@media only screen and (max-width: 639px) {
  /* line 31, ../sass/index.sass */
  section#index .hammer {
    background-image: url('../images/index/hammer_small@2x-1403297774.png');
  }
}
/* line 46, ../sass/index.sass */
section#index h1 {
  font-size: 2.8em;
  line-height: 1.2;
  margin-bottom: 0.9em;
  font-weight: 600;
}
@media only screen and (max-width: 459px) {
  /* line 46, ../sass/index.sass */
  section#index h1 {
    font-size: 2em;
  }
}
/* line 55, ../sass/index.sass */
section#index h2 {
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  /* line 55, ../sass/index.sass */
  section#index h2 {
    font-size: 10px;
    line-height: 14px;
  }
}
/* line 65, ../sass/index.sass */
section#index h2 a {
  color: white;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
  line-height: 1.1em;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 73, ../sass/index.sass */
section#index h2 a:hover {
  border-bottom: none;
  color: #bbbbbb;
}
/* line 77, ../sass/index.sass */
section#index .down {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  width: 78px;
  height: 78px;
  margin-top: 4.4em;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  /* line 77, ../sass/index.sass */
  section#index .down {
    width: 52px;
    height: 52px;
  }
}
/* line 91, ../sass/index.sass */
section#index .down .cirkle {
  fill-opacity: 0;
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 3, ../sass/about.sass */
section#about {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 639px) {
  /* line 3, ../sass/about.sass */
  section#about {
    padding-bottom: 61px;
    background: white;
  }
}
/* line 10, ../sass/about.sass */
section#about .content {
  background: white;
  display: table;
  -webkit-box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: "hidden";
  -moz-backface-visibility: "hidden";
  -ms-backface-visibility: "hidden";
  -o-backface-visibility: "hidden";
  backface-visibility: "hidden";
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/about.sass */
  section#about .content {
    height: auto !important;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 639px) {
  /* line 10, ../sass/about.sass */
  section#about .content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 43px 0 0 0;
  }
}
/* line 24, ../sass/about.sass */
section#about .wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 28, ../sass/about.sass */
section#about h2 {
  color: #fa5b3f;
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../sass/about.sass */
  section#about h2 {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 28, ../sass/about.sass */
  section#about h2 {
    font-size: 1.8em;
    margin-bottom: 0.6em;
  }
}
/* line 42, ../sass/about.sass */
section#about ul {
  text-align: left;
  margin: 0 auto;
  list-style: none;
  width: 17em;
}
@media only screen and (max-width: 639px) {
  /* line 42, ../sass/about.sass */
  section#about ul {
    width: 13em;
  }
}
/* line 51, ../sass/about.sass */
section#about li {
  color: black;
  font-size: 0.95em;
  font-weight: 400;
  margin: 0.7em 0px 0.7em 1.35em;
  position: relative;
  width: 19em;
}
@media only screen and (max-width: 1024px) {
  /* line 51, ../sass/about.sass */
  section#about li {
    font-size: 1.07em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 51, ../sass/about.sass */
  section#about li {
    font-size: 0.8em;
  }
}
/* line 65, ../sass/about.sass */
section#about li::before {
  content: " ";
  position: absolute;
  margin: 8px 0px 0px -20px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fb5b3f;
}
@media only screen and (min-width: 1920px) {
  /* line 65, ../sass/about.sass */
  section#about li::before {
    margin-left: -17px;
  }
}
@media only screen and (max-width: 639px) {
  /* line 65, ../sass/about.sass */
  section#about li::before {
    margin: 4px 0 0 -14px;
  }
}
/* line 81, ../sass/about.sass */
section#about .transparent {
  position: relative;
  overflow: hidden;
}
/* line 84, ../sass/about.sass */
section#about .transparent img {
  position: absolute;
  display: block;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.02);
  -moz-transform: translate3d(0px, 0px, 0px) scale(1.02);
  -ms-transform: translate3d(0px, 0px, 0px) scale(1.02);
  -o-transform: translate3d(0px, 0px, 0px) scale(1.02);
  transform: translate3d(0px, 0px, 0px) scale(1.02);
  -webkit-transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 91, ../sass/about.sass */
section#about .transparent img.new {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  -moz-transform: translate3d(0px, 0px, 0px) scale(1);
  -ms-transform: translate3d(0px, 0px, 0px) scale(1);
  -o-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 4, ../sass/clients.sass */
#clients {
  overflow: hidden;
  *zoom: 1;
}
/* line 6, ../sass/clients.sass */
#clients .header {
  margin-bottom: 0px;
  background: #fb5b40;
}
/* line 10, ../sass/clients.sass */
#clients .client {
  position: relative;
  background: white;
  border: 1px solid #dcdbda;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 19, ../sass/clients.sass */
#clients .client.active, .notouch #clients .client:hover, #clients .client:hover {
  background: #191919;
}
/* line 24, ../sass/clients.sass */
#clients .client.active .img, .notouch #clients .client:hover .img, #clients .client:hover .img {
  -webkit-transform: translate3d(0, -5.2em, 0);
  -moz-transform: translate3d(0, -5.2em, 0);
  -ms-transform: translate3d(0, -5.2em, 0);
  -o-transform: translate3d(0, -5.2em, 0);
  transform: translate3d(0, -5.2em, 0);
}
/* line 27, ../sass/clients.sass */
#clients .client.active a, .notouch #clients .client:hover a, #clients .client:hover a {
  -webkit-transform: translate3d(0, -10em, 0);
  -moz-transform: translate3d(0, -10em, 0);
  -ms-transform: translate3d(0, -10em, 0);
  -o-transform: translate3d(0, -10em, 0);
  transform: translate3d(0, -10em, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 859px) {
  /* line 27, ../sass/clients.sass */
  #clients .client.active a, .notouch #clients .client:hover a, #clients .client:hover a {
    -webkit-transform: translate3d(0, -8em, 0);
    -moz-transform: translate3d(0, -8em, 0);
    -ms-transform: translate3d(0, -8em, 0);
    -o-transform: translate3d(0, -8em, 0);
    transform: translate3d(0, -8em, 0);
  }
}
/* line 34, ../sass/clients.sass */
#clients .client.logo-grape {
  border-top: none;
}
/* line 37, ../sass/clients.sass */
#clients .client.logo-havas {
  border-top: none;
}
/* line 40, ../sass/clients.sass */
#clients .client.logo-2sharp {
  border-top: none;
}
@media only screen and (max-width: 1236px) {
  /* line 40, ../sass/clients.sass */
  #clients .client.logo-2sharp {
    border-top: 1px solid #dcdbda;
  }
}
@media only screen and (max-width: 639px) {
  /* line 10, ../sass/clients.sass */
  #clients .client {
    height: 9em !important;
    border: none;
    border-bottom: 1px solid #dcdbda;
  }
  /* line 51, ../sass/clients.sass */
  #clients .client.logo-2sharp {
    border-top: none;
  }
  /* line 54, ../sass/clients.sass */
  #clients .client.logo-2sharp .img {
    height: 85% !important;
  }
  /* line 57, ../sass/clients.sass */
  #clients .client.logo-yellowdog {
    border-bottom: none;
  }
  /* line 60, ../sass/clients.sass */
  #clients .client.logo-yellowdog .img {
    height: 85% !important;
  }
  /* line 66, ../sass/clients.sass */
  #clients .client.active .img, .notouch #clients .client:hover .img {
    -webkit-transform: translate3d(-6em, 0, 0);
    -moz-transform: translate3d(-6em, 0, 0);
    -ms-transform: translate3d(-6em, 0, 0);
    -o-transform: translate3d(-6em, 0, 0);
    transform: translate3d(-6em, 0, 0);
  }
  /* line 69, ../sass/clients.sass */
  #clients .client.active a, .notouch #clients .client:hover a {
    -webkit-transform: translate3d(-23em, 0, 0);
    -moz-transform: translate3d(-23em, 0, 0);
    -ms-transform: translate3d(-23em, 0, 0);
    -o-transform: translate3d(-23em, 0, 0);
    transform: translate3d(-23em, 0, 0);
  }
}
/* line 72, ../sass/clients.sass */
#clients .client a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4em;
  margin: auto;
  text-align: center;
  font-family: "Gotham Pro";
  font-weight: 500;
  color: white;
  font-size: 1.25em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease, color 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, color 0.5s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.5s ease, color 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease, opacity 0.5s ease;
}
@media only screen and (max-width: 639px) {
  /* line 72, ../sass/clients.sass */
  #clients .client a {
    top: 50%;
    bottom: 0;
    left: auto;
    right: -20em;
    margin-top: -0.65em;
    font-size: 0.8em;
  }
}
/* line 95, ../sass/clients.sass */
#clients .client a:hover {
  text-decoration: none;
  color: #df5b40;
}
/* line 99, ../sass/clients.sass */
#clients .client .img {
  display: block;
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  width: 40% !important;
  height: 40% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 639px) {
  /* line 99, ../sass/clients.sass */
  #clients .client .img {
    width: 30% !important;
    height: 85% !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}
/* line 126, ../sass/clients.sass */
#clients .client.logo-grape .img {
  background-image: url('../logos/grape-1407234714.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 126, ../sass/clients.sass */
  #clients .client.logo-grape .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/grape@2x-1403297774.png');
  }
}
/* line 132, ../sass/clients.sass */
#clients .client.logo-grape.active .img, .notouch #clients .client.logo-grape:hover .img, #clients .client.logo-grape:hover .img {
  background-image: url('../logos/grape-hover-1407234956.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 132, ../sass/clients.sass */
  #clients .client.logo-grape.active .img, .notouch #clients .client.logo-grape:hover .img, #clients .client.logo-grape:hover .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/grape-hover@2x-1407235006.png');
  }
}
/* line 126, ../sass/clients.sass */
#clients .client.logo-havas .img {
  background-image: url('../logos/havas-1403297774.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 126, ../sass/clients.sass */
  #clients .client.logo-havas .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/havas@2x-1403297774.png');
  }
}
/* line 132, ../sass/clients.sass */
#clients .client.logo-havas.active .img, .notouch #clients .client.logo-havas:hover .img, #clients .client.logo-havas:hover .img {
  background-image: url('../logos/havas-hover-1407235148.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 132, ../sass/clients.sass */
  #clients .client.logo-havas.active .img, .notouch #clients .client.logo-havas:hover .img, #clients .client.logo-havas:hover .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/havas-hover@2x-1407235179.png');
  }
}
/* line 126, ../sass/clients.sass */
#clients .client.logo-2sharp .img {
  background-image: url('../logos/2sharp-1403297774.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 126, ../sass/clients.sass */
  #clients .client.logo-2sharp .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/2sharp@2x-1403297774.png');
  }
}
/* line 132, ../sass/clients.sass */
#clients .client.logo-2sharp.active .img, .notouch #clients .client.logo-2sharp:hover .img, #clients .client.logo-2sharp:hover .img {
  background-image: url('../logos/2sharp-hover-1407234782.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 132, ../sass/clients.sass */
  #clients .client.logo-2sharp.active .img, .notouch #clients .client.logo-2sharp:hover .img, #clients .client.logo-2sharp:hover .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/2sharp-hover@2x-1407234825.png');
  }
}
/* line 126, ../sass/clients.sass */
#clients .client.logo-forest .img {
  background-image: url('../logos/forest-1403297774.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 126, ../sass/clients.sass */
  #clients .client.logo-forest .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/forest@2x-1403297774.png');
  }
}
/* line 132, ../sass/clients.sass */
#clients .client.logo-forest.active .img, .notouch #clients .client.logo-forest:hover .img, #clients .client.logo-forest:hover .img {
  background-image: url('../logos/forest-hover-1407234890.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 132, ../sass/clients.sass */
  #clients .client.logo-forest.active .img, .notouch #clients .client.logo-forest:hover .img, #clients .client.logo-forest:hover .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/forest-hover@2x-1407234921.png');
  }
}
/* line 126, ../sass/clients.sass */
#clients .client.logo-yellowdog .img {
  background-image: url('../logos/yellowdog-1403297774.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 126, ../sass/clients.sass */
  #clients .client.logo-yellowdog .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/yellowdog@2x-1403297774.png');
  }
}
/* line 132, ../sass/clients.sass */
#clients .client.logo-yellowdog.active .img, .notouch #clients .client.logo-yellowdog:hover .img, #clients .client.logo-yellowdog:hover .img {
  background-image: url('../logos/yellowdog-hover-1407235215.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 132, ../sass/clients.sass */
  #clients .client.logo-yellowdog.active .img, .notouch #clients .client.logo-yellowdog:hover .img, #clients .client.logo-yellowdog:hover .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../logos/yellowdog-hover@2x-1407235247.png');
  }
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 3, ../sass/work.sass */
#work {
  overflow: hidden;
  *zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 6, ../sass/work.sass */
#work .header {
  margin-bottom: 0px;
  background: #fb5b40;
}
/* line 10, ../sass/work.sass */
#work .work {
  border: none !important;
  position: relative;
  background: #fb5b40;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
  /* line 10, ../sass/work.sass */
  #work .work {
    height: 9em !important;
  }
}
/* line 21, ../sass/work.sass */
#work .work.image-tetrapak .img {
  background-image: url('../work/tetrapak-1403297775.jpg');
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/work.sass */
  #work .work.image-tetrapak .img {
    background-image: url('../work/tetrapak-mobile-1408018177.jpg');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 21, ../sass/work.sass */
  #work .work.image-tetrapak .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../work/tetrapak-mobile@2x-1408018183.jpg');
  }
}
/* line 21, ../sass/work.sass */
#work .work.image-elecsnet .img {
  background-image: url('../work/elecsnet-1403297775.jpg');
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/work.sass */
  #work .work.image-elecsnet .img {
    background-image: url('../work/elecsnet-mobile-1408018288.jpg');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 21, ../sass/work.sass */
  #work .work.image-elecsnet .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../work/elecsnet-mobile@2x-1408018295.jpg');
  }
}
/* line 21, ../sass/work.sass */
#work .work.image-axehairpolice .img {
  background-image: url('../work/axehairpolice-1403297775.jpg');
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/work.sass */
  #work .work.image-axehairpolice .img {
    background-image: url('../work/axehairpolice-mobile-1408019075.jpg');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 21, ../sass/work.sass */
  #work .work.image-axehairpolice .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../work/axehairpolice-mobile@2x-1408019082.jpg');
  }
}
/* line 21, ../sass/work.sass */
#work .work.image-luckystrike .img {
  background-image: url('../work/luckystrike-1403297775.jpg');
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/work.sass */
  #work .work.image-luckystrike .img {
    background-image: url('../work/luckystrike-mobile-1408019110.jpg');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 21, ../sass/work.sass */
  #work .work.image-luckystrike .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../work/luckystrike-mobile@2x-1408019117.jpg');
  }
}
/* line 21, ../sass/work.sass */
#work .work.image-mazda .img {
  background-image: url('../work/mazda-1403297775.jpg');
}
@media only screen and (max-width: 639px) {
  /* line 21, ../sass/work.sass */
  #work .work.image-mazda .img {
    background-image: url('../work/mazda-mobile-1408019136.jpg');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 21, ../sass/work.sass */
  #work .work.image-mazda .img {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    background-image: url('../work/mazda-mobile@2x-1408019142.jpg');
  }
}
/* line 27, ../sass/work.sass */
#work .work a {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
/* line 33, ../sass/work.sass */
#work .work.active a, .notouch #work .work:hover a, #work .work:hover a {
  -webkit-pointer-events: inherit;
  -moz-pointer-events: inherit;
  pointer-events: inherit;
}
/* line 35, ../sass/work.sass */
#work .work.active .img, .notouch #work .work:hover .img, #work .work:hover .img {
  -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
  -moz-transform: scale(1) translate3d(0px, 0px, 0px);
  -ms-transform: scale(1) translate3d(0px, 0px, 0px);
  -o-transform: scale(1) translate3d(0px, 0px, 0px);
  transform: scale(1) translate3d(0px, 0px, 0px);
}
/* line 38, ../sass/work.sass */
#work .work.active .info, .notouch #work .work:hover .info, #work .work:hover .info {
  -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
  -moz-transform: scale(1) translate3d(0px, 0px, 0px);
  -ms-transform: scale(1) translate3d(0px, 0px, 0px);
  -o-transform: scale(1) translate3d(0px, 0px, 0px);
  transform: scale(1) translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 42, ../sass/work.sass */
#work .work.active .show640, .notouch #work .work:hover .show640, #work .work:hover .show640 {
  display: none;
}
/* line 45, ../sass/work.sass */
#work .img {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: scale(1.04) translate3d(0px, 0px, 0px);
  -moz-transform: scale(1.04) translate3d(0px, 0px, 0px);
  -ms-transform: scale(1.04) translate3d(0px, 0px, 0px);
  -o-transform: scale(1.04) translate3d(0px, 0px, 0px);
  transform: scale(1.04) translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-repeat: no-repeat;
}
/* line 54, ../sass/work.sass */
#work .pic {
  -webkit-transform: translate3d(0, 0, 0);
  float: right;
  display: none;
  position: relative;
}
@media only screen and (max-width: 639px) {
  /* line 54, ../sass/work.sass */
  #work .pic {
    display: block;
  }
}
/* line 63, ../sass/work.sass */
#work .pic.tetrapak {
  background: center no-repeat;
  background-image: url('../work/tetrapak-1408018247.png');
  width: 174px;
  height: 192px;
  background-position: center -25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 63, ../sass/work.sass */
  #work .pic.tetrapak {
    -webkit-background-size: 174px auto;
    -moz-background-size: 174px auto;
    -o-background-size: 174px auto;
    background-size: 174px auto;
    background-image: url('../work/tetrapak@2x-1408018261.png');
  }
}
/* line 67, ../sass/work.sass */
#work .pic.elecsnet {
  background: center no-repeat;
  background-image: url('../work/elecsnet-1408018568.png');
  width: 123px;
  height: 110px;
  margin-top: 16px;
  margin-right: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 67, ../sass/work.sass */
  #work .pic.elecsnet {
    -webkit-background-size: 123px auto;
    -moz-background-size: 123px auto;
    -o-background-size: 123px auto;
    background-size: 123px auto;
    background-image: url('../work/elecsnet@2x-1408018579.png');
  }
}
/* line 72, ../sass/work.sass */
#work .pic.axehairpolice {
  background: center no-repeat;
  background-image: url('../work/axehairpolice-1408023137.png');
  width: 250px;
  height: 125px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 72, ../sass/work.sass */
  #work .pic.axehairpolice {
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
    background-image: url('../work/axehairpolice@2x-1408023143.png');
  }
}
/* line 75, ../sass/work.sass */
#work .pic.luckystrike {
  background: center no-repeat;
  background-image: url('../work/luckystrike-1408018875.png');
  width: 139px;
  height: 153px;
  background-position: center 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 75, ../sass/work.sass */
  #work .pic.luckystrike {
    -webkit-background-size: 139px auto;
    -moz-background-size: 139px auto;
    -o-background-size: 139px auto;
    background-size: 139px auto;
    background-image: url('../work/luckystrike@2x-1408018882.png');
  }
}
/* line 79, ../sass/work.sass */
#work .pic.mazda {
  background: center no-repeat;
  background-image: url('../work/mazda-1408023749.png');
  width: 232px;
  height: 126px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/work.sass */
  #work .pic.mazda {
    -webkit-background-size: 232px auto;
    -moz-background-size: 232px auto;
    -o-background-size: 232px auto;
    background-size: 232px auto;
    background-image: url('../work/mazda@2x-1408023755.png');
  }
}
/* line 82, ../sass/work.sass */
#work .show640 {
  display: none;
}
@media only screen and (max-width: 639px) {
  /* line 82, ../sass/work.sass */
  #work .show640 {
    display: block;
    position: absolute;
    top: 2.6em;
    left: 2em;
    -webkit-transform: translate3d(0, 0, 0);
    font-weight: 400;
    font-size: 1.4em;
    text-transform: uppercase;
  }
}
/* line 95, ../sass/work.sass */
#work .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(http://betaagency.ru/public/images/png_pixelate(rgba(0,%200,%200,%200.88), "rgbapng", 5)');
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(1.08) translate3d(0px, 0px, 0px);
  -moz-transform: scale(1.08) translate3d(0px, 0px, 0px);
  -ms-transform: scale(1.08) translate3d(0px, 0px, 0px);
  -o-transform: scale(1.08) translate3d(0px, 0px, 0px);
  transform: scale(1.08) translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 104, ../sass/work.sass */
#work .info .wrapper {
  padding: 8% 10%;
}
@media only screen and (max-width: 639px) {
  /* line 104, ../sass/work.sass */
  #work .info .wrapper {
    padding: 20px 30px;
  }
}
/* line 109, ../sass/work.sass */
#work .info h1 {
  color: white;
  font-size: 2.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1236px) and (max-width: 1399px) {
  /* line 109, ../sass/work.sass */
  #work .info h1 {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 109, ../sass/work.sass */
  #work .info h1 {
    font-size: 2.5em;
  }
  /* line 122, ../sass/work.sass */
  #work .info h1 .hide1025 {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  /* line 109, ../sass/work.sass */
  #work .info h1 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 128, ../sass/work.sass */
  #work .info .client {
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 132, ../sass/work.sass */
  #work .info .we-do {
    margin-left: 7em;
  }
}
/* line 136, ../sass/work.sass */
#work .info dl {
  font-size: 1.03em;
  line-height: 1.7em;
}
@media only screen and (max-width: 1024px) {
  /* line 136, ../sass/work.sass */
  #work .info dl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 136, ../sass/work.sass */
  #work .info dl {
    font-size: 1em;
  }
}
/* line 146, ../sass/work.sass */
#work .info dt {
  text-transform: uppercase;
  color: #fb5b40;
  font-weight: 500;
}
/* line 151, ../sass/work.sass */
#work .info dd {
  margin-bottom: 2.2em;
}
@media only screen and (min-width: 1236px) and (max-width: 1399px) {
  /* line 151, ../sass/work.sass */
  #work .info dd {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 151, ../sass/work.sass */
  #work .info dd {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 151, ../sass/work.sass */
  #work .info dd {
    font-size: 0.8em;
  }
}
/* line 163, ../sass/work.sass */
#work .info dd ul {
  padding-left: 16px;
}
/* line 166, ../sass/work.sass */
#work .info dd li {
  color: #ff3b27;
  font-size: 0.8em;
}
/* line 170, ../sass/work.sass */
#work .info dd li span {
  color: white;
}
@media only screen and (max-width: 1024px) {
  /* line 166, ../sass/work.sass */
  #work .info dd li {
    font-size: 1em;
  }
}
/* line 176, ../sass/work.sass */
#work .info a {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2.5em;
  width: 11.4em;
  height: 3.1em;
  margin-left: -5.7em;
  line-height: 3.1em;
  font-size: 1.03em;
  text-align: center;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
  background-color: transparent;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: default;
}
/* line 195, ../sass/work.sass */
#work .info a[href]:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}
/* line 200, ../sass/work.sass */
#work .info a.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
@media only screen and (min-width: 1236px) and (max-width: 1399px) {
  /* line 176, ../sass/work.sass */
  #work .info a {
    width: 9em;
    height: 2em;
    line-height: 2em;
    margin-left: -4.8em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 176, ../sass/work.sass */
  #work .info a {
    display: none;
  }
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 4, ../sass/contact.sass */
#map {
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: green;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/contact.sass */
  #map {
    position: static;
    width: 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 639px) and (max-width: 767px) {
  /* line 4, ../sass/contact.sass */
  #map {
    position: static !important;
  }
}
@media only screen and (max-width: 639px) {
  /* line 4, ../sass/contact.sass */
  #map {
    position: static !important;
  }
}

/* line 23, ../sass/contact.sass */
#contact {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 639px) and (max-width: 767px) {
  /* line 23, ../sass/contact.sass */
  #contact {
    height: 708px;
  }
}
@media only screen and (max-width: 639px) {
  /* line 23, ../sass/contact.sass */
  #contact {
    height: 708px;
  }
}
/* line 33, ../sass/contact.sass */
#contact .boxlayout {
  width: 1px;
}
/* line 36, ../sass/contact.sass */
#contact h2 {
  color: #fa5b3f;
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 1024px) {
  /* line 36, ../sass/contact.sass */
  #contact h2 {
    font-size: 2.5em;
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 639px) {
  /* line 36, ../sass/contact.sass */
  #contact h2 {
    font-size: 1.8em;
    margin-bottom: 0.45em;
  }
}
/* line 51, ../sass/contact.sass */
#contact .content {
  -webkit-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px -1px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: black;
  display: table;
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/contact.sass */
  #contact .content {
    height: auto !important;
    padding: 50px 0;
  }
}
/* line 61, ../sass/contact.sass */
#contact .content .wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 66, ../sass/contact.sass */
#contact .content .info {
  width: 17em;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 639px) and (max-width: 767px) {
  /* line 66, ../sass/contact.sass */
  #contact .content .info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  /* line 66, ../sass/contact.sass */
  #contact .content .info {
    text-align: center;
  }
}
/* line 77, ../sass/contact.sass */
#contact .content .smallcaps {
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 639px) {
  /* line 77, ../sass/contact.sass */
  #contact .content .smallcaps {
    margin-bottom: 0;
  }
}
/* line 84, ../sass/contact.sass */
#contact .content .address {
  margin-bottom: 2.5em;
  font-size: 0.8em;
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  /* line 84, ../sass/contact.sass */
  #contact .content .address {
    margin-bottom: 1.6em;
  }
}
/* line 92, ../sass/contact.sass */
#contact .content .telephone {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0.5em;
  color: black;
}
@media only screen and (max-width: 639px) {
  /* line 92, ../sass/contact.sass */
  #contact .content .telephone {
    margin-bottom: 0.2em;
  }
}
/* line 103, ../sass/contact.sass */
#contact .content .email {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.8em;
  margin-bottom: 3.1em;
  color: black;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 639px) {
  /* line 103, ../sass/contact.sass */
  #contact .content .email {
    margin-bottom: 2.4em;
  }
}
/* line 113, ../sass/contact.sass */
#contact .content .email:hover {
  color: #df5b40;
  text-decoration: none;
}
@media only screen and (min-width: 639px) and (max-width: 767px) {
  /* line 117, ../sass/contact.sass */
  #contact .content .social-container {
    width: 126px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 639px) {
  /* line 117, ../sass/contact.sass */
  #contact .content .social-container {
    width: 86px;
    margin: 0 auto;
  }
}
/* line 128, ../sass/contact.sass */
#contact .content .fb, #contact .content .ig {
  display: block;
  float: left;
  margin-right: 1em;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
/* line 134, ../sass/contact.sass */
#contact .content .fb {
  background: center no-repeat;
  background-image: url('../images/contacts/fb-1406644174.png');
  width: 53px;
  height: 53px;
  clear: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 134, ../sass/contact.sass */
  #contact .content .fb {
    -webkit-background-size: 53px auto;
    -moz-background-size: 53px auto;
    -o-background-size: 53px auto;
    background-size: 53px auto;
    background-image: url('../images/contacts/fb@2x-1406644178.png');
  }
}
/* line 138, ../sass/contact.sass */
#contact .content .fb:hover {
  background: center no-repeat;
  background-image: url('../images/contacts/fb-hover-1406644072.png');
  width: 53px;
  height: 53px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 138, ../sass/contact.sass */
  #contact .content .fb:hover {
    -webkit-background-size: 53px auto;
    -moz-background-size: 53px auto;
    -o-background-size: 53px auto;
    background-size: 53px auto;
    background-image: url('../images/contacts/fb-hover@2x-1406644081.png');
  }
}
@media only screen and (max-width: 639px) {
  /* line 134, ../sass/contact.sass */
  #contact .content .fb {
    background: center no-repeat;
    background-image: url('../images/contacts/fb-mobile-1406808092.png');
    width: 35px;
    height: 35px;
  }
  /* line 144, ../sass/contact.sass */
  #contact .content .fb:hover {
    background: center no-repeat;
    background-image: url('../images/contacts/fb-mobile-hover-1406808048.png');
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 134, ../sass/contact.sass */
  #contact .content .fb {
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    background-image: url('../images/contacts/fb-mobile@2x-1406808096.png');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 144, ../sass/contact.sass */
  #contact .content .fb:hover {
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    background-image: url('../images/contacts/fb-mobile-hover@2x-1406808056.png');
  }
}
/* line 147, ../sass/contact.sass */
#contact .content .ig {
  background: center no-repeat;
  background-image: url('../images/contacts/ig-1406644212.png');
  width: 53px;
  height: 53px;
  margin-right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 147, ../sass/contact.sass */
  #contact .content .ig {
    -webkit-background-size: 53px auto;
    -moz-background-size: 53px auto;
    -o-background-size: 53px auto;
    background-size: 53px auto;
    background-image: url('../images/contacts/ig@2x-1406644216.png');
  }
}
/* line 151, ../sass/contact.sass */
#contact .content .ig:hover {
  background: center no-repeat;
  background-image: url('../images/contacts/ig-hover-1406644127.png');
  width: 53px;
  height: 53px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 151, ../sass/contact.sass */
  #contact .content .ig:hover {
    -webkit-background-size: 53px auto;
    -moz-background-size: 53px auto;
    -o-background-size: 53px auto;
    background-size: 53px auto;
    background-image: url('../images/contacts/ig-hover@2x-1406644135.png');
  }
}
@media only screen and (max-width: 639px) {
  /* line 147, ../sass/contact.sass */
  #contact .content .ig {
    background: center no-repeat;
    background-image: url('../images/contacts/ig-mobile-1406808136.png');
    width: 35px;
    height: 35px;
  }
  /* line 157, ../sass/contact.sass */
  #contact .content .ig:hover {
    background: center no-repeat;
    background-image: url('../images/contacts/ig-mobile-hover-1406808185.png');
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 147, ../sass/contact.sass */
  #contact .content .ig {
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    background-image: url('../images/contacts/ig-mobile@2x-1406808144.png');
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 157, ../sass/contact.sass */
  #contact .content .ig:hover {
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    background-image: url('../images/contacts/ig-mobile-hover@2x-1406808194.png');
  }
}

/* 
 * Retina helper mixins for Compass
 * http://www.joelambert.co.uk
 * 
 * Copyright 2012, Joe Lambert.
 * Free to use under the MIT license.
 * http://joelambert.mit-license.org/
 */
/* line 5, ../sass/animation.sass */
section {
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 8, ../sass/animation.sass */
#content {
  background: #fb5b40;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.9s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, -moz-transform 0.9s;
  -o-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, -o-transform 0.9s;
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, transform 0.9s;
}
/* line 17, ../sass/animation.sass */
body.zoomout #content {
  -webkit-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

@media only screen and (min-width: 1024px) {
  /* line 26, ../sass/animation.sass */
  #index .hammer {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: -webkit-transform 4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-delay: 1s, 1s;
    -moz-transition: -moz-transform 4s cubic-bezier(0.075, 0.82, 0.165, 1) 1s, opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    -o-transition: -o-transform 4s cubic-bezier(0.075, 0.82, 0.165, 1) 1s, opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: transform 4s cubic-bezier(0.075, 0.82, 0.165, 1) 1s, opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  }
  /* line 31, ../sass/animation.sass */
  html.loading #index .hammer {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
  }

  /* line 37, ../sass/animation.sass */
  html.loaded header {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-delay: 3s;
    -moz-transition: -moz-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    -o-transition: -o-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  /* line 44, ../sass/animation.sass */
  html.loaded #index .screen {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-delay: 3s;
    -moz-transition: -moz-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    -o-transition: -o-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
