/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../_scss/_normalize-additional.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../_scss/_normalize-additional.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../_scss/_normalize-additional.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../_scss/_normalize-additional.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../_scss/_normalize-additional.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../_scss/_normalize-additional.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../_scss/_normalize-additional.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../_scss/_normalize-additional.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 122, ../_scss/_normalize-additional.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 131, ../_scss/_normalize-additional.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 148, ../_scss/_normalize-additional.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 162, ../_scss/_normalize-additional.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 178, ../_scss/_normalize-additional.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 184, ../_scss/_normalize-additional.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 212, ../_scss/_normalize-additional.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 222, ../_scss/_normalize-additional.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 227, ../_scss/_normalize-additional.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 231, ../_scss/_normalize-additional.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 240, ../_scss/_normalize-additional.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 245, ../_scss/_normalize-additional.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 256, ../_scss/_normalize-additional.scss */
  thead {
    display: table-header-group;
  }

  /* line 260, ../_scss/_normalize-additional.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 265, ../_scss/_normalize-additional.scss */
  img {
    max-width: 100% !important;
  }

  /* line 269, ../_scss/_normalize-additional.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 276, ../_scss/_normalize-additional.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 6, ../_scss/main.scss */
html {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 14, ../_scss/main.scss */
body {
  width: 100%;
  background: #272120;
  color: #fff;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  margin: 0 0 50px;
}
/* line 22, ../_scss/main.scss */
body p {
  margin: 0 0 10px;
}
/* line 25, ../_scss/main.scss */
body p a {
  color: #ffcb17;
  text-decoration: none;
}
/* line 29, ../_scss/main.scss */
body p a:hover {
  text-decoration: underline;
}

/* line 36, ../_scss/main.scss */
.center-content {
  width: 960px;
  margin: 0 auto;
}

/* line 41, ../_scss/main.scss */
div#template-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../img/template-photo.jpg) center top no-repeat;
  background-size: cover;
}
/* line 50, ../_scss/main.scss */
div#template-photo div.pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQIW2NkgAJGKF0PAACsAIKVtnLeAAAAAElFTkSuQmCC) repeat;
  content: '';
}
/* line 60, ../_scss/main.scss */
div#template-photo div.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MjEyMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3MjEyMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #272120), color-stop(100%, rgba(39, 33, 32, 0.5)));
  background-image: -moz-linear-gradient(bottom, #272120, rgba(39, 33, 32, 0.5));
  background-image: -webkit-linear-gradient(bottom, #272120, rgba(39, 33, 32, 0.5));
  background-image: linear-gradient(to top, #272120, rgba(39, 33, 32, 0.5));
}
/* line 69, ../_scss/main.scss */
div#template-photo div.gradient-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0));
}

/* line 79, ../_scss/main.scss */
div.site-topbar {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
}
/* line 91, ../_scss/main.scss */
div.site-topbar div.center-content a.logo {
  display: block;
  width: 190px;
  height: 66px;
  float: left;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-moz-min-device-pixel-ratio: 1.5) {
  /* line 91, ../_scss/main.scss */
  div.site-topbar div.center-content a.logo {
    background-image: url("../img/logo@2x.png");
    background-size: 190px 66px;
  }
}
/* line 99, ../_scss/main.scss */
div.site-topbar div.center-content ul.navigation {
  float: right;
  display: block;
  list-style-type: none;
  padding: 15px 0 0 0;
  margin: 0;
}
/* line 106, ../_scss/main.scss */
div.site-topbar div.center-content ul.navigation li {
  display: block;
  float: left;
  font-family: "Squada One", "Impact", cursive;
  font-size: 24px;
  margin-left: 2px;
}
/* line 113, ../_scss/main.scss */
div.site-topbar div.center-content ul.navigation li > a {
  color: #11141a;
  text-decoration: none;
  padding: 12px 15px;
  background: transparent;
}
/* line 119, ../_scss/main.scss */
div.site-topbar div.center-content ul.navigation li > a:hover {
  background-color: none;
  background-color: rgba(255, 255, 255, 0.25);
}
/* line 124, ../_scss/main.scss */
div.site-topbar div.center-content ul.navigation li.active > a {
  color: #ffcb17;
  background: #11141a;
}

/* line 133, ../_scss/main.scss */
div.site-container {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding-top: 220px;
}
/* line 139, ../_scss/main.scss */
div.site-container div.center-content {
  margin-bottom: 50px;
}

/* line 144, ../_scss/main.scss */
div.site-footer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  color: #b3b3b3;
  text-align: center;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}

/* line 160, ../_scss/main.scss */
div.rf-content-block-holder {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
/* line 165, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block {
  width: 100%;
  height: auto;
  background: #313131;
}
/* line 170, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading {
  background: #545454;
  width: 100%;
  height: 50px;
}
/* line 175, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading div.title {
  float: left;
  font-family: "Squada One", "Impact", cursive;
  font-size: 22px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 20px 0;
}
/* line 184, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading a.back-button {
  float: left;
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 16px 9px 12px;
  color: #fff;
  background: #686868;
  text-decoration: none;
  font-weight: 600;
}
/* line 195, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading a.back-button > span {
  display: block;
  position: relative;
  padding-top: 6px;
  padding-left: 23px;
}
/* line 201, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading a.back-button > span > i {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 21px;
  background-image: url("../img/icn-back.png");
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-moz-min-device-pixel-ratio: 1.5) {
  /* line 201, ../_scss/main.scss */
  div.rf-content-block-holder div.rf-content-block div.block-heading a.back-button > span > i {
    background-image: url("../img/icn-back@2x.png");
    background-size: 13px 21px;
  }
}
/* line 212, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-heading a.back-button:hover {
  background: #757575;
}
/* line 218, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-content {
  padding: 0;
}
/* line 221, ../_scss/main.scss */
div.rf-content-block-holder div.rf-content-block div.block-content.has-padding {
  padding: 20px;
}
/* line 229, ../_scss/main.scss */
div.rf-content-block-holder.align-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
/* line 235, ../_scss/main.scss */
div.rf-content-block-holder.align-right {
  float: right;
  width: 50%;
  padding-left: 20px;
}
/* line 241, ../_scss/main.scss */
div.rf-content-block-holder.w05 {
  width: 5%;
}
/* line 242, ../_scss/main.scss */
div.rf-content-block-holder.w10 {
  width: 10%;
}
/* line 243, ../_scss/main.scss */
div.rf-content-block-holder.w15 {
  width: 15%;
}
/* line 244, ../_scss/main.scss */
div.rf-content-block-holder.w20 {
  width: 20%;
}
/* line 245, ../_scss/main.scss */
div.rf-content-block-holder.w25 {
  width: 25%;
}
/* line 246, ../_scss/main.scss */
div.rf-content-block-holder.w30 {
  width: 30%;
}
/* line 247, ../_scss/main.scss */
div.rf-content-block-holder.w35 {
  width: 35%;
}
/* line 248, ../_scss/main.scss */
div.rf-content-block-holder.w40 {
  width: 40%;
}
/* line 249, ../_scss/main.scss */
div.rf-content-block-holder.w45 {
  width: 45%;
}
/* line 250, ../_scss/main.scss */
div.rf-content-block-holder.w50 {
  width: 50%;
}
/* line 251, ../_scss/main.scss */
div.rf-content-block-holder.w55 {
  width: 55%;
}
/* line 252, ../_scss/main.scss */
div.rf-content-block-holder.w60 {
  width: 60%;
}
/* line 253, ../_scss/main.scss */
div.rf-content-block-holder.w65 {
  width: 65%;
}
/* line 254, ../_scss/main.scss */
div.rf-content-block-holder.w70 {
  width: 70%;
}
/* line 255, ../_scss/main.scss */
div.rf-content-block-holder.w75 {
  width: 75%;
}
/* line 256, ../_scss/main.scss */
div.rf-content-block-holder.w80 {
  width: 80%;
}
/* line 257, ../_scss/main.scss */
div.rf-content-block-holder.w85 {
  width: 85%;
}
/* line 258, ../_scss/main.scss */
div.rf-content-block-holder.w90 {
  width: 90%;
}
/* line 259, ../_scss/main.scss */
div.rf-content-block-holder.w95 {
  width: 95%;
}

/* line 263, ../_scss/main.scss */
a.sc-btn {
  display: block;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  font-family: "Squada One", "Impact", cursive;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  background: #ffcb17;
  margin-top: 4px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/* line 278, ../_scss/main.scss */
a.sc-btn.facebook {
  background-color: #3b5998;
}
/* line 279, ../_scss/main.scss */
a.sc-btn.twitter {
  background-color: #55acee;
}
/* line 280, ../_scss/main.scss */
a.sc-btn.youtube {
  background-color: #cc181e;
}
/* line 281, ../_scss/main.scss */
a.sc-btn.soundcloud {
  background-color: #ff5500;
}
/* line 283, ../_scss/main.scss */
a.sc-btn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* line 1, ../_scss/_page-home.scss */
div.upcoming-gig {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
/* line 6, ../_scss/_page-home.scss */
div.upcoming-gig > a {
  text-decoration: none;
  color: #fff;
}
/* line 10, ../_scss/_page-home.scss */
div.upcoming-gig > a span.title {
  display: block;
  text-align: center;
  color: #ffcb17;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Squada One", "Impact", cursive;
}
/* line 19, ../_scss/_page-home.scss */
div.upcoming-gig > a div.gig-info {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  text-align: left;
  margin-top: 10px;
}
/* line 26, ../_scss/_page-home.scss */
div.upcoming-gig > a div.gig-info > span {
  display: block;
}
/* line 29, ../_scss/_page-home.scss */
div.upcoming-gig > a div.gig-info > span.gig-title {
  font-family: "Squada One", "Impact", cursive;
  font-size: 28px;
  color: #fff;
}
/* line 35, ../_scss/_page-home.scss */
div.upcoming-gig > a div.gig-info > span.gig-location-time {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  line-height: 24px;
}
/* line 43, ../_scss/_page-home.scss */
div.upcoming-gig > a div.gig-info div.gig-date {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  width: 60px;
  height: 78px;
  background: #ffcb17;
  font-family: "Squada One", "Impact", cursive;
  color: #11141a;
  font-size: 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 13px;
  line-height: 24px;
}

/* line 65, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
/* line 73, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item span.title {
  font-family: "Squada One", "Impact", cursive;
  font-size: 24px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
/* line 84, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item p.message {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
/* line 92, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item span.date {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-size: 13px;
}
/* line 101, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item:hover {
  background: #2e2e2e;
}
/* line 105, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item:nth-child(2n) {
  background: #393939;
}
/* line 108, ../_scss/_page-home.scss */
div.rf-content-block.latest-news a.news-item:nth-child(2n):hover {
  background: #363636;
}

/* line 3, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
/* line 11, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item span.title {
  font-family: "Squada One", "Impact", cursive;
  font-size: 24px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
/* line 22, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item p {
  width: 100%;
  margin-bottom: 5px;
}
/* line 26, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item p a {
  color: #ffcb17;
  text-decoration: underline;
}
/* line 32, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item span.date {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-size: 13px;
}
/* line 41, ../_scss/_page-news.scss */
div.rf-content-block.latest-news div.news-item:nth-child(2n) {
  background: #393939;
}

/* line 3, ../_scss/_page-band.scss */
div.rf-content-block.about-band div.content-holder {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
/* line 11, ../_scss/_page-band.scss */
div.rf-content-block.about-band div.content-holder p {
  width: 100%;
  margin: 10px 0;
}
/* line 16, ../_scss/_page-band.scss */
div.rf-content-block.about-band div.content-holder a {
  color: #ffcb17;
  text-decoration: underline;
}
/* line 21, ../_scss/_page-band.scss */
div.rf-content-block.about-band div.content-holder h1, div.rf-content-block.about-band div.content-holder h2 {
  font-family: "Squada One", "Impact", cursive;
  margin: 0;
}
/* line 26, ../_scss/_page-band.scss */
div.rf-content-block.about-band div.content-holder img {
  max-width: 100%;
}

/* line 3, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
/* line 10, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul {
  display: block;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
/* line 17, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li {
  padding: 20px;
}
/* line 20, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li:nth-child(2n) {
  background: #393939;
}
/* line 24, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.year-divider {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Squada One", "Impact", cursive;
  color: #fff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
}
/* line 33, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info {
  width: 100%;
  position: relative;
  padding-left: 75px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 39, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.title {
  font-family: "Squada One", "Impact", cursive;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
/* line 47, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.location, div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.time {
  display: block;
  font-size: 14px;
  font-weight: 600;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  line-height: 22px;
}
/* line 54, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.location a, div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.time a {
  color: #fff;
  text-decoration: none;
}
/* line 57, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.location a:hover, div.rf-content-block.gigs-list div.block-content ul li div.gig-info span.time a:hover {
  text-decoration: underline;
}
/* line 61, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info div.date {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 78px;
  background: #000;
  color: #fff;
  font-family: "Squada One", "Impact", cursive;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
}
/* line 74, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul li div.gig-info div.date span.day, div.rf-content-block.gigs-list div.block-content ul li div.gig-info div.date span.month {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
}
/* line 83, ../_scss/_page-gigs.scss */
div.rf-content-block.gigs-list div.block-content ul.upcoming-gigs li div.gig-info div.date {
  background: #ffcb17;
  color: #000;
}

/* line 3, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 8, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul li {
  width: 100%;
}
/* line 11, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul li a {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: "Squada One", "Impact", cursive;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #4c4c4c;
}
/* line 23, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul li a:hover {
  background: #383838;
}
/* line 28, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul li:last-of-type a {
  border-bottom: 0;
}
/* line 32, ../_scss/_page-music.scss */
div.rf-content-block.music-menu ul li.active a {
  background: #404040;
  color: #ffcb17;
}

/* line 42, ../_scss/_page-music.scss */
div.rf-content-block.music-content table.music-links {
  width: 100%;
  border: 0;
  padding: 0;
  margin-top: 20px;
}
/* line 48, ../_scss/_page-music.scss */
div.rf-content-block.music-content table.music-links span.title {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
/* line 56, ../_scss/_page-music.scss */
div.rf-content-block.music-content table.music-links td.soundcloud {
  padding-bottom: 20px;
}

/* line 5, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 10, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li {
  width: 100%;
}
/* line 13, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: "Squada One", "Impact", cursive;
  font-size: 18px;
  padding: 25px;
}
/* line 23, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a:hover {
  background: #333;
}
/* line 27, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table {
  width: 100%;
  padding: 0;
}
/* line 31, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td {
  vertical-align: middle;
}
/* line 34, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td.img {
  width: 104px;
}
/* line 37, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td.img img {
  width: 100px;
  height: 100px;
  background: grey;
  border: 2px solid #fff;
}
/* line 45, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td.album-info {
  padding-left: 25px;
}
/* line 48, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td.album-info > span {
  display: block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #cccccc;
}
/* line 54, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li a table tr td.album-info > span.title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
/* line 66, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li:nth-child(2n) a {
  background: #393939;
}
/* line 69, ../_scss/_page-media.scss */
div.rf-content-block.photos div.album-list ul li:nth-child(2n) a:hover {
  background: #363636;
}
/* line 78, ../_scss/_page-media.scss */
div.rf-content-block.photos div.photo-grid {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 8px 16px 16px;
}
/* line 83, ../_scss/_page-media.scss */
div.rf-content-block.photos div.photo-grid > a {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  border: 2px solid #313131;
  margin: 0 8px 8px 0;
}
/* line 92, ../_scss/_page-media.scss */
div.rf-content-block.photos div.photo-grid > a img {
  width: 121px;
  height: 121px;
}
/* line 97, ../_scss/_page-media.scss */
div.rf-content-block.photos div.photo-grid > a:hover {
  border-color: #ffcb17;
}

/* line 106, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
/* line 113, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video div.image {
  width: 100%;
  margin-bottom: 10px;
}
/* line 116, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video div.image img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  max-height: 110px;
}
/* line 125, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video span {
  display: block;
  width: 100%;
}
/* line 129, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video span.title {
  font-weight: 600;
  margin-bottom: 2px;
}
/* line 137, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video:hover div.image img {
  border-color: #ffcb17;
}
/* line 141, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos a.video:hover span.title {
  color: #ffcb17;
}
/* line 147, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos div.button {
  margin-top: 30px;
}
/* line 150, ../_scss/_page-media.scss */
div.rf-content-block.latest-videos div.button a.sc-btn.youtube {
  text-align: center;
}

/* line 3, ../_scss/_page-contact.scss */
div.rf-content-block.contact form {
  margin-top: 20px;
  width: 100%;
  display: block;
}
/* line 8, ../_scss/_page-contact.scss */
div.rf-content-block.contact form input[type="text"], div.rf-content-block.contact form textarea {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  background: none;
  border: none;
  border-bottom: 2px solid #848484;
  resize: none;
  height: auto;
  padding: 0 0 10px;
}
/* line 20, ../_scss/_page-contact.scss */
div.rf-content-block.contact form input[type="text"]:focus, div.rf-content-block.contact form textarea:focus {
  outline: none;
  border-color: #ffcb17;
  color: #ffcb17;
}
/* line 26, ../_scss/_page-contact.scss */
div.rf-content-block.contact form input[type="text"].error, div.rf-content-block.contact form textarea.error {
  border-color: #d20000;
}
/* line 31, ../_scss/_page-contact.scss */
div.rf-content-block.contact form textarea {
  min-height: 150px;
}
/* line 35, ../_scss/_page-contact.scss */
div.rf-content-block.contact form input[type="submit"] {
  background: #ffcb17;
  color: #11141a;
  border: 0;
  padding: 10px 20px;
  font-family: "Squada One", "Impact", cursive;
  font-size: 21px;
}
/* line 43, ../_scss/_page-contact.scss */
div.rf-content-block.contact form input[type="submit"]:hover {
  background: #e3b000;
}
