/* Vendor */
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-page-dots .dot {
  border: 2px solid config("color", "grey--light");
  background: config("color", "white");
  opacity: 1; }

.flickity-page-dots .dot.is-selected {
  border: 2px solid config("color", "blue--primary");
  background: config("color", "blue--primary"); }

/* Libraries */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* SASS partial for grunt-webfont, autogenerated, do not edit! */
@font-face {
  font-family: "icons";
  src: url("./fonts/icons.eot");
  src: url("./fonts/icons.eot?#iefix") format("eot"), url("./fonts/icons.woff") format("woff"), url("./fonts/icons.ttf") format("truetype"), url("./fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconcss, .share-links__icon--facebook:before, .share-links__icon--twitter:before {
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\EA01"; }

.icon-share_facebook:before, .share-links__icon--facebook:before {
  content: "\EA07"; }

.icon-share_twitter:before, .share-links__icon--twitter:before {
  content: "\EA09"; }

/*
    // https://fonts.google.com/?selection.family=Montserrat:700|Open+Sans:400,700&query=open+sans
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }
  body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 742px;
    background-image: url("/assets/images/bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1; }

.container {
  padding: 0 10px;
  max-width: 960px;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.site-logo {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .site-logo {
      max-width: 100%; } }

h2 {
  line-height: 150%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px; }
  h2 strong {
    font-weight: 700; }

.store-links__link {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 10px 30px 10px; }
  .store-links__link:hover {
    opacity: 0.6; }

.live-player {
  margin-bottom: 60px; }
  .live-player > * {
    margin: 0 auto !important; }

.equaliser-animation {
  margin-bottom: 30px; }

.tagline {
  color: #fff;
  opacity: 0.25;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.carousel {
  margin-bottom: 80px;
  height: 237px;
  overflow: hidden; }

.carousel-cell__img {
  max-width: 235px; }

.copyright {
  color: #353635;
  font-size: 12px;
  opacity: 0.67;
  margin-bottom: 30px; }

.footer-logo {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: block; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

body:before {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.fade-in.fade-in--delay-1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.fade-in.fade-in--delay-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.fade-in.fade-in--delay-3 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

/* Modules */
#equaliser {
  width: 60px;
  height: 50px;
  position: relative;
  bottom: 10px;
  margin: 0 auto;
  margin-bottom: 30px; }

.bar {
  float: left;
  width: 7px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0; }

.first {
  left: 7px;
  -webkit-animation: firstBar  1s infinite;
  animation: firstBar  1s infinite; }

.second {
  left: 17px;
  -webkit-animation: secondBar  1s infinite;
  animation: secondBar  1s infinite; }

.third {
  left: 27px;
  -webkit-animation: thirdBar  1s infinite;
  animation: thirdBar  1s infinite; }

.fourth {
  left: 37px;
  -webkit-animation: fourthBar  1s infinite;
  animation: fourthBar  1s infinite; }

.fith {
  left: 47px;
  -webkit-animation: fifthBar  1s infinite;
  animation: fifthBar  1s infinite; }

@-webkit-keyframes firstBar {
  0% {
    height: 10px; }
  50% {
    height: 30px; }
  100% {
    height: 10px; } }

@keyframes firstBar {
  0% {
    height: 10px; }
  50% {
    height: 30px; }
  100% {
    height: 10px; } }

@-webkit-keyframes secondBar {
  0% {
    height: 30px; }
  50% {
    height: 10px; }
  100% {
    height: 30px; } }

@keyframes secondBar {
  0% {
    height: 30px; }
  50% {
    height: 10px; }
  100% {
    height: 30px; } }

@-webkit-keyframes thirdBar {
  0% {
    height: 20px; }
  40% {
    height: 10px; }
  60% {
    height: 30px; }
  100% {
    height: 20px; } }

@keyframes thirdBar {
  0% {
    height: 20px; }
  40% {
    height: 10px; }
  60% {
    height: 30px; }
  100% {
    height: 20px; } }

@-webkit-keyframes fourthBar {
  0% {
    height: 20px; }
  40% {
    height: 20px; }
  60% {
    height: 30px; }
  100% {
    height: 20px; } }

@keyframes fourthBar {
  0% {
    height: 20px; }
  40% {
    height: 20px; }
  60% {
    height: 30px; }
  100% {
    height: 20px; } }

@-webkit-keyframes fifthBar {
  0% {
    height: 0px; }
  40% {
    height: 10px; }
  60% {
    height: 30px; }
  100% {
    height: 00px; } }

@keyframes fifthBar {
  0% {
    height: 0px; }
  40% {
    height: 10px; }
  60% {
    height: 30px; }
  100% {
    height: 00px; } }

.share-links__icon {
  text-decoration: none;
  font-size: 35px;
  position: relative;
  overflow: hidden;
  margin: 0 10px; }
  .share-links__icon:before {
    color: white; }
  .share-links__icon:hover {
    text-decoration: none; }
    .share-links__icon:hover:before {
      opacity: 0.5; }
  .share-links__icon span {
    display: none; }

.share-links__icon--small {
  font-size: 23px; }

.share-links__icon--large {
  font-size: 45px; }

.share-links__icon--facebook:before {
  color: #3460a1; }

.share-links__icon--twitter:before {
  color: #28aae1; }

/*# sourceMappingURL=styles.css.map */
