.hidden {
  display: none; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #fff;
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden; }

::selection {
  background: #ff332b; }

p {
  margin: 0 0 30px; }

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration-color: #ff0036; }

img {
  display: block; }

.hr {
  background: #e0e0e0;
  border: 0;
  height: 1px;
  margin: 45px 0; }

input {
  outline: none; }

strong {
  font-weight: bold !important; }
  strong a {
    font-weight: bold; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

::-ms-input-placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

::placeholder {
  color: #000;
  opacity: 1; }

.edit-link {
  display: block;
  font-size: 11px;
  text-align: center; }

.text-align-center {
  text-align: center; }

@font-face {
  font-display: swap;
  font-family: 'Suisse Intl';
  src: url("../fonts/SuisseIntl-Regular-WebM.eot");
  src: url("../fonts/SuisseIntl-Regular-WebM.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular-WebM.woff") format("woff"), url("../fonts/SuisseIntl-Regular-WebM.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-display: swap;
  font-family: 'Suisse Intl';
  src: url("../fonts/SuisseIntl-Bold-WebM.eot");
  src: url("../fonts/SuisseIntl-Bold-WebM.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold-WebM.woff") format("woff"), url("../fonts/SuisseIntl-Bold-WebM.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-display: swap;
  font-family: 'Suisse Intl Cond';
  src: url("../fonts/SuisseIntlCond-Semibold-WebS.eot");
  src: url("../fonts/SuisseIntlCond-Semibold-WebS.woff2") format("woff2"), url("../fonts/SuisseIntlCond-Semibold-WebS.woff") format("woff"), url("../fonts/SuisseIntlCondensed-SemiBold-WebS.ttf") format("truetype");
  font-weight: bold; }
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 {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.6; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.header {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000; }
  .header .top {
    background: #ff332b;
    display: flex;
    height: 40px; }
  .header .bottom {
    align-items: center;
    background: #efefef;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 20px;
    transition: all 0.5s ease; }
    .header .bottom .navigation {
      align-items: center;
      display: flex; }
      @media only screen and (min-width: 900px) {
        .header .bottom .navigation {
          width: 425px; } }
  .header.overlayed .bottom {
    background: transparent; }
  .header.overlayed .nav-icons svg {
    fill: #fff; }
  .header.overlayed .menu ul li a,
  .header.overlayed .submenu ul li a {
    color: #fff; }
  .header.overlayed .breadcrumb {
    color: #fff; }
  .header.overlayed .search-form {
    border-bottom: 1px solid #fff; }
    .header.overlayed .search-form > input {
      color: #fff; }
      .header.overlayed .search-form > input::placeholder {
        color: #fff; }
      .header.overlayed .search-form > input::-webkit-input-placeholder {
        color: #fff; }
      .header.overlayed .search-form > input::-moz-placeholder {
        color: #fff; }
      .header.overlayed .search-form > input:-ms-input-placeholder {
        color: #fff; }
      .header.overlayed .search-form > input:-moz-placeholder {
        color: #fff; }
      .header.overlayed .search-form > input:focus::placeholder {
        color: transparent; }
      .header.overlayed .search-form > input:focus::-webkit-input-placeholder {
        color: transparent; }
      .header.overlayed .search-form > input:focus::-moz-placeholder {
        color: transparent; }
      .header.overlayed .search-form > input:focus:-ms-input-placeholder {
        color: transparent; }
      .header.overlayed .search-form > input:focus:-moz-placeholder {
        color: transparent; }

.header-empty {
  height: 80px;
  visibility: hidden; }
  .header-empty.overlayed {
    left: 0;
    position: fixed;
    right: 0; }

.logo {
  align-items: center;
  background: #000;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 152px; }
  .logo svg {
    fill: #ff332b;
    height: 24px;
    width: 59px; }

.nav-icons {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0; }
  .nav-icons svg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    fill: #000;
    height: 16px;
    width: 16px; }
  .nav-icons.close svg {
    fill: #fff;
    height: 20px;
    width: 20px; }
  .nav-icons.search {
    display: flex; }
    @media only screen and (min-width: 900px) {
      .nav-icons.search {
        display: none; } }

.nav-social-media-icons {
  display: flex;
  justify-self: center;
  margin: 0 0 40px;
  order: 2;
  padding: 0;
  text-align: right; }
  @media only screen and (min-width: 500px) {
    .nav-social-media-icons {
      justify-self: end;
      width: 200px; } }
  @media only screen and (min-width: 800px) {
    .nav-social-media-icons {
      order: 3; } }
  .nav-social-media-icons li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top; }
    .nav-social-media-icons li:last-of-type {
      margin: 0; }
    .nav-social-media-icons li:hover svg {
      fill: #ff332b; }
    .nav-social-media-icons li svg {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      display: block;
      fill: #fff;
      height: 20px;
      padding: 0;
      width: 20px; }
      .nav-social-media-icons li svg.svg-mixcloud {
        width: 40px; }

.nav {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Suisse Intl", sans-serif;
  height: 100%;
  justify-content: space-between;
  left: 0;
  min-height: auto;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 9999;
  width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media only screen and (min-width: 400px) {
    .nav {
      width: 326px; } }
  .nav::-webkit-scrollbar {
    display: none; }

.nav-header {
  align-items: center;
  display: flex;
  margin: 0 0 30px; }

.nav-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between; }
  .nav-content .nav-top .nav-menu {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-content .nav-top .nav-menu li {
      font-family: "Suisse Intl Cond", sans-serif;
      font-size: 30px;
      letter-spacing: .5px;
      margin: 0 0 10px; }
      .nav-content .nav-top .nav-menu li.app, .nav-content .nav-top .nav-menu li.app2 {
        font-size: 22px;
        margin: 0 0 15px; }
        .nav-content .nav-top .nav-menu li.app a, .nav-content .nav-top .nav-menu li.app2 a {
          align-items: center;
          color: #ff332b;
          display: flex;
          text-transform: none; }
          .nav-content .nav-top .nav-menu li.app a svg, .nav-content .nav-top .nav-menu li.app2 a svg {
            fill: #ff332b;
            height: 20px;
            margin-right: 10px;
            width: 20px; }
      .nav-content .nav-top .nav-menu li.app2 {
        margin: 0 0 30px; }
      .nav-content .nav-top .nav-menu li.small {
        font-size: 20px; }
      .nav-content .nav-top .nav-menu li.subscribe {
        font-size: 20px; }
      .nav-content .nav-top .nav-menu li a {
        font-weight: bold;
        text-transform: uppercase; }
        .nav-content .nav-top .nav-menu li a.subscribe {
          color: #ff332b; }
      .nav-content .nav-top .nav-menu li ul {
        margin: 0 0 10px; }
        .nav-content .nav-top .nav-menu li ul li {
          font-family: "Suisse Intl", sans-serif;
          font-size: 16px;
          line-height: 24px;
          margin: 0; }
          .nav-content .nav-top .nav-menu li ul li a {
            font-weight: normal;
            text-transform: unset; }
    .nav-content .nav-top .nav-menu a {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #fff;
      line-height: 1; }
      .nav-content .nav-top .nav-menu a:hover {
        color: #ff332b !important; }
  .nav-content .nav-top .nav-download-app {
    background: #ff332b;
    border-radius: 18px;
    color: #000;
    display: block;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .nav-content .nav-bottom {
    padding: 20px 0 0; }
    .nav-content .nav-bottom .nav-contact {
      font-size: 16px;
      margin: 0 0 40px; }
      .nav-content .nav-bottom .nav-contact a {
        color: #ff332b; }
    .nav-content .nav-bottom .nav-logo {
      display: block; }
      .nav-content .nav-bottom .nav-logo img {
        width: 100px; }
    .nav-content .nav-bottom .nav-info {
      color: #a2a2a2;
      border-top: 1px solid #262626;
      font-size: 11px;
      margin: 15px 0 0;
      padding: 10px 0; }
      .nav-content .nav-bottom .nav-info a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #b3b3b3;
        font-size: 12px; }
        .nav-content .nav-bottom .nav-info a:hover {
          color: #ff332b; }
    .nav-content .nav-bottom .nav-copyright {
      font-size: 10px;
      margin: 30px 0 0; }

.overlay {
  display: none;
  transition: all ease .3s; }

.content {
  transition: all ease .3s; }

.nav-opened {
  overflow: hidden; }
  .nav-opened body {
    overflow: hidden; }
  .nav-opened .nav {
    transform: translateX(0);
    visibility: visible; }
  .nav-opened .content {
    -webkit-transform: translate3d(326px, 0, 0);
    -ms-transform: translate3d(326px, 0, 0);
    transform: translate3d(326px, 0, 0); }
  .nav-opened .overlay {
    animation: fade 500ms;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    -webkit-animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.menu,
.submenu {
  text-transform: uppercase; }
  .menu ul,
  .submenu ul {
    list-style: none;
    margin: 0 0 0 20px; }
    .menu ul li,
    .submenu ul li {
      display: inline-block;
      margin: 0 13px 0 0;
      text-align: center; }
      .menu ul li:last-of-type,
      .submenu ul li:last-of-type {
        margin: 0; }
      .menu ul li a,
      .submenu ul li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #000;
        display: block;
        font-size: 16px;
        line-height: 40px; }
        .menu ul li a.active,
        .submenu ul li a.active {
          text-decoration: underline; }

.menu {
  display: none; }
  @media only screen and (min-width: 900px) {
    .menu {
      display: block; } }

.submenu {
  display: none;
  text-transform: none; }
  @media only screen and (min-width: 1530px) {
    .submenu {
      display: block; } }
  .submenu ul {
    margin: 0; }

.breadcrumb {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 0 0 20px; }
  @media only screen and (min-width: 900px) {
    .breadcrumb {
      display: none; } }

.search {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (min-width: 900px) {
    .search {
      width: 425px; } }

.search-form {
  border-bottom: 1px solid #000;
  display: none;
  margin: 0 20px 0 0;
  width: 200px; }
  @media only screen and (min-width: 900px) {
    .search-form {
      width: 286px;
      display: block;
      margin: 0; } }
  .search-form > input {
    background: transparent;
    border: 0;
    color: #000;
    display: block;
    font-size: 16px;
    margin: 0;
    outline: none;
    width: 100%; }
    .search-form > input::-webkit-search-cancel-button {
      display: none; }
    .search-form > input::placeholder {
      color: #000; }
    .search-form > input::-webkit-input-placeholder {
      color: #000; }
    .search-form > input::-moz-placeholder {
      color: #000; }
    .search-form > input:-ms-input-placeholder {
      color: #000; }
    .search-form > input:-moz-placeholder {
      color: #000; }
    .search-form > input:focus::placeholder {
      color: transparent; }
    .search-form > input:focus::-webkit-input-placeholder {
      color: transparent; }
    .search-form > input:focus::-moz-placeholder {
      color: transparent; }
    .search-form > input:focus:-ms-input-placeholder {
      color: transparent; }
    .search-form > input:focus:-moz-placeholder {
      color: transparent; }

.radio-bar {
  align-items: center;
  color: #000;
  display: flex;
  flex: 1 auto;
  font-size: 14px;
  justify-content: space-between;
  padding: 0 20px;
  text-transform: uppercase; }
  .radio-bar .now a {
    align-items: center;
    display: flex; }
    .radio-bar .now a .live-now-title {
      display: none; }
      @media only screen and (min-width: 1000px) {
        .radio-bar .now a .live-now-title {
          display: block; } }
  .radio-bar .now .play-icon {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 17px 0 0; }
    .radio-bar .now .play-icon svg {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      fill: #000;
      height: 14px;
      width: 14px; }
  .radio-bar .now .dot {
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 15px 0 0;
    width: 12px; }
  .radio-bar .next {
    display: none; }
    @media only screen and (min-width: 1000px) {
      .radio-bar .next {
        display: block;
        display: flex;
        align-items: center; } }

.section-title,
.section-subtitle {
  color: #ff332b;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0 0 20px;
  text-transform: uppercase; }
  .section-title.centered,
  .section-subtitle.centered {
    text-align: center; }
  .section-title.top60,
  .section-subtitle.top60 {
    margin-top: 60px; }
  .section-title .more,
  .section-subtitle .more {
    color: #ff332b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 6px;
    text-transform: none; }

.section-subtitle {
  font-size: 18px;
  line-height: 22px; }

.radio-live {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  margin: 0 0 40px; }
  @media only screen and (min-width: 800px) {
    .radio-live {
      grid-template-columns: 2fr 1fr; } }

.live-now {
  background: #ff332b;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding: 20px; }
  @media only screen and (min-width: 500px) {
    .live-now {
      grid-template-columns: 1fr 1fr; } }
  .live-now img {
    height: 350px;
    max-width: 100%;
    object-fit: cover;
    width: 100%; }
  .live-now .live-now-details {
    display: grid; }
  .live-now .live-now-title {
    color: #000;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 7px;
    text-transform: uppercase; }
  .live-now .live-now-host {
    color: #000;
    font-size: 16px;
    line-height: 22px; }
  .live-now .live-now-description {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0 0; }
  .live-now .live-now-more {
    align-self: end;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline; }

.grid-heading {
  color: #999;
  display: block;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: left;
  text-transform: uppercase; }

.radio-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  margin: 0 0 40px; }
  @media only screen and (min-width: 600px) {
    .radio-grid {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1000px) {
    .radio-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  .radio-grid .radio-grid-item {
    margin: 0; }

.radio-grid-5col {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  margin: 0 0 40px; }
  @media only screen and (min-width: 500px) {
    .radio-grid-5col {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 800px) {
    .radio-grid-5col {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 1300px) {
    .radio-grid-5col {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  .radio-grid-5col .radio-grid-item {
    margin: 0; }

.radio-grid-details .radio-grid-thumbnail {
  margin: 0 0 5px;
  position: relative; }
  .radio-grid-details .radio-grid-thumbnail .archived {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.9); /* Optional: adds contrast */
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px; /* Optional: rounded corners */
}  
  .radio-grid-details .radio-grid-thumbnail:hover .play-overlay {
    opacity: 1;
    visibility: visible; }
  .radio-grid-details .radio-grid-thumbnail img {
    display: block;
    height: 250px;
    object-fit: cover;
    width: 100%; }
    .radio-grid-details .radio-grid-thumbnail img.archived {
      filter: grayscale(100%);
      opacity: 80%; }
  .radio-grid-details .radio-grid-thumbnail .play-overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%; }
    @media only screen and (min-width: 800px) {
      .radio-grid-details .radio-grid-thumbnail .play-overlay {
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden; } }
    .radio-grid-details .radio-grid-thumbnail .play-overlay svg {
      fill: #ff332b;
      height: 40px;
      width: 40px; }
.radio-grid-details .radio-grid-date,
.radio-grid-details .radio-grid-meta {
  color: #000;
  font-size: 10px;
  margin: 0 0 5px;
  text-transform: uppercase; }
.radio-grid-details .radio-grid-title {
  color: #000;
  display: block;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 5px;
  text-transform: uppercase; }
  .radio-grid-details .radio-grid-title.archived {
    color: #999; }
.radio-grid-details .radio-grid-subtitle {
  color: #000;
  display: block;
  font-size: 18px;
  margin: 0; }
.radio-grid-details .radio-grid-host {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0; }
  .radio-grid-details .radio-grid-host.archived {
    color: #999; }
.radio-grid-details .radio-grid-excerpt {
  display: block;
  font-size: 10px;
  margin: 6px 0 0 0; }
.radio-grid-details .radio-grid-genres {
  align-self: end;
  margin: 10px 0 0; }
  .radio-grid-details .radio-grid-genres a,
  .radio-grid-details .radio-grid-genres span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #efefef;
    color: #000;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 3px 3px 0;
    padding: 0 5px;
    text-transform: uppercase; }
    .radio-grid-details .radio-grid-genres a:last-of-type,
    .radio-grid-details .radio-grid-genres span:last-of-type {
      margin: 0; }

.radio-grid-horizontal {
  margin: 0; }
  .radio-grid-horizontal .radio-grid-horizontal-item {
    display: inline-block;
    margin: 0;
    margin: 0 30px 0 0;
    width: 320px; }
    @media only screen and (min-width: 800px) {
      .radio-grid-horizontal .radio-grid-horizontal-item {
        width: 356px; } }

.radio-grid-horizontal-details .radio-grid-horizontal-thumbnail {
  margin: 0 0 5px;
  position: relative; }
  .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail:hover .play-overlay {
    opacity: 1;
    visibility: visible; }
  .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail img {
    display: block;
    height: 250px;
    object-fit: cover;
    width: 100%; }
    .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail img.archived {
      filter: grayscale(100%);
      opacity: 80%; }
  .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail .play-overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%; }
    @media only screen and (min-width: 800px) {
      .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail .play-overlay {
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden; } }
    .radio-grid-horizontal-details .radio-grid-horizontal-thumbnail .play-overlay svg {
      fill: #ff332b;
      height: 40px;
      width: 40px; }
.radio-grid-horizontal-details .radio-grid-date,
.radio-grid-horizontal-details .radio-grid-meta {
  color: #000;
  font-size: 10px;
  margin: 0 0 5px;
  text-transform: uppercase; }
.radio-grid-horizontal-details .radio-grid-title {
  color: #000;
  display: block;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 5px;
  text-transform: uppercase; }
  .radio-grid-horizontal-details .radio-grid-title.archived {
    color: #999; }
.radio-grid-horizontal-details .radio-grid-subtitle {
  color: #000;
  display: block;
  font-size: 18px;
  margin: 0; }
.radio-grid-horizontal-details .radio-grid-host {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }
  .radio-grid-horizontal-details .radio-grid-host.archived {
    color: #999; }
.radio-grid-horizontal-details .radio-grid-excerpt {
  display: block;
  font-size: 10px;
  margin: 6px 0 0 0; }
.radio-grid-horizontal-details .radio-grid-genres {
  align-self: end;
  margin: 10px 0 0; }
  .radio-grid-horizontal-details .radio-grid-genres a,
  .radio-grid-horizontal-details .radio-grid-genres span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 3px 3px 0;
    padding: 0 5px;
    text-transform: uppercase; }
    .radio-grid-horizontal-details .radio-grid-genres a:last-of-type,
    .radio-grid-horizontal-details .radio-grid-genres span:last-of-type {
      margin: 0; }

.post-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  margin: 0 0 40px; }
  @media only screen and (min-width: 600px) {
    .post-grid {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1000px) {
    .post-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  .post-grid .post-grid-item {
    margin: 0; }

.post-grid-details .post-grid-thumbnail {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  height: 250px;
  margin: 0 0 5px;
  object-fit: cover;
  width: 100%; }
.post-grid-details .post-grid-title {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  display: block;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase; }
  .post-grid-details .post-grid-title.no-meta {
    margin: 10px 0 0; }
.post-grid-details .post-grid-excerpt {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0 0; }
.post-grid-details .post-grid-meta {
  color: #000;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 5px;
  text-transform: uppercase; }
  .post-grid-details .post-grid-meta a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    display: inline-block;
    margin: 0 6px 0 0; }

.review-list-horizontal .list-item {
  display: inline-block;
  margin: 0 30px 0 0;
  width: 250px; }
  .review-list-horizontal .list-item .review-list-thumbnail {
    height: 250px;
    margin: 0 0 10px;
    object-fit: cover;
    width: 100%; }
  .review-list-horizontal .list-item .review-list-title {
    color: #000;
    display: block;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 16px;
    font-weight: bold; }

.radio-list-horizontal .list-item {
  display: inline-block;
  margin: 0 30px 0 0;
  width: 320px; }
  @media only screen and (min-width: 800px) {
    .radio-list-horizontal .list-item {
      width: 356px; } }
  .radio-list-horizontal .list-item .radio-list-thumbnail {
    height: 240px;
    margin: 0 0 10px;
    object-fit: cover;
    width: 100%; }
  .radio-list-horizontal .list-item .radio-list-title {
    color: #000;
    display: block;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .radio-list-horizontal .list-item .radio-list-host {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase; }

.newsletter-signup-full-width {
  background: #efefef;
  margin: 0 0 40px;
  padding: 30px 20px; }
  .newsletter-signup-full-width .newsletter-form {
    align-items: center;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 30px 20px 0 20px;
    text-align: center; }
    @media only screen and (min-width: 750px) {
      .newsletter-signup-full-width .newsletter-form {
        grid-template-columns: auto 1fr auto;
        text-align: left; } }
    .newsletter-signup-full-width .newsletter-form label {
      color: #000;
      font-family: "Suisse Intl Cond", sans-serif;
      font-size: 40px;
      font-weight: bold;
      line-height: 40px;
      text-transform: uppercase; }
    .newsletter-signup-full-width .newsletter-form > input[type=email] {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #000;
      color: #000;
      display: block;
      font-size: 20px;
      margin: 0 0 3px;
      outline: none;
      padding: 5px 0;
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 750px) {
        .newsletter-signup-full-width .newsletter-form > input[type=email] {
          text-align: left; } }
      .newsletter-signup-full-width .newsletter-form > input[type=email]::placeholder {
        color: #000; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]::-webkit-input-placeholder {
        color: #000; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]::-moz-placeholder {
        color: #000; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:-ms-input-placeholder {
        color: #000; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:-moz-placeholder {
        color: #000; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:focus::placeholder {
        color: transparent; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:focus::-webkit-input-placeholder {
        color: transparent; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:focus::-moz-placeholder {
        color: transparent; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:focus:-ms-input-placeholder {
        color: transparent; }
      .newsletter-signup-full-width .newsletter-form > input[type=email]:focus:-moz-placeholder {
        color: transparent; }
    .newsletter-signup-full-width .newsletter-form input[type=submit] {
      background: none;
      border: none;
      color: #000;
      cursor: pointer;
      font-family: "Suisse Intl Cond", sans-serif;
      font-size: 20px;
      font-weight: bold;
      padding: 0;
      text-transform: uppercase; }

.download-app-full-width {
  background: #ff332b;
  font-family: 'SuisseIntCond', sans-serif;
  margin: 0 0 10px;
  padding: 20px 0 17px 0; }
  .download-app-full-width a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    @media only screen and (min-width: 800px) {
      .download-app-full-width a {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0 -250px;
        text-align: left; } }
    .download-app-full-width a span {
      color: #fff;
      display: none;
      margin: 0 0 0 20px; }
      .download-app-full-width a span:nth-child(even) {
        color: #000; }
      .download-app-full-width a span:first-of-type {
        display: inline-block;
        margin: 0; }
      @media only screen and (min-width: 800px) {
        .download-app-full-width a span {
          display: inline-block; } }

.download-app-full-width2 {
  background: #ff332b;
  font-family: 'SuisseIntCond', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 20px 0 17px 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 800px) {
    .download-app-full-width2 {
      font-size: 40px;
      line-height: 40px;
      margin: 0 0 10px 0;
      text-align: left; } }
  .download-app-full-width2 a {
    align-items: center;
    color: #fff;
    display: none;
    margin: 0 0 0 20px; }
    .download-app-full-width2 a:first-of-type {
      margin: 0; }
    .download-app-full-width2 a:nth-child(even) {
      color: #000; }
      .download-app-full-width2 a:nth-child(even) svg {
        fill: #000; }
    .download-app-full-width2 a:nth-child(-n+2) {
      display: inline-flex; }
    @media only screen and (min-width: 800px) {
      .download-app-full-width2 a {
        display: inline-flex; }
        .download-app-full-width2 a:first-of-type {
          margin: 0 0 0 20px; } }
    .download-app-full-width2 a svg {
      fill: #fff;
      height: 20px;
      margin-right: 10px;
      width: 20px; }
      @media only screen and (min-width: 800px) {
        .download-app-full-width2 a svg {
          height: 32px;
          margin-right: 15px;
          width: 32px; } }

.post-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  width: 100%; }
  .post-hero .filter {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .post-hero .post-hero-title {
    color: #fff;
    display: block;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    max-width: 206px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.8);
    padding: 20px;
    word-break: break-word;
    z-index: 200; }
    @media only screen and (min-width: 800px) {
      .post-hero .post-hero-title {
        font-size: 60px;
        line-height: 64px;
        max-width: 450px; } }

.post-details {
  line-height: 1;
  margin: 0 auto;
  max-width: 800px; }
  @media only screen and (min-width: 800px) {
    .post-details {
      margin: 0;
      margin-left: auto;
      margin-right: auto; } }
  .post-details .post-details-cover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 0 0 30px;
    max-width: 100%; }
  .post-details h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 30px; }
  .post-details h2 {
    font-size: 21px;
    margin: 0 0 30px; }
  .post-details .post-details-title {
    color: #000;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 20px; }
  .post-details .categories {
    line-height: 1;
    margin: 0; }
    .post-details .categories li {
      display: inline-block;
      margin: 0 5px 0 0; }
      .post-details .categories li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #ff332b;
        display: block;
        font-size: 10px;
        letter-spacing: 0.3px;
        line-height: 11px;
        text-transform: uppercase; }
  .post-details .date-published {
    color: #ff332b;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1;
    margin: 0; }
  .post-details .authors {
    line-height: 1;
    margin: 0; }
    .post-details .authors li {
      display: inline-block;
      margin: 0 5px 0 0; }
      .post-details .authors li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #ff332b;
        display: block;
        font-size: 11px;
        letter-spacing: 0.3px; }
  .post-details .tags {
    margin: 0 0 40px; }
    .post-details .tags li {
      display: inline-block;
      margin: 0; }
      .post-details .tags li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #000;
        font-size: 11px;
        letter-spacing: 0.3px;
        text-decoration: underline;
        text-transform: lowercase; }
      .post-details .tags li::after {
        content: ","; }
      .post-details .tags li:last-of-type::after {
        content: none; }
  .post-details .post-content {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 40px 0 0; }
    .post-details .post-content a {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: underline;
      text-decoration-color: #ff332b; }
      .post-details .post-content a:hover {
        color: #ff332b; }
    .post-details .post-content .headline {
      color: #000;
      font-size: 19px;
      font-weight: 500;
      margin: 0 0 30px; }
    .post-details .post-content .heading {
      color: #000;
      font-weight: 500;
      margin: 0 0 30px; }
      .post-details .post-content .heading.h2 {
        font-size: 28px; }
      .post-details .post-content .heading.h3 {
        font-size: 24px; }
      .post-details .post-content .heading.h4 {
        font-size: 20px; }
      .post-details .post-content .heading.h5 {
        font-size: 16px; }
      .post-details .post-content .heading.h6 {
        font-size: 12px; }
    .post-details .post-content p {
      margin: 0 0 30px; }
    .post-details .post-content ul {
      margin: 0 0 30px; }
      .post-details .post-content ul li {
        margin: 0 0 6px; }
    .post-details .post-content .quote {
      color: #ff332b;
      font-size: 22px;
      line-height: 29px;
      margin: 60px auto 60px auto;
      text-align: center; }
      .post-details .post-content .quote span:before {
        content: '"';
        margin: 0 4px 0 0; }
      .post-details .post-content .quote span:after {
        content: '"';
        margin: 0 0 0 4px; }
    .post-details .post-content .list {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      list-style-type: circle;
      margin: 0 0 30px;
      margin-left: 1.5em !important; }
      .post-details .post-content .list li {
        padding: 4px 0; }
    .post-details .post-content .qa {
      margin: 60px 0 30px; }
      .post-details .post-content .qa .question {
        color: #000;
        font-size: 16px;
        font-weight: bold; }
      .post-details .post-content .qa .answer {
        color: #000;
        font-size: 16px;
        margin: 30px 0 0; }
    .post-details .post-content .gap {
      width: 100%; }
      .post-details .post-content .gap.gap-1 {
        height: 25px; }
      .post-details .post-content .gap.gap-2 {
        height: 50px; }
      .post-details .post-content .gap.gap-3 {
        height: 75px; }
      .post-details .post-content .gap.gap-4 {
        height: 100px; }
      .post-details .post-content .gap.gap-5 {
        height: 125px; }
    .post-details .post-content .release-title {
      color: #000;
      letter-spacing: 0.3px;
      margin: 60px 0 20px; }
      .post-details .post-content .release-title a {
        font-weight: 500; }
      .post-details .post-content .release-title .line1 {
        font-size: 18px;
        font-weight: 500; }
      .post-details .post-content .release-title .line2 {
        font-size: 17px;
        font-weight: 500; }
    .post-details .post-content .content-links {
      margin: 0 0 30px; }
      .post-details .post-content .content-links li {
        display: inline-block; }
        .post-details .post-content .content-links li a {
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.3px; }
        .post-details .post-content .content-links li:after {
          content: "|";
          padding: 0 10px; }
        .post-details .post-content .content-links li:last-child:after {
          content: none;
          padding: 0; }
    .post-details .post-content .post-link {
      background: #efefef;
      column-gap: 30px;
      display: grid;
      grid-template-columns: 1fr;
      margin: 0 auto 30px auto;
      padding: 30px;
      row-gap: 20px; }
      @media only screen and (min-width: 570px) {
        .post-details .post-content .post-link {
          grid-template-columns: 1fr 1fr; } }
      .post-details .post-content .post-link.small {
        max-width: 520px; }
      .post-details .post-content .post-link.medium {
        max-width: 630px; }
      .post-details .post-content .post-link.large {
        max-width: 730px; }
      .post-details .post-content .post-link.full {
        max-width: 100%; }
      .post-details .post-content .post-link img {
        max-width: 100%; }
      .post-details .post-content .post-link a {
        text-decoration: none; }
      .post-details .post-content .post-link h4 {
        color: #000;
        font-family: "Suisse Intl Cond",sans-serif;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
        margin: 0; }
      .post-details .post-content .post-link .meta {
        font-size: 10px;
        margin: 0 0 5px;
        text-transform: uppercase;
      }
      .post-details .post-content .post-link p {
        margin: 0; 
        font-size: 14px;
        margin: 10px 0 0;
      }
    .post-details .post-content .post-content-grid {
      display: inline-grid;
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr; }
  .post-details .image {
    margin: 0 0 30px; }
    .post-details .image img {
      max-width: 100%; }
    .post-details .image figcaption {
      color: #ff332b;
      font-size: 14px;
      margin: 6px 0 0;
      text-align: right; }
      .post-details .image.side-caption-left, .post-details .image.side-caption-right {
        display: grid;
        max-width: 1100px; }
      .post-details .image.side-caption-left {
        grid-template-columns: 1fr; }
        @media only screen and (min-width: 800px) {
          .post-details .image.side-caption-left {
            grid-gap: 30px;
            grid-template-columns: 250px 1fr; } }
        .post-details .image.side-caption-left figcaption {
          margin: 0; }
      .post-details .image.side-caption-right {
        grid-template-columns: 1fr; }
        @media only screen and (min-width: 800px) {
          .post-details .image.side-caption-right {
            grid-gap: 30px;
            grid-template-columns: 1fr 250px; } }
        @media only screen and (min-width: 800px) {
          .post-details .image.side-caption-right figcaption {
            margin: 0;
            text-align: left; } }
  .post-details .video {
    margin: 0 0 30px; }
    .post-details .video video {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .post-details .youtube {
    margin: 0 0 30px;
    max-width: 100%;
    padding: 0; }
    .post-details .youtube .responsive-video {
      height: 0;
      padding-bottom: 56.25%;
      padding-top: 25px;
      position: relative; }
      .post-details .youtube .responsive-video iframe,
      .post-details .youtube .responsive-video object,
      .post-details .youtube .responsive-video embed {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .post-details .youtube.small {
      margin-left: auto;
      margin-right: auto;
      max-width: 520px; }
  .post-details .embed {
    margin: 0 0 30px;
    padding-top: 5px; }
    .post-details .embed #player {
      max-width: none !important; }
    .post-details .embed .responsive-video {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative; }
    .post-details .embed .responsive-video iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .post-details .embed iframe {
      display: block;
      width: 100%; }
    .post-details .embed .facebook-responsive {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative; }
      .post-details .embed .facebook-responsive iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }

.post-edit-link {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 10px; }

.post-hero.interview .post-hero-title {
  box-sizing: content-box; }

.post-details.interview {
  margin: 0;
  max-width: none; }
  .post-details.interview .wrapper-primary,
  .post-details.interview .headline,
  .post-details.interview .heading,
  .post-details.interview .list,
  .post-details.interview .qa,
  .post-details.interview .release-title,
  .post-details.interview .content-links,
  .post-details.interview p {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px; }
  .post-details.interview .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px; }
    .post-details.interview .image.wide {
      max-width: 1100px; }
    .post-details.interview .image.full {
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      max-width: none;
      position: relative;
      right: 50%;
      width: 100vw; }
    .post-details.interview .image.side-caption-left, .post-details.interview .image.side-caption-right {
      display: grid;
      max-width: 1100px; }
    .post-details.interview .image.side-caption-left {
      grid-template-columns: 1fr; }
      @media only screen and (min-width: 800px) {
        .post-details.interview .image.side-caption-left {
          grid-gap: 30px;
          grid-template-columns: 250px 1fr; } }
      .post-details.interview .image.side-caption-left figcaption {
        margin: 0; }
    .post-details.interview .image.side-caption-right {
      grid-template-columns: 1fr; }
      @media only screen and (min-width: 800px) {
        .post-details.interview .image.side-caption-right {
          grid-gap: 30px;
          grid-template-columns: 1fr 250px; } }
      @media only screen and (min-width: 800px) {
        .post-details.interview .image.side-caption-right figcaption {
          margin: 0;
          text-align: left; } }
  .post-details.interview .gallery-grid-1,
  .post-details.interview .gallery-grid-2,
  .post-details.interview .gallery-grid-3,
  .post-details.interview .gallery-grid-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px; }
  .post-details.interview .embed {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 520px; }
    .post-details.interview .embed iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .post-details.interview .quote {
    max-width: 820px; }
  .post-details.interview .youtube {
    margin-top: 50px; }
    .post-details.interview .youtube.small {
      margin-left: auto;
      margin-right: auto;
      max-width: 520px; }
  .post-details.interview .post-link {
    max-width: 520px; }

.post-details.list {
  margin: 0;
  max-width: none; }
  .post-details.list .title {
    max-width: 70%; }
  .post-details.list .release-list-item {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 30px; }
    @media only screen and (min-width: 800px) {
      .post-details.list .release-list-item {
        column-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    .post-details.list .release-list-item .release-details {
      margin: 0 0 40px;
      order: 2; }
      @media only screen and (min-width: 800px) {
        .post-details.list .release-list-item .release-details {
          margin: 0;
          order: 1; } }
      .post-details.list .release-list-item .release-details .release-list-title {
        color: #000;
        font-family: "Suisse Intl Cond", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 0 0 30px; }
      .post-details.list .release-list-item .release-details p {
        max-width: 90%; }
    .post-details.list .release-list-item .release-cover {
      order: 1; }
      @media only screen and (min-width: 800px) {
        .post-details.list .release-list-item .release-cover {
          order: 2; } }
.post-details.list-old {
  margin: 20px auto;
  max-width: 800px; }

.post-details.news {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none; }
  @media only screen and (min-width: 800px) {
    .post-details.news {
      column-gap: 30px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: minmax(0px, auto) minmax(0px, auto) minmax(0px, auto); } }
  .post-details.news .details {
    order: 2; }
    @media only screen and (min-width: 800px) {
      .post-details.news .details {
        grid-column: 1/2;
        grid-row: 1/3;
        order: unset; } }
  .post-details.news .share {
    order: 4; }
    @media only screen and (min-width: 800px) {
      .post-details.news .share {
        grid-column: 1/2;
        grid-row: 3/4;
        order: unset; } }
  .post-details.news .post-cover {
    order: 1; }
    @media only screen and (min-width: 800px) {
      .post-details.news .post-cover {
        grid-column: 2/3;
        grid-row: 1/2;
        order: unset; } }
  .post-details.news .media {
    order: 3;
    padding: 0 0 10px; }
    @media only screen and (min-width: 800px) {
      .post-details.news .media {
        grid-column: 2/3;
        grid-row: 2/3;
        grid-row: span 2;
        order: unset; } }
    .post-details.news .media img {
      max-width: 100%; }

.post-details.review {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none; }
  @media only screen and (min-width: 800px) {
    .post-details.review {
      column-gap: 30px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto); } }
  .post-details.review .details {
    order: 2; }
    @media only screen and (min-width: 800px) {
      .post-details.review .details {
        grid-column: 1/2;
        grid-row: span 2;
        order: unset; } }
  .post-details.review .review-details {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 150px 1fr;
    margin: 0 0 30px;
    order: 4; }
    @media only screen and (min-width: 800px) {
      .post-details.review .review-details {
        grid-column: 1/2;
        grid-row: 3/4;
        order: unset; } }
    .post-details.review .review-details a {
      color: #ff332b;
      text-decoration: underline; }
    .post-details.review .review-details .review-details-tracklist {
      line-height: 22px; }
  .post-details.review .share {
    order: 5; }
    @media only screen and (min-width: 800px) {
      .post-details.review .share {
        grid-column: 1/2;
        grid-row: 4/5;
        order: unset; } }
  .post-details.review .post-cover {
    order: 1; }
    @media only screen and (min-width: 800px) {
      .post-details.review .post-cover {
        grid-column: 2/3;
        grid-row: 1/2;
        order: unset; } }
  .post-details.review .media {
    order: 3;
    padding: 0 0 10px; }
    @media only screen and (min-width: 800px) {
      .post-details.review .media {
        grid-column: 2/3;
        grid-row: 2/5;
        grid-row: span 3;
        order: unset; } }
    .post-details.review .media img {
      max-width: 100%; }

.post-hero.projects .post-hero-title {
  box-sizing: content-box;
  max-width: 520px; }

.post-details.projects {
  line-height: 1;
  margin: 0 auto;
  max-width: 800px; }
  @media only screen and (min-width: 800px) {
    .post-details.projects {
      margin: 0;
      margin-left: auto;
      margin-right: auto; } }

.radio-show {
  display: grid;
  font-size: 16px;
  column-gap: 30px;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0px, auto) 1fr;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0; }
  @media only screen and (min-width: 800px) {
    .radio-show {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 1300px) {
    .radio-show {
      grid-template-columns: 3fr 1fr 1fr; } }
  .radio-show .radio-show-cover {
    grid-column: 1/2;
    grid-row: span 2; }
    .radio-show .radio-show-cover .cover {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      display: block;
      margin: 0 0 30px;
      max-width: 100%; }
  @media only screen and (min-width: 800px) {
    .radio-show .radio-show-info {
      grid-column: 2/3;
      grid-row: 1/2; } }
  .radio-show .share {
    margin: 0 0 30px;
    order: 4; }
    @media only screen and (min-width: 800px) {
      .radio-show .share {
        grid-column: 2/3;
        grid-row: 2/3;
        margin: 0;
        order: unset; } }
  @media only screen and (min-width: 800px) {
    .radio-show .radio-show-details {
      grid-column: 3/4;
      grid-row: span 2; } }
  .radio-show .radio-show-title {
    color: #000;
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase; }
  .radio-show .radio-show-host {
    color: #000;
    font-size: 22px;
    line-height: 23px;
    margin: 40px 0 40px; }
  .radio-show .radio-show-next-episode {
    margin: 0 0 40px; }
    .radio-show .radio-show-next-episode span {
      display: block;
      font-size: 14px;
      margin: 10px 0 0; }
  .radio-show .radio-show-genres {
    margin: 0 0 30px; }
    .radio-show .radio-show-genres a,
    .radio-show .radio-show-genres span {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background: #efefef;
      color: #000;
      display: inline-block;
      font-size: 10px;
      letter-spacing: 1px;
      margin: 0 6px 0 0;
      padding: 0 5px;
      text-transform: uppercase; }
      .radio-show .radio-show-genres a:last-of-type,
      .radio-show .radio-show-genres span:last-of-type {
        margin: 0; }
  .radio-show .radio-show-description {
    margin: 0 0 30px; }
    .radio-show .radio-show-description a {
      color: #ff332b;
      text-decoration: underline; }
  .radio-show .radio-show-links {
    margin: 0 0 30px; }
    .radio-show .radio-show-links li {
      display: block; }
      .radio-show .radio-show-links li a {
        color: #ff332b;
        text-decoration: underline; }

.cover-mobile {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 0 0 30px;
  max-width: 100%; }
  @media only screen and (min-width: 1300px) {
    .cover-mobile {
      display: none; } }

.radio-show.series {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 800px) {
    .radio-show.series {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1300px) {
    .radio-show.series {
      grid-template-columns: 1fr 1fr 3fr; } }
  @media only screen and (min-width: 800px) {
    .radio-show.series .radio-show-info {
      grid-column: 1/2;
      grid-row: span 2; } }
  @media only screen and (min-width: 1300px) {
    .radio-show.series .radio-show-info {
      grid-column: 1/2;
      grid-row: span 2; } }
  .radio-show.series .radio-show-info .radio-show-title {
    margin: 0 0 30px; }
  @media only screen and (min-width: 800px) {
    .radio-show.series .radio-show-details {
      grid-column: 2/3;
      grid-row: 1/2; } }
  @media only screen and (min-width: 1300px) {
    .radio-show.series .radio-show-details {
      grid-column: 2/3;
      grid-row: 1/2; } }
  .radio-show.series .share {
    order: 4; }
    @media only screen and (min-width: 800px) {
      .radio-show.series .share {
        grid-column: 2/3;
        grid-row: 2/3;
        order: unset; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.series .share {
        grid-column: 2/3;
        grid-row: 2/3; } }
  @media only screen and (min-width: 800px) {
    .radio-show.series .radio-show-series-episodes {
      grid-column: 1/3;
      grid-row: span 2; } }
  @media only screen and (min-width: 1300px) {
    .radio-show.series .radio-show-series-episodes {
      grid-column: 3/4;
      grid-row: span 2; } }
  .radio-show.series .radio-show-series-episodes .cover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    margin: 0 0 30px;
    max-width: 100%; }
    @media only screen and (min-width: 1300px) {
      .radio-show.series .radio-show-series-episodes .cover {
        display: block; } }

.radio-show.episode {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 55px 1fr; }
  @media only screen and (min-width: 800px) {
    .radio-show.episode {
      grid-template-columns: 55px 1fr 1fr;
      grid-template-rows: minmax(0px, auto) minmax(0px, auto) minmax(0px, auto) 1fr; } }
  @media only screen and (min-width: 1300px) {
    .radio-show.episode {
      grid-template-columns: 1fr 55px 1fr 1fr;
      grid-template-rows: minmax(0px, auto) minmax(0px, auto) 1fr; } }
  .radio-show.episode .radio-show-cover {
    grid-column: 1/3; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .radio-show-cover {
        grid-column: 2/3;
        grid-row: 2/3; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .radio-show-cover {
        grid-column: 1/2;
        grid-row: span 3; } }
  .radio-show.episode .radio-show-episode-play-button,
  .radio-show.episode .radio-show-episode-play-button-empty {
    align-items: center;
    background: #ff332b;
    cursor: pointer;
    display: flex;
    grid-column: 1/2;
    height: 55px;
    justify-content: center;
    width: 55px; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .radio-show-episode-play-button,
      .radio-show.episode .radio-show-episode-play-button-empty {
        grid-column: 1/2;
        grid-row: 1/2; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .radio-show-episode-play-button,
      .radio-show.episode .radio-show-episode-play-button-empty {
        grid-column: 2/3;
        grid-row: 1/2; } }
    .radio-show.episode .radio-show-episode-play-button svg,
    .radio-show.episode .radio-show-episode-play-button-empty svg {
      fill: #000;
      height: 30px;
      width: 30px; }
  .radio-show.episode .radio-show-episode-play-button-empty {
    background: transparent; }
  .radio-show.episode .radio-show-episode-info {
    grid-column: 2/3; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .radio-show-episode-info {
        grid-column: 2/4;
        grid-row: 1/2; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .radio-show-episode-info {
        grid-column: 3/5;
        grid-row: 1/2; } }
    .radio-show.episode .radio-show-episode-info .radio-show-episode-date {
      color: #000;
      font-size: 13px;
      line-height: 16px;
      margin: 0 0 5px; }
    .radio-show.episode .radio-show-episode-info .radio-show-episode-title {
      color: #000;
      font-family: "Suisse Intl Cond", sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 28px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .radio-show.episode .radio-show-episode-info .radio-show-episode-host {
      color: #000;
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 10px; }
  .radio-show.episode .radio-show-episode-details {
    grid-column: 1/3; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .radio-show-episode-details {
        grid-column: 2/3;
        grid-row: 3/4; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .radio-show-episode-details {
        grid-column: 3/4;
        grid-row: 2/3; } }
    .radio-show.episode .radio-show-episode-details .show-all-episodes {
      color: #ff332b;
      display: block;
      text-decoration: underline; }
    .radio-show.episode .radio-show-episode-details .radio-show-episode-description {
      margin: 30px 0; }
      .radio-show.episode .radio-show-episode-details .radio-show-episode-description a {
        color: #ff332b;
        text-decoration: underline; }
    .radio-show.episode .radio-show-episode-details .radio-show-episode-links {
      margin: 0 0 30px; }
    .radio-show.episode .radio-show-episode-details .radio-show-episode-embed {
      margin: 0 0 30px; }
  .radio-show.episode .share {
    grid-column: 1/3;
    order: 4; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .share {
        grid-column: 2/3;
        grid-row: 4/5;
        order: unset; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .share {
        grid-column: 3/4;
        grid-row: 3/4; } }
  .radio-show.episode .radio-show-episode-playlist {
    grid-column: 1/3;
    margin: 0 0 30px; }
    @media only screen and (min-width: 800px) {
      .radio-show.episode .radio-show-episode-playlist {
        grid-column: 3/4;
        grid-row: 2/4;
        grid-row: span 3; } }
    @media only screen and (min-width: 1300px) {
      .radio-show.episode .radio-show-episode-playlist {
        grid-column: 4/5;
        grid-row: 2/3;
        grid-row: span 2; } }
    .radio-show.episode .radio-show-episode-playlist a {
      text-decoration: underline; }

.radio-schedule {
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr;
  line-height: 22px; }
  @media only screen and (min-width: 1000px) {
    .radio-schedule {
      grid-gap: 50px;
      grid-template-columns: 150px auto 150px;
      padding: 60px 0; } }
  @media only screen and (min-width: 1000px) {
    .radio-schedule .radio-schedule-list {
      margin: 0 auto; } }
  .radio-schedule .radio-schedule-list .day {
    display: grid;
    column-gap: 30px;
    grid-template-columns: auto 1fr;
    margin: 0 0 40px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1000px) {
      .radio-schedule .radio-schedule-list .day {
        grid-template-columns: 100px 120px 1fr; } }
    .radio-schedule .radio-schedule-list .day .h {
      margin: 0 0 20px;
      text-transform: none; }
      .radio-schedule .radio-schedule-list .day .h.radio-schedule-date .dd {
        display: none; }
        @media only screen and (min-width: 1000px) {
          .radio-schedule .radio-schedule-list .day .h.radio-schedule-date .dd {
            display: block; } }
    .radio-schedule .radio-schedule-list .day .schedule-active {
      color: #ff332b; }
      .radio-schedule .radio-schedule-list .day .schedule-active a {
        color: #ff332b;
        text-decoration: underline; }
    .radio-schedule .radio-schedule-list .day .ln {
      display: none; }
      @media only screen and (min-width: 1000px) {
        .radio-schedule .radio-schedule-list .day .ln {
          display: block; } }
    .radio-schedule .radio-schedule-list .day .radio-schedule-time {
      display: flex;
      justify-content: space-between; }
      .radio-schedule .radio-schedule-list .day .radio-schedule-time span {
        display: inline-block; }
      .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-from-time,
      .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-to-time {
        width: 50px; }
      .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-to-time {
        display: none;
        text-align: right; }
        @media only screen and (min-width: 1000px) {
          .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-to-time {
            display: inline-block; } }
      .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-time-divider {
        display: none; }
        @media only screen and (min-width: 1000px) {
          .radio-schedule .radio-schedule-list .day .radio-schedule-time .radio-schedule-time-divider {
            display: inline-block; } }
    .radio-schedule .radio-schedule-list .day .radio-schedule-title {
      padding: 0 0 10px; }
      .radio-schedule .radio-schedule-list .day .radio-schedule-title a:hover {
        text-decoration: underline; }
        .radio-schedule .radio-schedule-list .day .radio-schedule-title a:hover span {
          text-decoration: none; }
      .radio-schedule .radio-schedule-list .day .radio-schedule-title .schedule-host {
        display: block;
        font-size: 14px;
        text-transform: none; }
  .radio-schedule .radio-schedule-current-location {
    margin: 0 0 40px; }

.post-form {
  margin: 0 0 60px; }
  .post-form label {
    display: block;
    font-size: 14px;
    margin: 0 0 15px; }
    .post-form label span {
      display: block;
      font-weight: 600;
      margin: 0 0 5px;
      text-transform: uppercase; }
      .post-form label span.center {
        text-align: center; }
    .post-form label input[type=text],
    .post-form label input[type=date],
    .post-form label input[type=datetime],
    .post-form label input[type=file],
    .post-form label input[type=time],
    .post-form label input[type=url],
    .post-form label input[type=email],
    .post-form label input[type=password],
    .post-form label input[type=number],
    .post-form label textarea,
    .post-form label select {
      background: #fcfcfc;
      border-radius: 3px;
      border: 1px solid #000;
      box-sizing: border-box;
      color: #565656;
      display: block;
      font-size: 16px;
      outline: none;
      padding: 10px;
      width: 100%; }
    .post-form label input[type=checkbox] {
      accent-color: #000;
      background: #fcfcfc;
      border-radius: 0;
      color: #565656;
      display: block;
      height: 15px;
      margin: 0;
      border: 1px solid #000;
      outline: none;
      width: 15px; }
    .post-form label textarea {
      min-height: 250px; }
  .post-form button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #000;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    outline: none;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%; }
    .post-form button:hover {
      background-color: #ff332b; }
  .post-form::placeholder {
    color: red;
    opacity: 1; }
  .post-form:-ms-input-placeholder {
    color: red; }
  .post-form::-ms-input-placeholder {
    color: red; }

.beat-tape-competition h2 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 600; }
.beat-tape-competition form .terms {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
  align-items: center;
  margin: 20px 0; }
  .beat-tape-competition form .terms span {
    font-weight: 300;
    font-size: 11px;
    font-style: italic;
    text-transform: none;
    margin: 0; }

.about {
  column-gap: 40px;
  display: grid;
  font-size: 16px;
  grid-template-columns: 1fr;
  margin: 0 auto 40px;
  max-width: 1200px;
  text-align: left; }
  @media only screen and (min-width: 800px) {
    .about {
      grid-template-columns: 1fr 1fr; } }
  .about .info {
    order: 1; }
  .about .media {
    order: 2; }
    .about .media img {
      margin: 0 0 30px;
      max-width: 100%; }
  .about .contacts {
    border-top: 1px solid #efefef; }
    .about .contacts li {
      border-bottom: 1px solid #efefef;
      column-gap: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 10px 0; }
      .about .contacts li a {
        text-align: right; }
  .about h1 {
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 44px;
    margin: 0 0 15px; }
  .about h2 {
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 22px;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .about p {
    margin: 0 0 30px; }
  .about a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #ff332b; }
    .about a:hover {
      color: #ff332b; }
  .about .partners {
    align-items: center;
    display: flex;
    margin: 0 0 40px; }
    .about .partners a {
      display: inline-block; }
      .about .partners a .glo {
        height: 38px;
        margin: 0 30px 0 0; }
      .about .partners a .djsuperstore {
        height: 26px; }

.size0,
.size1,
.size2,
.size3,
.size4 {
  color: #000;
  font-weight: 400;
  margin: 10px 0 20px;
  letter-spacing: 1px; }
  .size0.center,
  .size1.center,
  .size2.center,
  .size3.center,
  .size4.center {
    text-align: center; }
  .size0.uppercase,
  .size1.uppercase,
  .size2.uppercase,
  .size3.uppercase,
  .size4.uppercase {
    text-transform: uppercase; }
  .size0.weight500,
  .size1.weight500,
  .size2.weight500,
  .size3.weight500,
  .size4.weight500 {
    font-weight: 500; }
    .size0.weight500 a,
    .size1.weight500 a,
    .size2.weight500 a,
    .size3.weight500 a,
    .size4.weight500 a {
      font-weight: 500; }
  .size0.weight600,
  .size1.weight600,
  .size2.weight600,
  .size3.weight600,
  .size4.weight600 {
    font-weight: 600; }
    .size0.weight600 a,
    .size1.weight600 a,
    .size2.weight600 a,
    .size3.weight600 a,
    .size4.weight600 a {
      font-weight: 600; }
  .size0.bottom35,
  .size1.bottom35,
  .size2.bottom35,
  .size3.bottom35,
  .size4.bottom35 {
    margin-bottom: 35px; }
  .size0 .nocolor,
  .size1 .nocolor,
  .size2 .nocolor,
  .size3 .nocolor,
  .size4 .nocolor {
    color: #000; }

.size0 {
  font-size: 16px; }
  @media only screen and (min-width: 800px) {
    .size0 {
      font-size: 16px; } }

.size1 {
  font-size: 15px; }
  @media only screen and (min-width: 800px) {
    .size1 {
      font-size: 15px; } }

.size2 {
  font-size: 14px; }
  @media only screen and (min-width: 800px) {
    .size2 {
      font-size: 14px; } }

.size3 {
  font-size: 13px; }
  @media only screen and (min-width: 800px) {
    .size3 {
      font-size: 13px; } }

.size4 {
  font-size: 11px; }
  @media only screen and (min-width: 800px) {
    .size4 {
      font-size: 11px; } }

.heading-color {
  border-radius: 100%;
  display: block;
  height: 40px;
  margin: 0 auto 30px;
  width: 40px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: #fafafa;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    display: block; }
  .flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
    display: none; }
  .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; }

.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative; }

.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%; }

.flickity-button {
  background: transparent;
  border: 0;
  color: #333;
  position: absolute; }
  .flickity-button:hover {
    background: transparent;
    cursor: pointer; }
  .flickity-button:focus {
    box-shadow: 0 0 0 5px #19F;
    outline: none; }
  .flickity-button:active {
    opacity: .6; }
  .flickity-button:disabled {
    cursor: auto;
    opacity: .3;
    pointer-events: none; }
  .flickity-button .flickity-button-icon {
    fill: #000; }

.flickity-prev-next-button {
  border-radius: 50%;
  height: 24px;
  top: -34px;
  transform: translateY(-50%);
  width: 24px; }
  @media only screen and (min-width: 500px) {
    .flickity-prev-next-button {
      height: 44px;
      width: 44px; } }
  .flickity-prev-next-button.previous {
    right: 40px; }
  .flickity-prev-next-button.next {
    right: 0; }
  .flickity-prev-next-button .flickity-button-icon {
    height: 60%;
    left: 20%;
    opacity: .5;
    position: absolute;
    top: 20%;
    width: 60%; }

.flickity-page-dots {
  bottom: -25px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .flickity-page-dots .dot {
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 8px;
    opacity: .25;
    width: 15px; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-enabled.is-fullscreen {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  padding-bottom: 35px;
  padding-top: 35px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  .flickity-enabled.is-fullscreen .flickity-page-dots {
    bottom: 10px; }
    .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
      background: white; }

html.is-flickity-fullscreen {
  overflow: hidden; }

.flickity-fullscreen-button {
  border-radius: 4px;
  display: block;
  height: 24px;
  right: 10px;
  top: 10px;
  width: 24px; }
  .flickity-fullscreen-button .flickity-button-icon {
    height: 16px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 16px; }

.flickity-rtl .flickity-fullscreen-button {
  left: 10px;
  right: auto; }

.flickity-fullscreen-button-exit {
  display: none; }

.form label {
  display: block;
  font-size: 13px;
  margin: 0 0 35px; }
  .form label span {
    color: #565656;
    display: block;
    margin: 0 0 5px; }
    .form label span.center {
      text-align: center; }
  .form label .label-alert {
    color: #ef4e3e;
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: 5px 0 0; }
  .form label input[type=text],
  .form label input[type=date],
  .form label input[type=datetime],
  .form label input[type=file],
  .form label input[type=time],
  .form label input[type=url],
  .form label input[type=email],
  .form label input[type=password],
  .form label input[type=number],
  .form label textarea,
  .form label select {
    background: #fcfcfc;
    border: 1px solid #e5e9ef;
    box-sizing: border-box;
    border-radius: 3px;
    color: #565656;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%; }
  .form label textarea {
    min-height: 250px; }
.form button {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #000;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  outline: none;
  padding: 15px 20px;
  text-transform: uppercase;
  width: 100%; }
  .form button:hover {
    background-color: #ff332b; }
.form::placeholder {
  color: red;
  opacity: 1; }
.form:-ms-input-placeholder {
  color: red; }
.form::-ms-input-placeholder {
  color: red; }

.gallery-carousel {
  background: #fcfcfc;
  margin: 0 0 45px; }
  .gallery-carousel.is-fullscreen {
    margin: 0; }
    .gallery-carousel.is-fullscreen .gallery-carousel-cell {
      height: 100%; }
      .gallery-carousel.is-fullscreen .gallery-carousel-cell img {
        max-height: 100%; }

.gallery-carousel-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }
  .gallery-carousel-cell img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.gallery-carousel-full {
  background: #fcfcfc;
  margin: 0 0 30px; }
  .gallery-carousel-full.is-fullscreen {
    border: 0;
    margin: 0; }
    .gallery-carousel-full.is-fullscreen .gallery-carousel-cell {
      height: 100%; }
      .gallery-carousel-full.is-fullscreen .gallery-carousel-cell img {
        max-height: 100%; }

.gallery-carousel-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }
  .gallery-carousel-cell img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.gallery-grid-1,
.gallery-grid-2,
.gallery-grid-3,
.gallery-grid-4 {
  display: grid;
  grid-gap: 30px;
  list-style: none;
  margin: 0 0 30px; }
  .gallery-grid-1 li,
  .gallery-grid-2 li,
  .gallery-grid-3 li,
  .gallery-grid-4 li {
    text-align: center; }
    .gallery-grid-1 li a,
    .gallery-grid-2 li a,
    .gallery-grid-3 li a,
    .gallery-grid-4 li a {
      display: block;
      width: 100%; }
    .gallery-grid-1 li img,
    .gallery-grid-2 li img,
    .gallery-grid-3 li img,
    .gallery-grid-4 li img {
      display: block;
      width: 100%; }
    .gallery-grid-1 li .title,
    .gallery-grid-2 li .title,
    .gallery-grid-3 li .title,
    .gallery-grid-4 li .title {
      color: #000;
      font-size: 14px;
      margin: 10px 0 20px; }

.gallery-grid-1 {
  grid-template-columns: 1fr; }

.gallery-grid-2 {
  grid-template-columns: 1fr 1fr; }

.gallery-grid-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.gallery-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.hero-carousel {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  width: 100%; }
  .hero-carousel .carousel-cell {
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    width: 100%; }
    .hero-carousel .carousel-cell .filter {
      background-color: rgba(0, 0, 0, 0.25);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .hero-carousel .carousel-cell .inner {
      margin: 0 auto 100px;
      max-width: 1300px;
      padding: 30px 20px;
      width: 1300px;
      z-index: 200; }
      .hero-carousel .carousel-cell .inner .title {
        color: white;
        display: block;
        font-family: "Suisse Intl Cond", sans-serif;
        font-size: 36px;
        font-weight: bold;
        line-height: 38px;
        max-width: 650px;
        text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
        word-break: break-word; }
        @media only screen and (min-width: 600px) {
          .hero-carousel .carousel-cell .inner .title {
            font-size: 60px;
            line-height: 64px; } }
  .hero-carousel .flickity-prev-next-button {
    background: transparent;
    height: 80px;
    top: 50%;
    width: 80px; }
    .hero-carousel .flickity-prev-next-button:hover {
      background: transparent; }
    .hero-carousel .flickity-prev-next-button.previous {
      left: 0; }
    .hero-carousel .flickity-prev-next-button.next {
      right: 0; }
    .hero-carousel .flickity-prev-next-button .arrow {
      fill: #fff; }
  .hero-carousel .flickity-page-dots {
    bottom: 30px; }
    .hero-carousel .flickity-page-dots .dot {
      background: rgba(255, 255, 255, 0);
      border: 1px solid #fff;
      border-radius: 50%;
      opacity: 1; }
      .hero-carousel .flickity-page-dots .dot.is-selected {
        background: #fff; }

.icon-link {
  align-items: center;
  display: flex; }
  .icon-link svg {
    fill: #000 !important;
    height: 16px;
    margin-right: 5px;
    width: 16px; }

.load-more {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Suisse Intl Cond", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 40px;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase; }

.loading {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%; }

.auto-load-content {
  border-top: 1px solid #efefef; }

.auto-load {
  display: none;
  margin: 0 0 30px;
  text-align: center; }
  .auto-load img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.no-results {
  align-items: center;
  display: flex;
  height: 30vh;
  justify-content: center;
  margin: 0 0 30px; }

.pagination {
  color: #000;
  font-size: 15px;
  margin: 30px 0 40px;
  text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0 5px 10px; }
    .pagination li.active span {
      background: #000;
      color: #fcfcfc; }
    .pagination li.disabled span {
      color: #bbb; }
    .pagination li a,
    .pagination li span {
      border-radius: 38px;
      color: #000;
      display: inline-block;
      height: 38px;
      line-height: 38px;
      width: 38px; }
    .pagination li a:hover {
      background: #fcfcfc; }

.toggle-radio-filter-right {
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  margin: 0 10px 0 0;
  padding: 0 10px; }
  .toggle-radio-filter-right:hover {
    background: #000;
    color: #fff;
    text-decoration: underline; }
  .toggle-radio-filter-right.active {
    background: #000;
    color: #fff; }

.radio-filter {
  background: #000;
  color: #fff;
  display: none;
  font-size: 14px;
  padding: 20px; }
  .radio-filter a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    line-height: 1; }
    .radio-filter a:hover {
      color: #ff332b; }
  .radio-filter .radio-filter-genres {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin: 0 auto;
    max-width: 1300px; }
    @media only screen and (min-width: 500px) {
      .radio-filter .radio-filter-genres {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3; } }
    @media only screen and (min-width: 900px) {
      .radio-filter .radio-filter-genres {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5; } }

.search-divider {
  background: #d9d9d9;
  border: 0;
  height: 1px;
  margin: 0 0 40px; }

.section-full-width {
  background: #efefef;
  margin: 0 0 10px;
  padding: 30px 20px; }
  .section-full-width .section-title {
    color: #000; }
    .section-full-width .section-title a span.more {
      color: #000; }

.share-title {
  color: #000;
  font-size: 11px;
  margin: 0 0 10px; }

.share-buttons {
  margin: 0 0 40px;
  padding: 0; }
  .share-buttons li {
    display: inline-block;
    margin: 0 2px 2px 0; }
    .share-buttons li:last-of-type {
      margin: 0 0 2px; }
    .share-buttons li a {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      align-items: center;
      background: #ff332b;
      box-sizing: content-box;
      color: #fff;
      display: flex;
      height: 15px;
      line-height: 15px;
      text-align: center;
      padding: 7px;
      vertical-align: middle;
      width: 15px; }
      .share-buttons li a svg {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        fill: #fff;
        height: 15px;
        margin: 0 0 0 0;
        vertical-align: middle;
        width: 15px; }
  @media only screen and (min-width: 800px) {
    .share-buttons .mobile {
      display: none; } }

.footer {
  background: #efefef;
  color: #000;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  padding: 30px 20px; }
  @media only screen and (min-width: 500px) {
    .footer {
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 800px) {
    .footer {
      grid-template-columns: 1fr 2fr 1fr; } }
  .footer .footer-logos {
    display: flex;
    justify-content: center;
    justify-self: center;
    order: 1;
    width: 300px; }
    @media only screen and (min-width: 500px) {
      .footer .footer-logos {
        justify-content: normal;
        justify-self: start; } }
  .footer .footer-logo {
    display: inline-block; }
    .footer .footer-logo img {
      width: 130px; }
  .footer .glo {
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 30px; }
    .footer .glo img {
      width: 50px; }
  .footer .footer-content {
    justify-self: center;
    order: 3;
    text-align: center; }
    @media only screen and (min-width: 500px) {
      .footer .footer-content {
        grid-column: 1/3;
        order: 3; } }
    @media only screen and (min-width: 800px) {
      .footer .footer-content {
        grid-column: 2/3;
        order: 2; } }
    .footer .footer-content .copyright {
      color: #000;
      font-size: 10px;
      margin: 0 auto;
      max-width: 900px;
      padding: 0 40px; }
      .footer .footer-content .copyright span {
        display: block; }

.footer-social-media-icons {
  display: flex;
  justify-self: center;
  margin: 0;
  order: 2;
  padding: 0;
  text-align: right; }
  @media only screen and (min-width: 500px) {
    .footer-social-media-icons {
      justify-self: end;
      justify-content: flex-end;
      width: 300px; } }
  @media only screen and (min-width: 800px) {
    .footer-social-media-icons {
      order: 3; } }
  .footer-social-media-icons li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top; }
    .footer-social-media-icons li:last-of-type {
      margin: 0; }
    .footer-social-media-icons li:hover svg {
      fill: #ff332b; }
    .footer-social-media-icons li svg {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      display: block;
      fill: #000;
      height: 20px;
      padding: 0;
      width: 20px; }
      .footer-social-media-icons li svg.svg-mixcloud {
        width: 40px; }

.nav-footer {
  margin: 0 0 20px; }
  .nav-footer ul {
    list-style: none;
    margin: 0; }
    .nav-footer ul li {
      display: inline-block;
      margin: 0 20px 0 0;
      text-align: center; }
      .nav-footer ul li:last-of-type {
        margin: 0; }
      .nav-footer ul li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #000;
        display: block;
        font-family: "Suisse Intl Cond", sans-serif;
        font-size: 16px;
        font-weight: bold; }

.nav-discord {
  margin: 30px 0 0; }
  .nav-discord ul {
    list-style: none;
    margin: 0; }
    .nav-discord ul li {
      display: inline-block;
      margin: 0 20px 0 0;
      text-align: center; }
      .nav-discord ul li:last-of-type {
        margin: 0; }
      .nav-discord ul li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #ff3001;
        color: #fff;
        display: block;
        font-family: "Suisse Intl Cond", sans-serif;
        font-size: 13px;
        font-weight: bold;
        padding: 3px 6px; }

.discord-button {
  background: #000;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 11px; }

.cookie-consent {
  background: #fcfcfc;
  bottom: 0;
  color: #000;
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.7;
  padding: 30px;
  position: fixed;
  text-align: center;
  width: 100%; }
  .cookie-consent .text {
    display: inline-block; }
  .cookie-consent .button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #ff332b;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    max-width: 120px;
    padding: 8px 15px; }
    .cookie-consent .button:hover {
      background: #000; }
    @media only screen and (min-width: 800px) {
      .cookie-consent .button {
        display: inline-block;
        margin: 0 0 0 20px; } }

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 30px 20px 0 20px; }
  @media only screen and (min-width: 750px) {
    .wrapper {
      padding: 30px 20px 0 20px; } }
  .wrapper.no-padding {
    padding: 0; }

.wrapper-radio {
  margin: 0 auto;
  max-width: 1920px;
  min-height: calc(100vh - 275px);
  padding: 30px 20px 0 20px; }
  @media only screen and (min-width: 750px) {
    .wrapper-radio {
      padding: 30px 20px 0 20px; } }

.player-background {
  background: #000;
  color: #fff;
  padding: 20px; }

.player-wrapper {
  margin: 0 auto;
  max-width: 360px; }

.player-header {
  align-items: center;
  background: #ff332b;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 5px; }

.logo {
  display: flex; }

.player-logo {
  fill: #000;
  width: 65px; }

.player-social-media-icons {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: right; }
  .player-social-media-icons li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .player-social-media-icons li:last-of-type {
      margin: 0; }
    .player-social-media-icons li svg {
      display: block;
      fill: #000;
      height: 20px;
      padding: 0;
      width: 20px; }
      .player-social-media-icons li svg.svg-mixcloud {
        width: 40px; }
    .player-social-media-icons li img {
      width: 30px; }

.now-playing-cover {
  width: 100%; }

.now-playing-details {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 55px 1fr;
  margin: 20px 0 40px; }
  .now-playing-details .player-current-date {
    display: grid;
    font-size: 10px;
    font-weight: bold;
    grid-template-columns: 1fr 1fr;
    line-height: 12px;
    text-transform: uppercase; }
  .now-playing-details .play-button {
    align-items: center;
    background: #ff332b;
    cursor: pointer;
    display: flex;
    height: 55px;
    justify-content: center; }
    .now-playing-details .play-button .play {
      border-bottom: 8px solid transparent;
      border-left: 12px solid #000;
      border-top: 8px solid transparent;
      display: block;
      height: 16px;
      width: 12px; }
    .now-playing-details .play-button .pause {
      border-left: 4px solid #000;
      border-right: 4px solid #000;
      height: 16px;
      width: 12px; }
  .now-playing-details .now-playing-status {
    font-size: 10px; }
    .now-playing-details .now-playing-status .dot {
      background-color: #ff332b;
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      margin: 0 3px 0 0;
      width: 8px; }
  .now-playing-details .now-playing-title {
    font-family: "Suisse Intl Cond", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px; }
  .now-playing-details .now-playing-host {
    font-size: 16px;
    line-height: 24px; }

.now-playing-schedule {
  display: grid;
  font-size: 16px;
  grid-gap: 0;
  column-gap: 20px;
  grid-template-columns: 55px 1fr;
  line-height: 22px; }
  .now-playing-schedule a {
    color: #fff;
    display: block; }
    .now-playing-schedule a:hover {
      text-decoration: underline; }
  .now-playing-schedule .host {
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    text-transform: none; }
  .now-playing-schedule .today {
    margin: 0 0 20px; }
  .now-playing-schedule .live {
    color: #ff332b; }
    .now-playing-schedule .live a {
      color: #ff332b;
      text-decoration: underline; }

.player-footer {
  color: #a2a2a2;
  border-top: 1px solid #262626;
  font-size: 11px;
  padding: 10px 0; }
  .player-footer a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #b3b3b3;
    font-size: 12px; }
    .player-footer a:hover {
      color: #ff332b; }

/*# sourceMappingURL=main.css.map */
