@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(../bower_components/fancybox/source/jquery.fancybox.css);
@import "http://fonts.googleapis.com/css?family=Open+Sans:800|Oswald:300";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img.responsive {
  max-width: 100%;
  height: auto; }

.video-wrapper {
  position: relative;
  padding-top: rem-calc(25);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: rem-calc(16);
  overflow: hidden; }
  .widescreen.video-wrapper {
    padding-bottom: 56.34%; }
  .vimeo.video-wrapper {
    padding-top: 0; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed,
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/fontawesome/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../bower_components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

body {
  color: #c9c9c7;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background: black; }

a {
  color: #c9c9c7;
  -webkit-transition: color 350ms;
          transition: color 350ms;
  text-decoration: none; }
  a:hover {
    color: #956e04; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
.button,
a.bit-buy-tix,
a.bit-show-all-dates,
#bit-normal .bit-events-nav,
.navigation {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800; }

.contain {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
  .contain.large {
    max-width: 1190px; }

.gradient-bg, .button, a.bit-buy-tix,
a.bit-show-all-dates, #bit-normal .bit-events-nav, #chapeau, .navigation#primary-navigation {
  position: relative;
  background: #926c04;
  z-index: 0; }
  .gradient-bg::before, .button::before, a.bit-buy-tix::before,
  a.bit-show-all-dates::before, #bit-normal .bit-events-nav::before, #chapeau::before, .navigation#primary-navigation::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    background: #9d7405;
    z-index: -1;
    height: 49%;
    border-top: 1px solid #a77b05;
    box-shadow: 0 -2px 4px rgba(167, 123, 5, 0.6); }

.grid .grid-item {
  margin-bottom: 20px; }

.button, a.bit-buy-tix,
a.bit-show-all-dates, #bit-normal .bit-events-nav {
  display: inline-block;
  padding: 0.5em 0.9375em;
  text-transform: uppercase;
  -webkit-transition: background-color 350ms;
          transition: background-color 350ms;
  color: white;
  overflow: hidden; }
  .button::before, a.bit-buy-tix::before,
  a.bit-show-all-dates::before, #bit-normal .bit-events-nav::before {
    -webkit-transition: all 350ms;
            transition: all 350ms; }
  .button:hover, a.bit-buy-tix:hover,
  a.bit-show-all-dates:hover, #bit-normal .bit-events-nav:hover {
    color: white;
    background-color: #7e5d03; }
    .button:hover::before, a.bit-buy-tix:hover::before,
    a.bit-show-all-dates:hover::before, #bit-normal .bit-events-nav:hover::before {
      background-color: #7e5d03;
      border-color: #7e5d03;
      height: 100%;
      box-shadow: none; }
  .button.alt, a.alt.bit-buy-tix,
  a.alt.bit-show-all-dates, #bit-normal .alt.bit-events-nav {
    background: black;
    -webkit-transition: background-color 350ms, color 350ms;
            transition: background-color 350ms, color 350ms; }
    .button.alt::before, a.alt.bit-buy-tix::before,
    a.alt.bit-show-all-dates::before, #bit-normal .alt.bit-events-nav::before {
      display: none; }
    .button.alt:hover, a.alt.bit-buy-tix:hover,
    a.alt.bit-show-all-dates:hover, #bit-normal .alt.bit-events-nav:hover {
      background: white;
      color: #956e04; }
  .button.large, a.large.bit-buy-tix,
  a.large.bit-show-all-dates, #bit-normal .large.bit-events-nav {
    padding: 1.25em 1.875em; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown > ul {
    position: absolute;
    top: 1.875em;
    left: 0;
    display: none;
    text-align: left;
    z-index: 1000;
    line-height: 1; }
    .dropdown > ul > li {
      margin: 1px 0 0;
      position: relative; }
      .dropdown > ul > li > ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        z-index: 1000; }
      .dropdown > ul > li .button, .dropdown > ul > li a.bit-buy-tix,
      .dropdown > ul > li a.bit-show-all-dates, .dropdown > ul > li #bit-normal .bit-events-nav, #bit-normal .dropdown > ul > li .bit-events-nav {
        width: 100%; }
      .dropdown > ul > li.active > ul {
        display: block; }
  .dropdown.large > ul {
    top: 3.75em; }
  .dropdown.active > ul {
    display: block; }

.social-shares .fb-like > span,
.social-shares iframe {
  vertical-align: middle !important; }

#outer-wrapper {
  overflow: hidden; }

#chapeau {
  padding: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 10; }

#inner-wrapper {
  background: #090702;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 350ms;
          transition: transform 350ms;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .no-csstransforms3d #inner-wrapper {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  #outer-wrapper.active #inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0); }
    .no-csstransforms3d #outer-wrapper.active #inner-wrapper {
      left: 80%; }

#primary-header {
  background: #38352f; }
  #primary-header .rsUni .rsBullets {
    display: none; }

#menu-toggle {
  display: block;
  padding: 4px;
  width: 28px;
  height: 28px;
  margin-bottom: 4px; }
  #menu-toggle .bar-icon-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    #menu-toggle .bar-icon-wrapper .bar-icon {
      height: 3px;
      width: 20px;
      background: black;
      display: block;
      opacity: 1;
      margin-top: 4px;
      -webkit-transition: -webkit-transform 150ms;
              transition: transform 150ms;
      -webkit-transition-delay: 350ms;
              transition-delay: 350ms;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
      #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
        -webkit-transition: opacity 100ms;
                transition: opacity 100ms;
        -webkit-transition-delay: 350ms;
                transition-delay: 350ms; }
      #outer-wrapper.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(1) {
        -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
                transform: rotate(45deg) translate3d(5px, 5px, 0); }
      #outer-wrapper.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
        opacity: 0; }
        .no-csstransforms3d #outer-wrapper.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
          opacity: 1; }
      #outer-wrapper.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
                transform: rotate(-45deg) translate3d(5px, -5px, 0); }

.navigation {
  text-transform: uppercase;
  padding: 20px; }
  .navigation h1 {
    margin-top: 0; }
  .navigation .dropdown {
    padding-bottom: 1.375em; }
    .navigation .dropdown .dropdown-toggle {
      padding: 0 !important;
      background: none;
      color: #c9c9c7; }
      .navigation .dropdown .dropdown-toggle:before {
        display: none; }
      .navigation .dropdown .dropdown-toggle:hover {
        color: #956e04; }
    .navigation .dropdown.active .dropdown-toggle {
      color: #956e04; }
  .navigation .col.col-right {
    margin-top: 40px; }
  .navigation#primary-navigation {
    display: none; }
  .navigation#sidetray-navigation {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2823; }

#main > section {
  padding: 20px;
  position: relative;
  background-color: #38352f; }
  #main > section img.background {
    display: none; }
  #main > section nav.control-nav .control,
  #main > section nav.control-nav a {
    height: 108px;
    width: 108px;
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -54px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100;
    border: none;
    border-radius: 50%;
    color: white;
    text-align: right;
    padding: 20px;
    display: block; }
    #main > section nav.control-nav .control .fa,
    #main > section nav.control-nav a .fa {
      font-size: 7.5em; }
    #main > section nav.control-nav .control:focus,
    #main > section nav.control-nav a:focus {
      outline: none; }
    #main > section nav.control-nav .control.control-prev, #main > section nav.control-nav .control[rel="prev"],
    #main > section nav.control-nav a.control-prev,
    #main > section nav.control-nav a[rel="prev"] {
      -webkit-transition: left 350ms, padding-right 350ms;
              transition: left 350ms, padding-right 350ms; }
      #main > section nav.control-nav .control.control-prev:hover, #main > section nav.control-nav .control[rel="prev"]:hover,
      #main > section nav.control-nav a.control-prev:hover,
      #main > section nav.control-nav a[rel="prev"]:hover {
        left: -35px;
        padding-right: 35px; }
    #main > section nav.control-nav .control.control-next, #main > section nav.control-nav .control[rel="next"],
    #main > section nav.control-nav a.control-next,
    #main > section nav.control-nav a[rel="next"] {
      left: auto;
      right: -45px;
      text-align: left;
      -webkit-transition: right 350ms, padding-left 350ms;
              transition: right 350ms, padding-left 350ms; }
      #main > section nav.control-nav .control.control-next:hover, #main > section nav.control-nav .control[rel="next"]:hover,
      #main > section nav.control-nav a.control-next:hover,
      #main > section nav.control-nav a[rel="next"]:hover {
        right: -35px;
        padding-left: 35px; }
  #main > section footer {
    text-align: center; }
    #main > section footer .button, #main > section footer a.bit-buy-tix,
    #main > section footer a.bit-show-all-dates, #main > section footer #bit-normal .bit-events-nav, #bit-normal #main > section footer .bit-events-nav {
      width: 100%; }
  #main > section.light {
    background: #c9c9c7;
    color: black; }
    #main > section.light h2 {
      color: #666666; }
  #main > section h2 {
    font-size: 2.625em;
    margin: 0 0 20px;
    position: relative;
    line-height: 1; }
  #main > section.full-width {
    padding: 0; }
  #main > section#news h3 a {
    color: black; }
    #main > section#news h3 a:hover {
      color: #956e04; }
  #main > section#news nav#pagination {
    display: none; }
  #main > section#news #news-posts {
    display: none; }
  #main > section#news-detail h3 {
    margin-top: 0; }
  #main > section#news-detail a {
    color: #956e04; }
    #main > section#news-detail a:hover {
      color: black; }
  #main > section#tour .bit-icon {
    text-align: right;
    margin: 10px 8px 0 0; }
  #main > section#bio {
    background-color: #1c1b18; }
    #main > section#bio h3 {
      font-size: 1.5em; }
    #main > section#bio .post-content {
      margin-bottom: 20px; }
      #main > section#bio .post-content p {
        display: none; }
  #main > section#music #featured-release {
    margin-bottom: 20px; }
  #main > section#music article .cover img {
    border: 10px solid white;
    display: block; }
  #main > section#music article h3 {
    margin-bottom: 0; }
  #main > section#music article .release-date {
    margin-top: 4px;
    text-transform: uppercase;
    color: #4d4d4d; }
  #main > section#music article .purchase img {
    height: 32px; }
  #main > section#videos {
    background: black; }
    #main > section#videos .grid {
      margin-top: 20px; }
      #main > section#videos .grid .grid-item {
        text-align: center; }
        #main > section#videos .grid .grid-item h3 {
          margin: 5px 0; }
        #main > section#videos .grid .grid-item p {
          margin: 0; }
        #main > section#videos .grid .grid-item a img {
          border: 2px solid white;
          -webkit-transition: border-color 350ms;
                  transition: border-color 350ms; }
        #main > section#videos .grid .grid-item a:hover, #main > section#videos .grid .grid-item a.active {
          color: #956e04; }
          #main > section#videos .grid .grid-item a:hover img, #main > section#videos .grid .grid-item a.active img {
            border-color: #956e04; }

.fyre a,
.fyre .fyre-user-loggedout {
  color: white !important; }
  .fyre a:hover,
  .fyre .fyre-user-loggedout:hover {
    color: #956e04 !important; }
.fyre .fyre-stream-stats,
.fyre .fyre-stream-livecount {
  color: white !important; }
.fyre .fyre-comment-body {
  color: white !important; }

#bit-normal {
  display: none; }

#bit-narrow .bit-track-artist-header,
.bit-rsvp,
.bit-description-links,
.bit-track-artist-header,
#bit-events th {
  display: none !important; }

#bit-events {
  text-align: left;
  position: relative; }

.bit-venue,
.bit-location,
.bit-concert {
  font-weight: 400 !important; }

.bit-date {
  width: auto !important;
  min-width: 58px; }

.bit-header-overflow-fix {
  height: 40px !important; }

a.bit-buy-tix,
a.bit-show-all-dates {
  float: none !important;
  -webkit-transition: background-color 350ms !important;
          transition: background-color 350ms !important;
  display: inline-block;
  padding: 0.5em 0.9375em !important; }

#bit-normal .bit-header-links {
  text-transform: uppercase;
  font-size: 0.875em; }

#bit-normal .bit-events-nav {
  padding: 0 10px; }

.bit-concert {
  position: relative; }
  .bit-concert .bit-buy-tix {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px; }
  .bit-concert .venue,
  .bit-concert .location {
    padding-right: 100px; }

.bit-bottom td {
  text-align: center !important;
  padding-top: 25px !important; }

#primary-footer {
  border-top: 3px solid #302509;
  background: #090702;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 0.625em;
  padding: 3.125em 20px;
  line-height: 2; }
  #primary-footer .socials {
    font-size: 2.25em; }
  #primary-footer a {
    color: inherit;
    margin: 0 2px;
    display: inline-block; }
    #primary-footer a:hover {
      color: #956e04; }

.lightbox-promo {
  display: none; }

#lightbox img {
  display: block; }
  #lightbox img.desktop {
    display: none; }

@media only screen and (min-width: 480px) {
  #main > section#news h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    min-height: 20px; } }
@media only screen and (min-width: 768px) {
  .grid::after {
    clear: both;
    content: "";
    display: table; }
  .grid .grid-item {
    float: left;
    padding: 0 1px; }
  .grid.col-2 .grid-item {
    width: 50%; }
  .grid.col-3 .grid-item {
    width: 33.33333%; }
  .grid.col-4 .grid-item {
    width: 25%; }

  .social-shares {
    display: inline-block;
    margin-left: 40px; }

  #main section h2 {
    font-size: 6.875em; }
  #main section img.background {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
  #main section .inner {
    position: relative; }
  #main section footer .button, #main section footer a.bit-buy-tix,
  #main section footer a.bit-show-all-dates, #main section footer #bit-normal .bit-events-nav, #bit-normal #main section footer .bit-events-nav {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0; }
  #main section.body-bg {
    background: #312e29 !important; }
  #main section#news .grid {
    margin: 0 -10px; }
    #main section#news .grid .grid-item {
      padding: 0 10px; }
      #main section#news .grid .grid-item article {
        position: relative;
        min-height: 560px; }
        #main section#news .grid .grid-item article .news-image {
          width: 307px;
          height: 307px;
          overflow: hidden; }
          #main section#news .grid .grid-item article .news-image img {
            width: 100%;
            height: auto; }
        #main section#news .grid .grid-item article h3 {
          font-size: 0.85rem;
          line-height: 1.25rem;
          min-height: 40px; }
  #main section#news article footer {
    text-align: right; }
  #main section#news-detail h3 {
    font-size: 1.75em; }
  #main section#bio h3 {
    font-size: 2em; }
  #main section#bio article {
    width: 60%; }
    #main section#bio article .post-content {
      background: rgba(35, 33, 30, 0.75);
      padding: 20px; }
  #main section#music {
    padding: 0; }
    #main section#music .inner {
      padding: 20px; }
    #main section#music #featured-release {
      background: rgba(201, 201, 199, 0.85); }
      #main section#music #featured-release article {
        display: table; }
        #main section#music #featured-release article h3 {
          margin: 0;
          font-size: 2em; }
        #main section#music #featured-release article .cell {
          display: table-cell;
          vertical-align: middle; }
        #main section#music #featured-release article .cover {
          max-width: 466px;
          padding-right: 20px; }
        #main section#music #featured-release article .purchase img {
          height: 40px; }
    #main section#music #previous-releases {
      background: #6b6b6b;
      color: white; }
      #main section#music #previous-releases article .release-date {
        color: white; }
      #main section#music #previous-releases .grid {
        margin: 0 -10px; }
        #main section#music #previous-releases .grid .grid-item {
          padding: 0 10px; }
  #main section#gallery {
    background: url("../images/head-bg.jpg") center center no-repeat;
    background-size: cover; }
  #main section#videos .grid .grid-item a {
    display: block; }

  #bit-normal {
    display: block; }

  #bit-narrow {
    display: none; }

  #primary-footer::after {
    clear: both;
    content: "";
    display: table; }
  #primary-footer .col {
    float: left; }
    #primary-footer .col.col-right {
      float: right;
      text-align: right; }

  #lightbox img.desktop {
    display: block; }
  #lightbox img.mobile {
    display: none; } }
@media only screen and (min-width: 992px) {
  .mobile {
    display: none; }

  #chapeau {
    display: none; }

  #sidetray-navigation {
    display: none; }

  #inner-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    #outer-wrapper.active #inner-wrapper {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .no-csstransforms3d #outer-wrapper.active #inner-wrapper {
        left: 0; }

  #primary-header #masthead {
    max-height: 700px;
    overflow: hidden; }
    .page-template-page-templatespage-pre-order-php #primary-header #masthead {
      max-height: 500px; }
    #primary-header #masthead .inner {
      max-width: 502px; }
      #primary-header #masthead .inner .cta {
        display: block;
        padding: 0; }
    #primary-header #masthead .background {
      width: 100%; }
  #primary-header > .cta {
    display: none; }

  .nav-wrapper {
    height: 52px; }

  .navigation#primary-navigation {
    position: fixed;
    top: 0;
    display: block;
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    .navigation#primary-navigation::after {
      clear: both;
      content: "";
      display: table; }
    .navigation#primary-navigation h1 {
      margin: 0 20px 0 0; }
      .navigation#primary-navigation h1 img {
        display: inline-block;
        vertical-align: middle; }
    .navigation#primary-navigation .dropdown {
      padding-bottom: 0; }
      .navigation#primary-navigation .dropdown ul {
        top: 51px;
        left: auto;
        right: 0; }
    .navigation#primary-navigation .social {
      vertical-align: middle; }
    .navigation#primary-navigation .col {
      float: left;
      vertical-align: top; }
      .navigation#primary-navigation .col.col-center {
        text-align: left; }
        .navigation#primary-navigation .col.col-center a {
          color: black;
          font-size: 1.375em;
          margin: 0 4px; }
          .navigation#primary-navigation .col.col-center a:hover {
            color: white; }
      .navigation#primary-navigation .col.col-right {
        text-align: right;
        margin-top: 0;
        float: right; }
        .navigation#primary-navigation .col.col-right > li {
          display: inline-block;
          margin: 0 0.5em;
          font-size: 1em; }
          .navigation#primary-navigation .col.col-right > li > a,
          .navigation#primary-navigation .col.col-right > li .dropdown > a {
            color: black; }
            .navigation#primary-navigation .col.col-right > li > a:hover,
            .navigation#primary-navigation .col.col-right > li .dropdown > a:hover {
              color: white; }

  #main section h2 {
    font-size: 8.75em; }
  #main section#news .grid .grid-item article {
    min-height: 505px; }
  #main section#news-detail h3 {
    font-size: 2.25em; }
  #main section#bio h3 {
    font-size: 2.75em; }
  #main section#music #previous-releases article {
    display: table; }
    #main section#music #previous-releases article h3 {
      margin: 0; }
    #main section#music #previous-releases article .cell {
      display: table-cell;
      vertical-align: middle; }
    #main section#music #previous-releases article .cover {
      padding-right: 10px; }
      #main section#music #previous-releases article .cover img {
        border-width: 3px;
        max-width: 206px; } }
@media only screen and (min-width: 1382px) {
  .navigation#primary-navigation .col.col-center > li {
    margin: 0 0.9375em; }

  #main section h2 {
    font-size: 9.375em; }
  #main section#music #previous-releases article .purchase img {
    height: 40px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  a.social {
    background-image: url("../images/assets@2x.png");
    background-size: 300px 50px; } }
