/*

  A17

*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

ul, li {
  list-style: none; }

@-ms-viewport {
  width: device-width; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ colors */
/* Main Color List - try not to use */
/* Colors - Grayscale */
/* Colors by usage - use these! */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ functions/mixins */
/*
  @mixin icon-type

  Inserts an icon class with a name and optional width/height

  Parameters:
  $type - name of the icon
  $minWidth - optional, number, width of the icon
  $minHeight - optional, number, height of the icon
  $include - force include of SVG data
*/
/*
  @mixin background-image

  Inserts an encoded SVG background image from the $icons sass map

  Parameters:
  $file_name - name of icon
  $include - include SVG data in stylesheet, overrides global $include_icons var
*/
/*
  @mixin breakpoint

  Inserts a media query block

  Parameters:
  $point - name of the breakpoint
*/
/*
  @mixin transition

  Inserts vendor transition

  Parameters:
  $transition - transitions
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fonts */
/* ####################################################
 * Site font stacks
*/
/* ####################################################
 * Site font weights
*/
/* ####################################################
 * Font setup mixins
*/
/* ####################################################
 * Font styles declared
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icons image-map */
/*!
 * Generated with a Grunt task
 * #### DON'T EDIT THIS FILE
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icon classes */
.icon, .work a,
.work a:hover,
.work a:focus {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  vertical-align: middle;
  background-position: 50%;
  background-color: transparent;
  border: 0 none; }

/* loops the _icons object to make the icons */

.icon__bee {
  background-repeat: no-repeat;
  min-width: 80px;
  min-height: 62px; }
  .no-svg
  .icon__bee {
    background-image: url("/images/fallback/bee.png"); }


.icon__external--hover,
.work a:hover,
.work a:focus {
  background-repeat: no-repeat;
  min-width: 511.626px;
  min-height: 511.627px; }
  
  .no-svg
  .icon__external--hover,
  .no-svg .work a:hover,
  .work .no-svg a:hover,
  .no-svg
  .work a:focus,
  .work .no-svg a:focus {
    background-image: url("/images/fallback/external--hover.png"); }


.icon__external,
.work a,
.work a:hover,
.work a:focus {
  background-repeat: no-repeat;
  min-width: 511.626px;
  min-height: 511.627px; }
  
  .no-svg
  .icon__external,
  .no-svg .work a,
  .work .no-svg a {
    background-image: url("/images/fallback/external.png"); }


.icon__facebook {
  background-repeat: no-repeat;
  min-width: 96.124px;
  min-height: 96.123px; }
  .no-svg
  .icon__facebook {
    background-image: url("/images/fallback/facebook.png"); }


.icon__flickr {
  background-repeat: no-repeat;
  min-width: 98.364px;
  min-height: 98.364px; }
  .no-svg
  .icon__flickr {
    background-image: url("/images/fallback/flickr.png"); }


.icon__instagram {
  background-repeat: no-repeat;
  min-width: 125.547px;
  min-height: 125.547px; }
  .no-svg
  .icon__instagram {
    background-image: url("/images/fallback/instagram.png"); }


.icon__lastfm {
  background-repeat: no-repeat;
  min-width: 16px;
  min-height: 16px; }
  .no-svg
  .icon__lastfm {
    background-image: url("/images/fallback/lastfm.png"); }


.icon__linked {
  background-repeat: no-repeat;
  min-width: 552.77px;
  min-height: 552.77px; }
  .no-svg
  .icon__linked {
    background-image: url("/images/fallback/linked.png"); }


.icon__logo {
  background-repeat: no-repeat;
  min-width: 422px;
  min-height: 86px; }
  .no-svg
  .icon__logo {
    background-image: url("/images/fallback/logo.png"); }


.icon__soundcloud {
  background-repeat: no-repeat;
  min-width: 16px;
  min-height: 16px; }
  .no-svg
  .icon__soundcloud {
    background-image: url("/images/fallback/soundcloud.png"); }


.icon__twitter {
  background-repeat: no-repeat;
  min-width: 97.637px;
  min-height: 97.637px; }
  .no-svg
  .icon__twitter {
    background-image: url("/images/fallback/twitter.png"); }


.icon__youtube {
  background-repeat: no-repeat;
  min-width: 36px;
  min-height: 36px; }
  .no-svg
  .icon__youtube {
    background-image: url("/images/fallback/youtube.png"); }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ placeholders */
.container,
#thirteentwelve {
  max-width: 802px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 802px) {
    .container,
    #thirteentwelve {
      max-width: initial;
      padding-left: 40px;
      padding-right: 40px; } }

.icon, .work a,
.work a:hover,
.work a:focus {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -100%; }

.intro:after, .work:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */
h1, h2, p, ul, small {
  margin: 0 0 20px; }

h2 {
  font-weight: bold; }

ul li {
  list-style-type: none; }

img {
  border: 0 none; }

a {
  color: #ff5400;
  text-decoration: none; }
  a:hover, a:focus {
    color: #666666; }

small {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #666666; }

.e404 {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules */
.intro {
  margin-bottom: 10px; }

.intro__col {
  display: inline;
  float: left;
  margin-left: 18px;
  width: 187px; }
  @media (max-width: 486px) {
    .intro__col {
      float: none;
      display: block;
      margin-bottom: 20px;
      width: auto; } }
  .intro__col:first-child {
    margin-left: 0;
    padding-right: 20px;
    width: 372px; }
    @media (max-width: 802px) {
      .intro__col:first-child {
        float: none;
        display: block;
        margin-bottom: 20px; }
        .intro__col:first-child + .intro__col:first-child {
          margin-left: 0; } }
    @media (max-width: 486px) {
      .intro__col:first-child {
        float: none;
        display: block;
        width: auto; } }
  .intro__col h2 {
    margin-bottom: 5px; }
  .intro__col p {
    margin-bottom: 0; }
  .intro__col ul {
    padding-left: 15px; }
  .intro__col li {
    list-style-type: disc; }

.work {
  margin-left: -9px;
  margin-right: -9px; }
  @media (max-width: 486px) {
    .work {
      margin-left: 0;
      margin-right: 0; } }
  .work li {
    display: inline;
    float: left;
    position: relative;
    width: 177px;
    height: 180px;
    padding: 90px 10px 0 0;
    margin: 0 9px 20px; }
    @media (max-width: 486px) {
      .work li {
        float: none;
        display: block;
        margin: 0;
        width: auto;
        height: auto;
        padding-top: 0; } }
  .work img {
    position: absolute;
    left: 0;
    top: 0;
    width: 185px;
    height: 79px;
    border: 1px solid #666; }
    @media (max-width: 486px) {
      .work img {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  @media (max-width: 486px) {
    .work div {
      padding: 10px 0 20px; }
      .work div:before {
        content: "";
        display: block;
        height: 0;
        width: 1px;
        padding-bottom: 43.32%; } }
  .work p,
  .work h2 {
    margin-bottom: 0; }
  .work a,
  .work a:hover,
  .work a:focus {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #ff5400;
    padding-left: 18px;
    background-position: 0 50%;
    text-indent: 0 !important;
    overflow: initial;
    min-width: initial;
    min-height: initial;
    background-size: 12px; }
  .work a:hover,
  .work a:focus {
    color: #666666; }

.social {
  text-align: center; }
  .social li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
  .social .icon, .social .work a, .work .social a {
    min-width: 16px !important;
    min-height: 16px !important;
    background-size: cover;
    opacity: .25; }
    .social .icon:hover, .social .work a:hover, .work .social a:hover {
      opacity: 1; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout */
html,
body {
  min-width: 320px;
  overflow-x: hidden; }
  @media (max-width: 486px) {
    html,
    body {
      overflow-x: auto; } }

body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #1a1a1a;
  background: #fff;
  -moz-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -ms-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-text-size-adjust: 100%; }
  body:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    width: 1px;
    height: 1px;
    margin: -1px 0 0 -1px;
    position: absolute;
    left: -1px;
    top: -1px; }

@media (min-width: 803px) {
  head {
    font-family: "large"; }
  body:after {
    content: "large"; } }

@media (max-width: 802px) {
  head {
    font-family: "medium"; }
  body:after {
    content: "medium"; } }

@media (max-width: 486px) {
  head {
    font-family: "small"; }
  body:after {
    content: "small"; } }

#thirteentwelve {
  position: relative; }

#content {
  display: block; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sections */
header {
  padding-top: 20px;
  margin-bottom: 30px; }
  header .icon, header .work a, .work header a, header
  .work a:hover,
  .work header a:hover, header
  .work a:focus,
  .work header a:focus {
    display: block;
    min-width: initial;
    min-height: initial;
    width: 422px;
    height: 86px;
    background-size: cover;
    margin: 20px auto; }
    @media (max-width: 486px) {
      header .icon, header .work a, .work header a, header
      .work a:hover,
      .work header a:hover, header
      .work a:focus,
      .work header a:focus {
        width: 211px;
        height: 43px; } }
  header a {
    display: block;
    width: 100%;
    height: 100%; }

footer .icon__bee {
  display: block;
  margin: 20px auto; }

footer small {
  display: block;
  text-align: center; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pages */
#miles {
  font-family: 'Oswald', sans-serif;
  margin: 0 auto;
  text-align: left;
  width: 802px;
  padding-bottom: 50px; }

#miles h1 {
  font-size: 175px;
  line-height: 175px;
  margin: 0;
  vertical-align: text-top; }

#miles h1 .m {
  text-align: justify; }

#miles h1 .m:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px; }

#miles h1 .d {
  margin-top: -175px; }

#miles p {
  font-size: 80px;
  line-height: 100px;
  padding: 10px 0 0; }

#miles span {
  display: block; }

#miles .m {
  position: relative; }

#miles .m:hover {
  color: #ff5400;
  cursor: pointer; }

#miles .m[title]:before {
  content: attr(title);
  position: absolute;
  right: 0;
  top: 12px;
  font: 11px/13px Arial, sans-serif;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  max-width: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  transition-delay: .25s; }

#miles .m[title]:hover:before {
  opacity: 1; }

#miles .d {
  display: block;
  overflow: hidden;
  max-height: 0;
  color: #999;
  -moz-transition: max-height .25s;
  -ms-transition: max-height .25s;
  -o-transition: max-height .25s;
  -webkit-transition: max-height .25s;
  transition: max-height .25s; }

#miles .m.active + .d {
  max-height: 100px; }

#miles h1 .m.active + .d,
#miles .m.active + .d_l {
  max-height: 200px; }

#miles .m.active + .d_xl {
  max-height: 900px; }

#miles .d a {
  color: #666; }

@media only screen and (max-width: 802px) {
  #miles {
    width: auto;
    padding: 0 40px 40px; }
  #miles h1 {
    font-size: 90px;
    line-height: 90px; }
  #miles h1 .d {
    margin-top: -90px; }
  #miles p {
    font-size: 40px;
    line-height: 55px; } }

@media only screen and (max-width: 486px) {
  #miles h1 {
    font-size: 50px;
    line-height: 50px; }
  #miles h1 .d {
    margin-top: -50px; }
  #miles p {
    font-size: 25px;
    line-height: 35px; }
  #miles .m:hover {
    cursor: default;
    color: #000; }
  #miles .d {
    max-height: 999px; } }
