@charset "UTF-8";
/* line 4, libs/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, libs/_reset.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 7, libs/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, libs/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 9, libs/_reset.scss */
q, blockquote {
  quotes: none;
}

/* line 10, libs/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 11, libs/_reset.scss */
a img {
  border: none;
}

/* line 12, libs/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 18, libs/_reset.scss */
button, input {
  line-height: normal;
}

/* line 19, libs/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 20, libs/_reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

/* line 21, libs/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 22, libs/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 14, libs/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, libs/_grid.scss */
.container {
  *zoom: 1;
  max-width: 71em;
  _width: 71em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 3, libs/_blockgrid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }

  /* line 8, libs/_blockgrid.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  /* line 11, libs/_blockgrid.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }

  /* line 13, libs/_blockgrid.scss */
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px;
  }

  /* line 19, libs/_blockgrid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }

  /* line 22, libs/_blockgrid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 25, libs/_blockgrid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }

  /* line 28, libs/_blockgrid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 31, libs/_blockgrid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }

  /* line 34, libs/_blockgrid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 37, libs/_blockgrid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }

  /* line 40, libs/_blockgrid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 43, libs/_blockgrid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }

  /* line 46, libs/_blockgrid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 49, libs/_blockgrid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }

  /* line 52, libs/_blockgrid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 55, libs/_blockgrid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }

  /* line 58, libs/_blockgrid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, libs/_blockgrid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }

  /* line 64, libs/_blockgrid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 67, libs/_blockgrid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }

  /* line 70, libs/_blockgrid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 73, libs/_blockgrid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }

  /* line 76, libs/_blockgrid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 79, libs/_blockgrid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }

  /* line 82, libs/_blockgrid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 85, libs/_blockgrid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }

  /* line 88, libs/_blockgrid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  /* line 92, libs/_blockgrid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }

  /* line 95, libs/_blockgrid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 98, libs/_blockgrid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }

  /* line 101, libs/_blockgrid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 104, libs/_blockgrid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }

  /* line 107, libs/_blockgrid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 110, libs/_blockgrid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }

  /* line 113, libs/_blockgrid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 116, libs/_blockgrid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }

  /* line 119, libs/_blockgrid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 122, libs/_blockgrid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }

  /* line 125, libs/_blockgrid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 128, libs/_blockgrid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }

  /* line 131, libs/_blockgrid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 134, libs/_blockgrid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }

  /* line 137, libs/_blockgrid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 140, libs/_blockgrid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }

  /* line 143, libs/_blockgrid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 146, libs/_blockgrid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }

  /* line 149, libs/_blockgrid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 152, libs/_blockgrid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }

  /* line 155, libs/_blockgrid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 158, libs/_blockgrid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }

  /* line 161, libs/_blockgrid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

  /* line 164, libs/_blockgrid.scss */
  [class*="small-block-grid-"] > li {
    clear: none !important;
  }
}
/* line 14, libs/_typography.scss */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
  font-weight: 500;
}

/* line 20, libs/_typography.scss */
h2, h3, h4, h5, h6 {
  font-size: 1.5625em;
  line-height: 1.28em;
  margin: 1.28em 0 0.64em 0;
  font-weight: 500;
}

/* line 26, libs/_typography.scss */
p, pre, label {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

/* line 31, libs/_typography.scss */
ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 2em 0;
}

/* line 36, libs/_typography.scss */
li {
  line-height: auto;
}

/* line 43, libs/_typography.scss */
ul {
  list-style-position: outside;
  list-style-type: disc;
}

/* line 44, libs/_typography.scss */
ol {
  list-style-position: outside;
  list-style-type: decimal;
}

/* line 45, libs/_typography.scss */
strong, b {
  font-weight: 600;
}

/* line 46, libs/_typography.scss */
em, i, q {
  font-style: italic;
}

/* line 48, libs/_typography.scss */
blockquote {
  padding-left: 1em;
  border-left: 0.3125em solid grey;
  line-height: normal;
  margin: 0;
}
/* line 53, libs/_typography.scss */
blockquote p {
  font-style: italic;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1.2em 0 1.2em 0;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, vendor/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, vendor/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 7, vendor/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, vendor/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 9, vendor/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10, vendor/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 11, vendor/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, vendor/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, vendor/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 14, vendor/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 15, vendor/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 22, vendor/_colorbox.scss */
#cboxOverlay {
  background: #fff;
}

/* line 23, vendor/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 24, vendor/_colorbox.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

/* line 25, vendor/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 26, vendor/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 27, vendor/_colorbox.scss */
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

/* line 28, vendor/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

/* line 29, vendor/_colorbox.scss */
#cboxLoadingOverlay {
  background: #000;
}

/* line 30, vendor/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

/* line 31, vendor/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 34, vendor/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 37, vendor/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 39, vendor/_colorbox.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 40, vendor/_colorbox.scss */
#cboxPrevious:hover {
  background-position: 0px -25px;
}

/* line 41, vendor/_colorbox.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 42, vendor/_colorbox.scss */
#cboxNext:hover {
  background-position: -25px -25px;
}

/* line 43, vendor/_colorbox.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 44, vendor/_colorbox.scss */
#cboxClose:hover {
  background-position: -50px -25px;
}

/* line 45, vendor/_colorbox.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 46, vendor/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 47, vendor/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

/* line 48, vendor/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 49, vendor/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/** Symbolset
 ** www.symbolset.com
 ** Copyright © 2012 Oak Studios LLC
 **
 ** Upload this file to your web server
 ** and place this within your <head> tags.
 ** <link href="webfonts/ss-social.css" rel="stylesheet" /> */
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 15, vendor/_sssocial.sass */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

/* line 18, vendor/_sssocial.sass */
.ss-icon {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
/* line 32, vendor/_sssocial.sass */
.ss-icon.ss-social, .ss-icon.ss-social-circle {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 47, vendor/_sssocial.sass */
[class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 62, vendor/_sssocial.sass */
.ss-icon.ss-social-circle, [class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before, [class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}

/* line 65, vendor/_sssocial.sass */
[class^="ss-"].right:before, [class*=" ss-"].right:before {
  display: none;
  content: "";
}

/* line 70, vendor/_sssocial.sass */
.ss-facebook:before, .ss-facebook.right:after {
  content: "";
}

/* line 74, vendor/_sssocial.sass */
.ss-twitter:before, .ss-twitter.right:after {
  content: "";
}

/* line 78, vendor/_sssocial.sass */
.ss-linkedin:before, .ss-linkedin.right:after {
  content: "";
}

/* line 82, vendor/_sssocial.sass */
.ss-googleplus:before, .ss-googleplus.right:after {
  content: "";
}

/* line 86, vendor/_sssocial.sass */
.ss-tumblr:before, .ss-tumblr.right:after {
  content: "";
}

/* line 90, vendor/_sssocial.sass */
.ss-wordpress:before, .ss-wordpress.right:after {
  content: "";
}

/* line 94, vendor/_sssocial.sass */
.ss-blogger:before, .ss-blogger.right:after {
  content: "";
}

/* line 98, vendor/_sssocial.sass */
.ss-posterous:before, .ss-posterous.right:after {
  content: "";
}

/* line 102, vendor/_sssocial.sass */
.ss-youtube:before, .ss-youtube.right:after {
  content: "";
}

/* line 106, vendor/_sssocial.sass */
.ss-vimeo:before, .ss-vimeo.right:after {
  content: "";
}

/* line 110, vendor/_sssocial.sass */
.ss-flickr:before, .ss-flickr.right:after {
  content: "";
}

/* line 114, vendor/_sssocial.sass */
.ss-instagram:before, .ss-instagram.right:after {
  content: "";
}

/* line 118, vendor/_sssocial.sass */
.ss-pinterest:before, .ss-pinterest.right:after {
  content: "";
}

/* line 122, vendor/_sssocial.sass */
.ss-svpply:before, .ss-svpply.right:after {
  content: "";
}

/* line 126, vendor/_sssocial.sass */
.ss-readmill:before, .ss-readmill.right:after {
  content: "";
}

/* line 130, vendor/_sssocial.sass */
.ss-dropbox:before, .ss-dropbox.right:after {
  content: "";
}

/* line 134, vendor/_sssocial.sass */
.ss-dribbble:before, .ss-dribbble.right:after {
  content: "";
}

/* line 138, vendor/_sssocial.sass */
.ss-behance:before, .ss-behance.right:after {
  content: "";
}

/* line 142, vendor/_sssocial.sass */
.ss-github:before, .ss-github.right:after {
  content: "";
}

/* line 146, vendor/_sssocial.sass */
.ss-octocat:before, .ss-octocat.right:after {
  content: "";
}

/* line 150, vendor/_sssocial.sass */
.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: "";
}

/* line 154, vendor/_sssocial.sass */
.ss-paypal:before, .ss-paypal.right:after {
  content: "";
}

/* line 158, vendor/_sssocial.sass */
.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: "";
}

/* line 162, vendor/_sssocial.sass */
.ss-foursquare:before, .ss-foursquare.right:after {
  content: "";
}

/* line 166, vendor/_sssocial.sass */
.ss-skype:before, .ss-skype.right:after {
  content: "";
}

/* line 170, vendor/_sssocial.sass */
.ss-rdio:before, .ss-rdio.right:after {
  content: "";
}

/* line 174, vendor/_sssocial.sass */
.ss-spotify:before, .ss-spotify.right:after {
  content: "";
}

/* line 178, vendor/_sssocial.sass */
.ss-lastfm:before, .ss-lastfm.right:after {
  content: "";
}

/* line 182, vendor/_sssocial.sass */
.ss-mail:before, .ss-mail.right:after {
  content: "✉";
}

/* line 186, vendor/_sssocial.sass */
.ss-like:before, .ss-like.right:after {
  content: "👍";
}

/* line 190, vendor/_sssocial.sass */
.ss-rss:before, .ss-rss.right:after {
  content: "";
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 14, vendor/_ssstandard.scss */
html:hover .ss-icon {
  -ms-zoom: 1;
}

/* line 18, vendor/_ssstandard.scss */
.ss-icon, .ss-icon.ss-standard,
.ss-icon:before, .ss-icon.ss-standard:before,
.ss-icon.right:after, .ss-icon.ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 35, vendor/_ssstandard.scss */
.ss-icon.right:before,
.ss-icon.right:before {
  display: none;
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-cursor:before, .ss-cursor.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

/* line 37, vendor/_ssstandard.scss */
.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-view:before, .ss-view.right:after {
  content: '👀';
}

/* line 37, vendor/_ssstandard.scss */
.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

/* line 37, vendor/_ssstandard.scss */
.ss-move:before, .ss-move.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-write:before, .ss-write.right:after {
  content: '✎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-erase:before, .ss-erase.right:after {
  content: '✐';
}

/* line 37, vendor/_ssstandard.scss */
.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

/* line 37, vendor/_ssstandard.scss */
.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

/* line 37, vendor/_ssstandard.scss */
.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

/* line 37, vendor/_ssstandard.scss */
.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

/* line 37, vendor/_ssstandard.scss */
.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

/* line 37, vendor/_ssstandard.scss */
.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

/* line 37, vendor/_ssstandard.scss */
.ss-trash:before, .ss-trash.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-target:before, .ss-target.right:after {
  content: '◎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-tag:before, .ss-tag.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

/* line 37, vendor/_ssstandard.scss */
.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

/* line 37, vendor/_ssstandard.scss */
.ss-like:before, .ss-like.right:after {
  content: '👍';
}

/* line 37, vendor/_ssstandard.scss */
.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

/* line 37, vendor/_ssstandard.scss */
.ss-halfheart:before, .ss-halfheart.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

/* line 37, vendor/_ssstandard.scss */
.ss-halfstar:before, .ss-halfstar.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-sample:before, .ss-sample.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-crop:before, .ss-crop.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-layers:before, .ss-layers.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-fill:before, .ss-fill.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-stroke:before, .ss-stroke.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

/* line 37, vendor/_ssstandard.scss */
.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-facetime:before, .ss-facetime.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

/* line 37, vendor/_ssstandard.scss */
.ss-send:before, .ss-send.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

/* line 37, vendor/_ssstandard.scss */
.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

/* line 37, vendor/_ssstandard.scss */
.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

/* line 37, vendor/_ssstandard.scss */
.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…';
}

/* line 37, vendor/_ssstandard.scss */
.ss-user:before, .ss-user.right:after {
  content: '👤';
}

/* line 37, vendor/_ssstandard.scss */
.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧';
}

/* line 37, vendor/_ssstandard.scss */
.ss-users:before, .ss-users.right:after {
  content: '👥';
}

/* line 37, vendor/_ssstandard.scss */
.ss-cart:before, .ss-cart.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

/* line 37, vendor/_ssstandard.scss */
.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲';
}

/* line 37, vendor/_ssstandard.scss */
.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

/* line 37, vendor/_ssstandard.scss */
.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-box:before, .ss-box.right:after {
  content: '📦';
}

/* line 37, vendor/_ssstandard.scss */
.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

/* line 37, vendor/_ssstandard.scss */
.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢';
}

/* line 37, vendor/_ssstandard.scss */
.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-globe:before, .ss-globe.right:after {
  content: '🌎';
}

/* line 37, vendor/_ssstandard.scss */
.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-compass:before, .ss-compass.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-map:before, .ss-map.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-location:before, .ss-location.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

/* line 37, vendor/_ssstandard.scss */
.ss-database:before, .ss-database.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-music:before, .ss-music.right:after {
  content: '♫';
}

/* line 37, vendor/_ssstandard.scss */
.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

/* line 37, vendor/_ssstandard.scss */
.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

/* line 37, vendor/_ssstandard.scss */
.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉';
}

/* line 37, vendor/_ssstandard.scss */
.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊';
}

/* line 37, vendor/_ssstandard.scss */
.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

/* line 37, vendor/_ssstandard.scss */
.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

/* line 37, vendor/_ssstandard.scss */
.ss-video:before, .ss-video.right:after {
  content: '📹';
}

/* line 37, vendor/_ssstandard.scss */
.ss-play:before, .ss-play.right:after {
  content: '▶';
}

/* line 37, vendor/_ssstandard.scss */
.ss-pause:before, .ss-pause.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

/* line 37, vendor/_ssstandard.scss */
.ss-record:before, .ss-record.right:after {
  content: '●';
}

/* line 37, vendor/_ssstandard.scss */
.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

/* line 37, vendor/_ssstandard.scss */
.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

/* line 37, vendor/_ssstandard.scss */
.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

/* line 37, vendor/_ssstandard.scss */
.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

/* line 37, vendor/_ssstandard.scss */
.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

/* line 37, vendor/_ssstandard.scss */
.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

/* line 37, vendor/_ssstandard.scss */
.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

/* line 37, vendor/_ssstandard.scss */
.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

/* line 37, vendor/_ssstandard.scss */
.ss-book:before, .ss-book.right:after {
  content: '📕';
}

/* line 37, vendor/_ssstandard.scss */
.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

/* line 37, vendor/_ssstandard.scss */
.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

/* line 37, vendor/_ssstandard.scss */
.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

/* line 37, vendor/_ssstandard.scss */
.ss-grid:before, .ss-grid.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-rows:before, .ss-rows.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-columns:before, .ss-columns.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-filter:before, .ss-filter.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

/* line 37, vendor/_ssstandard.scss */
.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

/* line 37, vendor/_ssstandard.scss */
.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

/* line 37, vendor/_ssstandard.scss */
.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

/* line 37, vendor/_ssstandard.scss */
.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-download:before, .ss-download.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-upload:before, .ss-upload.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-fork:before, .ss-fork.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-merge:before, .ss-merge.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆';
}

/* line 37, vendor/_ssstandard.scss */
.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

/* line 37, vendor/_ssstandard.scss */
.ss-sync:before, .ss-sync.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-loading:before, .ss-loading.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-connection:before, .ss-connection.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-file:before, .ss-file.right:after {
  content: '📄';
}

/* line 37, vendor/_ssstandard.scss */
.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

/* line 37, vendor/_ssstandard.scss */
.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

/* line 37, vendor/_ssstandard.scss */
.ss-text:before, .ss-text.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-font:before, .ss-font.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

/* line 37, vendor/_ssstandard.scss */
.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

/* line 37, vendor/_ssstandard.scss */
.ss-list:before, .ss-list.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-layout:before, .ss-layout.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-action:before, .ss-action.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

/* line 37, vendor/_ssstandard.scss */
.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

/* line 37, vendor/_ssstandard.scss */
.ss-contract:before, .ss-contract.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-help:before, .ss-help.right:after {
  content: '❓';
}

/* line 37, vendor/_ssstandard.scss */
.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

/* line 37, vendor/_ssstandard.scss */
.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

/* line 37, vendor/_ssstandard.scss */
.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

/* line 37, vendor/_ssstandard.scss */
.ss-logout:before, .ss-logout.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

/* line 37, vendor/_ssstandard.scss */
.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

/* line 37, vendor/_ssstandard.scss */
.ss-check:before, .ss-check.right:after {
  content: '✓';
}

/* line 37, vendor/_ssstandard.scss */
.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

/* line 37, vendor/_ssstandard.scss */
.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

/* line 37, vendor/_ssstandard.scss */
.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

/* line 37, vendor/_ssstandard.scss */
.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕';
}

/* line 37, vendor/_ssstandard.scss */
.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

/* line 37, vendor/_ssstandard.scss */
.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

/* line 37, vendor/_ssstandard.scss */
.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

/* line 37, vendor/_ssstandard.scss */
.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

/* line 37, vendor/_ssstandard.scss */
.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

/* line 37, vendor/_ssstandard.scss */
.ss-droplet:before, .ss-droplet.right:after {
  content: '💧';
}

/* line 37, vendor/_ssstandard.scss */
.ss-flask:before, .ss-flask.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

/* line 37, vendor/_ssstandard.scss */
.ss-upright:before, .ss-upright.right:after {
  content: '⬈';
}

/* line 37, vendor/_ssstandard.scss */
.ss-right:before, .ss-right.right:after {
  content: '➡';
}

/* line 37, vendor/_ssstandard.scss */
.ss-downright:before, .ss-downright.right:after {
  content: '⬊';
}

/* line 37, vendor/_ssstandard.scss */
.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

/* line 37, vendor/_ssstandard.scss */
.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋';
}

/* line 37, vendor/_ssstandard.scss */
.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

/* line 37, vendor/_ssstandard.scss */
.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉';
}

/* line 37, vendor/_ssstandard.scss */
.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

/* line 37, vendor/_ssstandard.scss */
.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

/* line 37, vendor/_ssstandard.scss */
.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

/* line 37, vendor/_ssstandard.scss */
.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

/* line 37, vendor/_ssstandard.scss */
.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

/* line 37, vendor/_ssstandard.scss */
.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

/* line 37, vendor/_ssstandard.scss */
.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

/* line 37, vendor/_ssstandard.scss */
.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

/* Legacy classes */
/* line 40, vendor/_ssstandard.scss */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉';
}

/* line 40, vendor/_ssstandard.scss */
.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊';
}

/* line 40, vendor/_ssstandard.scss */
.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-batterylow:before, .ss-batterylow.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: '';
}

/* line 40, vendor/_ssstandard.scss */
.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: '';
}

/* line 4, vendor/_superslides.scss */
#slides {
  position: relative;
}
/* line 6, vendor/_superslides.scss */
#slides .slides-container {
  display: none;
}
/* line 9, vendor/_superslides.scss */
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, vendor/_superslides.scss */
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
/* line 27, vendor/_superslides.scss */
.slides-navigation a {
  position: absolute;
  display: block;
}
/* line 30, vendor/_superslides.scss */
.slides-navigation a.prev {
  left: 0;
}
/* line 33, vendor/_superslides.scss */
.slides-navigation a.next {
  right: 0;
}

/* line 38, vendor/_superslides.scss */
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
/* line 44, vendor/_superslides.scss */
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
/* line 54, vendor/_superslides.scss */
.slides-pagination a.current {
  background: #222;
}

@font-face {
  font-family: "SSSocial";
  src: url('../fonts/symbolset/social/ss-social-regular.eot');
  src: url('../fonts/symbolset/social/ss-social-regular.eot?#iefix') format('eot'), url('../fonts/symbolset/social/ss-social-regular.woff') format('woff'), url('../fonts/symbolset/social/ss-social-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SSStandard";
  src: url('../fonts/symbolset/standard/ss-standard.eot');
  src: url('../fonts/symbolset/standard/ss-standard.eot?#iefix') format('eot'), url('../fonts/symbolset/standard/ss-standard.woff') format('woff'), url('../fonts/symbolset/standard/ss-standard.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pictos";
  src: url('../fonts/pictos/pictos.eot');
  src: url('../fonts/pictos/pictos.eot?#iefix') format('eot'), url('../fonts/pictos/pictos.woff') format('woff'), url('../fonts/pictos/pictos.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic Regular";
  src: url('../fonts/leaguegothic/regular/LeagueGothic-Regular.eot');
  src: url('../fonts/leaguegothic/regular/LeagueGothic-Regular.eot?#iefix') format('eot'), url('../fonts/leaguegothic/regular/LeagueGothic-Regular.woff') format('woff'), url('../fonts/leaguegothic/regular/LeagueGothic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic Italic";
  src: url('../fonts/leaguegothic/italic/LeagueGothic-Italic.eot');
  src: url('../fonts/leaguegothic/italic/LeagueGothic-Italic.eot?#iefix') format('eot'), url('../fonts/leaguegothic/italic/LeagueGothic-Italic.woff') format('woff'), url('../fonts/leaguegothic/italic/LeagueGothic-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic Condensed";
  src: url('../fonts/leaguegothic/condensed/LeagueGothic-CondensedRegular.eot');
  src: url('../fonts/leaguegothic/condensed/LeagueGothic-CondensedRegular.eot?#iefix') format('eot'), url('../fonts/leaguegothic/condensed/LeagueGothic-CondensedRegular.woff') format('woff'), url('../fonts/leaguegothic/condensed/LeagueGothic-CondensedRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic Condensed Italic";
  src: url('../fonts/leaguegothic/condensed-italic/LeagueGothic-CondensedItalic.eot');
  src: url('../fonts/leaguegothic/condensed-italic/LeagueGothic-CondensedItalic.eot?#iefix') format('eot'), url('../fonts/leaguegothic/condensed-italic/LeagueGothic-CondensedItalic.woff') format('woff'), url('../fonts/leaguegothic/condensed-italic/LeagueGothic-CondensedItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ::Clearfixs and extends. Use which suits best */
/* ----------------------------------------------------------- */
/* line 135, screen.sass */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 139, screen.sass */
.pie-clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 145, screen.sass */
img {
  max-width: 100%;
  height: auto;
}

/* ::State styles */
/* ------------------------------------------------------------ */
/* line 152, screen.sass */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

/* line 158, screen.sass */
.is-hidden {
  display: none;
}

/* line 161, screen.sass */
.is-shown, .is-block {
  display: block;
}

/* line 164, screen.sass */
.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 168, screen.sass */
.is-lowercase {
  text-transform: lowercase;
}

/* line 171, screen.sass */
.hide {
  display: none;
}

/* line 174, screen.sass */
.ss-icon {
  font-family: "SSSocial";
  vertical-align: middle;
}

/* line 178, screen.sass */
.icon {
  font-family: "SSStandard";
}

/* line 181, screen.sass */
.pictos {
  font-family: "Pictos";
  vertical-align: middle;
}

/* line 186, screen.sass */
.flex-video {
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 57.25%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 195, screen.sass */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 202, screen.sass */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
  width: 100% !important;
}

/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
/* line 208, screen.sass */
::-moz-selection {
  background: #000106;
  color: #fefefe;
  text-shadow: none;
}

/* line 213, screen.sass */
::selection {
  background: #000106;
  color: #fefefe;
  text-shadow: none;
}

/* line 218, screen.sass */
html {
  height: 100%;
  width: 100%;
}

/* line 222, screen.sass */
html {
  font-size: 100%;
}

/* line 225, screen.sass */
body {
  background: #fefefe url(../images/app/bg.jpg) repeat-y;
  color: #fefefe;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 230, screen.sass */
a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 237, screen.sass */
a:link:hover, a:link:focus, a:link:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #8493ac;
}

/* ::Global Styles - everything */
/* ------------------------------------------------------------ */
/* line 248, screen.sass */
h1, h2, h3, h4 {
  font-family: "League Gothic Regular", sans-serif;
  font-weight: normal;
}

/* line 252, screen.sass */
p {
  line-height: 2em;

}

/* line 256, screen.sass */
ol {
  list-style-position: inside;
  list-style-type: decimal;
}

/* line 259, screen.sass */
ul {
  list-style: none;
}

/* ::Main Components */
/* ------------------------------------------------------------ */
/* line 266, screen.sass */
.container {
  *zoom: 1;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* ::Component Structure / Skeleton */
/* ------------------------------------------------------------ */
/* line 286, screen.sass */
#content, #main {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#content:after, #main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 293, screen.sass */
#banner #logo {
  width: 23.94366%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 295, screen.sass */
#banner #nav-main {
  width: 74.64789%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 299, screen.sass */
#bottom-banner #cta {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 301, screen.sass */
#bottom-banner #social {
  width: 66.19718%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 307, screen.sass */
.page-header {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.page-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 310, screen.sass */
.news {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 313, screen.sass */
.news .post {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 316, screen.sass */
.news .post:nth-child(3n+3) {
  width: 32.39437%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
/* line 319, screen.sass */
.news .post footer {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.news .post footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 322, screen.sass */
.news .post footer .social {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}

/* line 328, screen.sass */
.single-post .post {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 331, screen.sass */
.single-post .post footer {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.single-post .post footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 334, screen.sass */
.single-post .post footer .social {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 336, screen.sass */
.single-post .post footer .entry-tags {
  width: 66.19718%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 341, screen.sass */
.sidebar {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 344, screen.sass */
.sidebar .widget {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 347, screen.sass */
.sidebar .widget:nth-child(3n+3) {
  width: 32.39437%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 350, screen.sass */
.media-list {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.media-list:after {
  content: "";
  display: table;
  clear: both;
}

/* line 353, screen.sass */
#instagram, .instapress-shortcode {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 356, screen.sass */
#instagram .instapress-shortcode-image, .instapress-shortcode .instapress-shortcode-image {
  width: 23.94366%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 359, screen.sass */
#instagram .instapress-shortcode-image:nth-child(4n+4), .instapress-shortcode .instapress-shortcode-image:nth-child(4n+4) {
  width: 23.94366%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 362, screen.sass */
.pagination {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}

/* line 365, screen.sass */
.page_content, .page_interior {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.page_content:after, .page_interior:after {
  content: "";
  display: table;
  clear: both;
}

/* line 369, screen.sass */
.music .artwork {
  width: 23.94366%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 371, screen.sass */
.music .sound {
  width: 66.19718%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 375, screen.sass */
#featured-video {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#featured-video:after {
  content: "";
  display: table;
  clear: both;
}

/* line 378, screen.sass */
.release {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.release:after {
  content: "";
  display: table;
  clear: both;
}
/* line 381, screen.sass */
.release .albumcover {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 383, screen.sass */
.release .description {
  width: 57.74648%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
/* line 387, screen.sass */
.release .player .controls {
  width: 15.49296%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 389, screen.sass */
.release .player .waveform {
  width: 83.09859%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 392, screen.sass */
.media-list {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.media-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 395, screen.sass */
.media-list li {
  width: 23.94366%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 398, screen.sass */
.media-list li:nth-child(4n+4) {
  width: 23.94366%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* line 402, screen.sass */
#content-info .footer-sidebar {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#content-info .footer-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 405, screen.sass */
#content-info .widget {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
}
/* line 408, screen.sass */
#content-info .widget:nth-child(3) {
  width: 32.39437%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/* ::Page Specific BG */
/* ------------------------------------------------------------ */
/* line 414, screen.sass */
body#single, body#News {
  background: #fefefe url(../images/app/bg_news.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 418, screen.sass */
body#tour {
  background: #fefefe url(../images/app/bg_tour.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 422, screen.sass */
body#music {
  background: #fefefe url(../images/app/bg_music.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 426, screen.sass */
body#videos {
  background: #fefefe url(../images/app/bg_videos.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 430, screen.sass */
body#photos {
  background: #fefefe url(../images/app/bg_photo.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ::Home Specific Styles */
/* ------------------------------------------------------------ */
/* line 439, screen.sass */
/*.home #banner, .blog #banner {
  margin-top: -110px;
}*/

/* ::Header / Site Navigation */
/* ------------------------------------------------------------ */
/* line 445, screen.sass */
#banner {
  background: #000106;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 1em;
  z-index: 100;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 454, screen.sass */
#banner .brand {
  background: url(../images/app/logo.png) no-repeat;
  display: block;
  padding-top: 20.32086%;
  height: 0.67914px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
/* line 460, screen.sass */
#banner #nav-mobile ul {
  margin: 0;
}
/* line 463, screen.sass */
#banner #nav-mobile li.menu-toggle {
  padding: 0;
}
/* line 466, screen.sass */
#banner #nav-mobile li.menu-toggle a {
  position: absolute;
  right: 0;
  top: -1.5em;
  display: block;
  z-index: 9999;
}
/* line 473, screen.sass */
#banner #nav-main {
  display: inline-block;
  vertical-align: middle;
}
/* line 477, screen.sass */
#banner .nav {
  font-family: "League Gothic Regular", sans-serif;
  font-weight: 100;
  list-style: none;
  text-align: right;
  margin: 0;
}
/* line 484, screen.sass */
#banner .nav li {
  display: inline-block;
  margin-left: 1.5em;
  padding: 1em 0;
}
/* line 489, screen.sass */
#banner .nav li a:link, #banner .nav li a:visited {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  color: #fefefe;
  font-size: 1.125em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 82, screen.sass */
#banner .nav li a:link::before, #banner .nav li a:link::after, #banner .nav li a:visited::before, #banner .nav li a:visited::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 50%;
  content: "";
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
/* line 97, screen.sass */
#banner .nav li a:link::after, #banner .nav li a:visited::after {
  width: 50px;
  height: 50px;
  border-width: 3px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
/* line 103, screen.sass */
#banner .nav li a:link:hover::before, #banner .nav li a:link:hover::after, #banner .nav li a:link:focus::before, #banner .nav li a:link:focus::after, #banner .nav li a:visited:hover::before, #banner .nav li a:visited:hover::after, #banner .nav li a:visited:focus::before, #banner .nav li a:visited:focus::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
/* line 500, screen.sass */
#banner .nav li.active a {
  color: #fefefe;
}
/* line 503, screen.sass */
#banner .nav li.active a::before, #banner .nav li.active a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  content: "";
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0125);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.0125);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.0125);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.0125);
  transform: translateX(-50%) translateY(-50%) scale(1.0125);
}
/* line 518, screen.sass */
#banner .nav li.active a::after {
  width: 50px;
  height: 50px;
  border-width: 3px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
/* line 526, screen.sass */
#banner .nav li:hover > ul {
  display: block;
}
/* line 529, screen.sass */
#banner .nav .dropdown {
  position: relative;
}
/* line 532, screen.sass */
#banner .nav .dropdown-menu {
  position: absolute;
  background: #fefefe;
  text-align: center;
  z-index: 50;
  padding: 1em 1em 0.5em;
  margin-bottom: 60px;
  top: -110px;
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 1, 6, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 1, 6, 0.5);
  box-shadow: 0 0 5px rgba(0, 1, 6, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 544, screen.sass */
#banner .nav .dropdown-menu:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fefefe;
  bottom: -10px;
  left: 7px;
}
/* line 555, screen.sass */
#banner .nav .dropdown-menu li {
  margin: 0 0.5em;
  display: inline-block !important;
}
/* line 559, screen.sass */
#banner .nav .dropdown-menu li a {
  color: #000106;
  border: none;
}
/* line 563, screen.sass */
#banner .nav .dropdown-menu li a:hover {
  color: #8493ac;
}

/* ::Hero */
/* ------------------------------------------------------------ */
/* line 570, screen.sass */
#slides {
  background: #000106;
  position: relative;
  margin: 0 0 3em 0;
  overflow: visible !important;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 577, screen.sass */
#slides .brand {
  background: url(../images/app/logo.png) no-repeat;
  display: block;
  width: 287px;
  height: 59px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -144px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 590, screen.sass */
#slides .slide {
  position: relative;
}
/* line 593, screen.sass */
#slides .slide img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-filter, 0.8s;
  -moz-transition: -webkit-filter, 0.8s;
  -o-transition: -webkit-filter, 0.8s;
  transition: -webkit-filter, 0.8s;
  -webkit-transition: filter, 0.8s;
  -moz-transition: filter, 0.8s;
  -o-transition: filter, 0.8s;
  transition: filter, 0.8s;
}
/* line 596, screen.sass */
#slides .slide img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transition: -webkit-filter, 0.8s;
  -moz-transition: -webkit-filter, 0.8s;
  -o-transition: -webkit-filter, 0.8s;
  transition: -webkit-filter, 0.8s;
  -webkit-transition: filter, 0.8s;
  -moz-transition: filter, 0.8s;
  -o-transition: filter, 0.8s;
  transition: filter, 0.8s;
}
/* line 599, screen.sass */
#slides .slide .caption {
  position: absolute;
  bottom: 25%;
  left: 50%;
  display: none;
  background: #fefefe;
  color: #000106;
  margin: -75px 0 0 -75px;
  height: 150px;
  width: 150px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.33333em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 615, screen.sass */
#slides .slide .caption:before, #slides .slide .caption:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 618, screen.sass */
#slides .slide .caption:before {
  content: "";
  background: #fefefe;
  height: 1px;
  width: 100%;
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: -200px;
}
/* line 628, screen.sass */
#slides .slide .caption:after {
  content: "";
  background: #fefefe;
  height: 1px;
  width: 100%;
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: 200px;
}
/* line 638, screen.sass */
#slides .slide .caption:hover {
  background: #000106;
}
/* line 641, screen.sass */
#slides .slide .caption:hover a:link, #slides .slide .caption:hover a:visited {
  color: #fefefe;
}
/* line 644, screen.sass */
#slides .slide .caption:hover:before {
  left: -220px;
}
/* line 647, screen.sass */
#slides .slide .caption:hover:after {
  left: 220px;
}
/* line 650, screen.sass */
#slides .slide .caption a:link, #slides .slide .caption a:visited {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 90px;
  vertical-align: middle;
  margin: -45px 0 0 -45px;
  overflow: hidden;
}
/* line 661, screen.sass */
#slides .slides-navigation {
  z-index: 10;
}
/* line 663, screen.sass */
#slides .slides-navigation a {
  background: url(../images/app/slide-nav.png);
  height: 40px;
  width: 40px;
  position: absolute;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 671, screen.sass */
#slides .slides-navigation a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 674, screen.sass */
#slides .slides-navigation a.next {
  right: 40px;
  background-position: -40px 0;
}
/* line 678, screen.sass */
#slides .slides-navigation a.prev {
  left: 40px;
}
/* line 681, screen.sass */
#slides .slides-pagination {
  bottom: 20%;
}
/* line 684, screen.sass */
#slides .slides-pagination a:link {
  border-color: #fefefe;
}
/* line 687, screen.sass */
#slides .slides-pagination a:link.current {
  background: #fefefe;
}
/* line 690, screen.sass */
#slides .scroll-down {
  background: url(../images/app/scroll-arrows.png) no-repeat;
  height: 39px;
  width: 39px;
  display: block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
  padding-top: 5em;
  color: #fefefe;
  font-size: 0.625em;
  text-align: center;
  font-style: italic;
}

/* ::Headline */
/* ------------------------------------------------------------ */
/* line 711, screen.sass */
#headline h1 {
  font-size: 3.75em;
  line-height: 1.06667em;
  color: #000106;
  margin-bottom: 0;
  text-align: center;
}
/* line 717, screen.sass */
#headline h1 a:link, #headline h1 a:visited {
  font-family: "League Gothic Italic", sans-serif;
  color: #8493ac;
}
/* line 721, screen.sass */
#headline h1 a:link:hover, #headline h1 a:visited:hover {
  color: #000106;
  text-decoration: underline;
}

/* ::Page */
/* ------------------------------------------------------------ */
/* line 729, screen.sass */
.page #main {
  margin: 10em 0 0 0;
}

/* line 732, screen.sass */
.page-title {
  text-align: left;
  color: #fefefe;
}
/* line 736, screen.sass */
.page-title h1 {
  font-size: 5.625em;
  line-height: 1.06667em;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 741, screen.sass */
.page_content {
  background: #000106 url(../images/app/post_bg.png);
  color: #fefefe;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 746, screen.sass */
.page_content .page_interior {
  padding: 2em;
}

/* ::Page Modules */
/* ------------------------------------------------------------ */
/* line 754, screen.sass */
.page .news, .page .sidebar {
  margin-top: 5em;
}

/* ::Archive */
/* ------------------------------------------------------------ */
/* line 762, screen.sass */
.archive #main, .single-post #main {
  margin: 10em 0 0 0;
}

/* ::Post -- Feed */
/* ------------------------------------------------------------ */
/* line 771, screen.sass */
.post {
  position: relative;
  margin-bottom: 5em;
  height: 26.25em;
  background: #000106 url(../images/app/post_bg.png);
  color: #fefefe;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 779, screen.sass */
.post header {
  padding: 2em 2em 0.5em;
}
/* line 781, screen.sass */
.post header img {
  margin-bottom: 1.25em;
}
/* line 784, screen.sass */
.post header time {
  color: #fefefe;
  font-variant: small-caps;
}
/* line 788, screen.sass */
.post header h2 {
  margin-top: 0.5em;
}
/* line 791, screen.sass */
.post header h2 a {
  color: #fefefe;
  font-size: 2.25em;
  line-height: 1.11111em;
  text-transform: uppercase;
}
/* line 796, screen.sass */
.post header h2 a:hover {
  color: #8493ac;
}
/* line 799, screen.sass */
.post .entry-summary, .post .entry-content {
  padding: 0.5em 2em 0.5em;
  color: #fefefe;
}
/* line 803, screen.sass */
.post .entry-summary a:link, .post .entry-summary a:visited, .post .entry-content a:link, .post .entry-content a:visited {
  color: #8493ac;
  border-bottom: 1px solid #8493ac;
}
/* line 807, screen.sass */
.post .entry-summary a:link:hover, .post .entry-summary a:link:active, .post .entry-summary a:visited:hover, .post .entry-summary a:visited:active, .post .entry-content a:link:hover, .post .entry-content a:link:active, .post .entry-content a:visited:hover, .post .entry-content a:visited:active {
  color: #fefefe;
  border-color: #fefefe;
}
/* line 811, screen.sass */
.post .entry-summary a:link img, .post .entry-summary a:visited img, .post .entry-content a:link img, .post .entry-content a:visited img {
  border: none;
}
/* line 814, screen.sass */
.post footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2em 2em 1em;
}
/* line 820, screen.sass */
.post footer .social {
  margin: 0 auto 1em;
  text-align: center;
}
/* line 824, screen.sass */
.post footer .social li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 828, screen.sass */
.post footer .social li a {
  position: relative;
  display: block;
  color: #fefefe;
  font-size: 0.75em;
  line-height: 1.33333em;
  padding: 0.5em 0.5em 0.4em;
}
/* line 82, screen.sass */
.post footer .social li a::before, .post footer .social li a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  content: "";
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
/* line 97, screen.sass */
.post footer .social li a::after {
  width: 30px;
  height: 30px;
  border-width: 3px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
/* line 103, screen.sass */
.post footer .social li a:hover::before, .post footer .social li a:hover::after, .post footer .social li a:focus::before, .post footer .social li a:focus::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
/* line 838, screen.sass */
.post footer .entry-tags {
  list-style: none;
  text-align: right;
}
/* line 842, screen.sass */
.post footer .entry-tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
}
/* line 846, screen.sass */
.post footer .entry-tags li a {
  display: block;
  text-transform: lowercase;
  font-family: Georgia, Times, "Times New Roman", serif;
  background: #000106;
  color: #fefefe;
  border: 1px solid #000106;
  font-size: 0.75em;
  line-height: 1.33333em;
  padding: 0.5em 0.5em 0.4em;
}
/* line 856, screen.sass */
.post footer .entry-tags li a:hover {
  color: #000106;
  background: #fefefe;
}
/* line 860, screen.sass */
.post footer .entry-tags li a:before {
  font-family: "Pictos";
  display: inline-block;
  text-transform: none;
  font-style: normal;
  margin: 0 0.5em 0 0;
  content: "\007A";
}

/* ::Post - Single */
/* ------------------------------------------------------------ */
/* line 874, screen.sass */
.single-post .post {
  height: auto;
}
/* line 878, screen.sass */
.single-post .post header .entry-title {
  color: #fefefe;
}
/* line 881, screen.sass */
.single-post .post footer {
  position: relative;
}
/* line 884, screen.sass */
.single-post .post footer .social {
  text-align: left;
  margin-bottom: 1em;
}

/* line 889, screen.sass */
.page-photos a:link, .page-photos a:visited {
  color: #fefefe;
}
/* line 892, screen.sass */
.page-photos a:link:hover, .page-photos a:visited:hover {
  color: #8493ac;
  border-color: #8493ac;
}

/* line 897, screen.sass */
.single-photos #main {
  margin: 10em 0 0 0;
}
/* line 900, screen.sass */
.single-photos #main .entry-title {
  font-size: 2.625em;
  color: #fefefe;
  border-bottom: 5px solid #fefefe;
}

/* ::Time Posted */
/* ------------------------------------------------------------ */
/* line 909, screen.sass */
.date .updated {
  background: #000106;
  color: #fefefe;
  padding: 2em 1em;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.33333em;
}

/* ::Single Post */
/* ------------------------------------------------------------ */
/* line 923, screen.sass */
.single header .entry-title {
  font-size: 1.875em;
  line-height: 1.33333em;
}

/* ::Pagination */
/* ------------------------------------------------------------ */
/* line 930, screen.sass */
.pagination {
  text-align: center;
  margin: 0 auto;
}
/* line 934, screen.sass */
.pagination li {
  display: inline-block;
  margin: 0 0.2em;
}
/* line 938, screen.sass */
.pagination li a {
  background: #e6e6e6;
  padding: 0.5em;
}
/* line 942, screen.sass */
.pagination li a:hover {
  background: #000106;
  color: #fefefe;
}

/* ::Widget Style */
/* ------------------------------------------------------------ */
/* line 951, screen.sass */
.section-title {
  font-size: 2.625em;
  color: #000000;
  border-bottom: 5px solid #f000000;
}

/* line 957, screen.sass */
.home .section-title {
  color: #000106;
  border-bottom: 5px solid #000106;
}

/* line 962, screen.sass */
.page-header .page-title {
  margin-bottom: 1em;
}

/* line 965, screen.sass */
.widget {
  margin-bottom: 3em;
}

/* :: Instagram Section */
/* ------------------------------------------------------------ */
/* line 971, screen.sass */
#instagram, .instapress-shortcode {
  border: none;
}
/* line 974, screen.sass */
#instagram .instapress-shortcode-image, .instapress-shortcode .instapress-shortcode-image {
  margin-bottom: 1em;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 978, screen.sass */
#instagram .instapress-shortcode-image a, .instapress-shortcode .instapress-shortcode-image a {
  display: block;
  line-height: 0;
}

/* ::Music Page */
/* ------------------------------------------------------------ */
/* line 985, screen.sass */
.release {
  border-bottom: 1px solid #fefefe;
  margin: 2em 0 5em 0;
  padding: 0 0 5em 0;
}
/* line 990, screen.sass */
.release:last-child {
  border: none;
}
/* line 994, screen.sass */
.release .albumcover img {
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 997, screen.sass */
.release .albumcover .purchase-link {
  font-family: "League Gothic Regular", sans-serif;
  display: block;
  text-align: center;
  background: #000106;
  color: #fefefe;
  padding: 1em 0;
  margin-bottom: 0.15em;
}
/* line 1007, screen.sass */
.release .albumcover .purchase-link:hover {
  background: #8493ac;
}
/* line 1011, screen.sass */
.release .description .release-date {
  background: #fefefe;
  color: #000106;
  display: inline-block;
  padding: 0 0.25em;
  margin-right: 1em;
}
/* line 1018, screen.sass */
.release .description .waveform {
  height: 5em;
}
/* line 1021, screen.sass */
.release .description .controls {
  margin: 2em auto;
  text-align: center;
}
/* line 1025, screen.sass */
.release .description .controls div {
  background: #000106;
  color: #fefefe;
  font-size: 1.875em;
  display: inline-block;
  padding: 0.8em 1em 0.6em;
  margin-top: -1em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1035, screen.sass */
.release .description .controls div:hover {
  background: #8493ac;
}
/* line 1038, screen.sass */
.release .description .controls div.pause {
  display: none;
}
/* line 1043, screen.sass */
.release .description .playing .controls .pause {
  display: inline-block;
}
/* line 1045, screen.sass */
.release .description .playing .controls .play {
  display: none;
}
/* line 1048, screen.sass */
.release .description .player {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.release .description .player:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1051, screen.sass */
.release .description .playlist {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.release .description .playlist:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1054, screen.sass */
.release .description .playlist li {
  background: url(../images/app/post_bg.png);
  color: #fefefe;
  font-variant: small-caps;
  padding: 0.5em;
  margin-bottom: 0.15em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1063, screen.sass */
.release .description .playlist li:hover {
  background: #fefefe;
  color: #000106;
}
/* line 1067, screen.sass */
.release .description .playlist li.active {
  background: #fefefe;
  color: #000106;
}

/* ::Tour Page */
/* ------------------------------------------------------------ */
@media all and (min-width: 58.75em) {
  /* line 1079, screen.sass */
  .bit-widget-container table {
    font-family: "League Gothic Regular", sans-serif;
    background-color: transparent;
    border: 0 !important;
    width: 100% !important;
  }
  /* line 1085, screen.sass */
  .bit-widget-container table .bit-bottom {
    display: none;
  }
  /* line 1089, screen.sass */
  .bit-widget-container table tbody th.bit-description-links,
  .bit-widget-container table tbody th.bit-date,
  .bit-widget-container table tbody th.bit-venue,
  .bit-widget-container table tbody th.bit-location,
  .bit-widget-container table tbody th.bit-tickets {
    display: none !important;
  }
  /* line 1095, screen.sass */
  .bit-widget-container table tbody tr {
    width: 100% !important;
    background: transparent !important;
    font-style: normal !important;
    border: 0 !important;
    margin: 1em auto;
    display: block;
    text-transform: uppercase !important;
    overflow: hidden !important;
    clear: both !important;
    border-bottom: 1px solid black;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .bit-widget-container table tbody tr:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1108, screen.sass */
  .bit-widget-container table tbody tr.no-dates td {
    font-size: 18px !important;
    font-style: normal !important;
    color: #fefefe !important;
  }
  /* line 1113, screen.sass */
  .bit-widget-container table tbody tr.no-dates td a {
    font-style: normal !important;
    color: #fefefe !important;
  }
  /* line 1117, screen.sass */
  .bit-widget-container table tbody tr.bit-header {
    display: none;
  }
  /* line 1120, screen.sass */
  .bit-widget-container table tbody tr td {
    display: inline;
    float: left;
    height: 80px;
    padding: 1em;
  }
  /* line 1127, screen.sass */
  .bit-widget-container table tbody tr td a {
    font-size: 2.0em !important;
    color: #8493acf !important;
    vertical-align: middle !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  /* line 1133, screen.sass */
  .bit-widget-container table tbody tr td a:hover {
    color: #8493ac !important;
  }
  /* line 1136, screen.sass */
  .bit-widget-container table tbody tr .bit-description-links {
    display: none;
  }
  /* line 1140, screen.sass */
  .bit-widget-container table tbody tr .bit-date {
    width: 7.04225%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    font-family: "League Gothic Regular", sans-serif !important;
    font-size: 1.2em !important;
    text-transform: uppercase;
    font-style: normal !important;
    color: #ffffff !important;
    
    text-align: center !important;
    text-transform: uppercase;
    word-spacing: 80px !important;
    border-top: none !important;
    padding-top: 0.8em !important;
  }
  
   .bit-events td.bit-rsvp  {
    display: none;
}

.bit-tickets
{

    font-weight: bold;

}
  
  /* line 1155, screen.sass */
  .bit-widget-container table tbody tr .bit-date a {
    color: #fefefe !important;
    text-align: center !important;
  }
  /* line 1160, screen.sass */
  .bit-widget-container table tbody tr .bit-date:first-line {
    text-align: center;
    font-size: 0.625em !important;
  }
  /* line 1164, screen.sass */
  .bit-widget-container table tbody tr .bit-venue, .bit-widget-container table tbody tr .bit-location, .bit-widget-container table tbody tr .bit-tickets, .bit-widget-container table tbody tr .bit-rsvp {
    vertical-align: middle;
	color: #ffffff !important;
  }
  /* line 1168, screen.sass */
  .bit-widget-container table tbody tr .bit-venue {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    border-top: none !important;
	color: #ffffff !important;
  }
  /* line 1172, screen.sass */
  .bit-widget-container table tbody tr .bit-location {
    width: 23.94366%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    border-top: none !important;
  }
  /* line 1176, screen.sass */
  .bit-widget-container table tbody tr .bit-tickets, .bit-widget-container table tbody tr .bit-rsvp {
    text-align: center !important;
    border-top: none !important;
  }
  /* line 1181, screen.sass */
  .bit-widget-container table tbody tr .bit-tickets {
    width: 7.04225%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1183, screen.sass */
  .bit-widget-container table tbody tr .bit-tickets a {
    display: inline-block;
    color: #8493ac !important;
  }
  /* line 1187, screen.sass */
  .bit-widget-container table tbody tr .bit-tickets a:hover {
    color: #fefefe !important;
  }
  /* line 1191, screen.sass */
  .bit-widget-container table tbody tr .bit-rsvp {
    width: auto !important;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }
  /* line 1195, screen.sass */
  .bit-widget-container table tbody tr .bit-rsvp label {
    display: block;
    width: auto !important;
    margin: -7px auto 0 !important;
    vertical-align: middle;
    background: #8493ac !important;
    border: none !important;
    color: #fefefe !important;
    height: 30px !important;
    font-family: "League Gothic Regular", sans-serif !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 1207, screen.sass */
  .bit-widget-container table tbody tr .bit-rsvp label:hover {
    background: #fefefe !important;
    color: #8493ac !important;
  }
  /* line 1212, screen.sass */
  .bit-widget-container table tbody tr .bit-rsvp a {
    display: inline-block !important;
    color: #fefefe !important;
    font-weight: normal !important;
    padding: 0.5em 0.5em 0.3em;
    width: auto !important;
    text-align: center !important;
    white-space: wrap !important;
  }
  /* line 1221, screen.sass */
  .bit-widget-container table tbody tr .bit-rsvp a:hover {
    color: #8493ac !important;
  }

  /* line 1230, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table .bit-bottom {
    display: none;
  }
  /* line 1236, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr.bit-header-narrow {
    display: none !important;
  }
  /* line 1239, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-date {
    width: 15.49296%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1244, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-concert .venue .bit-event-data {
    color: #ffffff !important;
  }
  /* line 1248, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-concert .location .bit-event-data {
    color: #ffffff !important;
  }
  /* line 1251, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-buy-tix {
    color: #8493ac !important;
  }
  /* line 1254, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-buy-tix:hover {
    color: #ffffff !important;
  }
  /* line 1258, screen.sass */
  .widget_bandsintown_js_widget .bit-widget-container table tbody tr .bit-rsvp label {
    margin: -30px auto 0 !important;
  }

  /* line 1270, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr.bit-hidden {
    display: none !important;
  }
  /* line 1273, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td {
    height: 60px !important;
    position: relative !important;
    border: none !important;
    font-style: normal !important;
  }
  /* line 1279, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-date {
    padding: 0.35em !important;
    color: #000106 !important;
    background: #fefefe !important;
  }
  /* line 1284, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-date .bit-event-data {
    color: #000106 !important;
  }
  /* line 1289, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-concert .venue .bit-event-data {
    color: #fefefe !important;
  }
  /* line 1293, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-concert .location .bit-event-data {
    color: #fefefe !important;
  }
  /* line 1296, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td .bit-buy-tix:hover {
    color: #fefefe !important;
  }
  /* line 1299, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-rsvp {
    width: auto !important;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }
  /* line 1303, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-rsvp label {
    margin: -30px auto 0 !important;
    background: #fefefe !important;
  }
  /* line 1306, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-rsvp label:hover {
    background: #8493ac !important;
  }
  /* line 1309, screen.sass */
  .footer-sidebar .widget_bandsintown_js_widget .bit-widget-container table tr td.bit-rsvp a {
    color: #000106 !important;
  }
}
/* ::Media List // Get Weird */
/* ------------------------------------------------------------ */
/* line 1319, screen.sass */
.media-list li.thumbnail {
  margin-bottom: 0.5em;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  -moz-box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
  box-shadow: 10px 10px 25px rgba(0, 1, 6, 0.7);
}
/* line 1324, screen.sass */
.media-list li.thumbnail:hover .media-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1327, screen.sass */
.media-list li.thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0;
}
/* line 1335, screen.sass */
.media-list li.thumbnail a .media-caption {
  position: absolute;
  font-family: "League Gothic Regular", sans-serif;
  font-size: 2.25em;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.5em;
  background: #000106;
  color: #fefefe;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1350, screen.sass */
.media-list li.thumbnail a .media-caption .title {
  line-height: 1.3em !important;
}

/* ::Footer */
/* ------------------------------------------------------------ */
/* line 1356, screen.sass */
#content-info {
  font-variant: small-caps;
  background: #000106;
  color: #fefefe;
  width: 100%;
  max-width: 100% !important;
  margin: 4em auto 0;
  padding: 0 0 10em 0;
  border-top: 1px solid #000106;
  padding: 1em;
}
/* line 1367, screen.sass */
#content-info a:link, #content-info a:visited {
  color: #fefefe;
}
/* line 1370, screen.sass */
#content-info a:link:hover, #content-info a:visited:hover {
  color: #8493ac;
}
/* line 1373, screen.sass */
#content-info ul {
  font-family: Georgia, Times, "Times New Roman", serif;
  list-style: none;
  margin: 1em auto;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 1380, screen.sass */
#content-info ul li {
  display: inline-block;
  margin-right: 0.5em;
}

/* line 1386, screen.sass */
.footer-sidebar {
  border-bottom: 1px solid #444444;
}
/* line 1389, screen.sass */
.footer-sidebar .section-title {
  font-size: 1.5em;
  line-height: 1.33333em;
  padding-left: 0;
  color: #fefefe;
  border-bottom: 5px solid #fefefe;
}
/* line 1395, screen.sass */
.footer-sidebar .section-title:after {
  background: none;
}
/* line 1399, screen.sass */
.footer-sidebar .widget #social {
  padding: 1em 0 0 0;
}
/* line 1401, screen.sass */
.footer-sidebar .widget #social a:link, .footer-sidebar .widget #social a:visited {
  color: #fefefe;
  padding: 0.5em;
  border-top: none;
  font-size: 2.25em;
}
/* line 1407, screen.sass */
.footer-sidebar .widget #social a:link:hover, .footer-sidebar .widget #social a:visited:hover {
  color: #8493ac;
}
/* line 1411, screen.sass */
.footer-sidebar .widget_search .screen-reader-text {
  display: none;
}
/* line 1414, screen.sass */
.footer-sidebar .widget_search input[type="text"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 1em;
  width: 100%;
  font-family: Georgia, Times, "Times New Roman", serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1423, screen.sass */
.footer-sidebar .widget_search input[type="text"]:focus {
  background: #8493ac;
  color: #fefefe;
}
/* line 1427, screen.sass */
.footer-sidebar .widget_search #searchsubmit {
  display: none;
}

/* ::Signup Form */
/* ------------------------------------------------------------ */
/* line 1434, screen.sass */
#signup input[type="email"] {
  float: left;
  border: none;
  outline: none;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 1em;
  display: inline-block;
  width: 75%;
}
/* line 1443, screen.sass */
#signup input[type="submit"] {
  float: left;
  display: inline-block;
  background: #8493ac;
  color: #fefefe;
  padding: 1em;
  font-family: "League Gothic Regular", sans-serif;
  text-transform: uppercase;
  border: none;
  width: 24%;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
}
/* line 1457, screen.sass */
#signup input[type="submit"]:hover {
  background: #000106;
  color: #fefefe;
}

/* ::Plugin Slap Around */
/* ------------------------------------------------------------ */
/* line 1464, screen.sass */
.instagram-image {
  padding: 0;
  margin: 0;
}

/* line 1468, screen.sass */
.signup-title {
  background: #e6e6e6;
  color: #000106;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0.6em 0;
  text-transform: uppercase;
  font-size: 0.625em;
  line-height: 1.6em;
  letter-spacing: 0.35em;
}

/* line 1479, screen.sass */
.topspin-widget object {
  max-width: 100%;
}

/* ::Preloader */
/* ------------------------------------------------------------ */
/* line 1485, screen.sass */
#preloader {
  background: #000106;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
/* line 1494, screen.sass */
#preloader .brand {
  background: url(../images/app/logo.png) no-repeat;
  display: block;
  width: 287px;
  height: 59px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -144px;
}

/* ::Shit Browser Overlay */
/* ------------------------------------------------------------ */
/* line 1509, screen.sass */
.shit-browser-overlay {
  background: #000106;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: left;
  padding: 5em;
}
/* line 1520, screen.sass */
.shit-browser-overlay .the-message {
  width: 45em;
}
/* line 1523, screen.sass */
.shit-browser-overlay .the-message .logo {
  background: url(../images/app/logo.png) center center no-repeat;
  display: block;
  height: 98px;
  width: 282px;
  margin: 0 0 2em;
}
/* line 1530, screen.sass */
.shit-browser-overlay .the-message .super {
  font-size: 8em;
  margin-bottom: 0;
}
/* line 1534, screen.sass */
.shit-browser-overlay .the-message p {
  font-size: 1.5em;
}
/* line 1537, screen.sass */
.shit-browser-overlay .the-message a {
  color: #8493ac;
  border-bottom: 1px solid #8493ac;
}
/* line 1541, screen.sass */
.shit-browser-overlay .the-message a:hover, .shit-browser-overlay .the-message a:active {
  color: #8493ac;
  border-color: #8493ac;
}

/* ::Media queries */
/* ------------------------------------------------------------ */
@media all and (min-width: 58.75em) and (max-width: 71.25em) {
  /* line 1557, screen.sass */
  #banner nav li a:link, #banner #banner .nav li a:visited {
    font-size: 1em !important;
  }
}
@media all and (min-width: 20em) and (max-width: 58.75em) {
  /* line 1561, screen.sass */
  .container {
    width: 95%;
    font-size: 0.75em;
  }

  /* line 1565, screen.sass */
  #bottom-banner {
    padding: 0.5em;
  }

  /* line 1568, screen.sass */
  .news, .single-post .post {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }

  /* line 1571, screen.sass */
  .sidebar {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }

  /* line 1577, screen.sass */
  .news .news-posts .post footer {
    padding-bottom: 2em;
  }
  /* line 1580, screen.sass */
  .news .news-posts .post footer .entry-tags {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    text-align: center;
  }
  /* line 1584, screen.sass */
  .news .news-posts .post footer .tools {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    text-align: center;
  }

  /* line 1588, screen.sass */
  #banner {
    position: absolute;
    margin-top: 0 !important;
    padding: 0;
  }
  /* line 1593, screen.sass */
  #banner .container {
    width: 100% !important;
  }
  /* line 1596, screen.sass */
  #banner .identity {
    padding: 1em;
  }
  /* line 1599, screen.sass */
  #banner #logo {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1602, screen.sass */
  #banner #nav-main {
    display: none;
    height: auto;
    width: 100%;
    top: 90px;
    left: -0.5em;
    padding: 0;
    margin-top: 1em;
    background: #fefefe;
    border-top: 1px solid #000106;
    z-index: 9999;
  }
  /* line 1614, screen.sass */
  #banner #nav-main .nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 1, 6, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 1, 6, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 1, 6, 0.5);
  }
  /* line 1621, screen.sass */
  #banner #nav-main .nav li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #000106;
    padding: 0;
  }
  /* line 1627, screen.sass */
  #banner #nav-main .nav li:last-child {
    border: none;
  }
  /* line 1631, screen.sass */
  #banner #nav-main .nav li.active a {
    border-bottom: none;
  }
  /* line 1634, screen.sass */
  #banner #nav-main .nav li a {
    display: block;
    font-size: 0.8em;
    padding: 2em 1.5em;
    color: #000106;
  }
  /* line 1640, screen.sass */
  #banner #nav-main .nav li a:hover {
    color: #fefefe;
    background: #000106;
  }
  /* line 1644, screen.sass */
  #banner #nav-main .nav li a:before, #banner #nav-main .nav li a:after {
    display: none;
  }
  /* line 1649, screen.sass */
  #banner #nav-mobile {
    display: inline-block;
  }
  /* line 1652, screen.sass */
  #banner #nav-mobile li.menu-toggle a {
    top: -0.5em;
    right: 1em;
  }

  /* line 1656, screen.sass */
  .news .post {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    margin-bottom: 1em;
  }
  /* line 1660, screen.sass */
  .news .post:nth-child(3n+3) {
    width: 100%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  /* line 1663, screen.sass */
  .sidebar {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1666, screen.sass */
  .sidebar .widget {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1669, screen.sass */
  .sidebar .widget:nth-child(3n+3) {
    width: 100%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  /* line 1673, screen.sass */
  .music .artwork {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1675, screen.sass */
  .music .sound {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }

  /* line 1678, screen.sass */
  .page #main {
    margin: 10em 0 0 0;
  }
}
@media all and (min-width: 58.75em) {
  /* line 1685, screen.sass */
  #banner #nav-main {
    display: inline-block !important;
  }
  /* line 1688, screen.sass */
  #banner #nav-mobile {
    display: none;
  }
}
@media all and (min-width: 20em) and (max-width: 43.75em) {
  /* line 1693, screen.sass */
  #banner {
    position: absolute;
    margin-top: 0 !important;
    padding: 0.5em;
  }
  /* line 1698, screen.sass */
  #banner #nav-main {
    margin-top: 1em;
  }
  /* line 1701, screen.sass */
  #banner #nav-main .nav li a {
    font-size: 12px;
    padding: 0.75em 1.5em;
  }
  /* line 1705, screen.sass */
  #banner #nav-mobile li.menu-toggle a {
    top: -0.75em;
    right: 1em;
  }

  /* line 1709, screen.sass */
  #slides {
    background: #000106;
    position: relative;
    margin: 3em 0 3em 0;
    overflow: hidden !important;
  }
  /* line 1715, screen.sass */
  #slides #logo {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: -110px 0 0 0;
    z-index: 5;
  }
  /* line 1723, screen.sass */
  #slides #logo .brand {
    font-family: "League Gothic Regular", sans-serif;
    font-size: 3.75em;
    line-height: 1.06667em;
    color: #fefefe;
  }
  /* line 1730, screen.sass */
  #slides .slide img {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  /* line 1733, screen.sass */
  #slides .slide .caption {
    bottom: 35%;
    margin: -50px 0 0 -50px;
    height: 100px;
    width: 100px;
    font-size: 0.9375em;
    line-height: 1.6em;
  }
  /* line 1740, screen.sass */
  #slides .slide .caption a:link, #slides .slide .caption a:visited {
    height: 70px;
    width: 70px;
    margin: -35px 0 0 -35px;
  }
  /* line 1747, screen.sass */
  #slides .slide .slides-navigation a.next {
    right: 80px;
  }
  /* line 1750, screen.sass */
  #slides .slide .slides-navigation a.prev {
    left: 80px;
  }
  /* line 1753, screen.sass */
  #slides .slide .slides-pagination {
    bottom: 20%;
  }
  /* line 1756, screen.sass */
  #slides .slide .slides-pagination a:link {
    border-color: #fefefe;
  }
  /* line 1759, screen.sass */
  #slides .slide .slides-pagination a:link.current {
    background: #fefefe;
  }
  /* line 1762, screen.sass */
  #slides .scroll-down {
    bottom: 2.5%;
  }

  /* line 1765, screen.sass */
  #headline h1 {
    font-size: 1.875em;
    line-height: 1.33333em;
  }

  /* line 1772, screen.sass */
  .news .post footer .social {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }
  /* line 1775, screen.sass */
  .news .post footer .social a {
    font-size: 1em;
    line-height: 1.5em;
  }
  /* line 1778, screen.sass */
  .news .post footer .entry-tags {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }

  /* line 1785, screen.sass */
  .single-post .post footer .social {
    *zoom: 1;
    width: 100%;
  }
  /* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .single-post .post footer .social:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1788, screen.sass */
  .single-post .post footer .entry-tags {
    *zoom: 1;
    width: 100%;
    text-align: left;
  }
  /* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .single-post .post footer .entry-tags:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 1794, screen.sass */
  #content-info .widget {
    *zoom: 1;
    width: 100%;
  }
  /* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  #content-info .widget:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1798, screen.sass */
  #content-info .widget:nth-child(3) {
    *zoom: 1;
    width: 100%;
  }
  /* line 38, ../../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  #content-info .widget:nth-child(3):after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 1803, screen.sass */
  .release .albumcover, .release .description {
    width: 100%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
  }

  /* line 1806, screen.sass */
  .release .description .controls div {
    padding: 0.5em 0.6em 0.3em;
    margin-top: -0.75em;
  }

  /* line 1810, screen.sass */
  .section-title {
    margin-top: 2em;
  }
}
@media all and (min-width: 77.5em) {
  /* line 1816, screen.sass */
  .container {
    max-width: 71em;
  }
}
@media all and (min-width: 120em) {
  /* line 1820, screen.sass */
  .container {
    max-width: 95em;
  }
}
@media print {
  /* line 1825, screen.sass */
  body {
    font-size: 62.5%;
    line-height: 1em;
  }
}
@media screen and (max-width: 769px) {
  -webkit-text-size-adjust: none;
}
