@charset "UTF-8";
/* -------------------------------------------------------------- 

All styles combined

-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
/* Latest */
/* News */
/* Features */
/* New Music */
/* Reviews */
/* Lists */
/* Mixes */
/* Videos */
/* Photos */
/* For setting base SCSS values */
/* -------------------------------------------------------------- 

RESET

-------------------------------------------------------------- */
@import url(_flexslider.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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[role="banner"], hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header[role="banner"], hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: 0; }

:focus {
  outline: 0; }

img {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  font-weight: 400;
  text-align: left; }

form {
  outline: 0;
  border: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="submit"] {
  cursor: pointer; }

textarea {
  overflow: auto;
  vertical-align: top; }

body, strong, em {
  font-weight: normal;
  font-style: normal; }

/* @import '_font-face.scss'; /* /* For @font-face and declaring font-family variables */
/* -------------------------------------------------------------- 

FONTS

-------------------------------------------------------------- */
/* Monosten
-------------------------------------------------------------- */
/*
@mixin monosten-bold { font-family:$monosten-bold; font-size-adjust:0.5; font-weight:bold; font-style:normal; }
@mixin monosten-regular { font-family:$monosten-regular; font-size-adjust:0.5; font-weight:normal; font-style:normal; }
@mixin monosten-light { font-family:$monosten-light; font-size-adjust:0.5; font-weight:200; font-style:normal; }
*/
/* Adobe Garamond Pro
-------------------------------------------------------------- */
/* garamond-regular */
/* garamond-regular-italic */
/* georgia-bold */
/* georgia-bold-italic */
/* For ALL font-families and weights (except font-awesome) */
/* -------------------------------------------------------------- 

BASE STYLES

-------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Typography
-------------------------------------------------------------- */
body {
  font-family: "adobe-garamond-pro", garamond, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1.2352941176;
  color: #222;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 0.5294117647em 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

strong em {
  font-weight: bold;
  font-style: italic; }

em strong {
  font-weight: bold;
  font-style: italic; }

.h-section-title {
  font-size: 1.0588235294em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 0 1.3333333333em; }

.masonry .h-section-title {
  margin: 0 0.5555555556em; }

.h-section-title .more {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8333333333em;
  height: 1em; }

.h-section-title .more b {
  position: absolute;
  left: -9999px; }

.latest-section .more, .latest-section .h-section-title a:hover {
  color: #fe0000; }

.news-section .more, .news-section .h-section-title a:hover {
  color: #00ffc6; }

.features-section .more, .features-section .h-section-title a:hover {
  color: #0099ff; }

.new-music-section .more, .new-music-section .h-section-title a:hover {
  color: #8f28b5; }

.reviews-section .more, .reviews-section .h-section-title a:hover {
  color: #fe9900; }

.lists-section .more, .lists-section .h-section-title a:hover {
  color: #33ff00; }

.mixes-section .more, .mixes-section .h-section-title a:hover {
  color: #6633fe; }

.videos-section .more, .videos-section .h-section-title a:hover {
  color: #ff3398; }

.photos-section .more, .photos-section .h-section-title a:hover {
  color: #ffe400; }

.rule {
  background: #222 url("../img/rule.svg") center 0;
  height: 2px;
  margin-top: 0.8823529412em;
  margin-bottom: 1.2352941176em; }

.rule.top {
  margin-top: 0; }

.col-rule {
  background: #222 url("../img/rule.svg") center 0;
  height: 2px; }

.col.col-rule {
  background: #222 url("../img/rule.svg") center 0;
  height: 2px; }

.col.col-rule.clear {
  clear: both; }

.section .col .rule {
  clear: both;
  background-color: #222;
  height: 2px;
  margin: 0; }

.section .masonry .col .rule {
  margin-bottom: 1.4117647059em; }

.section .masonry .col.pagination .rule {
  margin-bottom: 1.0588235294em; }

@media all and (min-width: 720px) {
  .rule {
    margin-right: 1.4117647059em;
    margin-left: 1.4117647059em;
  }
  .masonry .rule {
    margin-right: 0.5882352941em;
    margin-left: 0.5882352941em;
  }
  .socialPopup__rightRule {
      margin-right: 0;
      margin-left: 0;
  }
}
.latest-section .rule, .latest .rule {
  background-color: #fe0000; }

.news-section .rule, .news .rule {
  background-color: #00ffc6; }

.features-section .rule, .features .rule {
  background-color: #0099ff; }

.new-music-section .rule, .new-music .rule {
  background-color: #8f28b5; }

.reviews-section .rule, .reviews .rule {
  background-color: #fe9900; }

.lists-section .rule, .lists .rule {
  background-color: #33ff00; }

.mixes-section .rule, .mixes .rule {
  background-color: #6633fe; }

.videos-section .rule, .videos .rule {
  background-color: #ff3398; }

.photos-section .rule, .photos .rule {
  background-color: #ffe400; }

.site-footer .rule, .photos .rule {
  background-color: #222; }

/* Links
-------------------------------------------------------------- */
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s linear; }

a:hover, a:active, a:focus {
  color: #fe0000;
  -webkit-transition: all 0; }

.play-audio .icon-play {
  margin-right: 0.3529411765em; }

.play-audio.wrap .icon-play {
  color: #fff; }

.play-audio.wrap {
  display: block;
  position: relative; }

.play-audio.wrap .play-btn {
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

.play-audio.wrap .play-btn:hover,
.play-audio.wrap .play-btn:active,
.play-audio.wrap .play-btn:focus {
  background: rgba(0, 0, 0, 0.5); }

.play-audio.wrap .play-btn i {
  font-size: 5.2941176471em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em; }

.play-audio.playing .icon-play,
.play-audio.paused .icon-play {
  color: #fe0000; }

.play-audio.playing .icon-play:before {
  content: "\e005"; }

.play-audio.paused .icon-play:before {
  content: "\e004"; }

.video-wrap {
  position: relative; }

.video-poster {
  position: absolute;
  top: 0;
  left: 0; }

.video-poster .play-btn {
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

.video-poster .play-btn:hover,
.video-poster .play-btn:active,
.video-poster .play-btn:focus {
  background: rgba(0, 0, 0, 0.5); }

.video-poster .play-btn i {
  font-size: 5.2941176471em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em; }

.video-poster .play-btn .icon-play,
.video-poster .play-btn .icon-arrow-right {
  color: #fff; }

/* Images
-------------------------------------------------------------- */
img {
  width: 100%; }

/* Pagination
-------------------------------------------------------------- */
.pagination {
  font-size: 1.7647058824em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1;
  text-align: center;
  clear: both; }

.pagination p {
  margin: 0; }

.pagination a:hover, .pagination a:active, .pagination a:focus {
  text-decoration: none; }

.pagination b {
  position: absolute;
  left: -9999px; }

.pagination .prev {
  margin-right: 0.3em; }

.pagination .next {
  margin-left: 0.3em; }

/* Section nav
-------------------------------------------------------------- */
.section-nav {
  margin-bottom: 1.7647058824em; }

.masonry .col.section-nav {
  margin-bottom: 1.4117647059em; }

.section-nav-inner {
  color: #fff;
  background: #222;
  padding: 1.4117647059em; }

.section-nav-inner a {
  color: #fff; }

.section-nav li {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429;
  letter-spacing: 2px;
  list-style: none;
  margin: 0 0 0.2857142857em; }

.latest .section-nav-inner {
  background-color: #fe0000; }

.news .section-nav-inner {
  background-color: #00ffc6; }

.features .section-nav-inner {
  background-color: #0099ff; }

.new-music .section-nav-inner {
  background-color: #8f28b5; }

.reviews .section-nav-inner {
  background-color: #fe9900; }

.lists .section-nav-inner {
  background-color: #33ff00; }

.mixes .section-nav-inner {
  background-color: #6633fe; }

.video .section-nav-inner {
  background-color: #ff3398; }

.photos .section-nav-inner {
  background-color: #ffe400; }

/* Load indication
-------------------------------------------------------------- */
#page-overlay {
  background: rgba(255, 255, 255, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }

#page-overlay .section {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0.3529411765em; }

#page-overlay .section .col {
  margin-bottom: 0; }

#page-overlay .page-loading {
  -webkit-animation: progressiveWidth 2s;
  animation: progressiveWidth 2s;
  background: #222;
  width: 100%;
  height: 0.1764705882em; }

/* Animation */
@-webkit-keyframes progressiveWidth {
  from {
    width: 0%; }
  to {
    width: 100%; } }
@keyframes progressiveWidth {
  from {
    width: 0%; }
  to {
    width: 100%; } }
/* Misc
-------------------------------------------------------------- */
#frame {
  border: 2.4705882353em solid #fff;
  border-top: none;
  overflow: hidden; }

/* Facebook comments
-------------------------------------------------------------- */
.fb-comments, .fb-comments span, .fb-comments iframe[style] {
  width: 100% !important; }

/* Forms
-------------------------------------------------------------- */
form {
  outline: 0;
  border: 0; }

form ul, form ol {
  list-style: none; }

input, textarea {
  font-family: "adobe-garamond-pro", garamond, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4117647059;
  color: #fff;
  background: #222;
  border: 0px solid #fff;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  -webkit-font-smoothing: antialiased; }

input:focus, textarea:focus {
  color: #fff;
  border-color: #222;
  -webkit-transition: all 0; }

input {
  padding: 0.3529411765em 0.5294117647em;
  -webkit-appearance: none; }

.checkbox input {
  -webkit-appearance: checkbox; }

.submit, .submit input, .preview input {
  color: #fff;
  background: #222;
  width: auto;
  -webkit-appearance: none; }

.submit:hover, .submit input:hover, .preview input:hover, .submit:focus, .submit input:focus, .preview input:focus {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0; }

textarea {
  padding: 0.3529411765em 0.5294117647em;
  -webkit-appearance: none; }

/* Base styles for typography, links, images */
/* -------------------------------------------------------------- 

LAYOUT STYLES

-------------------------------------------------------------- */
/* Grid 1, for small screens up (base grid)
-------------------------------------------------------------- */
.col {
  float: left;
  width: 100%;
  margin-bottom: 1.2352941176em; }

.s-half {
  width: 46.6666666667%; }

@media all and (max-width: 720px) {
  .s-hide {
    display: none; } }
/* Grid 2, for medium screens
-------------------------------------------------------------- */
@media all and (min-width: 720px) and (max-width: 1023px) {
  .col {
    margin-left: 3.1007751938%;
    margin-bottom: 1.2352941176em; }

  .col.m-right {
    float: right;
    clear: right;
    margin-left: 0;
    margin-right: 3.0303030303%; }

  .m-half {
    width: 18.5606060606%; }

  .m-1 {
    width: 45.4545454545%; }

  .m-1-and-half {
    width: 69.696969697%; }

  .m-2 {
    width: 93.9393939394%; }

  .m-break {
    clear: both; }

  .m-hide {
    display: none; }

  /* Masonry */
  .masonry {
    margin-top: 1.2352941176em; }

  .masonry .col {
    padding: 0 1.5625%;
    margin-left: 0;
    margin-bottom: 0; }

  .masonry .m-1 {
    width: 49.8697916667%; }

  .masonry .m-2 {
    width: 99.8697916667%; }

  .masonry .col p:last-child {
    padding: 0 0 0.5294117647em; } }
/* Grid 3, for large screens
-------------------------------------------------------------- */
@media all and (min-width: 1024px) {
  .col {
    margin-left: 2.0408163265%; }

  .col.l-right {
    float: right;
    clear: right;
    margin-left: 0;
    margin-right: 2.0408163265%; }

  .l-half {
    width: 12.5%; }

  .l-1 {
    width: 30.612244898%; }

  .l-1-and-half {
    width: 46.9387755102%; }

  .l-2 {
    width: 63.2653061224%; }

  .l-3 {
    width: 95.9183673469%; }

  .l-break {
    clear: both; }

  .l-hide {
    display: none; }

  /* Masonry */
  .masonry {
    /* background:#ddd; */
    margin-top: 1.2352941176em; }

  .masonry .col {
    /* background:#eee; */
    padding: 0 1.0416666667%;
    margin-left: 0;
    margin-bottom: 0; }

  .masonry .l-1 {
    width: 33.2465277778%; }

  .masonry .l-2 {
    width: 66.5798611111%; }

  .masonry .l-3 {
    width: 100%; }

  .masonry .col p:last-child {
    padding: 0 0 0.5294117647em; } }
/* Sections
-------------------------------------------------------------- */
.section {
  overflow: hidden;
  padding: 1.2352941176em 0 0; }

.section:first-child {
  padding-top: 0; }

.section-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 24.7058823529em;
  padding: 0 1.2352941176em;
  margin: 0 auto; }

.section-inner.slides {
  overflow: visible; }

@media all and (min-width: 720px) {
  .section-inner {
    max-width: 49.4117647059em;
    padding: 0 2.4117647059em; }

  .masonry.section-inner {
    padding: 0 2.1176470588em; } }
@media all and (min-width: 1024px) {
  .section-inner {
    max-width: 72em; }

  .masonry.section-inner {
    padding: 0 3.1176470588em; } }
/* For layout styles that are not module specific */
/* -------------------------------------------------------------- 

MODULE STYLES

-------------------------------------------------------------- */
/* Masthead
-------------------------------------------------------------- */
#masthead {
  background: #fff;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all .3s linear;
  padding: 0.8823529412em 0;
  -webkit-transition: all 0; }

#masthead a {
  border: none; }

#masthead .col {
  margin-bottom: 0; }

#masthead .wrap {
  max-width: 14.8235294118em;
  position: relative;
  margin: 0 auto; }

#masthead .logo {
  font-size: 2.4705882353em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #222;
  display: block;
  width: 100%;
  margin: 0 auto; }

#masthead .logo i {
  line-height: 1;
  vertical-align: text-bottom; }

#masthead .logo b {
  position: absolute;
  left: -9999px; }

#masthead #menu-toggle {
  float: left;
  background: #fff url("../img/icons-menu.svg") no-repeat left center;
  width: 4.8235294118em;
  height: 36px;
}

#masthead #menu-player {
  display: none;
  font-size: 1.2352941176em;
  font-family: "Monosten B", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: right;
  float: right;
  clear: both;
  border-top: 1px dotted #ddd;
  width: 100%;
  padding: 0.5714285714em 0 0;
  margin: 1em 0 0; }

.elsewhere {
    display: block;
    margin: 1em 0;
    position: inherit;
    text-align: center;
}
    
#masthead .audio-controls {
    font-size: 2.1176470588em;
    text-align: right;
}

@media all and (min-width: 720px) {
    .elsewhere, .audio-controls {
        position: absolute;
        line-height: 1;
        bottom: 0;
        margin: 0;
    }
    .elsewhere {
        left: 0;
    }
    .audio-controls {
        right: 0;
    }
}

#masthead .btn {
  text-decoration: none;
  cursor: pointer; }

#masthead .btn b {
  position: absolute;
  left: -9999px; }

/* Main navigation/menu */
#masthead .menu {
  font-size: 1em;
  line-height: 1.2352941176em;
  letter-spacing: 0.1764705882em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  overflow: hidden;
  margin: 1.2352941176em 0; }

#masthead .menu li {
  list-style: none; }

#masthead .menu a {
  text-decoration: none;
  text-align: center;
  display: block; }

#masthead .menu .current a {
  color: #fe0000; }

#masthead .menu .current.latest a {
  color: #fe0000; }

#masthead .menu .current.news a {
  color: #00ffc6; }

#masthead .menu .current.features a {
  color: #0099ff; }

#masthead .menu .current.new-music a {
  color: #8f28b5; }

#masthead .menu .current.reviews a {
  color: #fe9900; }

#masthead .menu .current.lists a {
  color: #33ff00; }

#masthead .menu .current.mixes a {
  color: #6633fe; }

#masthead .menu .current.videos a {
  color: #ff3398; }

#masthead .menu .current.photos a {
  color: #ffe400; }

#masthead .latest a:hover, #masthead .latest a:active, #masthead .latest a:focus {
  color: #fe0000; }

#masthead .news a:hover, #masthead .news a:active, #masthead .news a:focus {
  color: #00ffc6; }

#masthead .features a:hover, #masthead .features a:active, #masthead .features a:focus {
  color: #0099ff; }

#masthead .new-music a:hover, #masthead .new-music a:active, #masthead .new-music a:focus {
  color: #8f28b5; }

#masthead .reviews a:hover, #masthead .reviews a:active, #masthead .reviews a:focus {
  color: #fe9900; }

#masthead .lists a:hover, #masthead .lists a:active, #masthead .lists a:focus {
  color: #33ff00; }

#masthead .mixes a:hover, #masthead .mixes a:active, #masthead .mixes a:focus {
  color: #6633fe; }

#masthead .videos a:hover, #masthead .video a:active, #masthead .video a:focus {
  color: #ff3398; }

#masthead .photos a:hover, #masthead .photos a:active, #masthead .photos a:focus {
  color: #ffe400; }

/* Audio Menu */
#masthead .audio-menu {
  clear: both;
  overflow: hidden;
  padding: 1.7647058824em 0 1.2352941176em; }

#masthead .audio-menu .col {
  margin-bottom: 1.2352941176em; }

#masthead .audio-menu .rule {
  clear: both;
  height: 2px; }

#masthead .audio-menu .artwork {
  float: left;
  width: 40.8333333333%;
  height: 40.8333333333%;
  margin: 0 0.7058823529em 0.7058823529em 0; }

#masthead .audio-menu .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0 0 0.5714285714em; }

#masthead .audio-menu .h-subheadline {
  font-weight: bold; }

#masthead .audio-menu p {
  margin: 0; }

#masthead .audio-menu .soundcloud-logo {
  display: block;
  margin: 0.7058823529em 0 0.7058823529em; }

#masthead .audio-menu .soundcloud-logo img {
  opacity: .25;
  width: 3.1764705882em; }

#masthead .audio-menu .soundcloud-logo:hover img,
#masthead .audio-menu .soundcloud-logo:active img,
#masthead .audio-menu .soundcloud-logo:focus img {
  opacity: .5; }

#masthead .playlist {
  margin-bottom: 0.3529411765em; }

#masthead .playlist li {
  list-style: none;
  clear: both;
  margin: 0 0 0.5294117647em 0; }

#masthead .playlist a {
  display: inline; }

#masthead .playlist a.info {
  margin-right: 0.1764705882em; }

#masthead .playlist a.info b {
  position: absolute;
  left: -9999px; }

@media all and (max-width: 719px) {
  #masthead .menu li {
    border-top: 1px solid #eee; }

  #masthead .menu li a {
    padding: 0.3529411765em 0; } }
@media all and (min-width: 720px) {
  #masthead {
    padding-bottom: 0; }

  #masthead .wrap {
    max-width: none;
    padding-bottom: 0; }

  #masthead .logo {
    font-size: 3.1764705882em;
    width: 60%; }

  #masthead #menu-toggle {
    display: none; }

  #masthead .menu li {
    border-right: 2px solid #444;
    float: left; }

  #masthead .menu .news a {
    text-align: left; } }
@media all and (min-width: 720px) and (max-width: 1023px) {
  #masthead .menu .news {
    width: 18.1818181818%;
    margin-bottom: 0.8823529412em; }

  #masthead .menu .news a {
    float: right;
    width: 58.3333333333%; }

  #masthead .menu .new-music {
    width: 23.6111111111%;
    margin-bottom: 0.8823529412em; }

  #masthead .menu .reviews {
    width: 19.1919191919%;
    margin-bottom: 0.8823529412em; }

  #masthead .menu .lists {
    width: 16.6666666667%; }

  #masthead .menu .videos {
    border-right: none;
    width: 15.1515151515%;
    margin-bottom: 0.8823529412em; }

  #masthead .menu .videos a {
    float: left;
    width: 131.6666666667%; }

  #masthead .menu .mixes {
    clear: both;
    width: 30.5555555556%; }

  #masthead .menu .mixes a {
    float: right;
    width: 49.5867768595%; }

  #masthead .menu .features {
    width: 21.9696969697%;
    margin-bottom: 0.8823529412em; }

  #masthead .menu .photos {
    width: 16.9191919192%; }

  #masthead .menu .shop {
    border-right: none;
    width: 18.9393939394%; }

  #masthead .menu .shop a {
    float: left;
    width: 80%; } }
@media all and (min-width: 1024px) {
  #masthead .logo {
    font-size: 3.5294117647em;
    width: 60%; }

  #masthead .audio-menu .col {
    margin-top: 1.2352941176em; }

  #masthead .menu .news {
    width: 6.9786535304%; }

  #masthead .menu .new-music {
    width: 15.4351395731%; }

  #masthead .menu .reviews {
    width: 12.9720853859%; }

  #masthead .menu .lists {
    width: 10.1806239737%; }

  #masthead .menu .videos {
    width: 11.3300492611%; }

  #masthead .menu .mixes {
    width: 10.1806239737%; }

  #masthead .menu .features {
    width: 14.2857142857%; }

  #masthead .menu .photos {
    width: 11.8226600985%; }

  #masthead .menu .shop {
    border-right: none;
    float: right;
    width: 6.2397372742%;
    padding-right: 0;
    margin-right: 0; }

  #masthead .menu .shop a {
    text-align: right; } }
/* Slideshows
-------------------------------------------------------------- */
.headline-slideshow, .flexslider {
  position: relative; }

.headline-slideshow .slide, .flexslider .slide {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden; }

.headline-slideshow .slide img, .flexslider .slide img {
  width: 100%; }

.js .headline-slideshow .slide, .js .flexslider .slide {
  display: none; }

.js .headline-slideshow .slide.first, .js .flexslider .slide.first {
  display: block; }

.flexslider .flex-next,
.flexslider .flex-prev {
  display: none; }

.flex-control-nav {
  list-style: none;
  text-align: center;
  clear: both;
  margin-top: 0.5294117647em; }

.flex-control-nav li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0.5294117647em; }

.flex-control-nav li a {
  text-indent: -9999px;
  background: url("../img/icons-slideshow-markers.png") no-repeat -36px 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0; }

.svg .flex-control-nav li a {
  background-image: url("../img/icons-slideshow-markers.svg"); }

.flex-control-nav li a.flex-active {
  background-position: 0 0; }

.flex-direction-nav {
  list-style: none; }

.headline-slideshow header a {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.headline-slideshow header b {
  position: absolute;
  padding: 0.8571428571em; }

.headline-slideshow header .pos-top-left b {
  top: 0;
  left: 0; }

.headline-slideshow header .pos-top-right b {
  top: 0;
  right: 0;
  text-align: right; }

.headline-slideshow header .pos-bottom-left b {
  bottom: 0;
  left: 0; }

.headline-slideshow header .pos-bottom-right b {
  vertical-align: bottom;
  bottom: 0;
  right: 0;
  text-align: right; }

.headline-slideshow header a:hover,
.headline-slideshow header a:active,
.headline-slideshow header a:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5); }

@media all and (min-width: 720px) {
  .headline-slideshow, .flexslider {
    padding: 0 1.4117647059em; }

  .headline-slideshow header a {
    font-size: 1.7647058824em; }

  .headline-slideshow header b {
    padding: 1em; }

  .flexslider .flex-next,
  .flexslider .flex-prev {
    font-size: 1.4117647059em;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: -1.75em;
    padding: 0.875em 0.375em;
    margin-top: -2.25em; }

  .flexslider .flex-next {
    left: auto;
    right: -1.75em; }

  .flexslider .flex-next b,
  .flexslider .flex-prev b {
    position: absolute;
    left: -9999px; } }
@media all and (min-width: 720px) and (max-width: 1366px) {
  .headline-slideshow, .flexslider {
    padding: 0 5.6470588235em; }

  .flexslider .flex-prev {
    left: 0.625em; }

  .flexslider .flex-next {
    left: auto;
    right: 0.625em; } }
@media all and (min-width: 1024px) {
  .headline-slideshow header a {
    font-size: 3em; }

  .headline-slideshow header b {
    padding: 0.8235294118em; }

  .flex-control-nav li {
    width: 18px;
    height: 18px; }

  .flex-control-nav li a {
    background: url("../img/icons-slideshow-markers-s.png") no-repeat -24px 0; }

  .svg .flex-control-nav li a {
    background-image: url("../img/icons-slideshow-markers-s.svg"); } }
@media all and (min-width: 1366px) {
  .headline-slideshow header a {
    font-size: 3.5294117647em; }

  .headline-slideshow header b {
    padding: 0.7em; }

  .flexslider .flex-next,
  .flexslider .flex-prev {
    font-size: 2.1176470588em;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: -2.6666666667em;
    padding: 0.5833333333em 0.25em;
    margin-top: -1.5em; }

  .flexslider .flex-next {
    left: auto;
    right: -2.6666666667em; } }
/* Headline overlay
-------------------------------------------------------------- */
.headline-overlay {
  position: relative; }

.headline-overlay header a {
  font-size: 1.4117647059em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.125;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em; }

.headline-overlay header a:hover,
.headline-overlay header a:active,
.headline-overlay header a:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5); }

/* Featured section
-------------------------------------------------------------- */
.featured-section {
  padding: 0; }

/* Latest section
-------------------------------------------------------------- */
.latest-section {
  -webkit-transform: translate3d(0, 0, 0); }

.latest-section .rule {
  margin-bottom: 0.7058823529em; }

.latest-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.latest-section .h-standfirst {
  margin: 0.3529411765em 0; }

.latest-section .h-play {
  margin: 0.3529411765em 0; }

@media all and (min-width: 720px) {
  .latest-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.3333333333em 0 0; } }
/* New Music section
-------------------------------------------------------------- */
.new-music-section .h-headline {
  font-size: 1.5882352941em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1111111111em;
  margin: 0.3333333333em 0 0; }

/* Reviews section
-------------------------------------------------------------- */
.reviews-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.reviews-section .h-standfirst {
  margin: 0.5em 0 0; }

@media all and (min-width: 720px) {
  .reviews-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.3333333333em 0 0; } }
/* Lists section
-------------------------------------------------------------- */
.lists-section .col {
  margin-bottom: 1.2352941176em; }

.lists-section img {
  float: left;
  width: 30.3719008264%; }

.lists-section header {
  float: right;
  width: 65.0826446281%; }

.lists-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em; }

.lists-section .h-standfirst {
  margin: 0.5294117647em 0 0; }

.lists-section .col .rule {
  float: left;
  width: 100%;
  margin: 1.2352941176em 0 0; }

@media all and (min-width: 720px) {
  .lists-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em; } }
/* Mixes section
-------------------------------------------------------------- */
.mixes-section .flexslider {
  width: 98.1292517007%;
  margin-right: 0.7058823529em;
  margin-left: 0.7058823529em; }

.mixes-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.mixes-section .h-standfirst {
  margin: 0.5294117647em 0; }

.mixes-section .slide {
  padding: 0 0.7058823529em; }

.mixes-section article {
  margin: 0 0 1.2352941176em; }

@media all and (min-width: 720px) {
  .mixes-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.5em 0 0; } }
/* Features section
-------------------------------------------------------------- */
.features-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.features-section .h-standfirst {
  margin: 0.5294117647em 0; }

.features-section .col {
  margin-bottom: 1.4117647059em; }

.features-section article {
  margin: 0 0 1.2352941176em; }

@media all and (min-width: 720px) {
  .features-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.5em 0 0; } }
/* Videos section
-------------------------------------------------------------- */
.videos-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

@media all and (min-width: 720px) {
  .videos-section .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.5em 0 0; } }
/* Video
-------------------------------------------------------------- */
.video-wrap {
  width: 100%;
  margin: 0 0 0.5294117647em; }

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

/* 16:9 format */
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videos .heading {
  font-size: 1.4117647059em;
  font-family: "Monosten B", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  line-height: 1.125; }

.videos .list .sub-heading {
  margin: 0.5294117647em 0 0; }

/* Section previews
-------------------------------------------------------------- */
.section-previews .rule {
  margin-bottom: 0.7058823529em; }

.section-previews .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.section-previews .h-standfirst {
  margin: 0.4285714286em 0; }

@media all and (min-width: 720px) {
  .section-previews .h-headline {
    font-size: 1.5882352941em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1111111111em;
    margin: 0.3333333333em 0 0; } }
/* Single entry section
-------------------------------------------------------------- */
.single-entry-section h4 {
  font-size: 1.5882352941em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1111111111em;
  margin: 0.8888888889em 0 0.4444444444em; }

.single-entry-section h5 {
  font-size: 1.4117647059em;
  line-height: 1.25em;
  margin: 1em 0 0.5em; }

.single-entry-section h6 {
  font-size: 1.1764705882em;
  line-height: 1.2em;
  margin: 1.2em 0 0.6em; }

.single-entry-section p {
  line-height: 1.4117647059;
  max-width: 32.4705882353em;
  margin: 0.7058823529em 0; }

.single-entry-section p.intro {
  font-size: 1.1764705882em;
  line-height: 1.35;
  max-width: none;
  margin: 0.6em 0; }

.single-entry-section p.caption {
  font-style: italic;
  color: #666;
  max-width: none;
  margin-top: 0; }

.single-entry-section blockquote p {
  font-size: 1.5882352941em;
  line-height: 1.3333333333;
  max-width: none;
  margin: 1em 0; }

.single-entry-section a {
  color: #222;
  text-decoration: underline; }

.single-entry-section a:hover {
  text-decoration: none; }

.single-entry-section img {
  margin-bottom: 1.2352941176em; }

.single-entry-section .rule {
  margin-bottom: 0.7058823529em; }

.single-entry-section .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.single-entry-section .h-standfirst {
  margin: 0.4285714286em 0; }

.single-entry-section .lead .rule {
  margin: 1.2352941176em 0; }

.single-entry-section .lead .ad {
  margin-top: 2.4705882353em; }

.single-entry-section .h-share {
  padding: 0 0 1.2352941176em; }

.single-entry-section .h-share li {
  list-style: none;
  float: left;
  min-height: 2.4705882353em;
  margin-right: 0.7058823529em; }

.single-entry-section .h-share li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.single-entry-section .h-share .tumblr a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url("http://platform.tumblr.com/v1/share_4.png") no-repeat center; }

.single-entry-section .h-share .reddit a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url("http://www.reddit.com/static/spreddit1.gif") no-repeat center; }

.single-entry-section .playlist p {
  font-size: 1.1764705882em;
  line-height: 1.35;
  margin: 0.6em 0; }

.single-entry-section .playlist .icon-play {
  position: relative;
  top: 0.1em; }

.single-entry-section .playlist a, .single-entry-section .playlist a strong {
  text-decoration: none; }

.single-entry-section .playlist a:hover, .single-entry-section .playlist a:hover strong {
  color: #fe0000; }

/* Fix for spans with inline styles from wysiwyg editor */
/* List features */
.single-entry-section .list-feature {
  overflow: hidden; }

.single-entry-section .list-feature-item {
  float: left;
  width: 100%;
  max-width: 46.6666666667%;
  margin-right: 6.3492063492%; }

.single-entry-section .list-feature-item.first {
  max-width: none;
  margin-right: 0; }

.single-entry-section .list-feature-item .preview:hover {
  cursor: pointer; }

.single-entry-section .gallery .list-feature-item-text {
  position: absolute;
  left: -9999px; }

/* List features full-screen */
.single-entry-section .list-feature-item.full-screen {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: scroll;
  z-index: 99999; }

.single-entry-section .full-screen .list-feature-item-text {
  position: relative;
  left: auto;
  padding: 1.5882352941em 2.4705882353em; }

.single-entry-section .full-screen .h-subheadline {
  font-size: 1.7647058824em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1;
  margin: 0 0 0.3em; }

.single-entry-section .full-screen .list-feature-item-img img {
  float: none;
  margin: 0 auto; }

.single-entry-section .full-screen .list-feature-item-img .preview {
  display: none; }

.single-entry-section .full-screen .list-feature-item-img .large {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 5.6470588235em; }

/* List features navigtion */
.single-entry-section .gallery .list-feature-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 2.4705882353em 2.4705882353em 0;
  background: #fff; }

.single-entry-section .gallery .list-feature-nav a {
  font-size: 1.7647058824em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0.7em 0 0; }

.single-entry-section .gallery .list-feature-nav b {
  position: absolute;
  left: -9999px; }

.single-entry-section .gallery .list-feature-nav .rule {
  display: none; }

@media all and (max-width: 720px) {
  .single-entry-section .list-feature-item.s-end-row {
    margin-right: 0; } }
@media all and (min-width: 720px) and (max-width: 1024px) {
  .single-entry-section .list-feature-item.m-end-row {
    margin-right: 0; } }
@media all and (min-width: 720px) {
  .single-entry-section .h-headline {
    font-size: 1.7647058824em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1em;
    margin: 0.3em 0 0; }

  .single-entry-section .list-feature-item {
    max-width: 22.5806451613%;
    margin-right: 3.2258064516%; } }
@media all and (min-width: 1024px) {
  .single-entry-section .list-feature-item.l-end-row {
    margin-right: 0; }

  .single-entry-section .full-screen .list-feature-item-text {
    float: left;
    width: 33%;
    margin-top: 5.7647058824em; }

  .single-entry-section .full-screen .list-feature-item-img {
    float: right;
    width: 67%;
    padding: 2.4705882353em 2.4705882353em 2.4705882353em 0; }

  .single-entry-section .full-screen .list-feature-item-img .large {
    margin-top: 0; }

  .single-entry-section .gallery .list-feature-nav {
    width: 33%;
    z-index: 999999;
    padding: 2.4705882353em 2.4705882353em 0; }

  .single-entry-section .gallery .list-feature-nav .rule {
    display: block;
    margin-top: 1.2352941176em; } }
/* Footer
-------------------------------------------------------------- */
.site-footer {
  margin-top: 2.4705882353em;
  margin-bottom: 2.4705882353em; }

.site-footer .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.4285714286em 0 0; }

.site-footer .h-standfirst {
  margin: 0.4285714286em 0; }

.site-footer li {
  font-size: 1em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  margin: 0.3333333333em 0 0;
  list-style-type: none; }

.site-footer .rule {
  clear: both; }

.site-footer .col .rule {
  margin: 1.0588235294em 0; }

.signupForm,
.site-footer form .block {
  position: relative;
  padding-right: 2.8235294118em;
  margin: 0 0 1.2352941176em; }

.site-footer form label {
  display: block; }

.signupForm__button,
.site-footer form .submit {
  text-indent: -9999px;
  background: #222 url(../img/play-36.png) no-repeat center center;
  width: 2.1176470588em;
  height: 36px;
  position: absolute;
  top: -1px;
  right: 0; }

.svg .signupForm__button,
.svg .site-footer form .submit {
  background-image: url(../img/play-36.svg); }

.signupForm__button:hover,
.signupForm__button:active,
.signupForm__button:focus,
.site-footer form .submit:hover,
.site-footer form .submit:active,
.site-footer form .submit:focus {
  background-color: #fe0000; }

@media all and (min-width: 720px) {
  .site-footer .h-headline {
    font-size: 1em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 0.8095238095em;
    margin: 0.3333333333em 0 0; } }
/* Adverts
-------------------------------------------------------------- */
.ad-section {
  padding: 0;
  margin: 0 0 2.4705882353em; }

.ad {
  text-align: center;
  overflow: hidden;
  margin: 0 auto; }

.ad-masonry {
  margin-bottom: 1.4117647059em; }

/* 404 page
-------------------------------------------------------------- */
.error-404 {
  background: #fe0000;
  padding: 1.2352941176em; }

.error-404 .h-headline {
  font-size: 1.2352941176em;
  font-family: "Monosten F", Courier, monospace;
  font-size-adjust: 0.5;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1428571429em;
  color: #fff; }

.error-404 .h-headline i {
  display: block; }

@media all and (min-width: 720px) {
  .error-404 {
    background: #fe0000;
    padding: 2.4705882353em; }

  .error-404 .h-headline {
    font-size: 3.5294117647em;
    font-family: "Monosten F", Courier, monospace;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1em; } }
/* Support message
-------------------------------------------------------------- */
.browser-support-message {
  text-align: center;
  padding: 0 2.4705882353em 1.2352941176em; }

.browser-support-message p {
  margin: 0; }

.browser-support-message p strong {
  color: #fe0000; }

.browser-support-message a {
  color: #fe0000;
  text-decoration: underline; }

/* For specific modules – most content should fit into one of these  */
@font-face {
  font-family: 'dummy-icons';
  src: url("../font/dummy-icons.eot");
  src: url("../font/dummy-icons.eot?#iefix") format("embedded-opentype"), url("../font/dummy-icons.woff") format("woff"), url("../font/dummy-icons.ttf") format("truetype"), url("../font/dummy-icons.svg#dummy-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'dummy-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-stop, .icon-star, .icon-square, .icon-play, .icon-pause, .icon-hexagon, .icon-five-point-star, .icon-circle, .icon-circle-fill, .icon-arrow-up, .icon-arrow-right, .icon-arrow-right-double, .icon-arrow-left, .icon-arrow-left-double, .icon-arrow-down, .icon-dummy-logo, .icon-plus, .icon-minus, .icon-close, .icon-info, .icon-search, .icon-up, .icon-right, .icon-left, .icon-down {
  font-family: 'dummy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
}
.icon__Instagram {
    background-image: url(/ui/img/icon-instagram.svg);
}
.icon__Instagram:hover {
    background-image: url(/ui/img/icon-instagram-red.svg);
}
.icon__Facebook {
    background-image: url(/ui/img/icon-facebook.svg);
}
.icon__Facebook:hover {
    background-image: url(/ui/img/icon-facebook-red.svg);
}
.icon__Youtube {
    background-image: url(/ui/img/icon-youtube.svg);
}
.icon__Youtube:hover {
    background-image: url(/ui/img/icon-youtube-red.svg);
}
.icon__Twitter {
    background-image: url(/ui/img/icon-twitter.svg);
}
.icon__Twitter:hover {
    background-image: url(/ui/img/icon-twitter-red.svg);
}

.icon-twitter:before {
  content: "\e000"; }
.icon-stop:before {
  content: "\e001"; }

.icon-star:before {
  content: "\e002"; }

.icon-square:before {
  content: "\e003"; }

.icon-play:before {
  content: "\e004"; }

.icon-pause:before {
  content: "\e005"; }

.icon-hexagon:before {
  content: "\e006"; }

.icon-five-point-star:before {
  content: "\e007"; }

.icon-facebook:before {
  content: "\e008"; }

.icon-circle:before {
  content: "\e009"; }

.icon-circle-fill:before {
  content: "\e00a"; }

.icon-arrow-up:before {
  content: "\e00b"; }

.icon-arrow-right:before {
  content: "\e00c"; }

.icon-arrow-right-double:before {
  content: "\e00d"; }

.icon-arrow-left:before {
  content: "\e00e"; }

.icon-arrow-left-double:before {
  content: "\e00f"; }

.icon-arrow-down:before {
  content: "\e010"; }

.icon-dummy-logo:before {
  content: "\e011"; }

.icon-plus:before {
  content: "\e012"; }

.icon-minus:before {
  content: "\e013"; }

.icon-close:before {
  content: "\e014"; }

.icon-info:before {
  content: "\e016"; }

.icon-search:before {
  content: "\e015"; }

.icon-up:before {
  content: "\e017"; }

.icon-right:before {
  content: "\e018"; }

.icon-left:before {
  content: "\e019"; }

.icon-down:before {
  content: "\e01a"; }

/* Custom icon font generated with http://icomoon.io */
/* http://www.woothemes.com/flexslider/ */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998020; }

.fancybox-skin {
  position: relative;
  background: #222;
  color: #222;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.fancybox-opened {
  z-index: 998030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  background: #fff;
  color: #222;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.svg"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 998060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 998040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 998040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 998040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 998010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 998050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 998050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* http://fancyapps.com/fancybox/ */

/* Hide Facebook share count. Unfortunately this does depend on button ordering. */
span.at_flat_counter:nth-child(2) {
    display: none;
}
/* Float so Like button can be on same line. */
.addthis_sharing_toolbox {
    padding-top: 5.6px;
    margin-right: 1rem;
}

/* Delayed popup/modal */
.popupWrap > .fancybox-skin {
    background: white;
}
.socialPopup {
    display: none;
}
.socialPopup__left {
    display:none;
    position: relative;
    float: left;
    width: 60%;
    background-colour: #333;
}
.socialPopup__leftText {
    position: absolute;
    top: 15%;
    color: white;
    text-align: center;
    width: 100%;
}
.socialPopup__leftHeading,
.socialPopup__rightHeading,
.socialPopup__mobileHeading {
    line-height: 1.1111111111em;
    font-family: "Monosten F", Courier, monospace;
    font-size: 1.5882352941em;
    font-size-adjust: 0.5;
    font-weight: 200;
    font-style: normal;
    text-align: center;    
}
.socialPopup__leftHeading {
    color: #fff;
}
.socialPopup__leftIcon {
    margin: 2rem auto 0 auto;
    text-align: center;
    width: auto;
}
.socialPopup__right {
    float: right;
    width: 100%;
    padding: 1rem;
}
.socialPopup__mobileHeading {
    font-size: 1.35em;
    margin-bottom: .5em;
}
.socialPopup__rightHeading {
    margin-bottom: 1rem;
}
.socialPopup__likeButton {
    position: absolute;
    top: 50%;
    bottom: 50%;
    text-align: center;
}
.socialPopup__linkLink {
    background-color: #3b5998;
    color: white;
    display: block;
    padding: .5rem;
}
.socialPopup__linkLink:hover {
    color: white;
}
/* Fixes for Instagram follow button */
img.ig-camera {
    width: auto;
}
.ig-follow {
    display: inline;
}
@media all and (min-width: 800px) {
    .socialPopup__mobileHeading {
        display: none;
    }
    .socialPopup__right {
        width: 40%;
    }
    .socialPopup__left {
        display:block;
    }
}